Skip to content

Commit

Permalink
Merge pull request #9442 from NuGet/dev
Browse files Browse the repository at this point in the history
[ReleasePre][2023.03.28]FI of dev into main
  • Loading branch information
lyndaidaii committed Mar 28, 2023
2 parents f183304 + 659510b commit 3f644cb
Show file tree
Hide file tree
Showing 18 changed files with 22,326 additions and 7,534 deletions.
6 changes: 6 additions & 0 deletions src/Bootstrap/dist/css/bootstrap-theme.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions src/Bootstrap/less/theme/base.less
Original file line number Diff line number Diff line change
Expand Up @@ -369,6 +369,7 @@ img.reserved-indicator-icon {
}

li.package-tags {
display: block;
overflow-y: visible;
}
}
Expand Down
2 changes: 2 additions & 0 deletions src/Bootstrap/less/theme/common-supported-frameworks.less
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,8 @@
.frameworktableinfo-asset-icon{
.frameworktableinfo;
background-color: @badge-dark;
justify-content: center;
display: inline-block;
}

.frameworktableinfo-text {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ protected override void AttachToOwinApp(IGalleryConfigurationService config, IAp
PostLogoutRedirectUri = siteRoot,
Scope = OpenIdConnectScope.OpenIdProfile + " email",
ResponseType = OpenIdConnectResponseType.IdToken,
// CodeQL [SM03926] We do not restrict issuers to a limited set of tenants for our multi-tenant app
TokenValidationParameters = new Microsoft.IdentityModel.Tokens.TokenValidationParameters() { ValidateIssuer = false },
Notifications = new OpenIdConnectAuthenticationNotifications
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
"sonarcloud.io",
"travis-ci.com",
"travis-ci.org",
"avatars.githubusercontent.com",
"raw.github.com",
"raw.githubusercontent.com",
"user-images.githubusercontent.com",
Expand Down
Loading

0 comments on commit 3f644cb

Please sign in to comment.