author int64 658 755k | date stringdate 2012-06-12 08:34:29 2024-07-22 14:51:21 | timezone int64 -46,800 43.2k | hash stringlengths 40 40 | message stringlengths 5 490 | mods listlengths 1 16 | language stringclasses 20
values | license stringclasses 3
values | repo stringlengths 5 68 | original_message stringlengths 12 491 |
|---|---|---|---|---|---|---|---|---|---|
455,737 | 13.10.2017 14:29:40 | 25,200 | 072e8209b7f08657fc1d7a63f75716a451a25ac4 | Fix readme test that broke with nofollow change. | [
{
"change_type": "MODIFY",
"old_path": "tests/NuGetGallery.Facts/Services/ReadMeServiceFacts.cs",
"new_path": "tests/NuGetGallery.Facts/Services/ReadMeServiceFacts.cs",
"diff": "@@ -94,7 +94,7 @@ public void EncodesHtmlInMarkdown(string originalMd, string expectedHtml)\n[Theory]\n[InlineData(\"# Hea... | C# | Apache License 2.0 | nuget/nugetgallery | Fix readme test that broke with nofollow change. (#4846) |
455,737 | 16.10.2017 14:43:15 | 25,200 | 2e2679c42c9f6edc811ca855cac8403318398c15 | Change maxRequestLength to 250MB | [
{
"change_type": "MODIFY",
"old_path": "src/NuGetGallery/Web.config",
"new_path": "src/NuGetGallery/Web.config",
"diff": "<add tagPrefix=\"ef\" assembly=\"Microsoft.AspNet.EntityDataSource\" namespace=\"Microsoft.AspNet.EntityDataSource\" />\n</controls>\n</pages>\n- <httpRuntime targetFramework=\"4... | C# | Apache License 2.0 | nuget/nugetgallery | Change maxRequestLength to 250MB (#4848) |
455,736 | 12.10.2017 08:12:14 | 25,200 | e8d4e34e3ea715e3f357fc99ac5fc2b7695fd9db | Update DisplayPackage page to observe the Validating and FailedValidation state
Address | [
{
"change_type": "MODIFY",
"old_path": "src/NuGetGallery/Controllers/JsonApiController.cs",
"new_path": "src/NuGetGallery/Controllers/JsonApiController.cs",
"diff": "@@ -50,7 +50,7 @@ public virtual ActionResult GetPackageOwners(string id, string version)\nreturn Json(new { message = Strings.AddOwne... | C# | Apache License 2.0 | nuget/nugetgallery | Update DisplayPackage page to observe the Validating and FailedValidation state (#4840)
Address https://github.com/NuGet/NuGetGallery/issues/4647 |
455,772 | 18.10.2017 14:52:37 | 25,200 | 9b484db8d2ee843cf03ebe3bdf1c5bb385bbd581 | Change API Keys page note | [
{
"change_type": "MODIFY",
"old_path": "src/NuGetGallery/Views/Users/ApiKeys.cshtml",
"new_path": "src/NuGetGallery/Views/Users/ApiKeys.cshtml",
"diff": "you can always generate a new one at any time. You can also remove existing API keys if necessary.\n<br />\n<p>\n- <strong>Note:</strong> We recom... | C# | Apache License 2.0 | nuget/nugetgallery | Change API Keys page note (#4864) |
455,747 | 19.10.2017 17:40:41 | 25,200 | 7e5a246e71299a79223d4aa3fc699417500d600c | Allow admin to delete all owners | [
{
"change_type": "MODIFY",
"old_path": "src/NuGetGallery/Scripts/gallery/page-manage-owners.js",
"new_path": "src/NuGetGallery/Scripts/gallery/page-manage-owners.js",
"diff": "var viewModel = {\npackage: { id: packageId },\n+ isUserAnAdmin: isUserAnAdmin,\nowners: ko.observableArray([]),\nnewOwnerUs... | C# | Apache License 2.0 | nuget/nugetgallery | Allow admin to delete all owners |
455,759 | 20.10.2017 17:51:40 | -7,200 | 66805e013e438dd3e570efb3cd9f6e6076028eba | Fix: no need to show both verify and edit warnings on edit package page. | [
{
"change_type": "MODIFY",
"old_path": "src/NuGetGallery/Scripts/gallery/async-file-upload.js",
"new_path": "src/NuGetGallery/Scripts/gallery/async-file-upload.js",
"diff": "@@ -218,7 +218,6 @@ var AsyncFileUploadManager = new function () {\n$(reportContainerElement).attr(\"class\", \"collapse in\")... | C# | Apache License 2.0 | nuget/nugetgallery | Fix: no need to show both verify and edit warnings on edit package page. (#4877) |
455,759 | 23.10.2017 11:14:57 | -7,200 | c591f156a47ead2def809ee9b6229c6f72fee4f1 | Only show verify pkg recommendation warning when upload was in progress or completed. | [
{
"change_type": "MODIFY",
"old_path": "src/NuGetGallery/Scripts/gallery/async-file-upload.js",
"new_path": "src/NuGetGallery/Scripts/gallery/async-file-upload.js",
"diff": "@@ -209,6 +209,7 @@ var AsyncFileUploadManager = new function () {\nfunction bindData(model) {\n$(\"#verify-package-block\").r... | C# | Apache License 2.0 | nuget/nugetgallery | Only show verify pkg recommendation warning when upload was in progress or completed. |
455,759 | 23.10.2017 11:19:12 | -7,200 | 5e44c0786caf249bc50571f2e0dcc2bbbde30a9d | Fix NullReferenceException on GET Users/Packages by including PackageRegistration in queries to retrieve PackageOwnershipRequest | [
{
"change_type": "MODIFY",
"old_path": "src/NuGetGallery/Services/PackageOwnerRequestService.cs",
"new_path": "src/NuGetGallery/Services/PackageOwnerRequestService.cs",
"diff": "using System;\nusing System.Collections.Generic;\n+using System.Data.Entity;\nusing System.Linq;\nusing System.Threading.T... | C# | Apache License 2.0 | nuget/nugetgallery | Fix NullReferenceException on GET Users/Packages by including PackageRegistration in queries to retrieve PackageOwnershipRequest (#4882) |
455,794 | 23.10.2017 11:59:42 | 25,200 | f5ab58347a640ae7e3eedde13fcd36e186d5f3d7 | Documentation parser and clamp fixes | [
{
"change_type": "MODIFY",
"old_path": "src/NuGetGallery/App_Start/AppActivator.cs",
"new_path": "src/NuGetGallery/App_Start/AppActivator.cs",
"diff": "@@ -206,7 +206,8 @@ private static void BundlingPostStart()\nBundleTable.Bundles.Add(homeScriptBundle);\nvar displayPackageScriptBundle = new Script... | C# | Apache License 2.0 | nuget/nugetgallery | Documentation parser and clamp fixes (#4853) |
455,776 | 25.10.2017 11:08:16 | 25,200 | 7e72e47695c426bae732cc7a77862fcb11f421de | delete owner requests upon package hard delete | [
{
"change_type": "MODIFY",
"old_path": "src/NuGetGallery/Services/PackageDeleteService.cs",
"new_path": "src/NuGetGallery/Services/PackageDeleteService.cs",
"diff": "@@ -22,6 +22,9 @@ public class PackageDeleteService\nFROM Packages AS p\nWHERE p.[PackageRegistrationKey] = @key)\nBEGIN\n+ DELETE por... | C# | Apache License 2.0 | nuget/nugetgallery | delete owner requests upon package hard delete (#4898) |
455,747 | 25.10.2017 11:49:53 | 25,200 | 5b32ce3505273296620d9cb8cfdcc9e5e1ba3138 | [Prefix] List reserved namespaces in the manage packages page | [
{
"change_type": "MODIFY",
"old_path": "src/Bootstrap/dist/css/bootstrap-theme.css",
"new_path": "src/Bootstrap/dist/css/bootstrap-theme.css",
"diff": "@@ -212,6 +212,10 @@ img.package-icon {\nmargin-right: auto;\nmargin-left: auto;\n}\n+img.reserved-indicator-icon {\n+ margin-right: auto;\n+ margin... | C# | Apache License 2.0 | nuget/nugetgallery | [Prefix] List reserved namespaces in the manage packages page (#4901) |
455,737 | 26.10.2017 10:22:43 | 25,200 | d28063ad0fd512f503a31d276e372a816657095c | Update number shortener to maintain enough sig figs for distinction. | [
{
"change_type": "MODIFY",
"old_path": "src/NuGetGallery/Scripts/gallery/stats-perpackagestatsgraphs.js",
"new_path": "src/NuGetGallery/Scripts/gallery/stats-perpackagestatsgraphs.js",
"diff": "@@ -261,13 +261,24 @@ var GetChartData = function (rawData, filter) {\n}\nvar GetShortNumberString = funct... | C# | Apache License 2.0 | nuget/nugetgallery | Update number shortener to maintain enough sig figs for distinction. (#4896) |
455,794 | 26.10.2017 15:11:14 | 25,200 | 42ce45314fcd5a47f6a0080b4f74344d07257d2d | Schema changes for Organization membership | [
{
"change_type": "MODIFY",
"old_path": "src/NuGetGallery.Core/Entities/EntitiesContext.cs",
"new_path": "src/NuGetGallery.Core/Entities/EntitiesContext.cs",
"diff": "@@ -41,10 +41,19 @@ public EntitiesContext(string connectionString, bool readOnly)\npublic IDbSet<PackageRegistration> PackageRegistra... | C# | Apache License 2.0 | nuget/nugetgallery | Schema changes for Organization membership (#4904) |
455,794 | 26.10.2017 15:26:45 | 25,200 | 5f88eecceb1f5c6bd641bb9bf74ac943a38f971d | Gallery constraints to prevent Organization authentication | [
{
"change_type": "MODIFY",
"old_path": "src/NuGetGallery.Core/Auditing/AuditedAuthenticatedOperationAction.cs",
"new_path": "src/NuGetGallery.Core/Auditing/AuditedAuthenticatedOperationAction.cs",
"diff": "@@ -19,5 +19,10 @@ public enum AuditedAuthenticatedOperationAction\n/// Login failed, user exi... | C# | Apache License 2.0 | nuget/nugetgallery | Gallery constraints to prevent Organization authentication (#4915) |
455,794 | 27.10.2017 07:58:24 | 25,200 | 4d8c2ecbe6a7dee64f2dfe47ce0f2b5aff2c1821 | Fix readme telemetry | [
{
"change_type": "MODIFY",
"old_path": "src/NuGetGallery/App_Start/DefaultDependenciesModule.cs",
"new_path": "src/NuGetGallery/App_Start/DefaultDependenciesModule.cs",
"diff": "@@ -39,7 +39,12 @@ public class DefaultDependenciesModule : Module\n[System.Diagnostics.CodeAnalysis.SuppressMessage(\"Mic... | C# | Apache License 2.0 | nuget/nugetgallery | Fix readme telemetry (#4905) |
455,772 | 27.10.2017 09:58:56 | 25,200 | e359ad6559dd18052f002952be0a669d2536309c | Add support for building signed&unsigned nugetgallery.core packages | [
{
"change_type": "MODIFY",
"old_path": "build.ps1",
"new_path": "build.ps1",
"diff": "@@ -7,6 +7,7 @@ param (\n[switch]$CleanCache,\n[string]$SimpleVersion = '1.0.0',\n[string]$SemanticVersion = '1.0.0-zlocal',\n+ [string]$PackageSuffix,\n[string]$Branch,\n[string]$CommitSHA,\n[string]$BuildBranch =... | C# | Apache License 2.0 | nuget/nugetgallery | Add support for building signed&unsigned nugetgallery.core packages (#4919) |
455,744 | 27.10.2017 10:56:03 | 25,200 | 0fca0c62e4c77eb901890afb6f485ba02209b263 | Slightly different way to initialize service bus topic client wrapper | [
{
"change_type": "MODIFY",
"old_path": "src/NuGetGallery/App_Start/DefaultDependenciesModule.cs",
"new_path": "src/NuGetGallery/App_Start/DefaultDependenciesModule.cs",
"diff": "@@ -381,10 +381,15 @@ private void RegisterAsynchronousValidation(ContainerBuilder builder, Configurat\n.RegisterType<Asyn... | C# | Apache License 2.0 | nuget/nugetgallery | Slightly different way to initialize service bus topic client wrapper (#4917) |
455,759 | 27.10.2017 20:22:55 | -7,200 | 0366b89090ce8faa36c19a1c67fd4c6703a4c6de | Fix - do not consider unlisted prerelease versions when showing "newer prerelease available" message. | [
{
"change_type": "MODIFY",
"old_path": "src/NuGetGallery/ViewModels/DisplayPackageViewModel.cs",
"new_path": "src/NuGetGallery/ViewModels/DisplayPackageViewModel.cs",
"diff": "@@ -74,7 +74,7 @@ public bool HasNewerPrerelease\nget\n{\nvar latestPrereleaseVersion = PackageVersions\n- .Where(pv => pv.P... | C# | Apache License 2.0 | nuget/nugetgallery | Fix #4814 - do not consider unlisted prerelease versions when showing "newer prerelease available" message. (#4922) |
455,776 | 30.10.2017 15:20:15 | 25,200 | 5c8184f544c72665cf4b6ef3a4fb34f48173b5d0 | Add ability to reflow hard-deletes from Admin area | [
{
"change_type": "MODIFY",
"old_path": "src/NuGetGallery/Areas/Admin/Controllers/DeleteController.cs",
"new_path": "src/NuGetGallery/Areas/Admin/Controllers/DeleteController.cs",
"diff": "using System;\nusing System.Collections.Generic;\nusing System.Linq;\n+using System.Threading.Tasks;\nusing Syst... | C# | Apache License 2.0 | nuget/nugetgallery | Add ability to reflow hard-deletes from Admin area (#4899) |
455,776 | 30.10.2017 16:09:45 | 25,200 | 49833afe3e7ee36dd0de3cc5f9262b27e0241f35 | Fix permission-related renaming issue | [
{
"change_type": "MODIFY",
"old_path": "src/NuGetGallery/Views/Shared/_ListPackage.cshtml",
"new_path": "src/NuGetGallery/Views/Shared/_ListPackage.cshtml",
"diff": "}\n</div>\n- @if (Model.HasPermission(User, Permission.Edit) ||\n- Model.HasPermission(User, Permission.ManagePackageOwners) ||\n- Mod... | C# | Apache License 2.0 | nuget/nugetgallery | Fix permission-related renaming issue (#4929) |
455,776 | 30.10.2017 17:37:02 | 25,200 | 03cbec9314d017d3ecd6bf4d0daa97b09a7df2aa | Fix hard delete reflow test | [
{
"change_type": "MODIFY",
"old_path": "tests/NuGetGallery.Facts/Services/PackageDeleteServiceFacts.cs",
"new_path": "tests/NuGetGallery.Facts/Services/PackageDeleteServiceFacts.cs",
"diff": "@@ -615,7 +615,7 @@ private async Task ReflowHardDeletedPackage(string id, string version, string ex\n}\nels... | C# | Apache License 2.0 | nuget/nugetgallery | Fix hard delete reflow test (#4931) |
455,794 | 31.10.2017 14:42:35 | 25,200 | c326c231d9ccebd4417bdc05a0f1d9efc13a556d | OwinStartup NullRef fix | [
{
"change_type": "MODIFY",
"old_path": "src/NuGetGallery/App_Start/DefaultDependenciesModule.cs",
"new_path": "src/NuGetGallery/App_Start/DefaultDependenciesModule.cs",
"diff": "@@ -41,6 +41,7 @@ protected override void Load(ContainerBuilder builder)\n{\nvar telemetryClient = TelemetryClientWrapper.... | C# | Apache License 2.0 | nuget/nugetgallery | OwinStartup NullRef fix (#4937) |
455,794 | 02.11.2017 11:26:11 | 25,200 | 02cb9089ac43cfc4d777289e01f427f5f42ef999 | Add owner scope to API keys | [
{
"change_type": "MODIFY",
"old_path": "src/NuGetGallery.Core/Entities/EntitiesContext.cs",
"new_path": "src/NuGetGallery.Core/Entities/EntitiesContext.cs",
"diff": "@@ -91,6 +91,12 @@ protected override void OnModelCreating(DbModelBuilder modelBuilder)\nmodelBuilder.Entity<Scope>()\n.HasKey(c => c.... | C# | Apache License 2.0 | nuget/nugetgallery | Add owner scope to API keys (#4935) |
455,790 | 06.11.2017 14:22:11 | 28,800 | 5851eedb65f6602823d5c11421cca65f5807bba3 | Updating package delete page
Fixing the package delete page to remove outdated and potentially misleading content and adding a pointed to docs which is significantly easier to maintain. Fixing issue | [
{
"change_type": "MODIFY",
"old_path": "src/NuGetGallery/Views/Packages/Delete.cshtml",
"new_path": "src/NuGetGallery/Views/Packages/Delete.cshtml",
"diff": "{\n@ViewHelpers.AlertInfo(\n@<text>\n- Note - Permanently deleting packages is not supported, but you can control how they are listed.\n+ You ... | C# | Apache License 2.0 | nuget/nugetgallery | Updating package delete page
Fixing the package delete page to remove outdated and potentially misleading content and adding a pointed to docs which is significantly easier to maintain. Fixing issue https://github.com/NuGet/NuGetGallery/issues/4960 |
455,737 | 08.11.2017 13:39:11 | 28,800 | 98cf91c6bb4009186bd8bfc77e037c079d8e1126 | Update ReportAbuseViewModel in tests to include signature for new reason. | [
{
"change_type": "MODIFY",
"old_path": "tests/NuGetGallery.Facts/Controllers/PackagesControllerFacts.cs",
"new_path": "tests/NuGetGallery.Facts/Controllers/PackagesControllerFacts.cs",
"diff": "@@ -1807,6 +1807,7 @@ public async Task SendsMessageToGalleryOwnerWithEmailOnlyWhenUnauthenticated()\nMess... | C# | Apache License 2.0 | nuget/nugetgallery | Update ReportAbuseViewModel in tests to include signature for new reason. (#4970) |
455,794 | 08.11.2017 15:20:35 | 28,800 | fc894c63cef36e73e2901ed6f0470794a0d0533e | Fixing ApiScopeRequiredAttribute regression | [
{
"change_type": "MODIFY",
"old_path": "src/NuGetGallery/Filters/ApiScopeRequiredAttribute.cs",
"new_path": "src/NuGetGallery/Filters/ApiScopeRequiredAttribute.cs",
"diff": "@@ -13,7 +13,7 @@ namespace NuGetGallery.Filters\npublic sealed class ApiScopeRequiredAttribute\n: AuthorizeAttribute\n{\n- pu... | C# | Apache License 2.0 | nuget/nugetgallery | Fixing ApiScopeRequiredAttribute regression (#4968) |
455,794 | 09.11.2017 11:46:34 | 28,800 | 773c080eb5c2e6e6a88d202e3b04b67c7dfcedfa | Hotfix for legacy api keys | [
{
"change_type": "MODIFY",
"old_path": "src/NuGetGallery/Extensions/PrincipalExtensions.cs",
"new_path": "src/NuGetGallery/Extensions/PrincipalExtensions.cs",
"diff": "@@ -62,7 +62,7 @@ public static List<Scope> GetScopesFromClaim(this IIdentity self)\n{\nvar claim = GetScopeClaim(self);\n- return s... | C# | Apache License 2.0 | nuget/nugetgallery | Hotfix for legacy api keys (#4976) |
455,736 | 09.11.2017 13:21:27 | 28,800 | 320ad6b3c4eb2ad60daca58ec39297b96ecff670 | Add ShowAuthInHeader to allow status page to hide the auth UI
Progress on | [
{
"change_type": "MODIFY",
"old_path": "src/NuGetGallery/Views/NuGetViewBase.cs",
"new_path": "src/NuGetGallery/Views/NuGetViewBase.cs",
"diff": "@@ -33,6 +33,8 @@ public CookieConsentMessage CookieConsentMessage\nget { return _cookieConsentMessage.Value; }\n}\n+ public bool ShowAuthInHeader => fals... | C# | Apache License 2.0 | nuget/nugetgallery | Add ShowAuthInHeader to allow status page to hide the auth UI (#4981)
Progress on https://github.com/NuGet/NuGetGallery/issues/4979 |
455,736 | 09.11.2017 15:48:52 | 28,800 | d8bfb6e32f0b92dfec863aca0c2f3d5bb249d6c7 | Enable showing auth in header for gallery (status will set these values to false) | [
{
"change_type": "MODIFY",
"old_path": "src/NuGetGallery/Views/NuGetViewBase.cs",
"new_path": "src/NuGetGallery/Views/NuGetViewBase.cs",
"diff": "@@ -33,7 +33,7 @@ public CookieConsentMessage CookieConsentMessage\nget { return _cookieConsentMessage.Value; }\n}\n- public bool ShowAuthInHeader => fals... | C# | Apache License 2.0 | nuget/nugetgallery | Enable showing auth in header for gallery (status will set these values to false) |
455,736 | 09.11.2017 12:12:19 | 28,800 | dc1e9fd7f3d689df73a3dd7cbe4b5db739769858 | Hide package metadata when the package is deleted
Also, by default show a warning banner (for localhost testings)
Fix | [
{
"change_type": "MODIFY",
"old_path": "src/NuGetGallery/Views/Packages/DisplayPackage.cshtml",
"new_path": "src/NuGetGallery/Views/Packages/DisplayPackage.cshtml",
"diff": "}\n</h1>\n- @if (!StringComparer.OrdinalIgnoreCase.Equals(Model.Id, Model.Title))\n+ @if (!Model.Deleted && !StringComparer.Or... | C# | Apache License 2.0 | nuget/nugetgallery | Hide package metadata when the package is deleted (#4973)
Also, by default show a warning banner (for localhost testings)
Fix https://github.com/NuGet/NuGetGallery/issues/4717 |
455,772 | 13.11.2017 09:37:09 | 28,800 | 590aa08d69dafa4b8a0d2f0b9096f3e8a0250461 | Fix test VerifyPackageKey_Returns404ForMissingPackage | [
{
"change_type": "MODIFY",
"old_path": "tests/NuGetGallery.FunctionalTests/PackageCreation/SecurityPolicyTests.cs",
"new_path": "tests/NuGetGallery.FunctionalTests/PackageCreation/SecurityPolicyTests.cs",
"diff": "@@ -123,7 +123,16 @@ public async Task VerifyPackageKey_Returns200IfPackageVerifyScope... | C# | Apache License 2.0 | nuget/nugetgallery | Fix test VerifyPackageKey_Returns404ForMissingPackage (#4985) |
455,744 | 14.11.2017 12:56:58 | 28,800 | 56606c5f679ee20b2302ab4da52a634c7a200e96 | Not showing "indexing" message while validation is in progress. | [
{
"change_type": "MODIFY",
"old_path": "src/NuGetGallery/Views/Packages/DisplayPackage.cshtml",
"new_path": "src/NuGetGallery/Views/Packages/DisplayPackage.cshtml",
"diff": ")\n}\n- @if (Model.Listed && Model.IsIndexed.HasValue && !Model.IsIndexed.Value)\n+ @if (Model.Listed && Model.IsIndexed.HasVa... | C# | Apache License 2.0 | nuget/nugetgallery | Not showing "indexing" message while validation is in progress. (#5000) |
455,747 | 15.11.2017 16:51:06 | 28,800 | 767b46cbb7e25ce463659f1854df1c25e62627cd | Fix web ui test for signin flow | [
{
"change_type": "MODIFY",
"old_path": "tests/NuGetGallery.FunctionalTests.Core/Helpers/UrlHelper.cs",
"new_path": "tests/NuGetGallery.FunctionalTests.Core/Helpers/UrlHelper.cs",
"diff": "@@ -13,7 +13,7 @@ public class UrlHelper\nprivate const string _logonPageUrlSuffix = \"users/account/LogOnNuGetA... | C# | Apache License 2.0 | nuget/nugetgallery | Fix web ui test for signin flow (#5012) |
455,794 | 16.11.2017 07:39:48 | 28,800 | 9977aaa840ed47c35be5e0610e4162fe0180bd6f | Add ApiKey owner scope auditing | [
{
"change_type": "MODIFY",
"old_path": "src/NuGetGallery.Core/Auditing/CredentialAuditRecord.cs",
"new_path": "src/NuGetGallery.Core/Auditing/CredentialAuditRecord.cs",
"diff": "@@ -43,7 +43,8 @@ public CredentialAuditRecord(Credential credential, bool removed)\nScopes = new List<ScopeAuditRecord>()... | C# | Apache License 2.0 | nuget/nugetgallery | Add ApiKey owner scope auditing (#5011) |
455,747 | 17.11.2017 11:05:45 | 28,800 | 9995d9d3c6b9726c16f2edd1fe73c190ca760b1b | Fix missing validation errors in UI and add credential telemetry | [
{
"change_type": "MODIFY",
"old_path": "src/NuGetGallery/Authentication/AuthenticationService.cs",
"new_path": "src/NuGetGallery/Authentication/AuthenticationService.cs",
"diff": "@@ -461,6 +461,8 @@ public virtual async Task AddCredential(User user, Credential credential)\nawait Auditing.SaveAuditR... | C# | Apache License 2.0 | nuget/nugetgallery | Fix missing validation errors in UI and add credential telemetry (#5023) |
455,737 | 17.11.2017 11:11:06 | 28,800 | 6acdc28cb7614bec7f36d69af3a84dd63116747e | Remove extra copyright text from owner support request page. | [
{
"change_type": "MODIFY",
"old_path": "src/NuGetGallery/Views/Packages/ReportMyPackage.cshtml",
"new_path": "src/NuGetGallery/Views/Packages/ReportMyPackage.cshtml",
"diff": "<div id=\"form-field-message\" class=\"form-group @Html.HasErrorFor(m => m.Message)\">\n@Html.ShowLabelFor(m => m.Message)\n... | C# | Apache License 2.0 | nuget/nugetgallery | Remove extra copyright text from owner support request page. |
455,736 | 17.11.2017 16:06:36 | 28,800 | 0bc406294b0a7f6ca295683b515b083f569ad5a5 | Add the required prefix to the validation DB connection string | [
{
"change_type": "MODIFY",
"old_path": "src/NuGetGallery/Configuration/AppConfiguration.cs",
"new_path": "src/NuGetGallery/Configuration/AppConfiguration.cs",
"diff": "@@ -159,7 +159,7 @@ public class AppConfiguration : IAppConfiguration\n/// Gets the SQL Connection string used to connect to the dat... | C# | Apache License 2.0 | nuget/nugetgallery | Add the required prefix to the validation DB connection string (#5032) |
455,776 | 17.11.2017 17:12:32 | 28,800 | cd4cc9fa8ce64aa81dff6329d618312f91eac544 | Improve performance of the PermissionsService | [
{
"change_type": "MODIFY",
"old_path": "src/NuGetGallery/Services/PermissionsService.cs",
"new_path": "src/NuGetGallery/Services/PermissionsService.cs",
"diff": "@@ -39,8 +39,7 @@ public static bool IsActionAllowed(User account, IPrincipal currentPrincipal, Pe\n/// </summary>\npublic static bool IsA... | C# | Apache License 2.0 | nuget/nugetgallery | Improve performance of the PermissionsService (#5001) |
455,794 | 20.11.2017 12:44:05 | 28,800 | 2df96487c3e97e1120b82715627ea73cc68363d1 | Initial work on Manage Packages page (and Delete Account shared code) | [
{
"change_type": "MODIFY",
"old_path": "src/NuGetGallery/App_Code/ViewHelpers.cshtml",
"new_path": "src/NuGetGallery/App_Code/ViewHelpers.cshtml",
"diff": "});\n}\n+@helper UserLinkWithIcon(UrlHelper url, User user) {\n+ <span class=\"ms-noWrap\">\n+ @if (user is Organization)\n+ {\n+ <i class=\"ms-... | C# | Apache License 2.0 | nuget/nugetgallery | Initial work on Manage Packages page (and Delete Account shared code) (#5022) |
455,736 | 16.11.2017 16:17:16 | 28,800 | b564a4211e053c5f67a00d6c05646452c0c7825e | Wait for a package to be available in V2 or V3 (as appropriate)
Fix | [
{
"change_type": "MODIFY",
"old_path": "tests/NuGetGallery.FunctionalTests.Core/Helpers/ClientSdkHelper.cs",
"new_path": "tests/NuGetGallery.FunctionalTests.Core/Helpers/ClientSdkHelper.cs",
"diff": "using System.Threading;\nusing System.Threading.Tasks;\nusing NuGet;\n+using NuGet.Versioning;\nusin... | C# | Apache License 2.0 | nuget/nugetgallery | Wait for a package to be available in V2 or V3 (as appropriate) (#5037)
Fix https://github.com/NuGet/Engineering/issues/946 |
455,776 | 20.11.2017 16:32:50 | 28,800 | f90bd010ff07b30c00fa786308f4460b90aba560 | Fix broken JsonApiControllerFacts | [
{
"change_type": "MODIFY",
"old_path": "tests/NuGetGallery.Facts/Controllers/JsonApiControllerFacts.cs",
"new_path": "tests/NuGetGallery.Facts/Controllers/JsonApiControllerFacts.cs",
"diff": "@@ -326,7 +326,7 @@ public async Task ReturnsFailureIfNewOwnerIsAlreadyOwner(InvokePackageOwnerModif\n// Ass... | C# | Apache License 2.0 | nuget/nugetgallery | Fix broken JsonApiControllerFacts |
455,794 | 21.11.2017 08:21:17 | 28,800 | 25b86c896cbfdc9b501931ac8a5e50662cfb8c96 | Rename FindPackagesByOwner API | [
{
"change_type": "MODIFY",
"old_path": "src/NuGetGallery/Controllers/UsersController.cs",
"new_path": "src/NuGetGallery/Controllers/UsersController.cs",
"diff": "@@ -111,7 +111,7 @@ public virtual ActionResult DeleteRequest()\n}\nvar listPackageItems = _packageService\n- .FindPackagesByOwner(user, i... | C# | Apache License 2.0 | nuget/nugetgallery | Rename FindPackagesByOwner API (#5042) |
455,747 | 21.11.2017 11:09:44 | 28,800 | 968b8433f8c967b990a28db268620c3c1aede0c6 | Hide enable password login flow until user verification | [
{
"change_type": "MODIFY",
"old_path": "src/NuGetGallery/Controllers/UsersController.cs",
"new_path": "src/NuGetGallery/Controllers/UsersController.cs",
"diff": "@@ -334,7 +334,7 @@ public virtual async Task<ActionResult> ForgotPassword(ForgotPasswordViewModel m\ncase PasswordResetResultType.Success... | C# | Apache License 2.0 | nuget/nugetgallery | Hide enable password login flow until user verification (#5046) |
455,736 | 21.11.2017 09:50:29 | 28,800 | a1ea54341394d505ef769bc6c801560d97fcdbe7 | Handle race condition caused by fast async validations resulting in HTTP 500 on push
Fix | [
{
"change_type": "MODIFY",
"old_path": "src/NuGetGallery/Services/PackageUploadService.cs",
"new_path": "src/NuGetGallery/Services/PackageUploadService.cs",
"diff": "@@ -79,6 +79,50 @@ public async Task<PackageCommitResult> CommitPackageAsync(Package package, Strea\nif (package.PackageStatusKey == P... | C# | Apache License 2.0 | nuget/nugetgallery | Handle race condition caused by fast async validations resulting in HTTP 500 on push (#5050)
Fix https://github.com/NuGet/NuGetGallery/issues/5039 |
455,772 | 21.11.2017 13:34:52 | 28,800 | d79d4b78c3a9c3ce1fc5f90d598f47eb2b1ffe74 | Remove usage of ApiKey Type for distinguishing between Scoped/non-scoped ApiKeys | [
{
"change_type": "MODIFY",
"old_path": "src/NuGetGallery.Core/CredentialTypes.cs",
"new_path": "src/NuGetGallery.Core/CredentialTypes.cs",
"diff": "@@ -55,9 +55,9 @@ public static bool IsPackageVerificationApiKey(string type)\n/// </summary>\n/// <param name=\"credential\"></param>\n/// <returns></r... | C# | Apache License 2.0 | nuget/nugetgallery | Remove usage of ApiKey Type for distinguishing between Scoped/non-scoped ApiKeys |
455,744 | 22.11.2017 12:19:13 | 28,800 | 6b681409c1abf2a133925a49ac1a83c783875640 | Not using SAS tokens for public containers read URIs | [
{
"change_type": "MODIFY",
"old_path": "src/NuGetGallery.Core/Services/CloudBlobCoreFileStorageService.cs",
"new_path": "src/NuGetGallery.Core/Services/CloudBlobCoreFileStorageService.cs",
"diff": "using System;\nusing System.Collections.Concurrent;\n+using System.Collections.Generic;\nusing System.... | C# | Apache License 2.0 | nuget/nugetgallery | Not using SAS tokens for public containers read URIs (#5055) |
455,772 | 22.11.2017 14:28:39 | 28,800 | 0b3740b8ccba415a23820d214b666680dc6f1a92 | Fix StatisticsControllerFacts failures | [
{
"change_type": "MODIFY",
"old_path": "tests/NuGetGallery.Facts/Controllers/StatisticsControllerFacts.cs",
"new_path": "tests/NuGetGallery.Facts/Controllers/StatisticsControllerFacts.cs",
"diff": "using System.Web.Routing;\nusing Moq;\nusing Newtonsoft.Json.Linq;\n+using NuGetGallery.Framework;\nus... | C# | Apache License 2.0 | nuget/nugetgallery | Fix StatisticsControllerFacts failures (#5062) |
455,794 | 28.11.2017 16:13:43 | 28,800 | 37ab2a0907a95d6ceb965541b3f2a78fcec564e8 | Temporary package size workaround | [
{
"change_type": "MODIFY",
"old_path": "src/NuGetGallery/Web.config",
"new_path": "src/NuGetGallery/Web.config",
"diff": "<add tagPrefix=\"ef\" assembly=\"Microsoft.AspNet.EntityDataSource\" namespace=\"Microsoft.AspNet.EntityDataSource\" />\n</controls>\n</pages>\n- <httpRuntime targetFramework=\"4... | C# | Apache License 2.0 | nuget/nugetgallery | Temporary package size workaround (#5080) |
455,794 | 29.11.2017 13:03:01 | 28,800 | e9470f819dbe7366ef861fde365ea01c1625962f | DisplayPackage perf fix | [
{
"change_type": "MODIFY",
"old_path": "src/NuGetGallery/ViewModels/DisplayPackageViewModel.cs",
"new_path": "src/NuGetGallery/ViewModels/DisplayPackageViewModel.cs",
"diff": "using System;\nusing System.Collections.Generic;\nusing System.Linq;\n+using NuGet.Versioning;\nnamespace NuGetGallery\n{\n@... | C# | Apache License 2.0 | nuget/nugetgallery | DisplayPackage perf fix |
455,736 | 28.11.2017 12:52:49 | 28,800 | b113fe2ebd618d93e22002ee5a13459e927dfdae | Add the certificates table to enable an approved list of signing certificates
Progress on | [
{
"change_type": "MODIFY",
"old_path": "src/NuGetGallery.Core/NuGetGallery.Core.csproj",
"new_path": "src/NuGetGallery.Core/NuGetGallery.Core.csproj",
"diff": "<Compile Include=\"Diagnostics\\IDiagnosticsService.cs\" />\n<Compile Include=\"Diagnostics\\IDiagnosticsSource.cs\" />\n<Compile Include=\"... | C# | Apache License 2.0 | nuget/nugetgallery | Add the certificates table to enable an approved list of signing certificates (#5079)
Progress on https://github.com/NuGet/Engineering/issues/935 |
455,751 | 29.11.2017 20:46:02 | 28,800 | 59b2b034065b2c2847edd5dc025824f1002dec43 | Clean support requests
Clean support requests on delete user account. | [
{
"change_type": "MODIFY",
"old_path": "src/NuGetGallery/Areas/Admin/Services/ISupportRequestService.cs",
"new_path": "src/NuGetGallery/Areas/Admin/Services/ISupportRequestService.cs",
"diff": "@@ -52,5 +52,6 @@ public interface ISupportRequestService\nTask ToggleAdminAccessAsync(int adminId, bool e... | C# | Apache License 2.0 | nuget/nugetgallery | Clean support requests (#5070)
Clean support requests on delete user account. |
455,751 | 30.11.2017 11:36:29 | 28,800 | 443d6017b34a278fb8495608df81e2c7822c9a91 | Remove usernames from the AI urls
Remove usernames from AI request url. | [
{
"change_type": "MODIFY",
"old_path": "src/NuGetGallery/App_Start/OwinStartup.cs",
"new_path": "src/NuGetGallery/App_Start/OwinStartup.cs",
"diff": "@@ -79,6 +79,8 @@ public static void Configuration(IAppBuilder app)\nreturn processor;\n});\n+ telemetryProcessorChainBuilder.Use(next => new ClientTe... | C# | Apache License 2.0 | nuget/nugetgallery | Remove usernames from the AI urls (#5083)
Remove usernames from AI request url. |
455,794 | 30.11.2017 15:51:45 | 28,800 | 69455ff8ce645c21787830d879beb1935819ea26 | Fix int overflow for user total downloads | [
{
"change_type": "MODIFY",
"old_path": "src/NuGetGallery/ViewModels/UserProfileModel.cs",
"new_path": "src/NuGetGallery/ViewModels/UserProfileModel.cs",
"diff": "@@ -19,7 +19,7 @@ public UserProfileModel(User user, List<ListPackageItemViewModel> allPackages, i\nPackagePage = pageIndex;\nPackagePageS... | C# | Apache License 2.0 | nuget/nugetgallery | Fix int overflow for user total downloads (#5096) |
455,776 | 01.12.2017 16:16:17 | 28,800 | 44a1d2939ed5fe1b45c74a21f00cfdbc5c8cf463 | Quick hotfix to removing package owners from the manage package owners page | [
{
"change_type": "MODIFY",
"old_path": "src/NuGetGallery/Scripts/gallery/page-manage-owners.js",
"new_path": "src/NuGetGallery/Scripts/gallery/page-manage-owners.js",
"diff": "&& namespaceOwnerCount >= 2));\n},\n- IsOnlyUserGrantingAccessToCurrentUser: function () {\n+ IsOnlyUserGrantingAccessToCurr... | C# | Apache License 2.0 | nuget/nugetgallery | Quick hotfix to removing package owners from the manage package owners page (#5108) |
455,772 | 05.12.2017 12:22:20 | 28,800 | 329271cfdf655e92dc9cf625c24f0822acd8d45b | Cleanup MessageService | [
{
"change_type": "MODIFY",
"old_path": "src/NuGetGallery/Services/MessageService.cs",
"new_path": "src/NuGetGallery/Services/MessageService.cs",
"diff": "using System.Text;\nusing System.Web;\nusing AnglicanGeek.MarkdownMailer;\n-using NuGetGallery.Authentication;\nusing NuGetGallery.Configuration;\... | C# | Apache License 2.0 | nuget/nugetgallery | Cleanup MessageService (#5118) |
455,737 | 05.12.2017 15:43:21 | 28,800 | 986c2a74c0ff0de9a52ce7d519c46c463eaff33b | Cast download count vaules as long before summing so we sum them into a long. | [
{
"change_type": "MODIFY",
"old_path": "src/NuGetGallery/Views/Users/_UserPackagesList.cshtml",
"new_path": "src/NuGetGallery/Views/Users/_UserPackagesList.cshtml",
"diff": "@{\nvar packagesString = \"package\" + (Model.Packages.Count() != 1 ? \"s\" : \"\");\n- var numDownloads = Model.Packages.Sum(... | C# | Apache License 2.0 | nuget/nugetgallery | Cast download count vaules as long before summing so we sum them into a long. |
455,744 | 05.12.2017 17:33:32 | 28,800 | 6dffdbd088515ac90253bdf05009a700a1d0632c | Validation failed sending method
* Added SendPackageValidationFailedNotice
* Fixed subject
Added tests | [
{
"change_type": "MODIFY",
"old_path": "src/NuGetGallery.Core/Services/CoreMessageService.cs",
"new_path": "src/NuGetGallery.Core/Services/CoreMessageService.cs",
"diff": "@@ -29,6 +29,44 @@ public void SendPackageAddedNotice(Package package, string packageUrl, string pa\nstring subject = \"[{0}] Pa... | C# | Apache License 2.0 | nuget/nugetgallery | Validation failed sending method (#5127)
* Added SendPackageValidationFailedNotice
* Fixed subject
Added tests |
455,794 | 06.12.2017 15:52:12 | 28,800 | 96b540190acdd03facf091c2525220e94ccadf73 | Organizations: Add owner filter to Manage Packages view | [
{
"change_type": "MODIFY",
"old_path": "src/NuGetGallery/Controllers/UsersController.cs",
"new_path": "src/NuGetGallery/Controllers/UsersController.cs",
"diff": "@@ -284,8 +284,36 @@ public virtual ActionResult Thanks()\npublic virtual ActionResult Packages()\n{\nvar user = GetCurrentUser();\n- var ... | C# | Apache License 2.0 | nuget/nugetgallery | Organizations: Add owner filter to Manage Packages view (#5060) |
455,794 | 07.12.2017 08:22:58 | 28,800 | 1f2e2badcf8692cbdace540bb8775269aec04096 | ManagePackages: hide filter if not in organization | [
{
"change_type": "MODIFY",
"old_path": "src/NuGetGallery/Scripts/gallery/page-manage-packages.js",
"new_path": "src/NuGetGallery/Scripts/gallery/page-manage-packages.js",
"diff": "this.PackageIconUrlFallback = initialData.PackageIconUrlFallback;\nthis.OwnerFilter = ko.observable();\n+ // More filter... | C# | Apache License 2.0 | nuget/nugetgallery | ManagePackages: hide filter if not in organization (#5135) |
455,772 | 07.12.2017 09:51:31 | 28,800 | 9076a6ff3de28f3d2f69b3ebe93627be6156979b | Unify Listed and Validation Status columns | [
{
"change_type": "MODIFY",
"old_path": "src/NuGetGallery/NuGetGallery.csproj",
"new_path": "src/NuGetGallery/NuGetGallery.csproj",
"diff": "<Compile Include=\"ViewModels\\ApiKeyListViewModel.cs\" />\n<Compile Include=\"ViewModels\\ApiKeyViewModel.cs\" />\n<Compile Include=\"ViewModels\\OwnerRequests... | C# | Apache License 2.0 | nuget/nugetgallery | Unify Listed and Validation Status columns (#5136) |
455,794 | 07.12.2017 12:50:46 | 28,800 | 79f629476b8401d92c5d188d44a97623266eff05 | Fix ManagePackages icon fallback | [
{
"change_type": "MODIFY",
"old_path": "src/NuGetGallery/Scripts/gallery/page-manage-packages.js",
"new_path": "src/NuGetGallery/Scripts/gallery/page-manage-packages.js",
"diff": "this.PackageIconUrl = (packageItem.PackageIconUrl)\n? packageItem.PackageIconUrl\n: this.PackagesListViewModel.ManagePac... | C# | Apache License 2.0 | nuget/nugetgallery | Fix ManagePackages icon fallback (#5145) |
455,751 | 07.12.2017 13:06:34 | 28,800 | 4f4d1a5d84b49aea4dd831ef9732802fcae2a24c | Issue 5092 and a small UI improvement. | [
{
"change_type": "MODIFY",
"old_path": "src/NuGetGallery/Areas/Admin/Views/DeleteAccount/DeleteUserAccount.cshtml",
"new_path": "src/NuGetGallery/Areas/Admin/Views/DeleteAccount/DeleteUserAccount.cshtml",
"diff": "<a href=\"@Url.User(@Model.User)\">@Model.AccountName</a>\n</div>\n- @ViewHelpers.Aler... | C# | Apache License 2.0 | nuget/nugetgallery | Issue 5092 and a small UI improvement. (#5137) |
455,751 | 08.12.2017 00:12:57 | 28,800 | f29871d9531b824aa5fabcd2c2d3a4526a388440 | Clean elmah logs.
Remove PII from Elmah logs. | [
{
"change_type": "MODIFY",
"old_path": "src/NuGetGallery.Core/Auditing/AuditActor.cs",
"new_path": "src/NuGetGallery.Core/Auditing/AuditActor.cs",
"diff": "@@ -65,10 +65,7 @@ public static Task<AuditActor> GetAspNetOnBehalfOfAsync(HttpContextBase context)\nclientIpAddress = context.Request.UserHostA... | C# | Apache License 2.0 | nuget/nugetgallery | Clean elmah logs. (#5121)
Remove PII from Elmah logs. |
455,794 | 11.12.2017 08:37:16 | 28,800 | b2706ae5d99e4664e0a9a33cc557847f3d1833d4 | limit resetFormValidation to only validated form fields | [
{
"change_type": "MODIFY",
"old_path": "src/NuGetGallery/Scripts/gallery/common.js",
"new_path": "src/NuGetGallery/Scripts/gallery/common.js",
"diff": "nuget.resetFormValidation = function (formElement) {\nvar validator = $(formElement).validate();\n- $(formElement).find(\"*[name]\").each(function (... | C# | Apache License 2.0 | nuget/nugetgallery | limit resetFormValidation to only validated form fields (#5159) |
455,794 | 11.12.2017 09:51:27 | 28,800 | b20cb5a17c2f66f665722b14d40b5be4821bf98a | Manage Packages: optimize package link generation | [
{
"change_type": "MODIFY",
"old_path": "src/NuGetGallery/NuGetGallery.csproj",
"new_path": "src/NuGetGallery/NuGetGallery.csproj",
"diff": "<Compile Include=\"GlobalSuppressions.cs\" />\n<Compile Include=\"Helpers\\GravatarHelper.cs\" />\n<Compile Include=\"Helpers\\RegexEx.cs\" />\n+ <Compile Inclu... | C# | Apache License 2.0 | nuget/nugetgallery | Manage Packages: optimize package link generation (#5138) |
455,744 | 11.12.2017 11:39:49 | 28,800 | 7bd7617d03c0aa006d04d20c27bc0a007a85e64d | Displaying "package not indexed yet" alert only if package is available. | [
{
"change_type": "MODIFY",
"old_path": "src/NuGetGallery/Views/Packages/DisplayPackage.cshtml",
"new_path": "src/NuGetGallery/Views/Packages/DisplayPackage.cshtml",
"diff": ")\n}\n- @if (Model.Listed && Model.IsIndexed.HasValue && !Model.IsIndexed.Value && !Model.Validating)\n+ @if (Model.Listed && ... | C# | Apache License 2.0 | nuget/nugetgallery | Displaying "package not indexed yet" alert only if package is available. (#5163) |
455,737 | 11.12.2017 16:10:29 | 28,800 | a527404102baa6c91975f3f0dcde3d33a03aaaf9 | Reduce package size limit back to 250MB | [
{
"change_type": "MODIFY",
"old_path": "src/NuGetGallery/Web.config",
"new_path": "src/NuGetGallery/Web.config",
"diff": "<add tagPrefix=\"ef\" assembly=\"Microsoft.AspNet.EntityDataSource\" namespace=\"Microsoft.AspNet.EntityDataSource\" />\n</controls>\n</pages>\n- <httpRuntime targetFramework=\"4... | C# | Apache License 2.0 | nuget/nugetgallery | Reduce package size limit back to 250MB |
455,794 | 12.12.2017 13:54:34 | 28,800 | baf7c721c67e4b48ef01af38ca21f77bc88a4cd6 | Improved data-val filtering (feedback from PR#5159) | [
{
"change_type": "MODIFY",
"old_path": "src/NuGetGallery/Scripts/gallery/common.js",
"new_path": "src/NuGetGallery/Scripts/gallery/common.js",
"diff": "nuget.resetFormValidation = function (formElement) {\nvar validator = $(formElement).validate();\n- $(formElement).find(\"*[name][data-val]\").each(... | C# | Apache License 2.0 | nuget/nugetgallery | Improved data-val filtering (feedback from PR#5159) |
455,751 | 13.12.2017 17:45:06 | 28,800 | 71cc9f02ab1a9e2e1ace02ee1d2c1e7a52ffb9b2 | Clean azure storage audit data.
Clean Azure storage audit records. | [
{
"change_type": "MODIFY",
"old_path": "src/NuGetGallery.Core/Auditing/AuditActor.cs",
"new_path": "src/NuGetGallery.Core/Auditing/AuditActor.cs",
"diff": "using System.Threading.Tasks;\nusing System.Web;\nusing NuGetGallery.Authentication;\n+using NuGetGallery.Auditing.Obfuscation;\nnamespace NuGet... | C# | Apache License 2.0 | nuget/nugetgallery | Clean azure storage audit data. (#5164)
Clean Azure storage audit records. |
455,744 | 13.12.2017 17:05:18 | 28,800 | 708deb39f55338e3a7163d9646e8a8b6a94e8283 | Add message for notifying using of blocked signed packages
Fix | [
{
"change_type": "MODIFY",
"old_path": "src/NuGetGallery.Core/Services/CoreMessageService.cs",
"new_path": "src/NuGetGallery.Core/Services/CoreMessageService.cs",
"diff": "@@ -62,16 +62,41 @@ public void SendPackageAddedNotice(Package package, string packageUrl, string pa\n}\n}\n- public void SendPa... | C# | Apache License 2.0 | nuget/nugetgallery | Add message for notifying using of blocked signed packages (#5195)
Fix https://github.com/NuGet/NuGetGallery/issues/5194 |
455,776 | 19.12.2017 12:13:55 | 28,800 | f7917ff89306d430712845edfd79afa70316f8d7 | use urlhelper to calculate apikey expiry url | [
{
"change_type": "MODIFY",
"old_path": "src/NuGetGallery/Filters/ApiAuthorizeAttribute.cs",
"new_path": "src/NuGetGallery/Filters/ApiAuthorizeAttribute.cs",
"diff": "@@ -29,8 +29,7 @@ public override void OnAuthorization(AuthorizationContext filterContext)\nif (apiKeyCredential != null && apiKeyCred... | C# | Apache License 2.0 | nuget/nugetgallery | use urlhelper to calculate apikey expiry url (#5201) |
455,776 | 19.12.2017 12:14:14 | 28,800 | 8f74b0b78386ffc35ea9e7604ee5a3b023902c7b | Add link to package in Contact Owners email | [
{
"change_type": "MODIFY",
"old_path": "src/NuGetGallery/Controllers/PackagesController.cs",
"new_path": "src/NuGetGallery/Controllers/PackagesController.cs",
"diff": "@@ -956,6 +956,7 @@ public virtual ActionResult ContactOwners(string id, ContactOwnersViewModel cont\n_messageService.SendContactOwn... | C# | Apache License 2.0 | nuget/nugetgallery | Add link to package in Contact Owners email (#5202) |
455,794 | 19.12.2017 15:16:33 | 28,800 | 39d8a40796c160b070681fe1629f5ca32cab433e | Cache AuditActor.GetLocalIpAddressAsync | [
{
"change_type": "MODIFY",
"old_path": "src/NuGetGallery.Core/Auditing/AuditActor.cs",
"new_path": "src/NuGetGallery.Core/Auditing/AuditActor.cs",
"diff": "@@ -17,6 +17,10 @@ namespace NuGetGallery.Auditing\n{\npublic class AuditActor\n{\n+ private static string _localIpAddress;\n+ private static Da... | C# | Apache License 2.0 | nuget/nugetgallery | Cache AuditActor.GetLocalIpAddressAsync (#5210) |
455,794 | 21.12.2017 11:31:13 | 28,800 | fdd75b926c6bc9ac6bb0b54d383390deb2415282 | Schema for organization membership requests | [
{
"change_type": "MODIFY",
"old_path": "src/NuGetGallery.Core/Entities/Credential.cs",
"new_path": "src/NuGetGallery.Core/Entities/Credential.cs",
"diff": "@@ -65,6 +65,9 @@ public Credential(string type, string value, TimeSpan? expiration)\n[StringLength(maximumLength: 256)]\npublic string Value { ... | C# | Apache License 2.0 | nuget/nugetgallery | Schema for organization membership requests (#5204) |
455,794 | 02.01.2018 13:21:21 | 28,800 | 0e570e50159f83f0ed2d7ff9af066ebc83f7fd63 | Pass returnUrl for NuGet sign in | [
{
"change_type": "MODIFY",
"old_path": "src/NuGetGallery/Views/Authentication/SignIn.cshtml",
"new_path": "src/NuGetGallery/Views/Authentication/SignIn.cshtml",
"diff": "ViewBag.SmPageColumns = Constants.ColumnsAuthenticationSm;\nViewBag.MdPageColumns = Constants.ColumnsAuthenticationMd;\nLayout = \... | C# | Apache License 2.0 | nuget/nugetgallery | Pass returnUrl for NuGet sign in (#5220) |
455,772 | 04.01.2018 15:56:17 | 28,800 | c18c24c1363c0980ec9e125377bdb100b76d7948 | Functional test for package locking | [
{
"change_type": "MODIFY",
"old_path": "tests/NuGetGallery.FunctionalTests.Core/EnvironmentSettings.cs",
"new_path": "tests/NuGetGallery.FunctionalTests.Core/EnvironmentSettings.cs",
"diff": "@@ -29,6 +29,7 @@ public class EnvironmentSettings\nprivate static string _testEmailServerHost;\nprivate sta... | C# | Apache License 2.0 | nuget/nugetgallery | Functional test for package locking (#5235) |
455,736 | 15.11.2017 12:50:01 | 28,800 | 68ba9694567e69217fcf1ee48141dfad3fa213ef | Add configuration for user package deletes
Progress on | [
{
"change_type": "MODIFY",
"old_path": "src/NuGetGallery/App_Start/DefaultDependenciesModule.cs",
"new_path": "src/NuGetGallery/App_Start/DefaultDependenciesModule.cs",
"diff": "@@ -72,6 +72,9 @@ protected override void Load(ContainerBuilder builder)\n.AsSelf()\n.As<FeatureConfiguration>();\n+ build... | C# | Apache License 2.0 | nuget/nugetgallery | Add configuration for user package deletes (#5063)
Progress on https://github.com/NuGet/Engineering/issues/921 |
455,759 | 08.01.2018 17:11:25 | -3,600 | 18467dca482d3815410078d450fb638c6693aeac | Fix expander for verify-metadata section package upload page | [
{
"change_type": "MODIFY",
"old_path": "src/NuGetGallery/Scripts/gallery/async-file-upload.js",
"new_path": "src/NuGetGallery/Scripts/gallery/async-file-upload.js",
"diff": "@@ -263,7 +263,7 @@ var AsyncFileUploadManager = new function () {\n$(\"#verify-collapser-container\").removeClass(\"hidden\")... | C# | Apache License 2.0 | nuget/nugetgallery | Fix expander for verify-metadata section package upload page |
455,776 | 06.12.2017 17:06:20 | 28,800 | 8fa6e80677c6a48e352e77b3f9b60f19a6c09471 | Permissions tests for DisplayPackage | [
{
"change_type": "MODIFY",
"old_path": "src/NuGetGallery/Controllers/PackagesController.cs",
"new_path": "src/NuGetGallery/Controllers/PackagesController.cs",
"diff": "@@ -449,7 +449,7 @@ public virtual async Task<ActionResult> DisplayPackage(string id, string version\n.ToList();\nvar isReadMePendin... | C# | Apache License 2.0 | nuget/nugetgallery | Permissions tests for DisplayPackage (#5129) |
455,776 | 07.12.2017 16:57:28 | 28,800 | ca7d4fe14c187ad70081980aabccc4729f4ee136 | ReportAbuse and ReportMyPackage permissions tests | [
{
"change_type": "MODIFY",
"old_path": "tests/NuGetGallery.Facts/Controllers/PackagesControllerFacts.cs",
"new_path": "tests/NuGetGallery.Facts/Controllers/PackagesControllerFacts.cs",
"diff": "@@ -2107,153 +2107,195 @@ public async Task PassesPrerelParameterOnToSearchFilter(bool prerel)\npublic cla... | C# | Apache License 2.0 | nuget/nugetgallery | ReportAbuse and ReportMyPackage permissions tests (#5146) |
455,776 | 08.12.2017 12:42:39 | 28,800 | e54e16b8b4991fae9b1d425bd8bf885d516a7b21 | Add logged out tests for manage owners | [
{
"change_type": "MODIFY",
"old_path": "tests/NuGetGallery.Facts/Controllers/JsonApiControllerFacts.cs",
"new_path": "tests/NuGetGallery.Facts/Controllers/JsonApiControllerFacts.cs",
"diff": "@@ -1010,6 +1010,7 @@ public void ReturnsFailureIfUserIsNotPackageOwner(Func<Fakes, User> getCurrentUs\n}\n}... | C# | Apache License 2.0 | nuget/nugetgallery | Add logged out tests for manage owners (#5132) |
455,776 | 11.12.2017 11:44:29 | 28,800 | 3fdcb2b1697c70a018fce5be9bcfe383ac39307b | Add permissions tests for admins for Confirm/Reject ownership | [
{
"change_type": "MODIFY",
"old_path": "tests/NuGetGallery.Facts/Controllers/PackagesControllerFacts.cs",
"new_path": "tests/NuGetGallery.Facts/Controllers/PackagesControllerFacts.cs",
"diff": "@@ -809,7 +809,7 @@ public static IEnumerable<object[]> TheOwnershipRequestMethods_Data\n}\n[Theory]\n- [M... | C# | Apache License 2.0 | nuget/nugetgallery | Add permissions tests for admins for Confirm/Reject ownership (#5152) |
455,776 | 11.12.2017 17:05:47 | 28,800 | f77a44b1822f8ea138ad67f121a988f585cdb7a3 | Permissions tests for API Key list and create actions | [
{
"change_type": "MODIFY",
"old_path": "tests/NuGetGallery.Facts/Controllers/UsersControllerFacts.cs",
"new_path": "tests/NuGetGallery.Facts/Controllers/UsersControllerFacts.cs",
"diff": "@@ -623,6 +623,95 @@ public async Task DoesntSendAccountChangedEmailsIfConfirmationTokenDoesntMatch()\n}\n}\n+ p... | C# | Apache License 2.0 | nuget/nugetgallery | Permissions tests for API Key list and create actions (#5153) |
455,776 | 21.12.2017 12:39:27 | 28,800 | d553fcbdb8efd4522097958e6f33a57b5e5d6c68 | change API of trygetaccountsallowedonbehalfof | [
{
"change_type": "MODIFY",
"old_path": "src/NuGetGallery/Services/ActionRequiringEntityPermissions.cs",
"new_path": "src/NuGetGallery/Services/ActionRequiringEntityPermissions.cs",
"diff": "@@ -43,7 +43,12 @@ public PermissionsCheckResult CheckPermissions(IPrincipal currentPrincipal, User\nprotected... | C# | Apache License 2.0 | nuget/nugetgallery | change API of trygetaccountsallowedonbehalfof (#5196) |
455,776 | 08.01.2018 16:21:54 | 28,800 | 32f11d972db71b9d361d5022f12716d435b6d4cd | Fix GetCurrentUser for unauthenticated scenarios | [
{
"change_type": "MODIFY",
"old_path": "src/NuGetGallery/ExtensionMethods.cs",
"new_path": "src/NuGetGallery/ExtensionMethods.cs",
"diff": "@@ -433,7 +433,8 @@ public static string ToFriendlyName(this NuGetFramework frameworkName, bool allo\n/// <returns>The current user</returns>\npublic static Use... | C# | Apache License 2.0 | nuget/nugetgallery | Fix GetCurrentUser for unauthenticated scenarios (#5250) |
455,772 | 08.01.2018 17:02:27 | 28,800 | b742b6cc387eb56f88b1ef814eb5b2d644bf8923 | Minor fixes for Lock Package feature | [
{
"change_type": "MODIFY",
"old_path": "src/NuGetGallery/Areas/Admin/Views/Home/Index.cshtml",
"new_path": "src/NuGetGallery/Areas/Admin/Views/Home/Index.cshtml",
"diff": "View Application Error Logs.\n</p>\n</li>\n+ <li>\n+ <h2>\n+ <a class=\"action-menu-link\" href=\"@Url.Action(actionName: \"Inde... | C# | Apache License 2.0 | nuget/nugetgallery | Minor fixes for Lock Package feature (#5252) |
455,751 | 09.01.2018 16:59:13 | 28,800 | 18bc2a1fde8ebc324bffc71e240d85d35ae2fd9c | Fix issue 1043: Obfuscate AI data on request redirect
Fix for issue 1043 - obfuscate the AI data on request redirect. | [
{
"change_type": "MODIFY",
"old_path": "src/NuGetGallery/App_Start/Routes.cs",
"new_path": "src/NuGetGallery/App_Start/Routes.cs",
"diff": "@@ -147,17 +147,20 @@ public static void RegisterUIRoutes(RouteCollection routes)\nroutes.MapRoute(\nRouteName.PackageOwnerConfirmation,\n\"packages/{id}/owners... | C# | Apache License 2.0 | nuget/nugetgallery | Fix issue 1043: Obfuscate AI data on request redirect (#5236)
Fix for issue 1043 - obfuscate the AI data on request redirect. |
455,794 | 10.01.2018 09:41:44 | 28,800 | 8e4c30a4eca06683b0120670e1c1497d27790ec1 | Obfuscate new transform account route | [
{
"change_type": "MODIFY",
"old_path": "src/NuGetGallery/App_Start/Routes.cs",
"new_path": "src/NuGetGallery/App_Start/Routes.cs",
"diff": "@@ -305,7 +305,8 @@ public static void RegisterUIRoutes(RouteCollection routes)\nroutes.MapRoute(\nRouteName.TransformToOrganizationConfirmation,\n\"account/tra... | C# | Apache License 2.0 | nuget/nugetgallery | Obfuscate new transform account route (#5260) |
455,759 | 11.01.2018 10:58:50 | -3,600 | 28588243f645f9bdd9693d2a57147ec476173f5a | Fix typo on the report abuse form for Copyright "infringement" | [
{
"change_type": "MODIFY",
"old_path": "src/NuGetGallery/Views/Packages/ReportAbuse.cshtml",
"new_path": "src/NuGetGallery/Views/Packages/ReportAbuse.cshtml",
"diff": "</div>\n<div class=\"form-group @Html.HasErrorFor(m => m.Message)\">\n@Html.ShowLabelFor(m => m.Message)\n- <p>Please provide a deta... | C# | Apache License 2.0 | nuget/nugetgallery | Fix typo on the report abuse form for Copyright "infringement" #5246 (#5258) |
455,794 | 11.01.2018 15:14:24 | 28,800 | b0591815ae38bdc4d4bdb2c1e5c6278082c25390 | Refactor section helpers into common ViewHelpers | [
{
"change_type": "MODIFY",
"old_path": "src/NuGetGallery/App_Code/ViewHelpers.cshtml",
"new_path": "src/NuGetGallery/App_Code/ViewHelpers.cshtml",
"diff": "@@ -445,3 +445,90 @@ var hlp = new AccordionHelper(name, formModelStatePrefix, expanded, page);\n@html.AntiForgeryToken()\n</form>\n}\n+\n+@func... | C# | Apache License 2.0 | nuget/nugetgallery | Refactor section helpers into common ViewHelpers (#5269) |
455,747 | 16.01.2018 12:51:28 | 28,800 | 801139edc45f075d8c6e7423c9f01c8e28fab843 | Fix admin logins | [
{
"change_type": "MODIFY",
"old_path": "src/NuGetGallery/Authentication/Providers/AzureActiveDirectory/AzureActiveDirectoryAuthenticator.cs",
"new_path": "src/NuGetGallery/Authentication/Providers/AzureActiveDirectory/AzureActiveDirectoryAuthenticator.cs",
"diff": "// Licensed under the Apache Licen... | C# | Apache License 2.0 | nuget/nugetgallery | Fix admin logins (#5276) |
455,751 | 17.01.2018 08:58:15 | 28,800 | caa82d08a7e393b1ad18652eced0807c0bc801fd | Fix issue: [DEV] Images missing from Dev environment
Fix null ref exception. | [
{
"change_type": "MODIFY",
"old_path": "src/NuGetGallery/Telemetry/ClientTelemetryPIIProcessor.cs",
"new_path": "src/NuGetGallery/Telemetry/ClientTelemetryPIIProcessor.cs",
"diff": "@@ -52,7 +52,12 @@ private void ModifyItem(ITelemetry item)\npublic virtual Route GetCurrentRoute()\n{\n- return Route... | C# | Apache License 2.0 | nuget/nugetgallery | Fix issue: [DEV] Images missing from Dev environment (#5280)
Fix null ref exception. |
455,747 | 17.01.2018 10:08:47 | 28,800 | ea802a5ecc5dca08e7eda1ab9e30c3c5e6fc6853 | Update copyright for NuGet Gallery | [
{
"change_type": "MODIFY",
"old_path": "src/NuGetGallery/Configuration/AppConfiguration.cs",
"new_path": "src/NuGetGallery/Configuration/AppConfiguration.cs",
"diff": "@@ -10,6 +10,8 @@ namespace NuGetGallery.Configuration\n{\npublic class AppConfiguration : IAppConfiguration\n{\n+ private string _E... | C# | Apache License 2.0 | nuget/nugetgallery | Update copyright for NuGet Gallery (#5278) |
455,747 | 18.01.2018 14:29:21 | 28,800 | 2abe600adb183e2ee6899f0d4f5439691863bee1 | Fix branding message formatting in Functional test | [
{
"change_type": "MODIFY",
"old_path": "tests/NuGetGallery.WebUITests.P0/BasicPages/BrandingValidationTest.cs",
"new_path": "tests/NuGetGallery.WebUITests.P0/BasicPages/BrandingValidationTest.cs",
"diff": "@@ -45,7 +45,7 @@ public override IEnumerator<WebTestRequest> GetRequestEnumerator()\n{\nif (!... | C# | Apache License 2.0 | nuget/nugetgallery | Fix branding message formatting in Functional test (#5291) |
455,751 | 19.01.2018 10:32:00 | 28,800 | 4caac399bb3737c9aa189c0210d86dc1229d4a07 | Remove usernames and emails from AI traces.
Remove usernames and emails from traces. | [
{
"change_type": "MODIFY",
"old_path": "src/NuGetGallery/Authentication/AuthenticationService.cs",
"new_path": "src/NuGetGallery/Authentication/AuthenticationService.cs",
"diff": "@@ -74,14 +74,14 @@ private void InitCredentialFormatters()\npublic virtual async Task<PasswordAuthenticationResult> Aut... | C# | Apache License 2.0 | nuget/nugetgallery | Remove usernames and emails from AI traces. (#5293)
Remove usernames and emails from traces. |
455,776 | 19.01.2018 13:57:19 | 28,800 | fb75a6ea6a0338977c1e426eb37eb73a74c855f5 | [Organizations] Manage Organizations page | [
{
"change_type": "MODIFY",
"old_path": "src/NuGetGallery/Controllers/UsersController.cs",
"new_path": "src/NuGetGallery/Controllers/UsersController.cs",
"diff": "@@ -420,6 +420,17 @@ public virtual ActionResult Packages()\nreturn View(model);\n}\n+ [HttpGet]\n+ [Authorize]\n+ public virtual ActionRe... | C# | Apache License 2.0 | nuget/nugetgallery | [Organizations] Manage Organizations page (#5292) |
455,788 | 20.01.2018 01:33:52 | -10,800 | 0a897f781a9d68a74fcfaa4d67e12fe3c9cde382 | Issue 4258 - ContactOwners e-mails contain the package version numer next to package id | [
{
"change_type": "MODIFY",
"old_path": "src/NuGetGallery/App_Start/Routes.cs",
"new_path": "src/NuGetGallery/App_Start/Routes.cs",
"diff": "@@ -405,7 +405,7 @@ public static void RegisterUIRoutes(RouteCollection routes)\nroutes.Redirect(\nr => r.MapRoute(\n\"PackageActions\",\n- \"Package/{action}/{... | C# | Apache License 2.0 | nuget/nugetgallery | Issue 4258 - ContactOwners e-mails contain the package version numer next to package id (#5116) |
455,794 | 21.01.2018 19:50:23 | 28,800 | 5d29d5312b5e0918fe93ef26b20a75730786beb9 | SQL fix and addressing feedback from demo | [
{
"change_type": "MODIFY",
"old_path": "src/NuGetGallery.Core/Infrastructure/MigrateUserToOrganization.sql",
"new_path": "src/NuGetGallery.Core/Infrastructure/MigrateUserToOrganization.sql",
"diff": "@@ -14,7 +14,8 @@ WHERE NewOrganizationKey = @organizationKey\nAND AdminUserKey = @adminKey\nAND Con... | C# | Apache License 2.0 | nuget/nugetgallery | SQL fix and addressing feedback from demo (#5275) |
455,776 | 23.01.2018 13:59:28 | 28,800 | d8b1d5c529f086eca12c24f61e376536f9217c7c | [Organizations] Fix bugs with upload scenarios | [
{
"change_type": "MODIFY",
"old_path": "src/NuGetGallery/App_Start/DefaultDependenciesModule.cs",
"new_path": "src/NuGetGallery/App_Start/DefaultDependenciesModule.cs",
"diff": "using NuGetGallery.Areas.Admin.Models;\nusing NuGetGallery.Areas.Admin.Services;\nusing NuGetGallery.Auditing;\n+using NuG... | C# | Apache License 2.0 | nuget/nugetgallery | [Organizations] Fix bugs with upload scenarios (#5330) |
455,736 | 24.01.2018 11:31:39 | 28,800 | 965b236dbbcca6b17c89f6c7029809c410c8c082 | Add new validation issue messages
Progress on | [
{
"change_type": "MODIFY",
"old_path": "src/NuGetGallery/NuGetGallery.csproj",
"new_path": "src/NuGetGallery/NuGetGallery.csproj",
"diff": "<Reference Include=\"NuGet.Protocol, Version=4.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL\">\n<HintPath>..\\..\\package... | C# | Apache License 2.0 | nuget/nugetgallery | Add new validation issue messages (#5343)
Progress on https://github.com/NuGet/Engineering/issues/785 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.