Commit Graph

21729 Commits

Author SHA1 Message Date
N. Taylor Mullen 8f1ab39f6c Added Microsoft.AspNet.Testing.Logging to test project.
- Reacting to Logging changes and corresponding Testing changes.
2015-02-24 14:30:13 -08:00
Eilon Lipton 024c72b05a Update README.md 2015-02-24 14:09:55 -08:00
Harsh Gupta 594ccb98cc Initial Commit to enable CI 2015-02-24 13:32:31 -08:00
N. Taylor Mullen c4c618fafd React to MVC changes. 2015-02-23 21:23:44 -08:00
Levi B bf41335689 React to dependent package renaming 2015-02-23 14:26:35 -08:00
Levi B 204fb08e01 Refactor Encoders into their own package 2015-02-23 13:49:51 -08:00
Brice Lambson 7c2d4593de Clean up the framework detection logic in _k-test.shade 2015-02-23 09:27:53 -08:00
Praburaj 0ef3921e20 Removing aspnetcore50 from test project.json
Uncommented section seems to throw on build.cmd
2015-02-22 18:49:59 -08:00
Praburaj 0e72888105 Making tests runnable on coreclr 2015-02-22 18:27:03 -08:00
Mugdha Kulkarni 81a17300b2 Issue 140: Support lower case routes 2015-02-20 14:54:25 -08:00
Praburaj 62036bf74b Using IHtmlEncode to encode content
Fixes: https://github.com/aspnet/StaticFiles/issues/29
2015-02-20 13:17:09 -08:00
Praburaj a7a70786a5 Fixing a build break in .net 4.5 projects 2015-02-20 12:12:44 -08:00
Praburaj 38e5d355dd Fixing a build break in .net 4.5 version of projects 2015-02-20 12:05:19 -08:00
Hao Kung d687ec2c26 Revert HostingServices.Create changes
Need to understand MVC failures
2015-02-19 17:57:27 -08:00
Hao Kung b510370c9b Add ILogger to manifest 2015-02-19 16:58:04 -08:00
Hao Kung 21d5ae540e Fix for MVC functional failures 2015-02-19 15:17:18 -08:00
Luke Waters f41b6e4d10 other interface implementation 2015-02-19 15:14:41 -08:00
Luke Waters b0b1bb3032 fixing logging interface change 2015-02-19 15:03:29 -08:00
Levi B 8d98d76209 Code comment clarifications 2015-02-19 14:42:20 -08:00
Levi B c551ec2490 Add encoder extension methods 2015-02-19 14:14:04 -08:00
Hao Kung 2ee12735b3 Make it easier to add hosting services
Fixes https://github.com/aspnet/Hosting/pull/146
2015-02-19 13:22:58 -08:00
Pranav K 71a2712c5a Reacting to XDocument verson change 2015-02-19 10:15:18 -08:00
Peter Hsu 42da0144b9 Ensure the latest AspNet.Loader.dll is retrieved 2015-02-18 13:37:18 -08:00
David Fowler 7ace9dece4 Update kvm.ps1
Fixed the feed
2015-02-17 19:59:04 -08:00
Levi B a15cb4ffe5 React to HttpRequest.IsSecure renaming 2015-02-17 11:08:12 -08:00
Levi B fa18a8fb30 Rename HttpRequest.IsSecure -> HttpRequest.IsHttps 2015-02-17 10:50:07 -08:00
Victor Hurdugaci 9354296521 Merge branch 'release' into dev 2015-02-17 09:19:17 -08:00
Yishai Galatzer a0fa8fff16 Initial commit 2015-02-16 18:31:39 -08:00
Mugdha Kulkarni f9a9b80681 Fixing the error message. The error message for malformed template was too complex listing all
the errors that can happen in one message. I have separated the message in 2 different messages.
 1. When there is a parameter or a literal following the optional parameter.
 2. when optional parameter is preceded by a literal other than period which is not allowed.
2015-02-16 17:40:04 -08:00
Praburaj 7da407a17a Using statuscode pages in the sample
Adding some automation as well.
2015-02-16 17:22:57 -08:00
Levi B 3f9423eda9 Provide a facility for registering encoder services 2015-02-16 17:08:15 -08:00
Hao Kung af58d878ba Fix MusicStore.Spa 2015-02-16 16:14:04 -08:00
Hao Kung 71a4b6f6b7 Fully qualify attribute 2015-02-16 16:08:32 -08:00
Hao Kung af908d67e4 Switch to Security Authorize attribute 2015-02-16 16:03:44 -08:00
Hao Kung 60384e17eb React to AuthZ changes 2015-02-16 15:59:19 -08:00
Praburaj fc933c83c2 Fixing a test issue 2015-02-16 15:31:56 -08:00
Hao Kung 5094b85ac9 Latest AuthZ iteration
- Core Auth API now takes list of IAuthorizationRequirements, or policy
name.
- Overload that takes AuthorizationPolicy instance moved to extension
method.
- Remove HttpContext from API and replace with ClaimsPrincipal instead
- Add Operation requirement
- Add Sync overloads
- Add ClaimsTransformationOptions (TBD where to use this)

Fixes https://github.com/aspnet/Security/issues/132
Fixes https://github.com/aspnet/Security/issues/116
Fixes https://github.com/aspnet/Security/issues/11
Fixes https://github.com/aspnet/Security/issues/117
2015-02-16 15:04:10 -08:00
Wei Wang 42aedab4ec Add project.lock.json to .gitignore 2015-02-16 14:17:41 -08:00
Wei Wang 9511a7a718 Add project.lock.json to .gitignore 2015-02-16 14:16:16 -08:00
Wei Wang bd9ced4b10 Add project.lock.json to .gitignore 2015-02-16 14:06:29 -08:00
Wei Wang 58661b2734 Add project.lock.json to .gitignore 2015-02-16 13:50:24 -08:00
Wei Wang 1d92960ccd Add project.lock.json to .gitignore 2015-02-16 13:47:16 -08:00
Wei Wang 518887beda Add project.lock.json to .gitignore 2015-02-16 13:38:41 -08:00
Wei Wang 0da745439c Add project.lock.json to .gitignore 2015-02-16 13:33:56 -08:00
Wei Wang d0543305f0 Add project.lock.json to .gitignore 2015-02-16 13:30:36 -08:00
Wei Wang 34acb16e20 Add project.lock.json to .gitignore 2015-02-16 13:29:03 -08:00
Wei Wang 690069c53e Add project.lock.json to .gitignore 2015-02-16 12:12:36 -08:00
Wei Wang 20cdbcd711 Add project.lock.json to .gitignore 2015-02-16 12:07:04 -08:00
Pranav K 7df56f6d2d Porting Session from Microsoft.Framework.Cache 2015-02-14 09:50:08 -08:00
Praburaj 7b45ab2065 Fixing test
Using a non-redirecting handler while sending logout request to shield from external changes.
2015-02-13 16:58:53 -08:00