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
14.07.2017 14:48:02
25,200
e53f8127d4b9a4959b755dc34851194204be2ae0
Add ability for columns to hide content with ellipsis when narrow screen.
[ { "change_type": "MODIFY", "old_path": "src/Bootstrap/dist/css/bootstrap-theme.css", "new_path": "src/Bootstrap/dist/css/bootstrap-theme.css", "diff": "@@ -840,6 +840,12 @@ img.package-icon {\noverflow: hidden;\ntext-overflow: ellipsis;\n}\n+.page-statistics-overview td {\n+ max-width: 0;\n+ overflo...
C#
Apache License 2.0
nuget/nugetgallery
Add ability for columns to hide content with ellipsis when narrow screen. (#4399)
455,737
19.07.2017 11:44:19
25,200
dbd43f4c5db229aefeb1c732aff7c40170867eb7
Remove margin bottom on p element in svg.
[ { "change_type": "MODIFY", "old_path": "src/Bootstrap/dist/css/bootstrap-theme.css", "new_path": "src/Bootstrap/dist/css/bootstrap-theme.css", "diff": "@@ -979,6 +979,9 @@ img.package-icon {\n.page-stats-per-package #stats-graph-svg .bartext {\nfont-size: 1em;\n}\n+.page-stats-per-package #stats-gra...
C#
Apache License 2.0
nuget/nugetgallery
Remove margin bottom on p element in svg.
455,737
19.07.2017 11:44:37
25,200
5921e390b069219c5e9510077c7679d8ebf018d7
Treat keydown as changed on edit inputs.
[ { "change_type": "MODIFY", "old_path": "src/NuGetGallery/Scripts/gallery/page-edit.js", "new_path": "src/NuGetGallery/Scripts/gallery/page-edit.js", "diff": "@@ -28,7 +28,7 @@ var EditViewManager = new function () {\ndocument.location = $(this).val();\n});\n- $('input[type=\"text\"], input[type=\"ch...
C#
Apache License 2.0
nuget/nugetgallery
Treat keydown as changed on edit inputs.
455,737
19.07.2017 11:44:56
25,200
11599b177c2b71d07885bf7601f1e4f14efec1ff
Fix tab stopping on package display.
[ { "change_type": "MODIFY", "old_path": "src/NuGetGallery/Views/Packages/DisplayPackage.cshtml", "new_path": "src/NuGetGallery/Views/Packages/DisplayPackage.cshtml", "diff": "</table>\n@if (rowCount > 5)\n{\n- <a role=\"button\" data-toggle=\"collapse\" class=\"icon-link\" data-target=\"#hidden-versi...
C#
Apache License 2.0
nuget/nugetgallery
Fix tab stopping on package display.
455,736
21.07.2017 11:13:11
25,200
0cf18f83d373fe13ac6cd3678ae02512f63df5ba
[Redesign] Fix front page statistics for cultures where the thousands seperator is not a comma Fix
[ { "change_type": "MODIFY", "old_path": "src/NuGetGallery/Controllers/StatisticsController.cs", "new_path": "src/NuGetGallery/Controllers/StatisticsController.cs", "diff": "@@ -55,9 +55,9 @@ public virtual async Task<ActionResult> Totals()\nreturn Json(\nnew\n{\n- Downloads = stats.Downloads.ToNuGetN...
C#
Apache License 2.0
nuget/nugetgallery
[Redesign] Fix front page statistics for cultures where the thousands seperator is not a comma Fix https://github.com/NuGet/NuGetGallery/issues/4443
455,736
21.07.2017 11:40:28
25,200
1123111e0d1ad4fdf6067a76adf6e60c86ffb548
[Redesign] Comma separate total package count and numbers on manage package page Fix
[ { "change_type": "MODIFY", "old_path": "src/NuGetGallery/Views/Shared/ListPackages.cshtml", "new_path": "src/NuGetGallery/Views/Shared/ListPackages.cshtml", "diff": "}\nelse\n{\n- <text>There are @Model.TotalCount packages</text>\n+ <text>There are @Model.TotalCount.ToNuGetNumberString() packages</t...
C#
Apache License 2.0
nuget/nugetgallery
[Redesign] Comma separate total package count and numbers on manage package page Fix https://github.com/NuGet/NuGetGallery/issues/4444
455,776
21.07.2017 16:51:12
25,200
94d86ae3406944bf30dc01616e73c034ad1c4c6c
Require anti-forgery token on manage owners page
[ { "change_type": "MODIFY", "old_path": "src/NuGetGallery/Controllers/JsonApiController.cs", "new_path": "src/NuGetGallery/Controllers/JsonApiController.cs", "diff": "@@ -89,6 +89,7 @@ public virtual ActionResult GetAddPackageOwnerConfirmation(string id, string use\n}\n[HttpPost]\n+ [ValidateAntiForg...
C#
Apache License 2.0
nuget/nugetgallery
Require anti-forgery token on manage owners page (#4455)
455,772
24.07.2017 12:05:03
25,200
0b090329bc96bc294d418121f118a3c246ebb670
fix password autocomplete
[ { "change_type": "MODIFY", "old_path": "src/NuGetGallery/Views/Users/Account.cshtml", "new_path": "src/NuGetGallery/Views/Users/Account.cshtml", "diff": "@Html.ValidationSummaryFor(\"ChangePassword\")\n<div class=\"form-field\">\n@Html.LabelFor(m => m.ChangePassword.OldPassword)\n- @Html.PasswordFor...
C#
Apache License 2.0
nuget/nugetgallery
fix password autocomplete
455,736
21.07.2017 12:36:16
25,200
fbc9af3085eeebe151e92adcf6f9de94660e8f29
[Redesign] Describe the front page images using a title on the anchor rather than an image alt Fix accessibility issue 467716
[ { "change_type": "MODIFY", "old_path": "src/NuGetGallery/Views/Pages/Home.cshtml", "new_path": "src/NuGetGallery/Views/Pages/Home.cshtml", "diff": "</div>\n<div class=\"row row-gap\">\n<div class=\"col-sm-4\">\n- <a href=\"https://docs.microsoft.com/en-us/nuget/quickstart/use-a-package\">\n- <img wi...
C#
Apache License 2.0
nuget/nugetgallery
[Redesign] Describe the front page images using a title on the anchor rather than an image alt Fix accessibility issue 467716
455,736
21.07.2017 13:00:57
25,200
7a5e37ef9cb0c956cb3bc2f6b1ed9b59a8f17fed
[Redesign] Add role="alert" and aria-live="assertive" to validation messages Fix accessibility issue 467720
[ { "change_type": "MODIFY", "old_path": "src/NuGetGallery/ExtensionMethods.cs", "new_path": "src/NuGetGallery/ExtensionMethods.cs", "diff": "@@ -377,10 +377,12 @@ public static HtmlString ShowCheckboxFor<TModel>(this HtmlHelper<TModel> html, E\nvar metadata = ModelMetadata.FromLambdaExpression(expres...
C#
Apache License 2.0
nuget/nugetgallery
[Redesign] Add role="alert" and aria-live="assertive" to validation messages Fix accessibility issue 467720
455,736
21.07.2017 13:48:34
25,200
9f7fdb9dfcc39269957e2d783a5b96a55e9ab91f
[Redesign] Focus the copy button after the copy to clipboard is complete Fix accessibility issue 467727
[ { "change_type": "MODIFY", "old_path": "src/NuGetGallery/Scripts/gallery/common.js", "new_path": "src/NuGetGallery/Scripts/gallery/common.js", "diff": "// source: http://stackoverflow.com/questions/400212/how-do-i-copy-to-the-clipboard-in-javascript\n// enhancement with special case for IEs, otherwi...
C#
Apache License 2.0
nuget/nugetgallery
[Redesign] Focus the copy button after the copy to clipboard is complete Fix accessibility issue 467727
455,736
21.07.2017 18:52:21
25,200
d92ddb311a2e473779228e465b6a884587b80af1
[Redesign] Assume dates are UTC (even though their DateTimeKind is Unspecified) Never show relative years -- show full dates at that point Fix Fix
[ { "change_type": "MODIFY", "old_path": "src/NuGetGallery/App_Code/ViewHelpers.cshtml", "new_path": "src/NuGetGallery/App_Code/ViewHelpers.cshtml", "diff": "}\nif(ver.BuildDateUtc != DateTime.MinValue) {\n- @: Built at <span class=\"s-localtime\" data-utc=\"@ver.BuildDateUtc.ToJavaScriptUTC()\">@ver....
C#
Apache License 2.0
nuget/nugetgallery
[Redesign] Assume dates are UTC (even though their DateTimeKind is Unspecified) Never show relative years -- show full dates at that point Fix https://github.com/NuGet/NuGetGallery/issues/4280 Fix https://github.com/NuGet/NuGetGallery/issues/4424
455,737
25.07.2017 10:51:29
25,200
48d64f1a6dff27af0697fe9e78a9bb1e442e8785
Hide charts if data to display isn't there.
[ { "change_type": "MODIFY", "old_path": "src/NuGetGallery/Views/Statistics/Index.cshtml", "new_path": "src/NuGetGallery/Views/Statistics/Index.cshtml", "diff": "<div class=\"col-md-6 col-xs-12\">\n<h2 class=\"stats-title-text\">NuGet Client Usage (Last 6 Weeks)</h2>\n<div class=\"col-xs-12 chart\">\n...
C#
Apache License 2.0
nuget/nugetgallery
Hide charts if data to display isn't there.
455,736
26.07.2017 14:54:45
25,200
e19809c812348fd2ff8e8cad89486be2ef52349d
[Redesign] Tabs should have aria-selected attribute in addition to aria-expanded Fix accessibility issue 469486
[ { "change_type": "MODIFY", "old_path": "src/Bootstrap/.gitignore", "new_path": "src/Bootstrap/.gitignore", "diff": "@@ -43,3 +43,4 @@ node_modules\n# .map files are currently unused and minification is done by MVC.\ndist/css/*.map\ndist/css/*.min.css\n+dist/js/*.min.js\n" }, { "change_type":...
C#
Apache License 2.0
nuget/nugetgallery
[Redesign] Tabs should have aria-selected attribute in addition to aria-expanded Fix accessibility issue 469486
455,736
26.07.2017 14:59:01
25,200
7a73bbfa52de50ee1f81093028e8dd848814c503
[Redesign] Add aria-label to package command copy button Fix accessibility issue 469487
[ { "change_type": "MODIFY", "old_path": "src/NuGetGallery/Views/Packages/DisplayPackage.cshtml", "new_path": "src/NuGetGallery/Views/Packages/DisplayPackage.cshtml", "diff": "</li>\n}\n-@helper CommandPanel(Func<MvcHtmlString, HelperResult> htmlContent, string id, bool active)\n+@helper CommandPanel(...
C#
Apache License 2.0
nuget/nugetgallery
[Redesign] Add aria-label to package command copy button Fix accessibility issue 469487
455,736
26.07.2017 15:20:11
25,200
283a5871b162cab6651817f258b5403bc9759b55
[Redesign] Make sure all pages use role="main" Fix accessibility issue 469492
[ { "change_type": "MODIFY", "old_path": "src/NuGetGallery/App_Code/ViewHelpers.cshtml", "new_path": "src/NuGetGallery/App_Code/ViewHelpers.cshtml", "diff": "@helper ErrorPage(UrlHelper url, System.Web.Mvc.HtmlHelper html, string errorNumber, string errorName, Func<MvcHtmlString, HelperResult> errorTe...
C#
Apache License 2.0
nuget/nugetgallery
[Redesign] Make sure all pages use role="main" Fix accessibility issue 469492
455,736
26.07.2017 15:42:21
25,200
c3921083919d2d703fe02bb8ed5649353def8928
[Redesign] Make sure there is a package title on every page Fix accessibility issue 469494
[ { "change_type": "MODIFY", "old_path": "src/NuGetGallery/Views/Packages/DisplayPackage.cshtml", "new_path": "src/NuGetGallery/Views/Packages/DisplayPackage.cshtml", "diff": "@model DisplayPackageViewModel\n-\n@{\nViewBag.Title = Model.Id + \" \" + Model.Version;\nViewBag.Tab = \"Packages\";\n" } ]
C#
Apache License 2.0
nuget/nugetgallery
[Redesign] Make sure there is a package title on every page Fix accessibility issue 469494
455,736
26.07.2017 16:06:39
25,200
99a575e400b3b95d7c4787de2e67e3ce1a1bccad
[Redesign] Move the long account checkbox descriptions outside of the label Fix accessibility issue 469496
[ { "change_type": "MODIFY", "old_path": "src/Bootstrap/dist/css/bootstrap-theme.css", "new_path": "src/Bootstrap/dist/css/bootstrap-theme.css", "diff": "@@ -396,6 +396,9 @@ img.package-icon {\n.page-account-settings .form-group + .form-group .btn {\nmargin-top: 20px;\n}\n+.page-account-settings .chec...
C#
Apache License 2.0
nuget/nugetgallery
[Redesign] Move the long account checkbox descriptions outside of the label Fix accessibility issue 469496
455,736
26.07.2017 17:09:22
25,200
44021b850f27c8b539e4e0e6202d7c15f9bc4a75
[Redesign] Give transient messages role="alert" Fix accessibility issue 469498
[ { "change_type": "MODIFY", "old_path": "src/NuGetGallery/Views/Shared/Gallery/Header.cshtml", "new_path": "src/NuGetGallery/Views/Shared/Gallery/Header.cshtml", "diff": "<div class=\"alert-transient @(ViewBag.HasJumbotron == true ? \"alert-transient-jumbotron\" : string.Empty)\">\n<div class=\"conta...
C#
Apache License 2.0
nuget/nugetgallery
[Redesign] Give transient messages role="alert" Fix accessibility issue 469498
455,736
27.07.2017 09:28:25
25,200
513a45b33db76385520cd0583fa9e4fe0b09a6db
[Redesign] Make the warnings on the API key page role="alert" Fix accessibility issue 469501
[ { "change_type": "MODIFY", "old_path": "src/NuGetGallery/App_Code/ViewHelpers.cshtml", "new_path": "src/NuGetGallery/App_Code/ViewHelpers.cshtml", "diff": "@helper Alert(Func<MvcHtmlString, HelperResult> htmlContent, string subclass, string icon, bool isAlertRole = false)\n{\n- <div class=\"alert al...
C#
Apache License 2.0
nuget/nugetgallery
[Redesign] Make the warnings on the API key page role="alert" Fix accessibility issue 469501
455,736
27.07.2017 10:19:11
25,200
c245f2caeedc052be830a791879f2d4c8e0cc943
[Redesign] Fix outline on links for Firefox (as -webkit-focus-ring-color is not supported) Fix accessibility issue 470363
[ { "change_type": "MODIFY", "old_path": "src/Bootstrap/dist/css/bootstrap.css", "new_path": "src/Bootstrap/dist/css/bootstrap.css", "diff": "@@ -301,6 +301,7 @@ a:focus {\ntext-decoration: underline;\n}\na:focus {\n+ outline: 2px auto Highlight;\noutline: 5px auto -webkit-focus-ring-color;\noutline-o...
C#
Apache License 2.0
nuget/nugetgallery
[Redesign] Fix outline on links for Firefox (as -webkit-focus-ring-color is not supported) Fix accessibility issue 470363
455,736
27.07.2017 11:16:15
25,200
6d5343c740ed095dce924df33d09947bdc887576
[Redesign] Don't put radio buttons inside labels as this encounters as SizeOfSet a bug in Edge Fix accessibility issue 469500
[ { "change_type": "MODIFY", "old_path": "src/Bootstrap/dist/css/bootstrap-theme.css", "new_path": "src/Bootstrap/dist/css/bootstrap-theme.css", "diff": "@@ -243,6 +243,10 @@ img.package-icon {\npointer-events: none;\nopacity: .75;\n}\n+.radio .label-sibling,\n+.checkbox .label-sibling {\n+ margin-lef...
C#
Apache License 2.0
nuget/nugetgallery
[Redesign] Don't put radio buttons inside labels as this encounters as SizeOfSet a bug in Edge Fix accessibility issue 469500
455,736
27.07.2017 12:37:10
25,200
eac418b6a9562b6515bf4c56b721229acc7b5046
[Redesign] Leave default border on focused form-controls Fix accessibility issue 470375 and 470379
[ { "change_type": "MODIFY", "old_path": "src/Bootstrap/dist/css/bootstrap.css", "new_path": "src/Bootstrap/dist/css/bootstrap.css", "diff": "@@ -1762,7 +1762,6 @@ output {\n}\n.form-control:focus {\nborder-color: #66afe9;\n- outline: 0;\n-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px r...
C#
Apache License 2.0
nuget/nugetgallery
[Redesign] Leave default border on focused form-controls Fix accessibility issue 470375 and 470379
455,736
27.07.2017 13:02:39
25,200
b17b7cf701f26b1deccca2b19449c809d64ad3d6
[Redesign] Make display page command tabs more clearly selected on high contrast Fix accessibility issue 470376
[ { "change_type": "MODIFY", "old_path": "src/Bootstrap/dist/css/bootstrap-theme.css", "new_path": "src/Bootstrap/dist/css/bootstrap-theme.css", "diff": "@@ -603,6 +603,12 @@ img.package-icon {\nbackground-color: #002440;\nborder: 0;\n}\n+@media screen and (-ms-high-contrast: active) {\n+ .page-packag...
C#
Apache License 2.0
nuget/nugetgallery
[Redesign] Make display page command tabs more clearly selected on high contrast Fix accessibility issue 470376
455,736
27.07.2017 13:21:16
25,200
c51665237be0738f0e40503d2aff29dd932be29a
[Redesign] Make SVGs more friendly with high contrast on Edge and Firefox.
[ { "change_type": "MODIFY", "old_path": "src/Bootstrap/dist/css/bootstrap-theme.css", "new_path": "src/Bootstrap/dist/css/bootstrap-theme.css", "diff": "@@ -304,6 +304,12 @@ img.package-icon {\nsvg text {\nfill: WindowText;\n}\n+ .popover .arrow {\n+ display: none;\n+ }\n+ .dropdown-menu .divider {\n...
C#
Apache License 2.0
nuget/nugetgallery
[Redesign] Make SVGs more friendly with high contrast on Edge and Firefox.
455,736
28.07.2017 08:20:14
25,200
4d9c6de06dee211247d8bb813d69807988787328
[Redesign] Wrap long IDs and titles on the display package page Fix issue
[ { "change_type": "MODIFY", "old_path": "src/Bootstrap/dist/css/bootstrap-theme.css", "new_path": "src/Bootstrap/dist/css/bootstrap-theme.css", "diff": "@@ -566,6 +566,8 @@ img.package-icon {\n}\n.page-package-details .package-title {\nmargin-bottom: 24px;\n+ word-break: break-all;\n+ word-break: bre...
C#
Apache License 2.0
nuget/nugetgallery
[Redesign] Wrap long IDs and titles on the display package page Fix issue https://github.com/NuGet/NuGetGallery/issues/4470
455,736
28.07.2017 14:37:50
25,200
13df71d07a62eb162cd007d028121691c307a801
[Redesign] Minor polish on the manage packages package Finish off
[ { "change_type": "MODIFY", "old_path": "src/NuGetGallery/Views/Users/Packages.cshtml", "new_path": "src/NuGetGallery/Views/Users/Packages.cshtml", "diff": "}\n<section role=\"main\" class=\"container main-container page-manage-packages page-package-details\">\n+ <div class=\"row\">\n+ <div class=\"c...
C#
Apache License 2.0
nuget/nugetgallery
[Redesign] Minor polish on the manage packages package Finish off https://github.com/NuGet/NuGetGallery/issues/4431
455,736
31.07.2017 12:05:03
25,200
e467981de769b4b1ca4668697e35f5b518bbc52a
[Redesign] Remove transition CSS from .collapsing class since the transition time is 0 in the JS
[ { "change_type": "MODIFY", "old_path": "src/Bootstrap/dist/css/bootstrap.css", "new_path": "src/Bootstrap/dist/css/bootstrap.css", "diff": "@@ -2682,18 +2682,10 @@ tbody.collapse.in {\ndisplay: table-row-group;\n}\n.collapsing {\n- position: relative;\n- height: 0;\n- overflow: hidden;\n- -webkit-tr...
C#
Apache License 2.0
nuget/nugetgallery
[Redesign] Remove transition CSS from .collapsing class since the transition time is 0 in the JS
455,736
31.07.2017 12:59:41
25,200
f81510f09de7551f5e5ce202ad4f63eb65f22903
[Redesign] Automatically expand the version list if the selected version is in the collapsed section
[ { "change_type": "MODIFY", "old_path": "src/NuGetGallery/Constants.cs", "new_path": "src/NuGetGallery/Constants.cs", "diff": "@@ -19,6 +19,8 @@ public static class Constants\npublic const int ColumnsWideAuthenticationMd = 6;\npublic const int ColumnsFormMd = 10;\n+ public const int VisibleVersions =...
C#
Apache License 2.0
nuget/nugetgallery
[Redesign] Automatically expand the version list if the selected version is in the collapsed section
455,736
31.07.2017 13:18:45
25,200
782391c04304f5e314671bd0084c7041a42beba0
[Redesign] Fix ctrl + click on data-track links
[ { "change_type": "MODIFY", "old_path": "src/NuGetGallery/Scripts/gallery/common.js", "new_path": "src/NuGetGallery/Scripts/gallery/common.js", "diff": "@@ -285,6 +285,9 @@ $(function () {\nvar href = $(this).attr('href');\nvar category = $(this).data().track;\nif (window.nuget.isGaAvailable() && hre...
C#
Apache License 2.0
nuget/nugetgallery
[Redesign] Fix ctrl + click on data-track links
455,794
01.08.2017 09:04:56
25,200
3a1e4f41449044bee4b93e601ea7e234714fb1b6
Cookie service init fix
[ { "change_type": "MODIFY", "old_path": "src/NuGetGallery/App_Start/DefaultDependenciesModule.cs", "new_path": "src/NuGetGallery/App_Start/DefaultDependenciesModule.cs", "diff": "@@ -526,7 +526,12 @@ private static void RegisterCookieComplianceService(ContainerBuilder builder, Co\nservice = GetAddInS...
C#
Apache License 2.0
nuget/nugetgallery
Cookie service init fix (#4488)
455,776
02.08.2017 11:04:37
25,200
94769fd9f7da4132ab14012d7a97a209eb232ede
Add AntiForgery tokens to some actions that were missing them
[ { "change_type": "MODIFY", "old_path": "src/NuGetGallery/App_Code/ViewHelpers.cshtml", "new_path": "src/NuGetGallery/App_Code/ViewHelpers.cshtml", "diff": "@@ -311,3 +311,10 @@ var hlp = new AccordionHelper(name, formModelStatePrefix, expanded, page);\n}\n</li>\n}\n+\n+@helper AjaxAntiForgeryToken(S...
C#
Apache License 2.0
nuget/nugetgallery
Add AntiForgery tokens to some actions that were missing them (#4490)
455,743
02.08.2017 14:25:36
25,200
ed3c98ef2f8f87c7adaf179a5b6dffe74836b709
Ensure SSL v3 is disabled and that TLS v1.2 is enabled
[ { "change_type": "MODIFY", "old_path": "src/NuGetGallery/App_Start/OwinStartup.cs", "new_path": "src/NuGetGallery/App_Start/OwinStartup.cs", "diff": "@@ -41,6 +41,10 @@ public static void Configuration(IAppBuilder app)\nServicePointManager.UseNagleAlgorithm = false;\nServicePointManager.Expect100Con...
C#
Apache License 2.0
nuget/nugetgallery
Ensure SSL v3 is disabled and that TLS v1.2 is enabled
455,736
02.08.2017 16:28:52
25,200
5775494b21edcb9ecf3dfd671b63c1e77f07558c
[Redesign] Make the search results page even more slim Reduce white space Reduce ID font size Make tags on the same line at downloads, last updated, and latest version Fix
[ { "change_type": "MODIFY", "old_path": "src/Bootstrap/dist/css/bootstrap-theme.css", "new_path": "src/Bootstrap/dist/css/bootstrap-theme.css", "diff": "@@ -212,16 +212,20 @@ img.package-icon {\n}\n.package-list {\npadding-left: 0;\n- margin-top: 10px;\n+ margin-top: 8px;\n+ margin-bottom: 8px;\nmarg...
C#
Apache License 2.0
nuget/nugetgallery
[Redesign] Make the search results page even more slim Reduce white space Reduce ID font size Make tags on the same line at downloads, last updated, and latest version Fix https://github.com/NuGet/NuGetGallery/issues/4491
455,736
03.08.2017 09:17:38
25,200
38bdccb22c32f170705fc86da3881e80fcf1595e
[Redesign] Add pre-release checkbox to the search page Fix
[ { "change_type": "MODIFY", "old_path": "src/Bootstrap/dist/css/bootstrap-theme.css", "new_path": "src/Bootstrap/dist/css/bootstrap-theme.css", "diff": "@@ -773,6 +773,26 @@ img.package-icon {\n.page-list-packages h1 {\nmargin-bottom: 33px;\n}\n+.page-list-packages .row-heading .cell-heading h1 {\n+ ...
C#
Apache License 2.0
nuget/nugetgallery
[Redesign] Add pre-release checkbox to the search page Fix https://github.com/NuGet/NuGetGallery/issues/4493
455,736
04.08.2017 09:29:07
25,200
35e871dfdac70f06fa77c00dc18184132e2d8a0a
Pass "prerel" parameter to the curated package list
[ { "change_type": "MODIFY", "old_path": "src/NuGetGallery/Controllers/CuratedFeedsController.cs", "new_path": "src/NuGetGallery/Controllers/CuratedFeedsController.cs", "diff": "@@ -55,7 +55,7 @@ public virtual ActionResult CuratedFeed(string name)\n}\n[HttpGet]\n- public virtual async Task<ActionResu...
C#
Apache License 2.0
nuget/nugetgallery
Pass "prerel" parameter to the curated package list
455,736
07.08.2017 10:31:38
25,200
75c022ef06e32a4cbd20c834cbb76e2007bd314d
DEV and INT, point to the new index.json locations Fix
[ { "change_type": "MODIFY", "old_path": "content/DEV/Home.html", "new_path": "content/DEV/Home.html", "diff": "to use one of the following repository URLs:\n<ul>\n- <li>NuGet feed v3 (VS 2015 and later / NuGet v3.x and above): <code>http://api.dev.nugettest.org/v3-index/index.json</code></li>\n+ <li>...
C#
Apache License 2.0
nuget/nugetgallery
DEV and INT, point to the new index.json locations (#4511) Fix https://github.com/NuGet/NuGetGallery/issues/4508
455,736
07.08.2017 11:55:58
25,200
8c3cb749062917890a8c87dbc7d39a2c644cc9ac
Redirect to HTTPS when using packages.nuget.org Fix
[ { "change_type": "MODIFY", "old_path": "src/NuGetGallery/Web.config", "new_path": "src/NuGetGallery/Web.config", "diff": "<conditions>\n<add input=\"{HTTP_HOST}\" pattern=\"^packages([0-9]?)\\.nuget.org$\" />\n</conditions>\n- <action type=\"Redirect\" url=\"http://packages.nuget.org/v1/FeedService....
C#
Apache License 2.0
nuget/nugetgallery
Redirect to HTTPS when using packages.nuget.org (#4516) Fix https://github.com/NuGet/NuGetGallery/issues/4515
455,736
07.08.2017 13:54:24
25,200
576f817f657705110f6b421fec04a72464a7918a
[Redesign] Make links clickable in description and release notes. Fix
[ { "change_type": "MODIFY", "old_path": "src/NuGetGallery/Helpers/HtmlExtensions.cs", "new_path": "src/NuGetGallery/Helpers/HtmlExtensions.cs", "diff": "using System.Diagnostics;\nusing System.Linq;\nusing System.Linq.Expressions;\n+using System.Text.RegularExpressions;\nusing System.Web;\nusing Syst...
C#
Apache License 2.0
nuget/nugetgallery
[Redesign] Make links clickable in description and release notes. (#4505) Fix https://github.com/NuGet/NuGetGallery/issues/4492
455,759
08.08.2017 18:53:27
-7,200
098e77736965d9309672cf8f52fde9fd3a485c35
Fix avg download count calculated incorrectly. It should consider the oldest package version instead of the lowest version.
[ { "change_type": "MODIFY", "old_path": "src/NuGetGallery/ViewModels/DisplayPackageViewModel.cs", "new_path": "src/NuGetGallery/ViewModels/DisplayPackageViewModel.cs", "diff": "@@ -33,7 +33,7 @@ public DisplayPackageViewModel(Package package, IOrderedEnumerable<Package> pack\n// calculate the number ...
C#
Apache License 2.0
nuget/nugetgallery
Fix #4513: avg download count calculated incorrectly. (#4520) It should consider the oldest package version instead of the lowest version.
455,736
09.08.2017 10:32:25
25,200
1d1f060b4273c570f48bddc5cce650dfd130595a
Use date format "d" for week start and ends on the stat pages Fix
[ { "change_type": "MODIFY", "old_path": "src/NuGetGallery/ViewModels/StatisticsPackagesViewModel.cs", "new_path": "src/NuGetGallery/ViewModels/StatisticsPackagesViewModel.cs", "diff": "@@ -99,13 +99,13 @@ public string DisplayWeek(int year, int weekOfYear, WeekFormats format = WeekFor\ncase WeekForma...
C#
Apache License 2.0
nuget/nugetgallery
Use date format "d" for week start and ends on the stat pages (#4533) Fix https://github.com/NuGet/NuGetGallery/issues/4529
455,736
09.08.2017 11:04:01
25,200
f19fb3a8d0ce854c41c455561dd471243bbcad5b
Improve manage package page handling of long IDs Fix
[ { "change_type": "MODIFY", "old_path": "src/Bootstrap/dist/css/bootstrap-theme.css", "new_path": "src/Bootstrap/dist/css/bootstrap-theme.css", "diff": "@@ -368,11 +368,21 @@ img.package-icon {\nmargin-bottom: 0;\n}\n.user-package-list .manage-package-listing .package-icon {\n+ min-width: 20px;\nmax-...
C#
Apache License 2.0
nuget/nugetgallery
Improve manage package page handling of long IDs (#4532) Fix https://github.com/NuGet/NuGetGallery/issues/4527
455,736
09.08.2017 17:31:34
25,200
9a1f45fb8812105d7004ea2ba72a3a935d420bc0
Don't use moment.js date formatting since it is not culture aware Improve
[ { "change_type": "MODIFY", "old_path": "src/NuGetGallery/Scripts/gallery/common.js", "new_path": "src/NuGetGallery/Scripts/gallery/common.js", "diff": "if (duration.as('M') <= 10) {\ntext = datetime.fromNow();\n} else {\n- text = datetime.format(\"l\");\n+ text = null;\n}\nreturn {\n@@ -272,7 +272,9...
C#
Apache License 2.0
nuget/nugetgallery
Don't use moment.js date formatting since it is not culture aware (#4544) Improve https://github.com/NuGet/NuGetGallery/issues/4529
455,736
10.08.2017 10:43:24
25,200
0fddd3696887aa4c5e33d7b99be7441f3812503e
Fix two accessibility issues and fix hover underline on alerts Enable "enter" key press on Upload button Make selected package command tab apparent on high-contrast Firefox Add `icon-text` class for text with an icon that is NOT a link (`icon-link` has other undesired rules) Fix accessibility issue 470376 Fix accessibility issue 476608
[ { "change_type": "MODIFY", "old_path": "src/Bootstrap/dist/css/bootstrap-theme.css", "new_path": "src/Bootstrap/dist/css/bootstrap-theme.css", "diff": "@@ -90,7 +90,8 @@ body h3 {\n.btn-search {\nheight: 36px;\n}\n-.icon-link .ms-Icon {\n+.icon-link .ms-Icon,\n+.icon-text .ms-Icon {\nposition: relat...
C#
Apache License 2.0
nuget/nugetgallery
Fix two accessibility issues and fix hover underline on alerts (#4547) Enable "enter" key press on Upload button Make selected package command tab apparent on high-contrast Firefox Add `icon-text` class for text with an icon that is NOT a link (`icon-link` has other undesired rules) Fix accessibility issue 470376 Fix accessibility issue 476608
455,736
14.08.2017 12:09:35
25,200
d4169b000c12890273b799f88f29ebb206dd9421
Introduce a type to represent the different password reset results (instead of null and exceptions) Supercedes Fixes
[ { "change_type": "MODIFY", "old_path": "src/NuGetGallery/Authentication/AuthenticationService.cs", "new_path": "src/NuGetGallery/Authentication/AuthenticationService.cs", "diff": "@@ -354,7 +354,7 @@ public virtual async Task<Credential> ResetPasswordWithToken(string username, st\nreturn null;\n}\n-...
C#
Apache License 2.0
nuget/nugetgallery
Introduce a type to represent the different password reset results (instead of null and exceptions) (#4555) Supercedes https://github.com/NuGet/NuGetGallery/pull/4551 Fixes https://github.com/NuGet/NuGetGallery/issues/4548
455,736
17.08.2017 07:41:04
25,200
5a711658cec4e106147ce219ff617cc6cd931ddc
Break long lines in the package details page Fix
[ { "change_type": "MODIFY", "old_path": "src/Bootstrap/dist/css/bootstrap-theme.css", "new_path": "src/Bootstrap/dist/css/bootstrap-theme.css", "diff": "@@ -252,6 +252,10 @@ img.package-icon {\n.checkbox .label-sibling {\nmargin-left: 20px;\n}\n+.break-word {\n+ word-break: break-all;\n+ word-break: ...
C#
Apache License 2.0
nuget/nugetgallery
Break long lines in the package details page (#4569) Fix https://github.com/NuGet/NuGetGallery/issues/4564
455,736
18.08.2017 10:44:17
25,200
bb6201d7b6ef6e52ccd86c4197fac2dadbd03977
Add storage connection strings for each distinct purpose in the gallery Fix
[ { "change_type": "MODIFY", "old_path": "src/NuGetGallery.Core/Auditing/CloudAuditingService.cs", "new_path": "src/NuGetGallery.Core/Auditing/CloudAuditingService.cs", "diff": "@@ -14,7 +14,7 @@ namespace NuGetGallery.Auditing\n/// <summary>\n/// Writes audit records to a specific container in the Cl...
C#
Apache License 2.0
nuget/nugetgallery
Add storage connection strings for each distinct purpose in the gallery (#4568) Fix https://github.com/NuGet/NuGetGallery/issues/4554
455,736
21.08.2017 08:08:29
25,200
04428257d26326c9cbf5108e36eaa2e2de3a3e0c
Redirect preview.nuget.org to www.nuget.org Progress on
[ { "change_type": "MODIFY", "old_path": "src/NuGetGallery/Web.config", "new_path": "src/NuGetGallery/Web.config", "diff": "</conditions>\n<action type=\"Redirect\" url=\"{MapProtocol:{HTTPS}}www.nuget.org/{R:1}\" redirectType=\"Permanent\" />\n</rule>\n+ <rule name=\"Redirect preview\">\n+ <match url...
C#
Apache License 2.0
nuget/nugetgallery
Redirect preview.nuget.org to www.nuget.org (#4579) Progress on https://github.com/NuGet/Engineering/issues/695
455,736
22.08.2017 14:29:58
25,200
f57f82f362a19654ab9f97031c08c465ac8f4ea0
Enumerate the package ID and versions to be deleted as hidden fields Fix Regression was caused by
[ { "change_type": "MODIFY", "old_path": "src/NuGetGallery/Views/Packages/Delete.cshtml", "new_path": "src/NuGetGallery/Views/Packages/Delete.cshtml", "diff": "@using (Html.BeginForm(\"Delete\", \"Packages\", FormMethod.Post, new { id = \"delete-form\" }))\n{\n@Html.AntiForgeryToken()\n+ foreach (var ...
C#
Apache License 2.0
nuget/nugetgallery
Enumerate the package ID and versions to be deleted as hidden fields (#4580) Fix https://github.com/NuGet/NuGetGallery/issues/4577 Regression was caused by https://github.com/NuGet/NuGetGallery/commit/257c61df1d6aff8b312af55cd7dfb891668dce88
455,776
23.08.2017 14:25:45
25,200
4771a5898a235f2cea2b1f46876fee0727cab431
Remove CookieComplianceEnabled flag
[ { "change_type": "MODIFY", "old_path": "src/NuGetGallery/App_Start/DefaultDependenciesModule.cs", "new_path": "src/NuGetGallery/App_Start/DefaultDependenciesModule.cs", "diff": "@@ -537,11 +537,7 @@ private static void RegisterAuditingServices(ContainerBuilder builder, IAuditing\nprivate static void...
C#
Apache License 2.0
nuget/nugetgallery
Remove CookieComplianceEnabled flag (#4588)
455,747
31.08.2017 15:18:56
25,200
fd9d321d370275c598ebedfcd6122e9aba0eaac9
[Prefix]Add visual indicator for Reserved prefix Packages Add visual indicator for reserved packages in details, search, profile pages.
[ { "change_type": "MODIFY", "old_path": "src/Bootstrap/dist/css/bootstrap-theme.css", "new_path": "src/Bootstrap/dist/css/bootstrap-theme.css", "diff": "@@ -332,6 +332,12 @@ img.package-icon {\nword-break: break-all;\nword-break: break-word;\n}\n+.list-packages .package .package-header .reserved-indi...
C#
Apache License 2.0
nuget/nugetgallery
[Prefix]Add visual indicator for Reserved prefix Packages (#4601) Add visual indicator for reserved packages in details, search, profile pages.
455,747
31.08.2017 17:16:15
25,200
3263cdb16182aea637fe2c65df2115b984279e66
Fix external search service to reflect the verified flag
[ { "change_type": "MODIFY", "old_path": "src/NuGetGallery/Infrastructure/Lucene/ExternalSearchService.cs", "new_path": "src/NuGetGallery/Infrastructure/Lucene/ExternalSearchService.cs", "diff": "@@ -267,6 +267,7 @@ private static Package ReadPackage(JObject doc)\n.Select(v => new User { Username = v....
C#
Apache License 2.0
nuget/nugetgallery
Fix external search service to reflect the verified flag (#4606)
455,743
01.09.2017 16:03:27
25,200
f554558269979151ecc94076eff5d338644f0cf0
Add support for third-party tabs on package details page
[ { "change_type": "MODIFY", "old_path": "src/Bootstrap/dist/css/bootstrap-theme.css", "new_path": "src/Bootstrap/dist/css/bootstrap-theme.css", "diff": "@@ -672,11 +672,9 @@ img.package-icon {\nline-height: 1.5;\nvertical-align: baseline;\n}\n-.page-package-details .install-tabs #package-manager .ins...
C#
Apache License 2.0
nuget/nugetgallery
Add support for third-party tabs on package details page (#4605)
455,744
05.09.2017 17:10:34
25,200
6c7b87b06aad9c7af0dd78e40caf6b9ce5e82537
Drop everything related to the ForceSSL cookie. We now always force SSL (if set up in configuration). So no need to have code specific for the authentication. Addresses
[ { "change_type": "MODIFY", "old_path": "src/NuGetGallery/Services/FormsAuthenticationService.cs", "new_path": "src/NuGetGallery/Services/FormsAuthenticationService.cs", "diff": "@@ -17,8 +17,6 @@ public FormsAuthenticationService(IAppConfiguration configuration)\n_configuration = configuration;\n}\n...
C#
Apache License 2.0
nuget/nugetgallery
Drop everything related to the ForceSSL cookie. (#4617) We now always force SSL (if set up in configuration). So no need to have code specific for the authentication. Addresses #4132.
455,759
06.09.2017 08:44:39
-7,200
adf19db0e79119ac94eeb542786c1c9a83eeda4c
Package details page warning for SemVer is inconsistent with other places. Fixes
[ { "change_type": "MODIFY", "old_path": "src/NuGetGallery/App_Code/ViewHelpers.cshtml", "new_path": "src/NuGetGallery/App_Code/ViewHelpers.cshtml", "diff": "@Alert(htmlContent, \"danger\", \"ErrorBadge\", isAlertRole)\n}\n+@helper AlertIsSemVer2Package(bool hasSemVer2Version, bool hasSemVer2Dependenc...
C#
Apache License 2.0
nuget/nugetgallery
Package details page warning for SemVer is inconsistent with other places. (#4611) Fixes #4552
455,736
06.09.2017 08:21:10
25,200
93901d101fa7e54995b4ece62488ce6a91c5119d
Use JsonRequestBehavior.AllowGet on endpoints that both return JSON and support GET Fix
[ { "change_type": "MODIFY", "old_path": "src/NuGetGallery/Controllers/AppController.cs", "new_path": "src/NuGetGallery/Controllers/AppController.cs", "diff": "@@ -54,7 +54,7 @@ protected internal virtual ActionResult SafeRedirect(string returnUrl)\n/// <param name=\"statusCode\">HTTP status code for ...
C#
Apache License 2.0
nuget/nugetgallery
Use JsonRequestBehavior.AllowGet on endpoints that both return JSON and support GET (#4618) Fix https://github.com/NuGet/NuGetGallery/issues/4597
455,759
07.09.2017 18:14:03
-7,200
86ef41479f38508131c47e2f7de918caac301ec5
Fix versionspec parsing in PackageViewModel + test coverage.
[ { "change_type": "MODIFY", "old_path": "src/NuGetGallery/UrlExtensions.cs", "new_path": "src/NuGetGallery/UrlExtensions.cs", "diff": "@@ -86,8 +86,6 @@ public static string PackageList(this UrlHelper url, int page, string q, bool in\nreturn url.Action(\"ListPackages\", \"Packages\", routeValues);\n}...
C#
Apache License 2.0
nuget/nugetgallery
Fix versionspec parsing in PackageViewModel + test coverage. (#4629)
455,736
07.09.2017 10:43:09
25,200
e7831a472f8ebed354d59383eeb31a9186d98fb8
Use TotalDownloadCount sum for total on user packages list instead of DownloadCount Fix
[ { "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
Use TotalDownloadCount sum for total on user packages list instead of DownloadCount (#4630) Fix https://github.com/NuGet/NuGetGallery/issues/4607
455,743
07.09.2017 13:33:54
25,200
af0c618b9e58764464e59502991e47839e75b066
Updated third-party tabs' support notice
[ { "change_type": "MODIFY", "old_path": "src/NuGetGallery/Views/Packages/DisplayPackage.cshtml", "new_path": "src/NuGetGallery/Views/Packages/DisplayPackage.cshtml", "diff": "{\n@ViewHelpers.AlertWarning(\n@<text>\n- This client is not supported by the NuGet team.\n- <a href=\"@thirdPartyPackageManag...
C#
Apache License 2.0
nuget/nugetgallery
Updated third-party tabs' support notice (#4631)
455,736
08.09.2017 10:33:09
25,200
3b6070f22deef845c2e09b7c6eb4134706a655a9
Add AddPackageLicenseReport2 which supports a larger Value field Progress on
[ { "change_type": "ADD", "old_path": null, "new_path": "src/NuGetGallery/Infrastructure/AddPackageLicenseReport2.Down.sql", "diff": "+SET ANSI_NULLS ON\n+\n+IF EXISTS (SELECT * FROM sys.objects WHERE object_id = OBJECT_ID(N'[dbo].[AddPackageLicenseReport2]') AND type IN (N'P', N'PC'))\n+BEGIN\n+ DROP...
C#
Apache License 2.0
nuget/nugetgallery
Add AddPackageLicenseReport2 which supports a larger Value field (#4633) Progress on https://github.com/NuGet/Engineering/issues/743
455,759
11.09.2017 11:13:27
-7,200
0e0ed75fd908ff1c039e23efeaf79edb32259144
Fix MvcBuildViews failure due to Razor syntax error
[ { "change_type": "MODIFY", "old_path": "src/NuGetGallery/Views/CuratedFeeds/CuratedFeed.cshtml", "new_path": "src/NuGetGallery/Views/CuratedFeeds/CuratedFeed.cshtml", "diff": "@section BottomScripts {\n<script>\n- var urlFormat = \"@Url.CuratedPackage(curatedFeedName: Model.Name, id: \"PACKAGE_ID\" ...
C#
Apache License 2.0
nuget/nugetgallery
Fix MvcBuildViews failure due to Razor syntax error
455,786
12.09.2017 23:11:24
-7,200
3e04263dd7539fd455e2e94c495415a63c54bc30
Add support for Paket CLI
[ { "change_type": "MODIFY", "old_path": "src/NuGetGallery/Views/Packages/DisplayPackage.cshtml", "new_path": "src/NuGetGallery/Views/Packages/DisplayPackage.cshtml", "diff": "CommandPrefix = \"> \",\nInstallPackageCommand = string.Format(\"dotnet add package {0} --version {1}\", Model.Id, Model.Versi...
C#
Apache License 2.0
nuget/nugetgallery
Add support for Paket CLI (#4638)
455,775
13.09.2017 20:03:00
-7,200
79cae74834ad8494ac17e1d64f2cc26cd92f7cac
Link to new contact page for Paket
[ { "change_type": "MODIFY", "old_path": "src/NuGetGallery/Views/Packages/DisplayPackage.cshtml", "new_path": "src/NuGetGallery/Views/Packages/DisplayPackage.cshtml", "diff": "Name = \"Paket CLI\",\nCommandPrefix = \"> \",\nInstallPackageCommand = string.Format(\"paket add {0} --version {1}\", Model.I...
C#
Apache License 2.0
nuget/nugetgallery
Link to new contact page for Paket (#4671)
455,759
14.09.2017 10:02:26
-7,200
5fe915c3dae4b2db0efd2d28b422f44b1bf4b1b5
Functional test fix for NetFoundationBrandingValidationTest. (no more relative URL)
[ { "change_type": "MODIFY", "old_path": "tests/NuGetGallery.WebUITests.P0/BasicPages/NetFoundationBrandingValidationTest.cs", "new_path": "tests/NuGetGallery.WebUITests.P0/BasicPages/NetFoundationBrandingValidationTest.cs", "diff": "@@ -25,8 +25,8 @@ public override IEnumerator<WebTestRequest> GetReq...
C#
Apache License 2.0
nuget/nugetgallery
Functional test fix for NetFoundationBrandingValidationTest. (no more relative URL)
455,759
14.09.2017 15:51:14
-7,200
51dea9882717200e2737491ff39a177d8e991e62
Functional test fix for NetFoundationBrandingValidationTest.
[ { "change_type": "MODIFY", "old_path": "tests/NuGetGallery.WebUITests.P0/BasicPages/NetFoundationBrandingValidationTest.cs", "new_path": "tests/NuGetGallery.WebUITests.P0/BasicPages/NetFoundationBrandingValidationTest.cs", "diff": "@@ -25,8 +25,8 @@ public override IEnumerator<WebTestRequest> GetReq...
C#
Apache License 2.0
nuget/nugetgallery
Functional test fix for NetFoundationBrandingValidationTest.
455,736
14.09.2017 16:20:21
25,200
2712ae06e6c081570a3677661596e97d6b9a9551
Add package status column and migration Address
[ { "change_type": "MODIFY", "old_path": "src/NuGetGallery.Core/Entities/Package.cs", "new_path": "src/NuGetGallery.Core/Entities/Package.cs", "diff": "@@ -209,6 +209,11 @@ public Package()\npublic bool Deleted { get; set; }\n+ /// <summary>\n+ /// The package status key, referring to the <see cref=\"...
C#
Apache License 2.0
nuget/nugetgallery
Add package status column and migration (#4664) Address https://github.com/NuGet/NuGetGallery/issues/4644
455,759
15.09.2017 10:09:07
-7,200
5d868b43d58cbda4bcef553b0b3026b4534713c9
Fix missing test containers on CuratedFeedsControllerFacts
[ { "change_type": "MODIFY", "old_path": "tests/NuGetGallery.Facts/Controllers/CuratedFeedsControllerFacts.cs", "new_path": "tests/NuGetGallery.Facts/Controllers/CuratedFeedsControllerFacts.cs", "diff": "@@ -42,7 +42,6 @@ public TestableCuratedFeedsController()\nTestUtility.SetupHttpContextMockForUrlG...
C#
Apache License 2.0
nuget/nugetgallery
Fix missing test containers on CuratedFeedsControllerFacts
455,773
28.07.2017 09:40:33
25,200
f1d02cdc37c0cd82c3826d31efa17a42da343b0c
Retrieval and Display for READMEs on Display Packages page
[ { "change_type": "MODIFY", "old_path": "src/NuGetGallery.Core/Entities/Package.cs", "new_path": "src/NuGetGallery.Core/Entities/Package.cs", "diff": "@@ -127,7 +127,23 @@ public Package()\n/// <summary>\n/// Signifies whether or not ReadMe exists (optimization for pulling from blob storage)\n/// </s...
C#
Apache License 2.0
nuget/nugetgallery
Retrieval and Display for READMEs on Display Packages page (#4414)
455,737
15.09.2017 15:52:51
25,200
6433e5aac2fada3c322f0d037696dc4ff8aed6dc
Re-add build information to footer Adjust viewhelper for showing build information to a comment. Hide it in footer.
[ { "change_type": "MODIFY", "old_path": "src/NuGetGallery/App_Code/ViewHelpers.cshtml", "new_path": "src/NuGetGallery/App_Code/ViewHelpers.cshtml", "diff": "var config = DependencyResolver.Current.GetService<IGalleryConfigurationService>();\nstring brand = config == null ? \"\" : config.Current.Brand...
C#
Apache License 2.0
nuget/nugetgallery
Re-add build information to footer #4692 Adjust viewhelper for showing build information to a comment. Hide it in footer.
455,737
15.09.2017 15:53:19
25,200
4fc634138170974b2d3698cf82638dafcf5927cf
Fix an issue with a check on dependency set length that always failed.
[ { "change_type": "MODIFY", "old_path": "src/NuGetGallery/Views/Packages/_EditMetadata.cshtml", "new_path": "src/NuGetGallery/Views/Packages/_EditMetadata.cshtml", "diff": "<div class=\"verify-package-field form-group readonly\">\n<div class=\"verify-package-field-heading\">Dependencies</div>\n- <!--...
C#
Apache License 2.0
nuget/nugetgallery
Fix an issue with a check on dependency set length that always failed. (#4685)
455,772
18.09.2017 14:47:26
25,200
ae962c79d2003e41bcbbc76e19b0f3f90c4e589f
Don't use Azure in web.config by default
[ { "change_type": "MODIFY", "old_path": "src/NuGetGallery/Web.config", "new_path": "src/NuGetGallery/Web.config", "diff": "<!-- DEPLOYMENT SPECIFIC -->\n<!-- ******************* -->\n<!-- These should change on every deployment (to rotate credentials, etc.) -->\n- <add key=\"Gallery.StorageType\" val...
C#
Apache License 2.0
nuget/nugetgallery
Don't use Azure in web.config by default (#4700)
455,759
19.09.2017 19:43:25
-7,200
4a70f23597465b6dc2233e2606744c0f881ee579
Pretty-print API key expiration time.
[ { "change_type": "MODIFY", "old_path": "src/NuGetGallery/Filters/ApiAuthorizeAttribute.cs", "new_path": "src/NuGetGallery/Filters/ApiAuthorizeAttribute.cs", "diff": "@@ -49,7 +49,7 @@ public override void OnAuthorization(AuthorizationContext filterContext)\n// about to expire warning\nfilterContext....
C#
Apache License 2.0
nuget/nugetgallery
Pretty-print API key expiration time. (#4702)
455,736
19.09.2017 13:49:06
25,200
e662cfd4ad6d3171b2af15d672c0412b001870bd
Fix improper word breaking in long text fields Fix
[ { "change_type": "MODIFY", "old_path": "src/Bootstrap/dist/css/bootstrap-theme.css", "new_path": "src/Bootstrap/dist/css/bootstrap-theme.css", "diff": "@@ -254,8 +254,11 @@ img.package-icon {\nmargin-left: 20px;\n}\n.break-word {\n- word-break: break-all;\n+ word-break: normal;\nword-break: break-wo...
C#
Apache License 2.0
nuget/nugetgallery
Fix improper word breaking in long text fields (#4704) Fix https://github.com/NuGet/NuGetGallery/issues/4676
455,759
20.09.2017 20:07:39
-7,200
09426aba4f1437ce6bf059f1c43e5fce3d60dddf
Fix DisplayPackageViewModel.HasNewerPrerelease
[ { "change_type": "MODIFY", "old_path": "src/NuGetGallery/ViewModels/DisplayPackageViewModel.cs", "new_path": "src/NuGetGallery/ViewModels/DisplayPackageViewModel.cs", "diff": "@@ -82,7 +82,11 @@ public bool HasNewerPrerelease\n{\nget\n{\n- return PackageVersions.Any(pv => pv.LatestVersion && !pv.Lat...
C#
Apache License 2.0
nuget/nugetgallery
Fix DisplayPackageViewModel.HasNewerPrerelease (#4709)
455,794
21.09.2017 07:52:16
25,200
9c342848a2774016584da9cf45033cd326b5c9c2
Fix sec policy undefined addAjaxAntiForgeryToken
[ { "change_type": "MODIFY", "old_path": "src/NuGetGallery/Areas/Admin/Views/SecurityPolicy/Index.cshtml", "new_path": "src/NuGetGallery/Areas/Admin/Views/SecurityPolicy/Index.cshtml", "diff": "</section>\n@section BottomScripts {\n- <script src=\"@Url.Content(\"~/Scripts/knockout-2.2.1.js\")\"></scri...
C#
Apache License 2.0
nuget/nugetgallery
Fix sec policy undefined addAjaxAntiForgeryToken (#4713)
455,794
21.09.2017 15:50:52
25,200
8c9a9c5da93c5543785d2aa22fec31f7b245aa68
Add model validation for package upload
[ { "change_type": "MODIFY", "old_path": "src/NuGetGallery/Controllers/PackagesController.cs", "new_path": "src/NuGetGallery/Controllers/PackagesController.cs", "diff": "@@ -1291,6 +1291,12 @@ internal virtual async Task<ActionResult> Edit(string id, string version, bool?\n[ValidateInput(false)] // Se...
C#
Apache License 2.0
nuget/nugetgallery
Add model validation for package upload (#4712)
455,794
25.09.2017 10:33:52
25,200
2ff68a0082a0dfbbfd5d7b484f632aa1d499d4b3
Hide readme form on validation errors
[ { "change_type": "MODIFY", "old_path": "src/NuGetGallery/Scripts/gallery/async-file-upload.js", "new_path": "src/NuGetGallery/Scripts/gallery/async-file-upload.js", "diff": "@@ -211,10 +211,8 @@ var AsyncFileUploadManager = new function () {\n$(\"#submit-block\").remove();\n$(\"#verify-collapser-con...
C#
Apache License 2.0
nuget/nugetgallery
Hide readme form on validation errors (#4711)
455,736
25.09.2017 11:16:08
25,200
805a5da6368888f1f3b6fe33e2147c2f6541bd38
Remove WITH (ONLINE = ON) from queries so all SQL Servers are happy Fix
[ { "change_type": "MODIFY", "old_path": "src/NuGetGallery/Migrations/201709111714021_AddPackageStatusKey.cs", "new_path": "src/NuGetGallery/Migrations/201709111714021_AddPackageStatusKey.cs", "diff": "@@ -28,17 +28,17 @@ public override void Up()\nEND\n\");\n- Sql(\"IF NOT EXISTS(SELECT * FROM sys.in...
C#
Apache License 2.0
nuget/nugetgallery
Remove WITH (ONLINE = ON) from queries so all SQL Servers are happy (#4703) Fix https://github.com/NuGet/Engineering/issues/781
455,794
25.09.2017 11:20:59
25,200
6caee6a4191eb7756b63d6211059b1e71019fa0e
Use 'documentation' wording instead of 'readme'
[ { "change_type": "MODIFY", "old_path": "src/NuGetGallery/Strings.Designer.cs", "new_path": "src/NuGetGallery/Strings.Designer.cs", "diff": "@@ -891,7 +891,7 @@ public class Strings {\n}\n/// <summary>\n- /// Looks up a localized string similar to There is no ReadMe available to preview..\n+ /// Look...
C#
Apache License 2.0
nuget/nugetgallery
Use 'documentation' wording instead of 'readme' (#4733)
455,759
25.09.2017 20:45:18
-7,200
1151dee5fd86194083333f9db90764c25b69e3ea
The message stating "A newer prerelease version is available" should also be shown when currently displayed version is a prerelease
[ { "change_type": "MODIFY", "old_path": "src/NuGetGallery/Views/Packages/DisplayPackage.cshtml", "new_path": "src/NuGetGallery/Views/Packages/DisplayPackage.cshtml", "diff": ")\n}\n- @if (Model.LatestStableVersionSemVer2 && Model.HasNewerPrerelease)\n+ @if (Model.HasNewerPrerelease)\n{\n@ViewHelpers....
C#
Apache License 2.0
nuget/nugetgallery
The message stating "A newer prerelease version is available" should also be shown when currently displayed version is a prerelease (#4732)
455,772
25.09.2017 15:36:11
25,200
0e025b456555bc3209be7c3ed55206526a66003a
Add support for X-NuGet-Protocol-Version header
[ { "change_type": "MODIFY", "old_path": "src/NuGetGallery/Constants.cs", "new_path": "src/NuGetGallery/Constants.cs", "diff": "@@ -74,7 +74,10 @@ public static class Constants\npublic const string UrlValidationErrorMessage = \"This doesn't appear to be a valid HTTP/HTTPS URL\";\ninternal const string...
C#
Apache License 2.0
nuget/nugetgallery
Add support for X-NuGet-Protocol-Version header (#4740)
455,776
25.09.2017 17:01:03
25,200
7590d5a87e9d8587eac6e7b5b5a46c99d8832d79
Remove redesign banner
[ { "change_type": "MODIFY", "old_path": "src/NuGetGallery/Configuration/AppConfiguration.cs", "new_path": "src/NuGetGallery/Configuration/AppConfiguration.cs", "diff": "@@ -16,9 +16,6 @@ public class AppConfiguration : IAppConfiguration\n[DefaultValue(\"\")]\npublic string WarningBanner { get; set; }...
C#
Apache License 2.0
nuget/nugetgallery
Remove redesign banner (#4741)
455,776
26.09.2017 11:55:28
25,200
a83a60702fab561724d434528597f1b18ae5cdff
remove ownerrequests.cshtml from csproj
[ { "change_type": "MODIFY", "old_path": "src/NuGetGallery/NuGetGallery.csproj", "new_path": "src/NuGetGallery/NuGetGallery.csproj", "diff": "<Content Include=\"Views\\Packages\\_ImportReadMe.cshtml\" />\n<Content Include=\"Views\\Packages\\_SubmitPackage.cshtml\" />\n<Content Include=\"Views\\Package...
C#
Apache License 2.0
nuget/nugetgallery
remove ownerrequests.cshtml from csproj (#4752)
455,736
26.09.2017 15:39:32
25,200
2deb2aa9fd6c6da9e2f52ef226d27444cfec6c9a
Filter out unavailable packages in curated feed controller Fix
[ { "change_type": "MODIFY", "old_path": "src/NuGetGallery/Controllers/ODataV2CuratedFeedController.cs", "new_path": "src/NuGetGallery/Controllers/ODataV2CuratedFeedController.cs", "diff": "@@ -56,7 +56,9 @@ public class ODataV2CuratedFeedController\nvar semVerLevelKey = SemVerLevelKey.ForSemVerLevel(...
C#
Apache License 2.0
nuget/nugetgallery
Filter out unavailable packages in curated feed controller (#4755) Fix https://github.com/NuGet/NuGetGallery/issues/4750
455,736
26.09.2017 15:41:38
25,200
f662ffe6dba7f80e6f4dec178a3c0bd335feb0b6
Implement "revalidate" gesture for asynchronous validation Address
[ { "change_type": "MODIFY", "old_path": "src/NuGetGallery/Controllers/PackagesController.cs", "new_path": "src/NuGetGallery/Controllers/PackagesController.cs", "diff": "@@ -61,6 +61,7 @@ public partial class PackagesController\nprivate readonly IReservedNamespaceService _reservedNamespaceService;\npr...
C#
Apache License 2.0
nuget/nugetgallery
Implement "revalidate" gesture for asynchronous validation (#4747) Address https://github.com/NuGet/Engineering/issues/765
455,736
27.09.2017 17:09:08
25,200
e46a585fbfa53f42333dffc4ad98b3cc7829eb6c
Add APIs to upload, download, and delete a package from the validation container Progress on
[ { "change_type": "MODIFY", "old_path": "src/NuGetGallery.Core/CoreConstants.cs", "new_path": "src/NuGetGallery.Core/CoreConstants.cs", "diff": "@@ -21,5 +21,6 @@ public static class CoreConstants\npublic const string PackageReadMesFolderName = \"readmes\";\npublic const string PackagesFolderName = \...
C#
Apache License 2.0
nuget/nugetgallery
Add APIs to upload, download, and delete a package from the validation container (#4761) Progress on https://github.com/NuGet/NuGetGallery/issues/4646
455,736
28.09.2017 09:45:00
25,200
ec33899a14ff914a3a63eaf45cb0c584c975edee
Write to the validation container if the package starts in the Validating status Progress on
[ { "change_type": "MODIFY", "old_path": "src/NuGetGallery/Services/PackageUploadService.cs", "new_path": "src/NuGetGallery/Services/PackageUploadService.cs", "diff": "@@ -66,10 +66,25 @@ public class PackageUploadService : IPackageUploadService\npublic async Task<PackageCommitResult> CommitPackageAsy...
C#
Apache License 2.0
nuget/nugetgallery
Write to the validation container if the package starts in the Validating status (#4766) Progress on https://github.com/NuGet/NuGetGallery/issues/4646
455,736
29.09.2017 12:22:26
25,200
238b215c818499c39abf459fc1dabd01c3e65b55
Update NuGet.Services.Validation to 2.3.0 (stable, signed)
[ { "change_type": "MODIFY", "old_path": "src/NuGetGallery/NuGetGallery.csproj", "new_path": "src/NuGetGallery/NuGetGallery.csproj", "diff": "<HintPath>..\\..\\packages\\NuGet.Protocol.4.3.0-preview1-2524\\lib\\net45\\NuGet.Protocol.dll</HintPath>\n</Reference>\n<Reference Include=\"NuGet.Services.Con...
C#
Apache License 2.0
nuget/nugetgallery
Update NuGet.Services.Validation to 2.3.0 (stable, signed) (#4777)
455,794
02.10.2017 13:30:28
25,200
b4189ae7dc5bf18c64e4271b8aba26840610831c
Package documentation telemetry
[ { "change_type": "MODIFY", "old_path": "src/NuGetGallery/Controllers/PackagesController.cs", "new_path": "src/NuGetGallery/Controllers/PackagesController.cs", "diff": "@@ -1126,6 +1126,10 @@ public virtual async Task<JsonResult> Edit(string id, string version, VerifyPack\n{\n// Update pending readme...
C#
Apache License 2.0
nuget/nugetgallery
Package documentation telemetry (#4789)
455,772
02.10.2017 16:58:18
25,200
2162ec99b678e17b1d72d28dfc15834ae7eeb6a0
Disable custom pages for 400 errors
[ { "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
Disable custom pages for 400 errors (#4794)
455,794
03.10.2017 09:55:35
25,200
52a1c0478742eeb5565ce594adb7d39f14f008f7
Log user safe exceptions
[ { "change_type": "MODIFY", "old_path": "src/NuGetGallery/Controllers/PackagesController.cs", "new_path": "src/NuGetGallery/Controllers/PackagesController.cs", "diff": "using System.Web.Mvc;\nusing NuGet.Packaging;\nusing NuGet.Versioning;\n-using NuGetGallery;\nusing NuGetGallery.Areas.Admin;\nusing...
C#
Apache License 2.0
nuget/nugetgallery
Log user safe exceptions (#4763)
455,736
02.10.2017 15:12:47
25,200
a3a6a7032212e3ff4c9c2716f739535df881aa73
Specify the empty string area in UrlExtensions unless otherwise specified Fix
[ { "change_type": "MODIFY", "old_path": "src/NuGetGallery/Areas/Admin/AdminAreaRegistration.cs", "new_path": "src/NuGetGallery/Areas/Admin/AdminAreaRegistration.cs", "diff": "@@ -9,13 +9,9 @@ namespace NuGetGallery.Areas.Admin\n{\npublic class AdminAreaRegistration : AreaRegistration\n{\n- public ove...
C#
Apache License 2.0
nuget/nugetgallery
Specify the empty string area in UrlExtensions unless otherwise specified (#4792) Fix https://github.com/NuGet/NuGetGallery/issues/4786
455,736
02.10.2017 11:34:29
25,200
abfea8dbb919246f3c30d1872df3d435aa32fc0d
Add $count support to FindPackagesById() OData endpoints Fix This bug occurred in commit
[ { "change_type": "MODIFY", "old_path": "src/NuGetGallery/Controllers/ODataV1FeedController.cs", "new_path": "src/NuGetGallery/Controllers/ODataV1FeedController.cs", "diff": "@@ -84,6 +84,15 @@ public async Task<IHttpActionResult> FindPackagesById(ODataQueryOptions<V1FeedPa\nreturn await GetCore(opti...
C#
Apache License 2.0
nuget/nugetgallery
Add $count support to FindPackagesById() OData endpoints (#4790) Fix https://github.com/NuGet/NuGetGallery/issues/4760 This bug occurred in commit 3f92c55e42f2905dd415a8bb765fe4adef714c5a.
455,744
03.10.2017 15:49:08
25,200
1b086f30b796a5eda8d873161672d75c9abb1c7e
Moved CloudBlob* wrappers to NuGetGallery.Core
[ { "change_type": "MODIFY", "old_path": "src/NuGetGallery.Core/NuGetGallery.Core.csproj", "new_path": "src/NuGetGallery.Core/NuGetGallery.Core.csproj", "diff": "<Compile Include=\"Properties\\AssemblyInfo.*.cs\" />\n<Compile Include=\"NuGetVersionExtensions.cs\" />\n<Compile Include=\"SemVerLevelKey....
C#
Apache License 2.0
nuget/nugetgallery
Moved CloudBlob* wrappers to NuGetGallery.Core (#4797)
455,759
05.10.2017 19:53:55
-7,200
d10dfbaf92f8229843e82021b0cf58e022256301
Latest Version on Manage Packages does not show SemVer 2.0.0 packages
[ { "change_type": "MODIFY", "old_path": "src/NuGetGallery/Views/Users/_UserPackagesList.cshtml", "new_path": "src/NuGetGallery/Views/Users/_UserPackagesList.cshtml", "diff": "}\n</td>\n<td class=\"align-middle text-nowrap\">@package.TotalDownloadCount.ToNuGetNumberString()</td>\n- <td class=\"align-m...
C#
Apache License 2.0
nuget/nugetgallery
Latest Version on Manage Packages does not show SemVer 2.0.0 packages #4782 (#4796)
455,737
06.10.2017 15:46:31
25,200
a1429d9f3e53c88b4f88d54cc317bafa826b1c8a
Adding configurable test for branding. falls back to default branding.
[ { "change_type": "MODIFY", "old_path": "tests/NuGetGallery.FunctionalTests.Core/EnvironmentSettings.cs", "new_path": "tests/NuGetGallery.FunctionalTests.Core/EnvironmentSettings.cs", "diff": "@@ -14,6 +14,12 @@ public class EnvironmentSettings\n{\nprivate static string _baseurl;\nprivate static stri...
C#
Apache License 2.0
nuget/nugetgallery
Adding configurable test for branding. falls back to default branding. (#4809)
455,744
09.10.2017 13:50:39
25,200
6686259913dcb5f71266c8209a84986ec7d7a562
Moved the DeletePackageFileAsync from IPackageFileService to ICorePackageFileService
[ { "change_type": "MODIFY", "old_path": "src/NuGetGallery.Core/Services/CorePackageFileService.cs", "new_path": "src/NuGetGallery.Core/Services/CorePackageFileService.cs", "diff": "@@ -80,6 +80,24 @@ public Task DeleteValidationPackageFileAsync(string id, string version)\nreturn _fileStorageService.D...
C#
Apache License 2.0
nuget/nugetgallery
Moved the DeletePackageFileAsync from IPackageFileService to ICorePackageFileService (#4817)
455,746
04.10.2017 01:05:34
-7,200
efb23fcd310080e99b02f115ec9ee82c822bca8d
4701: Return 404, not 200, when package doesn't exist. Fix
[ { "change_type": "MODIFY", "old_path": "src/NuGetGallery/Controllers/StatisticsController.cs", "new_path": "src/NuGetGallery/Controllers/StatisticsController.cs", "diff": "@@ -171,14 +171,21 @@ public virtual async Task<ActionResult> PackageDownloadsByVersion(string id, str\n//\n// GET: /stats/repor...
C#
Apache License 2.0
nuget/nugetgallery
4701: Return 404, not 200, when package doesn't exist. (#4798) Fix https://github.com/NuGet/NuGetGallery/issues/4701
455,772
13.10.2017 14:15:33
25,200
820924cd81105ce32442cb8cba2bfdce474edd3f
Added credential key to AuditActor
[ { "change_type": "MODIFY", "old_path": "src/NuGetGallery.Core/Auditing/AuditActor.cs", "new_path": "src/NuGetGallery.Core/Auditing/AuditActor.cs", "diff": "using System.Net.NetworkInformation;\nusing System.Net.Sockets;\nusing System.Threading.Tasks;\n-using System.Web;\nnamespace NuGetGallery.Audit...
C#
Apache License 2.0
nuget/nugetgallery
Added credential key to AuditActor (#4844)
455,772
13.10.2017 14:25:28
25,200
0de47a79968b0e1846de726c9cfc75187c81b364
Task 724 PR feedback
[ { "change_type": "MODIFY", "old_path": "tests/NuGetGallery.Core.Facts/Auditing/AuditActorTests.cs", "new_path": "tests/NuGetGallery.Core.Facts/Auditing/AuditActorTests.cs", "diff": "@@ -47,6 +47,7 @@ public void Constructor_WithOnBehalfOf_AcceptsNullValues()\nAssert.Null(actor.UserName);\nAssert.Nul...
C#
Apache License 2.0
nuget/nugetgallery
Task 724 PR feedback (#4845)