Eilon Lipton
3757be6cfa
Merge pull request #6115 from Kahbazi/IdentityUI/RenameButton
...
Rename forgot password button
2019-01-29 10:59:06 -08:00
BrennanConroy
02f8d89725
Fix missing submodule ( #4329 )
2019-01-29 10:37:26 -08:00
Javier Calvarro Nelson
e0b264f1c0
[ApiAuthorization] Small fixes to adjust for the code on the SPA templates ( #7090 )
...
* Fix solution file
* Fixes the post_logout_redirect_uri parameter on the DefaultClientRequestParametersProvider
* Propagate state on ending session autoredirect
* Update defaults for local-spa profile to align them with template code
* Disable explicit support for WebApplications, it can still be enabled normally by configuring IS and we haven't evaluated the scenario E2E.
2019-01-29 10:27:16 -08:00
dotnet-maestro[bot]
3e3441481c
Update dependencies from aspnet/Extensions ( #7086 )
...
This pull request updates the following dependencies
Updates from https://github.com/aspnet/Extensions
- Internal.AspNetCore.Analyzers - 3.0.0-preview.19078.2
- Microsoft.JSInterop - 3.0.0-preview.19078.2
- Microsoft.Extensions.WebEncoders - 3.0.0-preview.19078.2
- Microsoft.Extensions.ValueStopwatch.Sources - 3.0.0-preview.19078.2
- Microsoft.Extensions.TypeNameHelper.Sources - 3.0.0-preview.19078.2
- Microsoft.Extensions.Primitives - 3.0.0-preview.19078.2
- Microsoft.Extensions.ParameterDefaultValue.Sources - 3.0.0-preview.19078.2
- Microsoft.Extensions.DiagnosticAdapter - 3.0.0-preview.19078.2
- Microsoft.Extensions.DependencyInjection.Abstractions - 3.0.0-preview.19078.2
- Microsoft.Extensions.DependencyInjection - 3.0.0-preview.19078.2
- Microsoft.Extensions.Configuration.Xml - 3.0.0-preview.19078.2
- Microsoft.Extensions.Configuration.UserSecrets - 3.0.0-preview.19078.2
- Microsoft.Extensions.Configuration.KeyPerFile - 3.0.0-preview.19078.2
- Microsoft.Extensions.Configuration.Json - 3.0.0-preview.19078.2
- Microsoft.Extensions.Configuration.Ini - 3.0.0-preview.19078.2
- Microsoft.Extensions.Configuration.FileExtensions - 3.0.0-preview.19078.2
- Microsoft.Extensions.Configuration.EnvironmentVariables - 3.0.0-preview.19078.2
- Microsoft.Extensions.Configuration.CommandLine - 3.0.0-preview.19078.2
- Microsoft.Extensions.Diagnostics.HealthChecks - 3.0.0-preview.19078.2
- Microsoft.Extensions.Configuration.Binder - 3.0.0-preview.19078.2
- Microsoft.Extensions.Configuration.Abstractions - 3.0.0-preview.19078.2
- Microsoft.Extensions.Configuration - 3.0.0-preview.19078.2
- Microsoft.Extensions.CommandLineUtils.Sources - 3.0.0-preview.19078.2
- Microsoft.Extensions.Caching.StackExchangeRedis - 3.0.0-preview.19078.2
- Microsoft.Extensions.Caching.SqlServer - 3.0.0-preview.19078.2
- Microsoft.Extensions.Caching.Memory - 3.0.0-preview.19078.2
- Microsoft.Extensions.Caching.Abstractions - 3.0.0-preview.19078.2
- Microsoft.Extensions.ActivatorUtilities.Sources - 3.0.0-preview.19078.2
- Microsoft.AspNetCore.Testing - 3.0.0-preview.19078.2
- Microsoft.AspNetCore.BenchmarkRunner.Sources - 3.0.0-preview.19078.2
- Microsoft.AspNetCore.Analyzer.Testing - 3.0.0-preview.19078.2
- Microsoft.Extensions.Configuration.AzureKeyVault - 3.0.0-preview.19078.2
- Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions - 3.0.0-preview.19078.2
- Microsoft.Extensions.FileProviders.Abstractions - 3.0.0-preview.19078.2
- Microsoft.Extensions.FileProviders.Composite - 3.0.0-preview.19078.2
- Microsoft.Extensions.Options.DataAnnotations - 3.0.0-preview.19078.2
- Microsoft.Extensions.Options.ConfigurationExtensions - 3.0.0-preview.19078.2
- Microsoft.Extensions.Options - 3.0.0-preview.19078.2
- Microsoft.Extensions.ObjectPool - 3.0.0-preview.19078.2
- Microsoft.Extensions.Logging.TraceSource - 3.0.0-preview.19078.2
- Microsoft.Extensions.Logging.Testing - 3.0.0-preview.19078.2
- Microsoft.Extensions.Logging.EventSource - 3.0.0-preview.19078.2
- Microsoft.Extensions.Logging.Debug - 3.0.0-preview.19078.2
- Microsoft.Extensions.Logging.Console - 3.0.0-preview.19078.2
- Microsoft.Extensions.Logging.Configuration - 3.0.0-preview.19078.2
- Microsoft.Extensions.Logging.AzureAppServices - 3.0.0-preview.19078.2
- Microsoft.Extensions.Logging.Abstractions - 3.0.0-preview.19078.2
- Microsoft.Extensions.Logging - 3.0.0-preview.19078.2
- Microsoft.Extensions.Localization.Abstractions - 3.0.0-preview.19078.2
- Microsoft.Extensions.Localization - 3.0.0-preview.19078.2
- Microsoft.Extensions.Http - 3.0.0-preview.19078.2
- Microsoft.Extensions.Hosting.Abstractions - 3.0.0-preview.19078.2
- Microsoft.Extensions.Hosting - 3.0.0-preview.19078.2
- Microsoft.Extensions.HostFactoryResolver.Sources - 3.0.0-preview.19078.2
- Microsoft.Extensions.HashCodeCombiner.Sources - 3.0.0-preview.19078.2
- Microsoft.Extensions.FileSystemGlobbing - 3.0.0-preview.19078.2
- Microsoft.Extensions.FileProviders.Physical - 3.0.0-preview.19078.2
- Microsoft.Extensions.FileProviders.Embedded - 3.0.0-preview.19078.2
2019-01-29 10:22:42 -08:00
Nikita Potapenko
0047b620b9
Fixed copyright element ( #7087 )
...
Summary of the changes:
- Updated copyright symbol
- Changed file encoding to UTF-8 without BOM
Fixes #7065
2019-01-29 10:19:21 -08:00
Pranav K
0f072a9565
Reintroduce a package for Razor runtime compilation ( #6653 )
...
* Reintroduce a package for Razor runtime compilation
Fixes https://github.com/aspnet/AspNetCore/issues/4947
2019-01-29 09:34:43 -08:00
Pavel Krymets
1ecc8dd9c6
Remove AspNetCoreModule V1 ( #7071 )
2019-01-29 08:20:00 -08:00
Hao Kung
aeb506c0b0
Remove obsolete 1.x UseIdentity + UseXyz auth API ( #6965 )
...
* Remove obsolete API
* Delete CookieAppBuilderExtensions.cs
* Delete FacebookAppBuilderExtensions.cs
* Delete GoogleAppBuilderExtensions.cs
* Delete JwtBearerAppBuilderExtensions.cs
* Delete MicrosoftAccountAppBuilderExtensions.cs
* Delete OAuthAppBuilderExtensions.cs
* Delete OpenIdConnectAppBuilderExtensions.cs
* Delete TwitterAppBuilderExtensions.cs
2019-01-28 21:37:51 -08:00
Pavel Krymets
78fabbdb40
Build 3.0 AggregateSite extension ( #6849 )
2019-01-28 20:09:51 -08:00
BrennanConroy
a8f1b034d8
Pass in auth type for WindowsAuth in out of proc ( #7074 )
2019-01-28 20:06:23 -08:00
Nate McMaster
51761c3c5d
Handle code-signing exclusions when building for multiple architectures on the same machine
2019-01-28 18:24:37 -08:00
Sébastien Ros
768e9052dd
Adding artifacts generation for forks ( #6324 )
2019-01-28 18:02:57 -08:00
Justin Kotalik
1222d8de49
Add StartAsync() to HttpResponse; ImplementFeature in Kestrel ( #6967 )
2019-01-28 17:42:04 -08:00
Nate McMaster
e1971f1d12
Fix the generated metadata for PackageConflictOverrides in Microsoft.AspNetCore.App.props
2019-01-28 16:57:02 -08:00
Pavel Krymets
963508b9b9
Add more logging to iis graceful shutdown ( #7068 )
2019-01-28 16:23:55 -08:00
Nate McMaster
81d0a9e467
Update buildtools and fix signing configuration ( #7078 )
2019-01-28 16:14:18 -08:00
Pavel Krymets
f06e1822f5
Enable strict mode in roslyn compiler ( #6950 )
2019-01-28 15:56:27 -08:00
Patrick Westerhoff
1bc056a7f6
Introduce IUrlHelper.PageLink ( #6819 ) ( #6819 )
...
Add an extension method to generate an absolute URL for a page.
2019-01-28 15:42:10 -08:00
James Newton-King
4b8d9666f4
Add startvs.cmd for MVC and Security solutions ( #6943 )
...
* Add startvs.cmd for MVC
* Add startvs.cmd for Security
2019-01-28 15:37:14 -08:00
Justin Kotalik
7a98a04c53
Drain requests in native instead of managed for IIS In-process ( #6816 )
2019-01-28 15:20:28 -08:00
David Fowler
9f71e60283
Hoist method attributes from the request delegate as metadata. ( #6911 )
...
- This should allow a more declarative approach to declaring endpoint metadata using the default methods.
- Attributes are applied first and can be overridden imperatively
2019-01-28 20:38:49 +00:00
David Fowler
14d8e33a93
Remove .Start from BufferSegment ( #6832 )
2019-01-28 20:37:25 +00:00
David Fowler
447f4bc298
Reuse the stack for OnCompleted and OnStarting calls ( #6833 )
...
- Reviewing profiles for MVC and other things that use RegisterForDispose, this shows up as a significant amount of allocations.
2019-01-28 20:37:11 +00:00
David Fowler
549f8e1773
Remove over engineered callback writing and just write chunks directly. ( #6901 )
2019-01-28 20:36:47 +00:00
Chris Ross
7d4b6fccff
Clean up ManualResetEvent usage in tests ( #6961 )
2019-01-28 12:10:16 -08:00
Chris Ross
65ee89a71e
Remove the google auth patch quirk #6710 ( #6964 )
2019-01-28 12:09:25 -08:00
Pavel Krymets
440204892e
Use published apps in IIS tests ( #7027 )
2019-01-28 12:02:42 -08:00
BrennanConroy
436d4452aa
Refactor hub invocation cleanup ( #6655 )
2019-01-28 11:46:37 -08:00
Nate McMaster
4eca8f02e1
Add a script to search the project reference graph and add all to a .sln file ( #7066 )
2019-01-28 10:10:13 -08:00
Nate McMaster
ac04019e42
Remove obsolete build infrastructure ( #6995 )
...
Changes:
* Remove obsolete targets which are unnecessary now that this repo no longer builds git submodules in a separate build process
* Remove the need for static analysis of 'ArtifactInfo' items
* Simplify how the code signing task is configured
* Remove unused repo tasks
* Remove duplicate lists of external dependencies and packages to be produced
* Remove obsolete build definition
* Remove obsolete build script parameters
* Add VisualStudioSetupOutputPath
2019-01-28 09:57:59 -08:00
Chris Ross
6c5e0cae67
Skip kestrel h2spec tests ( #7035 )
2019-01-28 09:36:05 -08:00
Pavel Krymets
141f3d8781
Reenable application initialization module tests ( #7024 )
2019-01-28 09:24:42 -08:00
Pranav K
1aa50faa29
Account for null Endpoint
2019-01-25 15:38:23 -08:00
Pranav K
f2ee3201ae
No-op Authorization middleware for Razor Pages
...
Workaround for https://github.com/aspnet/AspNetCore/issues/7011
2019-01-25 15:38:23 -08:00
Chris Ross
2b7c26a123
Dynamically install NGinx Internal/#1525 ( #6963 )
2019-01-25 14:32:32 -08:00
Christian Liebel
07926f0677
Update repo links for SignalR TS client in package.json after move ( #4425 )
2019-01-25 13:53:30 -08:00
Steve Sanderson
592f20b84e
Update Microsoft.AspNetCore.Blazor.Mono dependency version to 0.8.0-preview-20190125.1
2019-01-25 18:55:39 +00:00
Pavel Krymets
ebb7f3ade3
Harden IISExpress shutdown code ( #7004 )
2019-01-25 09:19:51 -08:00
Nate McMaster
21f80b2051
Remove stale links to runtime installers from daily build docs ( #6955 )
...
We recommend acquiring ASP.NET Core along with a matching SDK at https://github.com/dotnet/core-sdk . Dependency flow should be regularly updating the version of ASP.NET Core bundled in the .NET Core SDK.
2019-01-25 08:23:55 -08:00
Chris Ross
a16a6dfaeb
Block generic host Startup.ConfigureServices that return IServiceProvider #5149 ( #6997 )
2019-01-25 08:16:39 -08:00
Nate McMaster
aef117ff3f
Update dependencies ( #6879 )
2019-01-24 18:49:00 -08:00
Nate McMaster
2b6f5c28c4
Don't deploy VSIX when building in CI
2019-01-24 17:42:14 -08:00
dotnet-maestro
736f62f71f
Update dependencies from https://github.com/aspnet/AspNetCore-Tooling build 20190124.6
...
This change updates the following dependencies
- Microsoft.AspNetCore.Mvc.Razor.Extensions - 3.0.0-preview-19074-06
- Microsoft.NET.Sdk.Razor - 3.0.0-preview-19074-06
- Microsoft.CodeAnalysis.Razor - 3.0.0-preview-19074-06
- Microsoft.AspNetCore.Razor.Language - 3.0.0-preview-19074-06
2019-01-25 01:35:22 +00:00
Nate McMaster
5a0e227fad
Merge branch 'release/2.2'
2019-01-24 16:14:55 -08:00
Pavel Krymets
91f9c6396d
Supress pubternal analyzer warnings for DataProtection ( #6996 )
2019-01-24 15:35:12 -08:00
dotnet-maestro
fbe2c535c6
Update dependencies from https://github.com/aspnet/Extensions build 20190124.02
...
This change updates the following dependencies
- Internal.AspNetCore.Analyzers - 3.0.0-preview.19074.2
- Microsoft.JSInterop - 3.0.0-preview.19074.2
- Microsoft.Extensions.WebEncoders - 3.0.0-preview.19074.2
- Microsoft.Extensions.ValueStopwatch.Sources - 3.0.0-preview.19074.2
- Microsoft.Extensions.TypeNameHelper.Sources - 3.0.0-preview.19074.2
- Microsoft.Extensions.Primitives - 3.0.0-preview.19074.2
- Microsoft.Extensions.ParameterDefaultValue.Sources - 3.0.0-preview.19074.2
- Microsoft.Extensions.DiagnosticAdapter - 3.0.0-preview.19074.2
- Microsoft.Extensions.DependencyInjection.Specification.Tests - 3.0.0-preview.19074.2
- Microsoft.Extensions.DependencyInjection.Abstractions - 3.0.0-preview.19074.2
- Microsoft.Extensions.DependencyInjection - 3.0.0-preview.19074.2
- Microsoft.Extensions.Configuration.Xml - 3.0.0-preview.19074.2
- Microsoft.Extensions.Configuration.UserSecrets - 3.0.0-preview.19074.2
- Microsoft.Extensions.Configuration.KeyPerFile - 3.0.0-preview.19074.2
- Microsoft.Extensions.Configuration.Json - 3.0.0-preview.19074.2
- Microsoft.Extensions.Configuration.Ini - 3.0.0-preview.19074.2
- Microsoft.Extensions.Configuration.FileExtensions - 3.0.0-preview.19074.2
- Microsoft.Extensions.Configuration.EnvironmentVariables - 3.0.0-preview.19074.2
- Microsoft.Extensions.Configuration.CommandLine - 3.0.0-preview.19074.2
- Microsoft.Extensions.Configuration.Binder - 3.0.0-preview.19074.2
- Microsoft.Extensions.Configuration.AzureKeyVault - 3.0.0-preview.19074.2
- Microsoft.Extensions.Configuration.Abstractions - 3.0.0-preview.19074.2
- Microsoft.Extensions.Configuration - 3.0.0-preview.19074.2
- Microsoft.Extensions.CommandLineUtils.Sources - 3.0.0-preview.19074.2
- Microsoft.Extensions.Caching.StackExchangeRedis - 3.0.0-preview.19074.2
- Microsoft.Extensions.Caching.SqlServer - 3.0.0-preview.19074.2
- Microsoft.Extensions.Caching.Memory - 3.0.0-preview.19074.2
- Microsoft.Extensions.Caching.Abstractions - 3.0.0-preview.19074.2
- Microsoft.Extensions.ActivatorUtilities.Sources - 3.0.0-preview.19074.2
- Microsoft.AspNetCore.Testing - 3.0.0-preview.19074.2
- Microsoft.AspNetCore.BenchmarkRunner.Sources - 3.0.0-preview.19074.2
- Microsoft.AspNetCore.Analyzer.Testing - 3.0.0-preview.19074.2
- Microsoft.Extensions.Diagnostics.HealthChecks - 3.0.0-preview.19074.2
- Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions - 3.0.0-preview.19074.2
- Microsoft.Extensions.FileProviders.Abstractions - 3.0.0-preview.19074.2
- Microsoft.Extensions.FileProviders.Composite - 3.0.0-preview.19074.2
- Microsoft.Extensions.Options.DataAnnotations - 3.0.0-preview.19074.2
- Microsoft.Extensions.Options.ConfigurationExtensions - 3.0.0-preview.19074.2
- Microsoft.Extensions.Options - 3.0.0-preview.19074.2
- Microsoft.Extensions.ObjectPool - 3.0.0-preview.19074.2
- Microsoft.Extensions.Logging.TraceSource - 3.0.0-preview.19074.2
- Microsoft.Extensions.Logging.Testing - 3.0.0-preview.19074.2
- Microsoft.Extensions.Logging.EventSource - 3.0.0-preview.19074.2
- Microsoft.Extensions.Logging.Debug - 3.0.0-preview.19074.2
- Microsoft.Extensions.Logging.Console - 3.0.0-preview.19074.2
- Microsoft.Extensions.Logging.Configuration - 3.0.0-preview.19074.2
- Microsoft.Extensions.Logging.AzureAppServices - 3.0.0-preview.19074.2
- Microsoft.Extensions.Logging - 3.0.0-preview.19074.2
- Microsoft.Extensions.Localization.Abstractions - 3.0.0-preview.19074.2
- Microsoft.Extensions.Localization - 3.0.0-preview.19074.2
- Microsoft.Extensions.Http - 3.0.0-preview.19074.2
- Microsoft.Extensions.Hosting.Abstractions - 3.0.0-preview.19074.2
- Microsoft.Extensions.Hosting - 3.0.0-preview.19074.2
- Microsoft.Extensions.HostFactoryResolver.Sources - 3.0.0-preview.19074.2
- Microsoft.Extensions.HashCodeCombiner.Sources - 3.0.0-preview.19074.2
- Microsoft.Extensions.FileSystemGlobbing - 3.0.0-preview.19074.2
- Microsoft.Extensions.FileProviders.Physical - 3.0.0-preview.19074.2
- Microsoft.Extensions.FileProviders.Embedded - 3.0.0-preview.19074.2
- Microsoft.Extensions.Logging.Abstractions - 3.0.0-preview.19074.2
2019-01-24 23:33:57 +00:00
Murat Girgin
522705f9a2
Merge pull request #6994 from aspnet/halter73/1531-part2
...
Revert "Wait to dispose RequestAborted CTS (#4447 )"
2019-01-24 14:46:35 -08:00
Ryan Nowak
f0fc598511
Resurrect Blazor VSIX ( #6779 )
...
* Remove Blazor.LanguageServices
The text-view-listener was the only thing here and it's not needed
anymore now that these features are build into our main VS payload.
We won't have any more code to put in this project because it's this
VSIX is pretty temporary.
* Remove reference to ProjectSystem
We don't need this reference, and it's got some breaking changes between
15 and 16 - rahter then mess with nuget sources for vs16 packages, I'm
just going to drop the dependency
* Remove unused cruft
* Target net472
* Add Blazor VSIX to build
* Add Extension to .sln
* Use AsyncPackage
* Update and streamline references
* Update manifest for 16.0
* Pack Templates before building VSIX
* Fix version of templates
2019-01-24 14:26:12 -08:00
dotnet-maestro
20ac313bfb
Update dependencies from https://github.com/aspnet/EntityFrameworkCore build 20190124.3
...
This change updates the following dependencies
- dotnet-ef - 3.0.0-preview.19074.3
- Microsoft.EntityFrameworkCore - 3.0.0-preview.19074.3
- Microsoft.EntityFrameworkCore.Design - 3.0.0-preview.19074.3
- Microsoft.EntityFrameworkCore.Tools - 3.0.0-preview.19074.3
- Microsoft.EntityFrameworkCore.InMemory - 3.0.0-preview.19074.3
- Microsoft.EntityFrameworkCore.Relational - 3.0.0-preview.19074.3
- Microsoft.EntityFrameworkCore.Sqlite - 3.0.0-preview.19074.3
- Microsoft.EntityFrameworkCore.SqlServer - 3.0.0-preview.19074.3
2019-01-24 21:58:45 +00:00
Chris Ross
8ce02ef68e
Remove duplicate dependencies entry ( #6990 )
2019-01-24 12:46:06 -08:00