Ryan Brandenburg
2becec387b
Reorganize source code in preparation to move into aspnet/AspNetCore
...
Prior to reorganization, this source code was found in 7383e532c9
2018-11-19 11:44:35 -08:00
ASP.NET CI
7383e532c9
Update dependencies.props
...
[auto-updated: dependencies]
2018-10-07 19:06:02 +00:00
ASP.NET CI
4fcf35b0b8
Update dependencies.props
...
[auto-updated: dependencies]
2018-09-30 12:06:00 -07:00
Nate McMaster
2fd81c5c0d
automated: bulk infrastructure updates. Update bootstrapper scripts and remove unnecessary signing properties
2018-09-28 17:10:30 -07:00
ASP.NET CI
3e82e6ae29
Update dependencies.props
...
[auto-updated: dependencies]
2018-09-23 19:05:38 +00:00
Pranav K
31bb166372
Reference Microsoft.NET.Sdk.Razor in projects with Razor files
2018-09-20 16:42:13 -07:00
ASP.NET CI
d9c50cab30
Update dependencies.props
...
[auto-updated: dependencies]
2018-09-16 12:04:27 -07:00
ASP.NET CI
18dd876c95
Update dependencies.props
...
[auto-updated: dependencies]
2018-09-09 12:05:33 -07:00
ASP.NET CI
840e167d1a
Update dependencies.props
...
[auto-updated: dependencies]
2018-09-02 12:05:06 -07:00
ASP.NET CI
530542499f
Update package branding for 2.2.0-preview2
2018-08-21 13:33:48 -07:00
ASP.NET CI
fed20a5ddc
Update dependencies.props
...
[auto-updated: dependencies]
2018-08-12 19:05:06 +00:00
ASP.NET CI
95c6289d44
Update dependencies.props
...
[auto-updated: dependencies]
2018-08-06 20:28:34 +00:00
ASP.NET CI
a8dc72c7cc
Update dependencies.props
...
[auto-updated: dependencies]
2018-08-05 19:05:30 +00:00
ASP.NET CI
de510eee65
Update dependencies.props
...
[auto-updated: dependencies]
2018-07-29 12:04:48 -07:00
Nate McMaster
49b8a6d6d9
Merge branch 'release/2.1' into release/2.2
2018-07-24 12:06:51 -07:00
ASP.NET CI
d69a522215
Update dependencies.props
...
[auto-updated: dependencies]
2018-07-22 12:05:00 -07:00
ASP.NET CI
b860399f62
Update dependencies.props
...
[auto-updated: dependencies]
2018-07-15 12:05:14 -07:00
Nate McMaster
d861b70515
Pin version variables to the ASP.NET Core 2.1.2 baseline
...
This reverts our previous policy of cascading versions on all servicing updates.
This moves variables into the 'pinned' section, and points them to the latest
stable release (versions that were used at the time of the 2.1.2 release).
2018-07-12 11:50:12 -07:00
Nate McMaster
58cbaebf82
Updating dependencies to 2.1.2 and adding a section for pinned variable versions
2018-07-11 18:47:31 -07:00
ASP.NET CI
9c6c7ae6bd
Update dependencies.props
...
[auto-updated: dependencies]
2018-07-08 12:05:07 -07:00
Nate McMaster
3ad862dc7a
Update infrastructure for the 2.2 release
2018-06-28 16:18:32 -07:00
ASP.NET CI
bbded609b2
Update dependencies.props
...
[auto-updated: dependencies]
2018-06-25 11:06:05 -07:00
Pranav K
323e7c7205
Use PartialTagHelper instead of Html.Partial
2018-06-21 09:46:12 -07:00
ASP.NET CI
99e5f7ec0f
Update dependencies.props
...
[auto-updated: dependencies]
2018-06-12 19:10:56 +00:00
ASP.NET CI
bd7dd7b65d
Update dependencies.props
...
[auto-updated: dependencies]
2018-06-07 19:26:00 +00:00
Nate McMaster
64fdfa01bf
Add certificate names for code signing
2018-06-05 22:30:15 -07:00
ASP.NET CI
e207b980ba
Update dependencies.props
...
[auto-updated: dependencies]
2018-06-03 19:05:42 +00:00
ASP.NET CI
03b4a625c3
Update dependencies.props
...
[auto-updated: dependencies]
2018-05-29 09:29:24 -07:00
ASP.NET CI
5e64466b33
Update dependencies.props
...
[auto-updated: dependencies]
2018-05-27 19:05:18 +00:00
Nate McMaster (automated)
33cbe84bbf
Update bootstrapper scripts (automated commit) [ci skip]
2018-05-25 16:12:33 -07:00
ASP.NET CI
0c927c6bcc
Update dependencies.props
...
[auto-updated: dependencies]
2018-05-20 19:21:58 +00:00
Chris Ross (ASP.NET)
1d8f3fe62a
Remove unused code, dependency
2018-05-16 10:07:11 -07:00
Pranav K
4ce8155176
Update to netcoreapp2.2 ( #46 )
2018-05-16 09:55:58 -07:00
ASP.NET CI
eaec3d9c18
Update dependencies.props
...
[auto-updated: dependencies]
2018-05-13 13:59:44 -07:00
ASP.NET CI
84c7e3c4c7
Update dependencies.props
...
[auto-updated: dependencies]
2018-05-06 12:06:16 -07:00
Hao Kung
c311771b32
Edit readme
2018-05-04 11:04:11 -07:00
ASP.NET CI
7a258b6857
Update dependencies.props
...
[auto-updated: dependencies]
2018-05-04 07:25:54 -07:00
Hao Kung
a941f3c712
Add some more functional tests (Cookies/PathSelection/DynamicSchemes) ( #42 )
...
* Add some cookie tests
* Add more functional tests
Cookes + PathSchemeSelection + DynamicScheme tests
2018-05-01 15:43:47 -07:00
Hao Kung
cc47426c77
Add some initial functional tests for auth samples ( #41 )
2018-05-01 13:04:56 -07:00
ASP.NET CI
baa979f5ad
Update dependencies.props
...
[auto-updated: dependencies]
2018-04-29 12:06:55 -07:00
Hao Kung
31b0413931
Add basic initial functional tests for CustomPolicyProvider sample
2018-04-26 13:31:39 -07:00
Mike Rousos
8d0f84ea46
Add IAuthorizationPolicyProvider sample ( #31 )
...
* Add IAuthorizationPolicyProvider sample
* Update IAuthorizationPolicyProvider sample to show falling back to a default provider
* Make project, directory, and namespace names consistent for custom policy provider sample
* Make policy provider sample an MVC app and replace Values controller with a home controller (with views)
* Add cookie authentication and account controller/views
* Update readme and comments to reflect new authorization policy provider scenario
* Add some more information to the access denied page for debugging purposes
* Add some additional logging
* Minor updates based on PR feedback
2018-04-26 13:25:07 -07:00
Chris Ross (ASP.NET)
2abf5de0e3
Merge branch 'release/2.1' into dev
2018-04-24 13:56:16 -07:00
Chris Ross (ASP.NET)
af28b95a93
Reference razor sdk to avoid runtime compilation #38
2018-04-24 10:12:42 -07:00
Chris Ross (ASP.NET)
7dfd5dab00
Reference razor sdk to avoid runtime compilation
2018-04-24 08:59:51 -07:00
ASP.NET CI
7af0235fb0
Update dependencies.props
...
[auto-updated: dependencies]
2018-04-23 11:58:57 -07:00
Nate McMaster
2636ed19fa
Merge branch 'release/2.1' into dev
2018-04-20 14:58:33 -07:00
Chris Ross (ASP.NET)
c7bb660730
Create a StaticFilesAuth sample #28
2018-04-20 10:48:36 -07:00
ASP.NET CI
d59cae0369
Update dependencies.props
...
[auto-updated: dependencies]
2018-04-19 22:13:14 -07:00
Nate McMaster
8131406c2d
Set NETStandardImplicitPackageVersion via dependencies.props
2018-04-19 16:30:18 -07:00