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,776
13.08.2018 15:49:10
25,200
a9379ee4b48d0b97d9dc094ec4bd0051b6afcbaf
Add ViewBase field to hide opensearch.xml link
[ { "change_type": "MODIFY", "old_path": "src/NuGetGallery/Views/NuGetViewBase.cs", "new_path": "src/NuGetGallery/Views/NuGetViewBase.cs", "diff": "@@ -93,6 +93,8 @@ public CookieConsentMessage CookieConsentMessage\npublic bool ShowAuthInHeader => true;\n+ public bool LinkOpenSearchXml => true;\n+\npr...
C#
Apache License 2.0
nuget/nugetgallery
Add ViewBase field to hide opensearch.xml link (#6304)
455,776
16.08.2018 11:49:43
25,200
8ac0bcbcb9ad05cbe860bb09f12891bf06417a06
If ConfirmEmailAddresses config is false, users should not be required to confirm changing their email
[ { "change_type": "MODIFY", "old_path": "src/NuGetGallery.Core/Entities/User.cs", "new_path": "src/NuGetGallery.Core/Entities/User.cs", "diff": "@@ -154,7 +154,7 @@ public void CancelChangeEmailAddress()\nUnconfirmedEmailAddress = null;\n}\n- public void UpdateEmailAddress(string newEmailAddress, Fun...
C#
Apache License 2.0
nuget/nugetgallery
If ConfirmEmailAddresses config is false, users should not be required to confirm changing their email (#6314)
455,747
16.08.2018 16:25:48
25,200
bc0954b5ca8c4068affcfd08be3dd1a3c596f07b
[NuGet Symbol Server] Add download symbols support to Package details page
[ { "change_type": "MODIFY", "old_path": "src/NuGetGallery/App_Start/Routes.cs", "new_path": "src/NuGetGallery/App_Start/Routes.cs", "diff": "@@ -656,6 +656,12 @@ public static void RegisterApiV2Routes(RouteCollection routes)\ndefaults: new { controller = \"Api\", action = \"GetPackageApi\", version =...
C#
Apache License 2.0
nuget/nugetgallery
[NuGet Symbol Server] Add download symbols support to Package details page (#6320)
455,782
20.08.2018 10:41:19
25,200
0ac2f91860bb6ee2aac4c0cfdc2338aef18843cc
Improve manage certificates message
[ { "change_type": "MODIFY", "old_path": "src/NuGetGallery/Views/Shared/_AccountCertificates.cshtml", "new_path": "src/NuGetGallery/Views/Shared/_AccountCertificates.cshtml", "diff": "@helper InformAboutOrgSettingsPage()\n{\n- @ViewHelpers.AlertInfo(@<text>To manage certificates for an organization, y...
C#
Apache License 2.0
nuget/nugetgallery
Improve manage certificates message (#6324)
455,772
21.08.2018 15:59:16
25,200
24cb122dc396073918c66852901d3a7f5a812b75
Simplify the security policy service to have 1 handler list for all accounts
[ { "change_type": "MODIFY", "old_path": "src/NuGetGallery/Areas/Admin/Controllers/SecurityPolicyController.cs", "new_path": "src/NuGetGallery/Areas/Admin/Controllers/SecurityPolicyController.cs", "diff": "@@ -37,7 +37,7 @@ public virtual ActionResult Index()\n{\nvar model = new SecurityPolicyViewMode...
C#
Apache License 2.0
nuget/nugetgallery
Simplify the security policy service to have 1 handler list for all accounts (#6330)
455,776
22.08.2018 14:46:46
25,200
75f997e4d457a278cf7685ba07402eb07267e7cf
Set-StrictMode in build script
[ { "change_type": "MODIFY", "old_path": "build.ps1", "new_path": "build.ps1", "diff": "@@ -10,9 +10,11 @@ param (\n[string]$PackageSuffix,\n[string]$Branch,\n[string]$CommitSHA,\n- [string]$BuildBranch = '37ff6e758c38b3f513af39f881399ce85f4ff20b'\n+ [string]$BuildBranch = '9f570166c49e93a911e54505a80...
C#
Apache License 2.0
nuget/nugetgallery
Set-StrictMode in build script (#6338)
455,776
22.08.2018 15:31:17
25,200
d7894bf520e109775b66298237e78b2a0a76a8e7
Add member/add owner/transform to org fails with specific message if email is input instead of username
[ { "change_type": "MODIFY", "old_path": "src/NuGetGallery/Constants.cs", "new_path": "src/NuGetGallery/Constants.cs", "diff": "// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.\nusing NuGet.Versioning;\n+using System;\nnamespace NuGetGalle...
C#
Apache License 2.0
nuget/nugetgallery
Add member/add owner/transform to org fails with specific message if email is input instead of username (#6329)
455,736
22.08.2018 12:11:59
25,200
6c3041c1a225caa2dad9b69c5737ad6140bc1105
Use strong name version of third party dependencies Progress on Address Copy in ServiceResponse from NuGet.Services.Platform to eliminate a dependency
[ { "change_type": "MODIFY", "old_path": "src/NuGet.Services.Search.Client/Client/SearchClient.cs", "new_path": "src/NuGet.Services.Search.Client/Client/SearchClient.cs", "diff": "using System.Net.Http;\nusing System.Threading.Tasks;\nusing Newtonsoft.Json.Linq;\n-using NuGet.Services.Client;\nusing N...
C#
Apache License 2.0
nuget/nugetgallery
Use strong name version of third party dependencies (#6337) Progress on https://github.com/NuGet/Engineering/issues/1577 Address https://github.com/NuGet/NuGetGallery/issues/3849 Copy in ServiceResponse from NuGet.Services.Platform to eliminate a dependency
455,736
23.08.2018 16:12:23
25,200
42dd5a93b81f5ae8c9abe7d454f6687ea0a59b63
Add MicroBuild dependency and signing of output DLLs Progress on
[ { "change_type": "MODIFY", "old_path": "build.ps1", "new_path": "build.ps1", "diff": "@@ -10,7 +10,7 @@ param (\n[string]$PackageSuffix,\n[string]$Branch,\n[string]$CommitSHA,\n- [string]$BuildBranch = '9f570166c49e93a911e54505a8041f3a123e69b1'\n+ [string]$BuildBranch = '306fec22edac68336d7e32124d51...
C#
Apache License 2.0
nuget/nugetgallery
Add MicroBuild dependency and signing of output DLLs (#6344) Progress on https://github.com/NuGet/Engineering/issues/1577
455,731
29.08.2018 13:34:41
25,200
25337032ee0b61844d3bef7d5489a3f65703e456
Gallery: enable blocking packages with too many package entries Progress on
[ { "change_type": "MODIFY", "old_path": "src/NuGetGallery/Configuration/AppConfiguration.cs", "new_path": "src/NuGetGallery/Configuration/AppConfiguration.cs", "diff": "@@ -313,8 +313,10 @@ public class AppConfiguration : IAppConfiguration\n/// Gets/sets a string that is brand string to display in th...
C#
Apache License 2.0
nuget/nugetgallery
Gallery: enable blocking packages with too many package entries (#6358) Progress on https://github.com/NuGet/NuGetGallery/issues/6357.
455,794
29.08.2018 09:34:50
25,200
6739323df543a4b4ff1a50b9a259cf545f9fba30
Fix PackageRef dependencies
[ { "change_type": "MODIFY", "old_path": "build.ps1", "new_path": "build.ps1", "diff": "@@ -94,7 +94,7 @@ Invoke-BuildStep 'Building solution' {\nInvoke-BuildStep 'Creating artifacts' {\n$packageId = 'NuGetGallery.Core'+$PackageSuffix\n- New-Package (Join-Path $PSScriptRoot \"src\\NuGetGallery.Core\\N...
C#
Apache License 2.0
nuget/nugetgallery
Fix PackageRef dependencies
455,751
30.08.2018 13:02:24
25,200
153feff81b6622fc366336f36e74eb02ea919ccd
Add max-age for the symbol packages
[ { "change_type": "MODIFY", "old_path": "src/NuGetGallery.Core/Services/CloudBlobCoreFileStorageService.cs", "new_path": "src/NuGetGallery.Core/Services/CloudBlobCoreFileStorageService.cs", "diff": "@@ -569,12 +569,12 @@ private static string GetCacheControl(string folderName)\nswitch (folderName)\n{...
C#
Apache License 2.0
nuget/nugetgallery
Add max-age for the symbol packages (#6343)
455,772
30.08.2018 15:59:48
25,200
251eda43b76bf69ba212c9ff03f86106ba9cfe91
Fix repo url validation message UI
[ { "change_type": "MODIFY", "old_path": "src/NuGetGallery/Views/Packages/_VerifyMetadata.cshtml", "new_path": "src/NuGetGallery/Views/Packages/_VerifyMetadata.cshtml", "diff": "<script type=\"text/html\" id=\"verify-metadata-template\">\n<div class=\"collapse in\" id=\"verify-package-section\">\n<div...
C#
Apache License 2.0
nuget/nugetgallery
Fix repo url validation message UI (#6366)
455,776
30.08.2018 16:03:11
25,200
418bb650e90d1d1b3f82403e182bb67591f4d594
tablist is not under a menubar
[ { "change_type": "MODIFY", "old_path": "src/NuGetGallery/Views/Shared/Gallery/Header.cshtml", "new_path": "src/NuGetGallery/Views/Shared/Gallery/Header.cshtml", "diff": "@ViewHelpers.ImageFallback(Url.Absolute(\"~/Content/gallery/img/logo-header-94x29.png\")) />\n</a>\n</div>\n- <div id=\"navbar\" c...
C#
Apache License 2.0
nuget/nugetgallery
tablist is not under a menubar (#6345)
455,776
30.08.2018 17:01:14
25,200
f938ec741caf20d1e56c5091b1bbfc552a59b40e
Log search service exceptions encountered during retry
[ { "change_type": "MODIFY", "old_path": "src/NuGet.Services.Search.Client/Client/RetryingHttpClientWrapper.cs", "new_path": "src/NuGet.Services.Search.Client/Client/RetryingHttpClientWrapper.cs", "diff": "@@ -15,6 +15,7 @@ public sealed class RetryingHttpClientWrapper\n{\nprivate readonly HttpClient ...
C#
Apache License 2.0
nuget/nugetgallery
Log search service exceptions encountered during retry (#6232)
455,736
04.09.2018 16:26:27
25,200
649303f65b80aae4d9c77dce15954a4b90fe10fa
Add tool to verify the clear-text of an API key
[ { "change_type": "MODIFY", "old_path": "src/GalleryTools/GalleryTools.csproj", "new_path": "src/GalleryTools/GalleryTools.csproj", "diff": "<Compile Include=\"Commands\\BackfillRepositoryMetadataCommand.cs\" />\n<Compile Include=\"Commands\\HashCommand.cs\" />\n<Compile Include=\"Commands\\ReflowCom...
C#
Apache License 2.0
nuget/nugetgallery
Add tool to verify the clear-text of an API key (#6383)
455,736
05.09.2018 10:29:56
25,200
a2e50dbb7b410fe7ef10e882c7674e1fa90b4d4a
Fix inconsistent messaging around expired legacy API key Address
[ { "change_type": "MODIFY", "old_path": "src/NuGetGallery/Views/Packages/_ImportReadMe.cshtml", "new_path": "src/NuGetGallery/Views/Packages/_ImportReadMe.cshtml", "diff": "@ReadMePanel(\n@<div class=\"form-group editable\">\n<input type=\"url\" data-bind=\"value: Edit.ReadMe.SourceUrl\" name=\"Edit....
C#
Apache License 2.0
nuget/nugetgallery
Fix inconsistent messaging around expired legacy API key (#6384) Address https://github.com/NuGet/NuGetGallery/issues/6318
455,736
05.09.2018 11:16:14
25,200
2665e7ffdc3d28981d891cef030688d8716dbcc6
Add BlockSearchEngineIndexing to allow site-wide search engine blocking Progress on
[ { "change_type": "MODIFY", "old_path": "src/NuGetGallery/Configuration/AppConfiguration.cs", "new_path": "src/NuGetGallery/Configuration/AppConfiguration.cs", "diff": "@@ -342,5 +342,7 @@ public string ExternalBrandingMessage\npublic bool RejectSignedPackagesWithNoRegisteredCertificate { get; set; }...
C#
Apache License 2.0
nuget/nugetgallery
Add BlockSearchEngineIndexing to allow site-wide search engine blocking (#6385) Progress on https://github.com/NuGet/NuGetGallery/issues/6381
455,776
06.09.2018 16:08:59
25,200
77c0b164f4eaea66e796888286bb00e81e55eaae
ApiController actions should not throw exceptions when called with an unparseable version
[ { "change_type": "MODIFY", "old_path": "src/NuGetGallery/Controllers/ApiController.cs", "new_path": "src/NuGetGallery/Controllers/ApiController.cs", "diff": "@@ -1039,14 +1039,9 @@ public virtual async Task<ActionResult> GetStatsDownloads(int? count)\nreturn new HttpStatusCodeResult(HttpStatusCode.N...
C#
Apache License 2.0
nuget/nugetgallery
ApiController actions should not throw exceptions when called with an unparseable version (#6089)
455,737
06.09.2018 17:09:13
25,200
5fd0ffdda2a554907d1728b34b58737d76277ef3
update strongname package references.
[ { "change_type": "MODIFY", "old_path": "src/NuGetGallery.Core/NuGetGallery.Core.csproj", "new_path": "src/NuGetGallery.Core/NuGetGallery.Core.csproj", "diff": "<EmbeddedResource Include=\"Infrastructure\\MigrateUserToOrganization.sql\" />\n</ItemGroup>\n<ItemGroup>\n- <PackageReference Include=\"Ang...
C#
Apache License 2.0
nuget/nugetgallery
update strongname package references.
455,759
07.09.2018 19:20:40
-7,200
c4ad812356ab283655015db19f14e3494d5cefa8
Add telemetry for auto-add package owner feature
[ { "change_type": "MODIFY", "old_path": "src/NuGetGallery/Security/PackageSecurityPolicyEvaluationContext.cs", "new_path": "src/NuGetGallery/Security/PackageSecurityPolicyEvaluationContext.cs", "diff": "@@ -12,6 +12,7 @@ public class PackageSecurityPolicyEvaluationContext : UserSecurityPolicyEvaluati...
C#
Apache License 2.0
nuget/nugetgallery
Add telemetry for auto-add package owner feature (#6374)
455,747
07.09.2018 12:27:18
25,200
c174c8e4616d7a03530c1d7eb51ad9c4b06d9a20
Fix msa login account selection
[ { "change_type": "MODIFY", "old_path": "src/NuGetGallery/Authentication/Providers/AzureActiveDirectoryV2/AzureActiveDirectoryV2Authenticator.cs", "new_path": "src/NuGetGallery/Authentication/Providers/AzureActiveDirectoryV2/AzureActiveDirectoryV2Authenticator.cs", "diff": "@@ -47,6 +47,7 @@ public s...
C#
Apache License 2.0
nuget/nugetgallery
Fix msa login account selection (#6400)
455,747
10.09.2018 12:48:47
25,200
ddc0512c8da53b5fa4783a3e70d4468bd8ec629e
[NuGet Symbol Server]Symbols validation status view
[ { "change_type": "MODIFY", "old_path": "src/NuGetGallery/Controllers/PackagesController.cs", "new_path": "src/NuGetGallery/Controllers/PackagesController.cs", "diff": "@@ -467,7 +467,8 @@ public virtual async Task<ActionResult> DisplayPackage(string id, string version\nvar model = new DisplayPackage...
C#
Apache License 2.0
nuget/nugetgallery
[NuGet Symbol Server]Symbols validation status view (#6407)
455,751
10.09.2018 16:57:52
25,200
56513175e8ab1ea7fdd1144898875e9749ee5b36
Obfuscate secret tokens in logging Issue 1670 fix - obfuscate secret tokens.
[ { "change_type": "MODIFY", "old_path": "src/NuGetGallery/App_Start/Routes.cs", "new_path": "src/NuGetGallery/App_Start/Routes.cs", "diff": "@@ -149,25 +149,37 @@ public static void RegisterUIRoutes(RouteCollection routes)\n\"packages/{id}/required-signer/{username}\",\nnew { controller = \"Packages\...
C#
Apache License 2.0
nuget/nugetgallery
Obfuscate secret tokens in logging (#6399) Issue 1670 fix - obfuscate secret tokens.
455,772
12.09.2018 09:26:06
25,200
6aa02bcc053aa42dbd6affce0149d220fb786cd5
Transform to https license URLs for known domains
[ { "change_type": "MODIFY", "old_path": "src/NuGetGallery/ViewModels/DisplayPackageViewModel.cs", "new_path": "src/NuGetGallery/ViewModels/DisplayPackageViewModel.cs", "diff": "@@ -62,6 +62,17 @@ public DisplayPackageViewModel(Package package, User currentUser, string pushedB\n{\nProjectUrl = project...
C#
Apache License 2.0
nuget/nugetgallery
Transform to https license URLs for known domains (#6418)
455,776
13.09.2018 09:43:46
25,200
4cb44ae0776252e6750ac7ecbf190e75ec1f97b1
Hotfix: fix package delete through package details page
[ { "change_type": "MODIFY", "old_path": "src/NuGetGallery/Views/Packages/Delete.cshtml", "new_path": "src/NuGetGallery/Views/Packages/Delete.cshtml", "diff": "{\nforeach (var p in Model.DeletePackagesRequest.Packages)\n{\n- <input type=\"hidden\" name=\"DeletePackagesRequest.Packages[]\" value=\"@p\"...
C#
Apache License 2.0
nuget/nugetgallery
Hotfix: fix package delete through package details page (#6424)
455,747
13.09.2018 15:25:48
25,200
6c94791e8e773e2436c755642c1929c89bc0f79a
[NuGet symbol server]Delete snupkg with Package Hard/soft delete
[ { "change_type": "MODIFY", "old_path": "src/NuGetGallery/Controllers/ApiController.cs", "new_path": "src/NuGetGallery/Controllers/ApiController.cs", "diff": "@@ -431,7 +431,7 @@ public virtual async Task<ActionResult> CreateSymbolPackagePutAsync()\n// Ensure the corresponding package exists before p...
C#
Apache License 2.0
nuget/nugetgallery
[NuGet symbol server]Delete snupkg with Package Hard/soft delete (#6423)
455,751
13.09.2018 16:41:20
25,200
98213005122f86b40134171a9997c465eecf2788
Update the validation admin to consider symbol packages. Update the validation admin to consider symbol packages
[ { "change_type": "MODIFY", "old_path": "src/NuGetGallery/Areas/Admin/Controllers/ValidationController.cs", "new_path": "src/NuGetGallery/Areas/Admin/Controllers/ValidationController.cs", "diff": "using System.Collections.Generic;\nusing System.Linq;\nusing System.Web.Mvc;\n+using NuGet.Services.Vali...
C#
Apache License 2.0
nuget/nugetgallery
Update the validation admin to consider symbol packages. (#6393) Update the validation admin to consider symbol packages
455,747
18.09.2018 13:21:30
25,200
ea8c2902f56950faf4ac482b602d2b42d340efad
[NuGet Symbol Server] Auditing - Gallery core changes
[ { "change_type": "MODIFY", "old_path": "src/NuGetGallery.Core/Auditing/AuditedAuthenticatedOperationAction.cs", "new_path": "src/NuGetGallery.Core/Auditing/AuditedAuthenticatedOperationAction.cs", "diff": "@@ -23,6 +23,11 @@ public enum AuditedAuthenticatedOperationAction\n/// <summary>\n/// Login f...
C#
Apache License 2.0
nuget/nugetgallery
[NuGet Symbol Server] Auditing - Gallery core changes (#6427)
455,751
18.09.2018 15:55:14
25,200
5e04233723f6de1b7f6062a595e7b6ab955507e2
More cleanup of Elmah Clean Elmah
[ { "change_type": "MODIFY", "old_path": "src/NuGetGallery.Core/Infrastructure/TableErrorLog.cs", "new_path": "src/NuGetGallery.Core/Infrastructure/TableErrorLog.cs", "diff": "@@ -190,6 +190,12 @@ public override string Log(Error error)\nprivate void Obfuscate(Error error)\n{\n+ error.User = string.Em...
C#
Apache License 2.0
nuget/nugetgallery
More cleanup of Elmah (#6429) Clean Elmah
455,747
18.09.2018 16:16:22
25,200
ab486a0508583d0e9e73efd1af427ff096abc689
[NuGet Symbol Server] Auditing
[ { "change_type": "MODIFY", "old_path": "src/NuGetGallery/Controllers/ApiController.cs", "new_path": "src/NuGetGallery/Controllers/ApiController.cs", "diff": "@@ -444,6 +444,13 @@ public virtual async Task<ActionResult> CreateSymbolPackagePutAsync()\nvar apiScopeEvaluationResult = EvaluateApiScope(Ac...
C#
Apache License 2.0
nuget/nugetgallery
[NuGet Symbol Server] Auditing (#6431)
455,751
19.09.2018 14:32:44
25,200
2563c63154e86c8693f649787cbd7ecbea8678c9
Add the Send email for symbol apis. Add support for symbols in ICoreMessageService.
[ { "change_type": "MODIFY", "old_path": "src/NuGetGallery.Core/Services/ICoreMessageService.cs", "new_path": "src/NuGetGallery.Core/Services/ICoreMessageService.cs", "diff": "@@ -13,5 +13,8 @@ public interface ICoreMessageService\nTask SendPackageAddedWithWarningsNoticeAsync(Package package, string p...
C#
Apache License 2.0
nuget/nugetgallery
Add the Send email for symbol apis. (#6415) Add support for symbols in ICoreMessageService.
455,759
20.09.2018 20:42:06
-7,200
4fafe75108dfc16661dc1f5cc2cd58a4f34792aa
Non compliant package didn't fail validation
[ { "change_type": "MODIFY", "old_path": "src/NuGetGallery/Security/RequirePackageMetadataCompliancePolicy.cs", "new_path": "src/NuGetGallery/Security/RequirePackageMetadataCompliancePolicy.cs", "diff": "@@ -116,7 +116,8 @@ private bool IsPackageMetadataCompliant(Package package, State state, out ILis...
C#
Apache License 2.0
nuget/nugetgallery
Non compliant package didn't fail validation (#6436)
455,737
26.09.2018 14:45:11
25,200
2107f03a0b2878b42898579b21dc70fc76db91e1
Correct default aria-expanded states.
[ { "change_type": "MODIFY", "old_path": "src/NuGetGallery/Views/Packages/Edit.cshtml", "new_path": "src/NuGetGallery/Views/Packages/Edit.cshtml", "diff": "<div id=\"select-package-version-container\">\n<h2>\n<a href=\"#\" role=\"button\" data-toggle=\"collapse\" data-target=\"#select-package-version-...
C#
Apache License 2.0
nuget/nugetgallery
Correct default aria-expanded states. (#6484)
455,736
27.09.2018 14:41:16
25,200
5f3979aaf9b0250edbe2afe2504c181cbe5bb4fa
Fix handling of missing header case in UploadHelper Also, clean up the parsed GUID to avoid weird casing or leading space issues Fix
[ { "change_type": "MODIFY", "old_path": "src/NuGetGallery/Helpers/UploadHelper.cs", "new_path": "src/NuGetGallery/Helpers/UploadHelper.cs", "diff": "// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.\nusing System;\n-using System.Collection...
C#
Apache License 2.0
nuget/nugetgallery
Fix handling of missing header case in UploadHelper (#6491) Also, clean up the parsed GUID to avoid weird casing or leading space issues Fix https://github.com/NuGet/NuGetGallery/issues/6490
455,736
27.09.2018 16:14:46
25,200
3364ff692b86149c275f45da3572b5b44b9c9717
Remove functional tests depending on auto-curation of packages Progress on
[ { "change_type": "MODIFY", "old_path": "tests/NuGetGallery.FunctionalTests.Core/Helpers/PackageCreationHelper.cs", "new_path": "tests/NuGetGallery.FunctionalTests.Core/Helpers/PackageCreationHelper.cs", "diff": "@@ -39,35 +39,6 @@ public async Task<string> CreatePackage(string packageName, string ve...
C#
Apache License 2.0
nuget/nugetgallery
Remove functional tests depending on auto-curation of packages (#6493) Progress on https://github.com/NuGet/NuGetGallery/issues/6469
455,736
27.09.2018 17:49:36
25,200
db22bca31d5619fd22d5d2056489d3dc002bc164
Use mock IDbContextTransaction instead of concrete transaction object Fix
[ { "change_type": "MODIFY", "old_path": "src/NuGetGallery.Core/Entities/DatabaseWrapper.cs", "new_path": "src/NuGetGallery.Core/Entities/DatabaseWrapper.cs", "diff": "@@ -23,9 +23,9 @@ public Task<int> ExecuteSqlCommandAsync(string sql, params object[] parameters)\nreturn _database.ExecuteSqlCommandA...
C#
Apache License 2.0
nuget/nugetgallery
Use mock IDbContextTransaction instead of concrete transaction object (#6494) Fix https://github.com/NuGet/Engineering/issues/1745
455,736
26.09.2018 15:33:04
25,200
23659449742edacbebc6514fdfffa11af86ee987
Add configuration value to disable specific curated feeds Address
[ { "change_type": "MODIFY", "old_path": "src/NuGetGallery/Configuration/AppConfiguration.cs", "new_path": "src/NuGetGallery/Configuration/AppConfiguration.cs", "diff": "@@ -344,5 +344,9 @@ public string ExternalBrandingMessage\npublic bool RejectPackagesWithTooManyPackageEntries { get; set; }\npublic...
C#
Apache License 2.0
nuget/nugetgallery
Add configuration value to disable specific curated feeds (#6486) Address https://github.com/NuGet/NuGetGallery/issues/6470
455,736
26.09.2018 18:03:23
25,200
0c7b21ae56bd077f228ee9595b3aef93e8048ee7
Add configuration value to redirect specific curated feeds to main feed Address
[ { "change_type": "MODIFY", "old_path": "src/NuGetGallery/Configuration/AppConfiguration.cs", "new_path": "src/NuGetGallery/Configuration/AppConfiguration.cs", "diff": "@@ -348,5 +348,9 @@ public string ExternalBrandingMessage\n[DefaultValue(null)]\n[TypeConverter(typeof(StringArrayConverter))]\npubl...
C#
Apache License 2.0
nuget/nugetgallery
Add configuration value to redirect specific curated feeds to main feed (#6489) Address https://github.com/NuGet/NuGetGallery/issues/6472
455,736
28.09.2018 14:12:08
25,200
e9483be9295cfc0ec5837bca98fe875f3ec3ebed
Fix delete registration checkbox on delete page Address
[ { "change_type": "MODIFY", "old_path": "src/NuGetGallery/Areas/Admin/Views/Delete/Index.cshtml", "new_path": "src/NuGetGallery/Areas/Admin/Views/Delete/Index.cshtml", "diff": "};\nko.applyBindings(new viewModel(), $('#stage').get(0));\n-\n- $('#SoftDelete').change(function(e) {\n- if (!this.checked)...
C#
Apache License 2.0
nuget/nugetgallery
Fix delete registration checkbox on delete page (#6498) Address https://github.com/NuGet/NuGetGallery/issues/6501
455,794
01.10.2018 09:52:41
25,200
3b552d90d37f6be3f20feb8fe12da6f8ccf7ae42
FxCop tools update
[ { "change_type": "MODIFY", "old_path": "build.ps1", "new_path": "build.ps1", "diff": "@@ -10,7 +10,7 @@ param (\n[string]$PackageSuffix,\n[string]$Branch,\n[string]$CommitSHA,\n- [string]$BuildBranch = 'cb604c2cd1b2f7f71fb574cdda4c83ddb1464cc7'\n+ [string]$BuildBranch = 'c35bbc228717720bdbc610f32852...
C#
Apache License 2.0
nuget/nugetgallery
FxCop tools update (#6499)
455,736
28.09.2018 15:54:16
25,200
dd91e10bef1876213af8c5506b0c2b09cfef57af
Fix potential race condition with etags returned by GetFileReferenceAsync Progress on Address
[ { "change_type": "MODIFY", "old_path": "src/NuGetGallery.Core/Services/CloudBlobCoreFileStorageService.cs", "new_path": "src/NuGetGallery.Core/Services/CloudBlobCoreFileStorageService.cs", "diff": "@@ -105,11 +105,7 @@ public async Task<IFileReference> GetFileReferenceAsync(string folderName, strin\...
C#
Apache License 2.0
nuget/nugetgallery
Fix potential race condition with etags returned by GetFileReferenceAsync (#6500) Progress on https://github.com/NuGet/NuGetGallery/issues/6442 Address https://github.com/NuGet/NuGetGallery/issues/6502
455,776
04.10.2018 13:55:30
25,200
260a5b8806605e7a146e65a44c6674bb159a7d16
Remove Admin Config page
[ { "change_type": "MODIFY", "old_path": "src/NuGetGallery/Areas/Admin/Views/Home/Index.cshtml", "new_path": "src/NuGetGallery/Areas/Admin/Views/Home/Index.cshtml", "diff": "Handle support requests\n</p>\n</li>\n- <li>\n- <h2>\n- <a href=\"@Url.Action(actionName: \"Index\", controllerName: \"Config\")...
C#
Apache License 2.0
nuget/nugetgallery
Remove Admin Config page (#6511)
455,794
09.10.2018 09:26:33
25,200
ff4e85c8651d717005f8f0f9971bf709e34c924f
Support requests: KeyNotFound fix
[ { "change_type": "MODIFY", "old_path": "src/NuGetGallery/Areas/Admin/Controllers/SupportRequestController.cs", "new_path": "src/NuGetGallery/Areas/Admin/Controllers/SupportRequestController.cs", "diff": "@@ -252,7 +252,16 @@ private async Task<List<SupportRequestViewModel>> GetSupportRequestsAsync(i...
C#
Apache License 2.0
nuget/nugetgallery
Support requests: KeyNotFound fix (#6541)
455,759
15.10.2018 10:24:34
-7,200
211cfbaac0ca068572cc85429b92ded1e04cb8ea
Fix IMessageServiceConfiguration DI config
[ { "change_type": "MODIFY", "old_path": "src/NuGetGallery/App_Start/DefaultDependenciesModule.cs", "new_path": "src/NuGetGallery/App_Start/DefaultDependenciesModule.cs", "diff": "@@ -84,7 +84,7 @@ protected override void Load(ContainerBuilder builder)\nbuilder.Register(c => configuration.Current)\n.A...
C#
Apache License 2.0
nuget/nugetgallery
Fix IMessageServiceConfiguration DI config (#6563)
455,747
16.10.2018 13:01:55
25,200
f45e233a346ce3caffb1b032f21296a73218fd5b
UI symbol server changes behind the flag
[ { "change_type": "MODIFY", "old_path": "src/NuGetGallery/Controllers/PackagesController.cs", "new_path": "src/NuGetGallery/Controllers/PackagesController.cs", "diff": "@@ -169,6 +169,7 @@ public virtual async Task<ActionResult> UploadPackage()\n{\nvar currentUser = GetCurrentUser();\nvar model = new...
C#
Apache License 2.0
nuget/nugetgallery
UI symbol server changes behind the flag (#6571)
455,747
18.10.2018 12:12:18
25,200
cdbfae0ea7c09cc873297bc3d009edb3183f847a
Symbols UI Fixes
[ { "change_type": "MODIFY", "old_path": "src/NuGetGallery.Core/Extensions/PackageExtensions.cs", "new_path": "src/NuGetGallery.Core/Extensions/PackageExtensions.cs", "diff": "@@ -19,5 +19,16 @@ public static SymbolPackage LatestSymbolPackage(this Package package)\n.OrderByDescending(sp => sp.Created)...
C#
Apache License 2.0
nuget/nugetgallery
Symbols UI Fixes (#6576)
455,751
18.10.2018 13:08:57
25,200
fa40f54d2ce81d582bc5bbbee50bba0fc00a9745
GetEtagAsync Add GetEtagAsync.
[ { "change_type": "MODIFY", "old_path": "src/NuGetGallery.Core/Services/CloudBlobCoreFileStorageService.cs", "new_path": "src/NuGetGallery.Core/Services/CloudBlobCoreFileStorageService.cs", "diff": "@@ -426,6 +426,27 @@ public async Task<Uri> GetFileReadUriAsync(string folderName, string fileName, D\...
C#
Apache License 2.0
nuget/nugetgallery
GetEtagAsync (#6577) Add GetEtagAsync.
455,747
19.10.2018 15:57:44
25,200
88588f88def779f34ffb5b939a78aacfb10d8246
[MSA] Pass the error messages from AADv2 to gallery
[ { "change_type": "MODIFY", "old_path": "src/NuGetGallery/Authentication/Providers/AzureActiveDirectoryV2/AzureActiveDirectoryV2Authenticator.cs", "new_path": "src/NuGetGallery/Authentication/Providers/AzureActiveDirectoryV2/AzureActiveDirectoryV2Authenticator.cs", "diff": "@@ -45,10 +45,15 @@ public...
C#
Apache License 2.0
nuget/nugetgallery
[MSA] Pass the error messages from AADv2 to gallery (#6581)
455,756
22.10.2018 14:33:09
25,200
e1ac2b597207287cfc499b0b8882a0b93cf74f4d
Delete confirmation button in UI for MSA-AAD registration
[ { "change_type": "MODIFY", "old_path": "src/NuGetGallery/Views/Users/Thanks.cshtml", "new_path": "src/NuGetGallery/Views/Users/Thanks.cshtml", "diff": "<div class=\"@ViewHelpers.GetColumnClasses(ViewBag)\">\n<p class=\"ms-fontSize-xl\">Welcome @CurrentUser.Username! Now that you have a NuGet.org acc...
C#
Apache License 2.0
nuget/nugetgallery
Delete confirmation button in UI for MSA-AAD registration (#6586)
455,759
24.10.2018 20:12:12
-7,200
75d53d361a9a4677d87a1b8a9101b85e2291db69
Aligning all ServerCommon dependencies to the same version to fix assembly version loading issues
[ { "change_type": "MODIFY", "old_path": "src/NuGetGallery.Core/NuGetGallery.Core.csproj", "new_path": "src/NuGetGallery.Core/NuGetGallery.Core.csproj", "diff": "<Version>4.8.0</Version>\n</PackageReference>\n<PackageReference Include=\"NuGet.Services.Validation\">\n- <Version>2.30.0-master-42538</Ver...
C#
Apache License 2.0
nuget/nugetgallery
Aligning all ServerCommon dependencies to the same version to fix assembly version loading issues (#6589)
455,747
25.10.2018 11:14:47
25,200
166be050eae38e264c056328436e7d788b374e3f
Fix versioning issue
[ { "change_type": "MODIFY", "old_path": "src/NuGetGallery/Web.config", "new_path": "src/NuGetGallery/Web.config", "diff": "</dependentAssembly>\n<dependentAssembly>\n<assemblyIdentity name=\"NuGet.Versioning\" publicKeyToken=\"31BF3856AD364E35\" culture=\"neutral\"/>\n- <bindingRedirect oldVersion=\"...
C#
Apache License 2.0
nuget/nugetgallery
Fix versioning issue (#6595)
455,776
25.10.2018 11:50:08
25,200
e582941f6b4cfce14ef1d032f95c1d107dd0e130
Configure MicroBuild to sign NuGetGallery
[ { "change_type": "MODIFY", "old_path": "build.ps1", "new_path": "build.ps1", "diff": "@@ -10,7 +10,7 @@ param (\n[string]$PackageSuffix,\n[string]$Branch,\n[string]$CommitSHA,\n- [string]$BuildBranch = '80b8f1b4a1cfe57367881e59fca063866dcaaa42'\n+ [string]$BuildBranch = '795fed66b8bae2d248237ee5ec82...
C#
Apache License 2.0
nuget/nugetgallery
Configure MicroBuild to sign NuGetGallery (#6582)
455,759
25.10.2018 23:00:50
-7,200
b0a1c72bb0b2ca58d5486b3051094278f8b55ce9
Upgrade to stable v2.30 ServerCommon dependencies
[ { "change_type": "MODIFY", "old_path": "src/NuGetGallery.Core/NuGetGallery.Core.csproj", "new_path": "src/NuGetGallery.Core/NuGetGallery.Core.csproj", "diff": "</ItemGroup>\n<ItemGroup>\n<PackageReference Include=\"NuGet.Services.Entities\">\n- <Version>2.30.0-master-42731</Version>\n+ <Version>2.30...
C#
Apache License 2.0
nuget/nugetgallery
Upgrade to stable v2.30 ServerCommon dependencies (#6596)
455,776
26.10.2018 15:20:00
25,200
9070951769c2a57f7d56746bdec48938df80bf94
Hotfix: Do not CC sender for Contact Owners emails
[ { "change_type": "MODIFY", "old_path": "src/NuGetGallery.Core/Infrastructure/mail/CoreMarkdownMessageService.cs", "new_path": "src/NuGetGallery.Core/Infrastructure/mail/CoreMarkdownMessageService.cs", "diff": "@@ -39,11 +39,16 @@ public async Task SendMessageAsync(IEmailBuilder emailBuilder, bool co...
C#
Apache License 2.0
nuget/nugetgallery
Hotfix: Do not CC sender for Contact Owners emails (#6602)
455,794
26.10.2018 16:42:36
25,200
a4dd371d50d3c8217acd66a5d0a82cc4326ad112
Integrate FxCop exclusions
[ { "change_type": "MODIFY", "old_path": "build.ps1", "new_path": "build.ps1", "diff": "@@ -10,7 +10,7 @@ param (\n[string]$PackageSuffix,\n[string]$Branch,\n[string]$CommitSHA,\n- [string]$BuildBranch = '80b8f1b4a1cfe57367881e59fca063866dcaaa42'\n+ [string]$BuildBranch = '5fd8377a9abf3ff411918dbb9739...
C#
Apache License 2.0
nuget/nugetgallery
Integrate FxCop exclusions (#6603)
455,736
29.10.2018 09:16:02
25,200
64f5a36609de9efb53cb6aaea079169af43fc159
Redirect HTTP 400 to a specific error page instead of default for 500 Address
[ { "change_type": "MODIFY", "old_path": "src/NuGetGallery/Web.config", "new_path": "src/NuGetGallery/Web.config", "diff": "<customErrors mode=\"RemoteOnly\" defaultRedirect=\"~/Errors/500\" redirectMode=\"ResponseRedirect\">\n<!-- Adding ? at the end of the redirect URL prevents the illegal request t...
C#
Apache License 2.0
nuget/nugetgallery
Redirect HTTP 400 to a specific error page instead of default for 500 (#6604) Address https://github.com/NuGet/NuGetGallery/issues/6601
455,747
30.10.2018 14:09:51
25,200
6ebb7a2666b76a992de1927a0e5910fb99e06815
Fix concurrency/consistency issues in Gallery API push
[ { "change_type": "MODIFY", "old_path": "src/NuGetGallery.Core/NuGetGallery.Core.csproj", "new_path": "src/NuGetGallery.Core/NuGetGallery.Core.csproj", "diff": "<Compile Include=\"Services\\CoreSymbolPackageService.cs\" />\n<Compile Include=\"Services\\CorePackageService.cs\" />\n<Compile Include=\"S...
C#
Apache License 2.0
nuget/nugetgallery
Fix concurrency/consistency issues in Gallery API push (#6600)
455,776
30.10.2018 16:00:28
25,200
c6e3c4729eec3aa764e1f6bc086673cacb47a570
Do not CC sender for Contact Owners emails
[ { "change_type": "MODIFY", "old_path": "src/NuGetGallery.Core/NuGetGallery.Core.csproj", "new_path": "src/NuGetGallery.Core/NuGetGallery.Core.csproj", "diff": "</ItemGroup>\n<ItemGroup>\n<PackageReference Include=\"NuGet.Services.Entities\">\n- <Version>2.30.0</Version>\n+ <Version>2.31.0</Version>\...
C#
Apache License 2.0
nuget/nugetgallery
Do not CC sender for Contact Owners emails
455,747
05.11.2018 17:11:00
28,800
2cf936fe74ccf11f10c404d8609b90a03f7d869b
[Symbol server]Address UI fixes and fix re-upload on failed validation issues for Symbol Server
[ { "change_type": "MODIFY", "old_path": "src/NuGetGallery/Services/SymbolPackageUploadService.cs", "new_path": "src/NuGetGallery/Services/SymbolPackageUploadService.cs", "diff": "@@ -146,6 +146,7 @@ public async Task<PackageCommitResult> CreateAndUploadSymbolsPackage(Package pac\nStream symbolPackage...
C#
Apache License 2.0
nuget/nugetgallery
[Symbol server]Address UI fixes and fix re-upload on failed validation issues for Symbol Server (#6627)
455,756
06.11.2018 14:06:01
28,800
56126b148da9954dfbc559c7d0d9d8e591d785ac
Fix default value bug and add tests
[ { "change_type": "MODIFY", "old_path": "src/NuGetGallery/Services/TyposquattingConfiguration.cs", "new_path": "src/NuGetGallery/Services/TyposquattingConfiguration.cs", "diff": "@@ -7,8 +7,8 @@ namespace NuGetGallery.Services\n{\npublic sealed class TyposquattingConfiguration : ITyposquattingConfigu...
C#
Apache License 2.0
nuget/nugetgallery
Fix default value bug and add tests (#6630)
455,772
06.11.2018 14:15:14
28,800
663cd345d93b57b9b7801a1fd99e38d2a1edbe47
Http to https translation for GitHub pages urls
[ { "change_type": "MODIFY", "old_path": "src/NuGetGallery/Helpers/UriExtensions.cs", "new_path": "src/NuGetGallery/Helpers/UriExtensions.cs", "diff": "@@ -26,7 +26,7 @@ public static bool IsGitProtocol(this Uri uri)\npublic static bool IsDomainWithHttpsSupport(this Uri uri)\n{\n- return IsGitHubUri(u...
C#
Apache License 2.0
nuget/nugetgallery
Http to https translation for GitHub pages urls (#6626)
455,776
07.11.2018 17:42:39
28,800
51f4085ae434b59f082e127cfb821951bd6fedee
Hotfix: Don't attempt to send emails if they have no recipients
[ { "change_type": "MODIFY", "old_path": "src/NuGetGallery.Core/NuGetGallery.Core.csproj", "new_path": "src/NuGetGallery.Core/NuGetGallery.Core.csproj", "diff": "<EmbeddedResource Include=\"Infrastructure\\MigrateUserToOrganization.sql\" />\n</ItemGroup>\n<ItemGroup>\n- <PackageReference Include=\"NuG...
C#
Apache License 2.0
nuget/nugetgallery
Hotfix: Don't attempt to send emails if they have no recipients (#6638)
455,747
08.11.2018 10:26:43
28,800
556e9154a8c28ab742d8c0dc7024336ff60ef41f
Add cache control for nupkgs/snupks in public containers
[ { "change_type": "MODIFY", "old_path": "src/NuGetGallery.Core/Services/CloudBlobCoreFileStorageService.cs", "new_path": "src/NuGetGallery.Core/Services/CloudBlobCoreFileStorageService.cs", "diff": "@@ -71,12 +71,12 @@ public async Task<bool> FileExistsAsync(string folderName, string fileName)\npubli...
C#
Apache License 2.0
nuget/nugetgallery
Add cache control for nupkgs/snupks in public containers (#6634)
455,747
08.11.2018 14:22:37
28,800
36acf28902baad199cb255df616e078ba60c3758
Add update blob properties support to cloud storage
[ { "change_type": "MODIFY", "old_path": "src/NuGetGallery.Core/Services/CloudBlobCoreFileStorageService.cs", "new_path": "src/NuGetGallery.Core/Services/CloudBlobCoreFileStorageService.cs", "diff": "@@ -276,17 +276,6 @@ public async Task<IFileReference> GetFileReferenceAsync(string folderName, strin\...
C#
Apache License 2.0
nuget/nugetgallery
Add update blob properties support to cloud storage (#6640)
455,751
09.11.2018 11:27:50
28,800
5091aa437de205de4ba96627182e2e12ba7acd05
ServerComon 2.36 to NuGetGalleryCore Take new version of ServerCommon to GalleryCore.
[ { "change_type": "MODIFY", "old_path": "src/NuGetGallery.Core/NuGetGallery.Core.csproj", "new_path": "src/NuGetGallery.Core/NuGetGallery.Core.csproj", "diff": "<Version>5.0.0-preview1.5665</Version>\n</PackageReference>\n<PackageReference Include=\"NuGet.Services.Validation\">\n- <Version>2.31.0</Ve...
C#
Apache License 2.0
nuget/nugetgallery
ServerComon 2.36 to NuGetGalleryCore (#6643) Take new version of ServerCommon to GalleryCore.
455,744
09.11.2018 18:39:09
28,800
85eeaddec9ade74e217aaeabc39b64b48fde99f2
Added alternative license expression URLs to be allowed in without warning into Gallery.
[ { "change_type": "MODIFY", "old_path": "src/NuGetGallery/Helpers/LicenseExpressionRedirectUrlHelper.cs", "new_path": "src/NuGetGallery/Helpers/LicenseExpressionRedirectUrlHelper.cs", "diff": "@@ -7,7 +7,7 @@ namespace NuGetGallery.Helpers\n{\npublic static class LicenseExpressionRedirectUrlHelper\n{...
C#
Apache License 2.0
nuget/nugetgallery
Added alternative license expression URLs to be allowed in without warning into Gallery. (#6649)
455,744
16.11.2018 12:58:42
28,800
bb75cce20e0d8745ae19fad98fe799b9617a8118
Targeted block for invalidly URL encoded license URLs for license expressions * Targeted block for invalidly URL encoded license URLs for license expressions. * Updated error message for the malformed URL case. Changed invalid URL from warning to error. Updated tests.
[ { "change_type": "MODIFY", "old_path": "src/NuGetGallery/Helpers/LicenseExpressionRedirectUrlHelper.cs", "new_path": "src/NuGetGallery/Helpers/LicenseExpressionRedirectUrlHelper.cs", "diff": "@@ -7,7 +7,8 @@ namespace NuGetGallery.Helpers\n{\npublic static class LicenseExpressionRedirectUrlHelper\n{...
C#
Apache License 2.0
nuget/nugetgallery
Targeted block for invalidly URL encoded license URLs for license expressions (#6673) * Targeted block for invalidly URL encoded license URLs for license expressions. * Updated error message for the malformed URL case. Changed invalid URL from warning to error. Updated tests.
455,744
16.11.2018 15:37:45
28,800
abacf652921ce2187f2a0d4a09ba114fcc103e86
Undoing a bit too overzealous change application.
[ { "change_type": "MODIFY", "old_path": "src/NuGetGallery/Controllers/PackagesController.cs", "new_path": "src/NuGetGallery/Controllers/PackagesController.cs", "diff": "@@ -2319,18 +2319,18 @@ public virtual async Task<JsonResult> PreviewReadMe(ReadMeRequest formData)\n{\nif (formData == null || !_re...
C#
Apache License 2.0
nuget/nugetgallery
Undoing a bit too overzealous change application. (#6680)
455,744
21.11.2018 17:13:53
28,800
64a491df302a27e096a9e689ebbff0e8954604d6
Tests for PackagesController.PreviewReadMe to produce proper JSON responses.
[ { "change_type": "MODIFY", "old_path": "tests/NuGetGallery.Facts/Controllers/PackagesControllerFacts.cs", "new_path": "tests/NuGetGallery.Facts/Controllers/PackagesControllerFacts.cs", "diff": "@@ -7009,5 +7009,79 @@ public async Task WhenCurrentUserIsAuthenticatedOwner_ReturnsOK(bool multiFactor\nA...
C#
Apache License 2.0
nuget/nugetgallery
Tests for PackagesController.PreviewReadMe to produce proper JSON responses. (#6682)
455,735
26.11.2018 16:09:36
28,800
40e9e62732f8a8bb4f7f10099f769bbb7c52fb5f
Update DisplayPackage.cshtml The second word should start with lowercase. See other texts on a package's page. `Source Code` renamed to `Source repository`.
[ { "change_type": "MODIFY", "old_path": "src/NuGetGallery/Views/Packages/DisplayPackage.cshtml", "new_path": "src/NuGetGallery/Views/Packages/DisplayPackage.cshtml", "diff": "}\n<a href=\"@Model.RepositoryUrl\" data-track=\"outbound-repository-url\" title=\"View the source code for this package\" rel...
C#
Apache License 2.0
nuget/nugetgallery
Update DisplayPackage.cshtml The second word should start with lowercase. See other texts on a package's page. `Source Code` renamed to `Source repository`.
455,772
28.11.2018 13:54:51
28,800
7a938416d9e0a135c72719f50d7cac5826a37116
Transform HTTP to HTTPS for known domains in readme.md
[ { "change_type": "MODIFY", "old_path": "src/NuGetGallery/Services/ReadMeService.cs", "new_path": "src/NuGetGallery/Services/ReadMeService.cs", "diff": "@@ -212,13 +212,15 @@ internal static string GetReadMeHtml(string readMeMd)\nvar inline = node.Inline;\nif (inline != null && inline.Tag == InlineTa...
C#
Apache License 2.0
nuget/nugetgallery
Transform HTTP to HTTPS for known domains in readme.md (#6710)
455,759
29.11.2018 18:14:09
-3,600
e9759a910c31b0e490a1daa3a877694d6cfda29b
Add tool to upgrade gallery deployments to support SemVer2 feature
[ { "change_type": "MODIFY", "old_path": "src/GalleryTools/GalleryTools.csproj", "new_path": "src/GalleryTools/GalleryTools.csproj", "diff": "<Compile Include=\"Commands\\BackfillRepositoryMetadataCommand.cs\" />\n<Compile Include=\"Commands\\HashCommand.cs\" />\n<Compile Include=\"Commands\\ReflowCom...
C#
Apache License 2.0
nuget/nugetgallery
Add tool to upgrade gallery deployments to support SemVer2 feature (#6711)
455,736
27.11.2018 16:24:53
28,800
2a7c2ce21116b81dfa1841af6989b271463dfd09
Add Open Graph metadata for the front page Address
[ { "change_type": "ADD", "old_path": "src/NuGetGallery/Content/gallery/img/logo-og-600x600.png", "new_path": "src/NuGetGallery/Content/gallery/img/logo-og-600x600.png", "diff": "Binary files /dev/null and b/src/NuGetGallery/Content/gallery/img/logo-og-600x600.png differ\n" }, { "change_type":...
C#
Apache License 2.0
nuget/nugetgallery
Add Open Graph metadata for the front page (#6708) Address https://github.com/NuGet/NuGetGallery/issues/6678
455,736
03.12.2018 15:44:46
28,800
e42da10e98dc6eb9a8ed84d5cbb2f873ba537e7b
Limit release notes to 35000 characters Address
[ { "change_type": "MODIFY", "old_path": "src/NuGetGallery/Helpers/PackageHelper.cs", "new_path": "src/NuGetGallery/Helpers/PackageHelper.cs", "diff": "@@ -109,6 +109,10 @@ public static void ValidateNuGetPackageMetadata(PackageMetadata packageMetadata)\n{\nthrow new EntityException(Strings.NuGetPacka...
C#
Apache License 2.0
nuget/nugetgallery
Limit release notes to 35000 characters (#6720) Address https://github.com/NuGet/Engineering/issues/1953
455,776
04.12.2018 11:04:28
28,800
4a46fa0bd657ab483d819fbc1333470047193e9b
Properly return a 400 JSON result instead of 500 when trying to remove the last owner of a package
[ { "change_type": "MODIFY", "old_path": "src/NuGetGallery/Controllers/JsonApiController.cs", "new_path": "src/NuGetGallery/Controllers/JsonApiController.cs", "diff": "@@ -206,7 +206,7 @@ public async Task<JsonResult> RemovePackageOwner(string id, string username)\n{\nif (model.Package.Owners.Count ==...
C#
Apache License 2.0
nuget/nugetgallery
Properly return a 400 JSON result instead of 500 when trying to remove the last owner of a package (#6715)
455,756
06.12.2018 10:06:24
28,800
fe6fd300cb98bfb980d9529eebaf0bcc0f692f0e
controller redirects to licenses.nuget.org with license expression
[ { "change_type": "MODIFY", "old_path": "src/NuGetGallery/Controllers/PackagesController.cs", "new_path": "src/NuGetGallery/Controllers/PackagesController.cs", "diff": "@@ -677,6 +677,11 @@ public virtual async Task<ActionResult> License(string id, string version)\nreturn HttpNotFound();\n}\n+ if (!s...
C#
Apache License 2.0
nuget/nugetgallery
controller redirects to licenses.nuget.org with license expression (#6726)
455,759
10.12.2018 09:46:55
-3,600
53e1f7efec8b60a731f94ff2bc409555919679dc
RequirePackageMetadataCompliancePolicy: allow exceptions for authors
[ { "change_type": "MODIFY", "old_path": "src/NuGetGallery/Security/MicrosoftTeamSubscription.cs", "new_path": "src/NuGetGallery/Security/MicrosoftTeamSubscription.cs", "diff": "@@ -61,6 +61,7 @@ private static List<UserSecurityPolicy> InitializePoliciesList()\nName,\nMicrosoftUsername,\nallowedCopyri...
C#
Apache License 2.0
nuget/nugetgallery
RequirePackageMetadataCompliancePolicy: allow exceptions for authors (#6728)
455,776
12.12.2018 13:57:21
28,800
f14275fd45d5f82575760d3d1d72f38224415f75
Server-side performance fixes for Manage Packages page
[ { "change_type": "MODIFY", "old_path": "src/NuGetGallery/Services/ActionRequiringEntityPermissions.cs", "new_path": "src/NuGetGallery/Services/ActionRequiringEntityPermissions.cs", "diff": "@@ -55,35 +55,43 @@ public PermissionsCheckResult CheckPermissions(IPrincipal currentPrincipal, User\npublic P...
C#
Apache License 2.0
nuget/nugetgallery
Server-side performance fixes for Manage Packages page (#6752)
455,744
13.12.2018 18:00:46
28,800
a49d5ec3fb57e17623cebf9dae974b5206c56e04
Not saving markdown files with "text/markdown" anymore.
[ { "change_type": "MODIFY", "old_path": "src/NuGetGallery.Core/Services/CoreLicenseFileService.cs", "new_path": "src/NuGetGallery.Core/Services/CoreLicenseFileService.cs", "diff": "@@ -42,13 +42,7 @@ public Task SaveLicenseFileAsync(Package package, Stream licenseFile)\nvar fileName = BuildLicenseFil...
C#
Apache License 2.0
nuget/nugetgallery
Not saving markdown files with "text/markdown" anymore. (#6756)
455,736
14.12.2018 10:34:27
28,800
776d4e0f57a20e2a14df1f13ce1d2cae15185c90
Add OpenReadAsync to ISimpleCloudBlob wrapper Progress on
[ { "change_type": "MODIFY", "old_path": "src/NuGetGallery.Core/Services/CloudBlobWrapper.cs", "new_path": "src/NuGetGallery.Core/Services/CloudBlobWrapper.cs", "diff": "@@ -29,6 +29,14 @@ public CloudBlobWrapper(CloudBlockBlob blob)\n_blob = blob;\n}\n+ public async Task<Stream> OpenReadAsync(AccessC...
C#
Apache License 2.0
nuget/nugetgallery
Add OpenReadAsync to ISimpleCloudBlob wrapper (#6758) Progress on https://github.com/nuget/nugetgallery/issues/6449
455,736
17.12.2018 09:33:22
28,800
d4df12227e03b0e1d2eb3e08794b527aefe60be8
Add AccessConditionWrapper.GenerateIfNoneMatchCondition Progress on
[ { "change_type": "MODIFY", "old_path": "src/NuGetGallery.Core/Services/AccessConditionWrapper.cs", "new_path": "src/NuGetGallery.Core/Services/AccessConditionWrapper.cs", "diff": "@@ -31,6 +31,13 @@ public static IAccessCondition GenerateIfMatchCondition(string etag)\nifMatchETag: AccessCondition.Ge...
C#
Apache License 2.0
nuget/nugetgallery
Add AccessConditionWrapper.GenerateIfNoneMatchCondition (#6762) Progress on https://github.com/NuGet/NuGetGallery/issues/6449
455,747
18.12.2018 16:46:05
28,800
24fb2a3a5c766d22cc21c098b1823b6fd495ff01
Fix bug with namespace reservation and snupkg push with older clients
[ { "change_type": "MODIFY", "old_path": "src/NuGetGallery/Services/PackageService.cs", "new_path": "src/NuGetGallery/Services/PackageService.cs", "diff": "@@ -56,6 +56,11 @@ public async Task EnsureValid(PackageArchiveReader packageArchiveReader)\npackageArchiveReader.GetNuspecReader(),\nstrict: true...
C#
Apache License 2.0
nuget/nugetgallery
Fix bug with namespace reservation and snupkg push with older clients (#6768)
455,751
10.01.2019 15:07:57
28,800
20e06839ad5aaf849d2cef7a030df79d19481196
Not null the createdby on delete account A support issue for a deleted account will have createdby field not null bu obfuscated. With this the issue will still be in the support issues view. Also the issue is automatically resolved.
[ { "change_type": "MODIFY", "old_path": "src/NuGetGallery/Areas/Admin/Services/SupportRequestService.cs", "new_path": "src/NuGetGallery/Areas/Admin/Services/SupportRequestService.cs", "diff": "@@ -20,6 +20,8 @@ public class SupportRequestService\nprivate IAuditingService _auditingService;\nprivate re...
C#
Apache License 2.0
nuget/nugetgallery
Not null the createdby on delete account (#6808) A support issue for a deleted account will have createdby field not null bu obfuscated. With this the issue will still be in the support issues view. Also the issue is automatically resolved.
455,776
22.01.2019 15:23:28
28,800
2c78f806073b2302d9465bd4f23bb64d0c5c150c
Gallery search results should not have owners right aligned
[ { "change_type": "MODIFY", "old_path": "src/Bootstrap/dist/css/bootstrap-theme.css", "new_path": "src/Bootstrap/dist/css/bootstrap-theme.css", "diff": "@@ -486,46 +486,27 @@ img.reserved-indicator-icon {\noverflow-wrap: break-word;\n}\n-.list-packages .package .package-header {\n- display: -webkit-b...
C#
Apache License 2.0
nuget/nugetgallery
Gallery search results should not have owners right aligned (#6830)
455,772
23.01.2019 14:29:34
28,800
576938d7a38eef4502f5a69b4a58cbe3768727d0
Added asp.net blog URIs to microsoft URIs list
[ { "change_type": "MODIFY", "old_path": "src/NuGetGallery/Helpers/UriExtensions.cs", "new_path": "src/NuGetGallery/Helpers/UriExtensions.cs", "diff": "@@ -35,7 +35,7 @@ public static bool IsGitHubUri(this Uri uri)\nstring.Equals(uri.Host, \"github.com\", StringComparison.OrdinalIgnoreCase);\n}\n- pub...
C#
Apache License 2.0
nuget/nugetgallery
Added asp.net blog URIs to microsoft URIs list (#6834)
455,776
28.01.2019 12:52:06
28,800
91a4d5137ed9b8b0e3e5c4f564cea25981f9d250
DisplayPackageViewModel.PackageVersions should not be enumerated multiple times
[ { "change_type": "MODIFY", "old_path": "src/NuGetGallery/Controllers/PackagesController.cs", "new_path": "src/NuGetGallery/Controllers/PackagesController.cs", "diff": "@@ -659,13 +659,7 @@ public virtual async Task<ActionResult> DisplayPackage(string id, string version\nreturn HttpNotFound();\n}\n- ...
C#
Apache License 2.0
nuget/nugetgallery
DisplayPackageViewModel.PackageVersions should not be enumerated multiple times (#6855)
455,736
25.01.2019 09:40:10
28,800
cc82088d3e1d5806107db4d6042b8c6b6f0fe42a
Add simulate error endpoints to Pages, Api, and V2 curated feed controllers Progress on
[ { "change_type": "MODIFY", "old_path": "src/NuGetGallery/App_Start/NuGetODataV2CuratedFeedConfig.cs", "new_path": "src/NuGetGallery/App_Start/NuGetODataV2CuratedFeedConfig.cs", "diff": "using System;\nusing System.Linq;\n+using System.Net.Http;\nusing System.Web.Http;\nusing System.Web.Http.OData.Ba...
C#
Apache License 2.0
nuget/nugetgallery
Add simulate error endpoints to Pages, Api, and V2 curated feed controllers (#6842) Progress on https://github.com/NuGet/NuGetGallery/issues/6601
455,776
31.01.2019 14:00:04
28,800
17328b8764dd813ea8ca9d3e6880e79c447e0cdf
Add logging to the automatic RequireOrganizationTenantPolicy path
[ { "change_type": "MODIFY", "old_path": "src/NuGetGallery/Services/LoginDiscontinuationConfiguration.cs", "new_path": "src/NuGetGallery/Services/LoginDiscontinuationConfiguration.cs", "diff": "@@ -43,7 +43,7 @@ public LoginDiscontinuationConfiguration()\nDiscontinuedForDomains = new HashSet<string>(d...
C#
Apache License 2.0
nuget/nugetgallery
Add logging to the automatic RequireOrganizationTenantPolicy path (#6864)
455,776
31.01.2019 17:04:39
28,800
248ac35bd31daff960be0a5cc6bdea97570e85f6
Add tool to apply organization tenant policy to a list of organizations
[ { "change_type": "MODIFY", "old_path": "src/GalleryTools/Commands/ReflowCommand.cs", "new_path": "src/GalleryTools/Commands/ReflowCommand.cs", "diff": "@@ -18,7 +18,7 @@ public static class ReflowCommand\n{\nprivate const int DefaultBatch = 1;\nprivate const int DefaultSleepMultiplier = 60;\n- priva...
C#
Apache License 2.0
nuget/nugetgallery
Add tool to apply organization tenant policy to a list of organizations (#6867)
455,747
01.02.2019 19:14:43
0
694cde9173f388fe2fe03e2ff7a4d5975e38a24e
Improve runtime for DuplicatePushesAreRejectedAndNotDeleted
[ { "change_type": "MODIFY", "old_path": "tests/NuGetGallery.FunctionalTests/Commandline/NuGetCommandLineTests.cs", "new_path": "tests/NuGetGallery.FunctionalTests/Commandline/NuGetCommandLineTests.cs", "diff": "@@ -61,8 +61,8 @@ public static IEnumerable<object[]> UploadAndUnlistPackages_Data\n[Theor...
C#
Apache License 2.0
nuget/nugetgallery
Improve runtime for DuplicatePushesAreRejectedAndNotDeleted (#6861)
455,747
01.02.2019 21:31:12
0
118c55f87f994621691f218334450773913d98c5
Improve functional tests runtime
[ { "change_type": "MODIFY", "old_path": "tests/NuGetGallery.FunctionalTests/Commandline/NuGetCommandLineTests.cs", "new_path": "tests/NuGetGallery.FunctionalTests/Commandline/NuGetCommandLineTests.cs", "diff": "@@ -137,8 +137,8 @@ public async Task UploadAndDownloadPackageWithMinClientVersion()\n[Pac...
C#
Apache License 2.0
nuget/nugetgallery
Improve functional tests runtime (#6870)
455,776
01.02.2019 15:14:34
28,800
f87f32b9c87e20d0edf46312facd181fc21624a9
Use IDiagnosticsSource for automatic RequireOrganizationTenantPolicy logs
[ { "change_type": "MODIFY", "old_path": "src/NuGetGallery/Services/UserService.cs", "new_path": "src/NuGetGallery/Services/UserService.cs", "diff": "using NuGet.Services.Entities;\nusing NuGetGallery.Auditing;\nusing NuGetGallery.Configuration;\n+using NuGetGallery.Diagnostics;\nusing NuGetGallery.In...
C#
Apache License 2.0
nuget/nugetgallery
Use IDiagnosticsSource for automatic RequireOrganizationTenantPolicy logs (#6871)
455,776
07.02.2019 09:44:33
28,800
f0e997b517a5fa05d803bc9163cb8088f0412aa9
PackagesController methods should handle SemVer2 and missing packages properly
[ { "change_type": "MODIFY", "old_path": "src/NuGetGallery/Controllers/PackagesController.cs", "new_path": "src/NuGetGallery/Controllers/PackagesController.cs", "diff": "@@ -1292,7 +1292,7 @@ public virtual ActionResult ManagePackageOwners(string id)\n[RequiresAccountConfirmation(\"manage a package\")...
C#
Apache License 2.0
nuget/nugetgallery
PackagesController methods should handle SemVer2 and missing packages properly (#6879)
455,756
14.02.2019 11:21:25
28,800
a0aeb495d8968dec2c156ce6a61ff02480365b53
Delete UIAuthorize
[ { "change_type": "MODIFY", "old_path": "src/NuGetGallery/Controllers/PackagesController.cs", "new_path": "src/NuGetGallery/Controllers/PackagesController.cs", "diff": "@@ -735,7 +735,6 @@ public virtual async Task<ActionResult> DisplayPackage(string id, string version\n}\n[HttpGet]\n- [UIAuthorize]\...
C#
Apache License 2.0
nuget/nugetgallery
Delete UIAuthorize (#6893)
455,747
14.02.2019 20:22:00
0
fd7b1bb29d124c9002e5854d6b9cf3ebf9caeae7
Add FAQ links to account login error messages
[ { "change_type": "MODIFY", "old_path": "src/NuGetGallery/App_Code/ViewHelpers.cshtml", "new_path": "src/NuGetGallery/App_Code/ViewHelpers.cshtml", "diff": "@@ -659,4 +659,9 @@ var hlp = new AccordionHelper(name, formModelStatePrefix, expanded, page);\n{\nreturn segment.Type == CompositeLicenseExpres...
C#
Apache License 2.0
nuget/nugetgallery
Add FAQ links to account login error messages (#6886)
455,736
15.02.2019 15:47:00
28,800
13b3d34e238b90a4b46a9147a09f5e728b14f4be
Add a feature flag for the atom feed and enable prerelease filtering Progress on
[ { "change_type": "MODIFY", "old_path": "src/NuGetGallery/App_Data/Files/Content/flags.json", "new_path": "src/NuGetGallery/App_Data/Files/Content/flags.json", "diff": "{\n\"Features\": {\n- \"NuGetGallery.Typosquatting\": \"Enabled\"\n+ \"NuGetGallery.Typosquatting\": \"Enabled\",\n+ \"NuGetGallery....
C#
Apache License 2.0
nuget/nugetgallery
Add a feature flag for the atom feed and enable prerelease filtering (#6894) Progress on https://github.com/NuGet/NuGetGallery/issues/2992
455,776
20.02.2019 01:49:24
0
8989c7c8bb60019bf31189e49048301e63e912c1
Allow bulk inserts/deletes through EntitiesContext/EntityRepository
[ { "change_type": "MODIFY", "old_path": "src/NuGetGallery.Core/Entities/EntitiesContext.cs", "new_path": "src/NuGetGallery.Core/Entities/EntitiesContext.cs", "diff": "@@ -48,23 +48,23 @@ public EntitiesContext(DbConnection connection, bool readOnly)\n}\npublic bool ReadOnly { get; private set; }\n- p...
C#
Apache License 2.0
nuget/nugetgallery
Allow bulk inserts/deletes through EntitiesContext/EntityRepository (#6902)
455,776
20.02.2019 17:43:33
0
fa6ae9c2e8d6427664430670be23b7a089801109
ManagePackageViewModel should not be dependent on DisplayPackageViewModel
[ { "change_type": "MODIFY", "old_path": "src/NuGetGallery/Scripts/gallery/page-edit-readme.js", "new_path": "src/NuGetGallery/Scripts/gallery/page-edit-readme.js", "diff": "}\nvar version = _viewModel.Versions[selectedVersion];\n- var cachedReadMe = version.readMe;\n+ var cachedReadMe = version.ReadM...
C#
Apache License 2.0
nuget/nugetgallery
ManagePackageViewModel should not be dependent on DisplayPackageViewModel (#6900)
455,736
20.02.2019 10:50:32
28,800
87f0f23c4dc1467eed7cfbff81a22b502c30aa67
Add functional tests for the packages Atom feed Address
[ { "change_type": "MODIFY", "old_path": "tests/NuGetGallery.FunctionalTests/NuGetGallery.FunctionalTests.csproj", "new_path": "tests/NuGetGallery.FunctionalTests/NuGetGallery.FunctionalTests.csproj", "diff": "<Reference Include=\"Microsoft.CSharp\" />\n<Reference Include=\"System.IO.Compression\" />\...
C#
Apache License 2.0
nuget/nugetgallery
Add functional tests for the packages Atom feed (#6910) Address https://github.com/NuGet/NuGetGallery/issues/6898