Hao Kung
aae2e630b4
Fix samples
2015-03-19 11:43:03 -07:00
Hao Kung
fa95120dde
React to hosting
2015-03-19 11:38:20 -07:00
Hisham Abdullah Bin Ateya
e68de43bce
Using 'nameof' operator instead of magic strings
2015-03-19 21:37:35 +03:00
Hao Kung
352edcd7fe
Remove configuration from AddDirectoryBrowser
2015-03-19 11:32:14 -07:00
Hao Kung
e7b0a76db9
React to hosting
2015-03-19 11:28:06 -07:00
Hao Kung
b66b2df264
React to hosting
2015-03-19 11:22:22 -07:00
Hao Kung
7fe9aceb19
React to hosting
2015-03-19 11:20:23 -07:00
Hao Kung
776593ec71
React to hosting changes
2015-03-19 11:04:33 -07:00
Levi B
794f60b104
Fix content path for config transform
...
This forces installation failure in a 4.5 project.
2015-03-19 11:00:05 -07:00
Hao Kung
19b75b688a
Rework hosting
...
- IStartupFilter support
- Rework HostingEngine
- AutoRequestScope by default via (IStartupFilter)
- RIP RequestContainer
2015-03-19 10:57:34 -07:00
Levi B
d2def94712
Reliability: Tweak comparison in key revocation checks
2015-03-18 15:15:58 -07:00
Praburaj
6086bb0a62
Fixing the OpenIdConnect sample
2015-03-18 15:04:58 -07:00
N. Taylor Mullen
bd14c064e9
Fix DNX naming issue for 'k test'.
...
- This re-enables CoreCLR testing when running build.cmd.
2015-03-18 13:35:59 -07:00
Praburaj
9faa6f8230
Copying the AspNet.Loader.dll only on non-kpm bundle scenario
2015-03-18 11:38:03 -07:00
Levi B
fd08325918
Skip registry checks on non-Windows platforms
2015-03-18 10:42:09 -07:00
Praburaj
777e6950fd
Changing project.json code node => compile
2015-03-18 10:16:06 -07:00
Harsh Gupta
55af12b620
Fixing break
2015-03-18 10:12:25 -07:00
Harsh Gupta
57f22197a9
Enable and Disable Interface renames
2015-03-18 10:08:45 -07:00
Harsh Gupta
da6a4f2ab7
Adding Cors Middleware.
2015-03-18 09:44:23 -07:00
Levi B
ca840d3711
Code cleanup in KeyDerivation
...
- Rename PRF members to be HMAC functions (which is technically correct)
- Use NotNullAttribute where possible
2015-03-17 22:03:43 -07:00
Levi B
271ec1bd4b
Move IApplicationDiscriminator to Infrastructure namespace
2015-03-17 20:56:58 -07:00
Ajay Bhargav Baaskaran
db08329637
fix build break
2015-03-17 17:57:02 -07:00
Praburaj
33e3c944d0
Reenabling the tests
...
Bug https://github.com/aspnet/HttpAbstractions/issues/231 is fixed
2015-03-17 17:55:13 -07:00
Levi B
1e9d57f80c
UrlEncoder should always encode the U+003A COLON character
...
Provides extra defense-in-depth in case an application is using this API to encode a relative URL, otherwise the part before the colon could inadvertently be treated as a scheme.
2015-03-17 17:19:20 -07:00
Ajay Bhargav Baaskaran
39b8d204fd
React to aspnet/HttpAbstractions#160 - Implemented OnResponseCompleted
2015-03-17 16:22:47 -07:00
Ajay Bhargav Baaskaran
de44c3be99
React to aspnet/HttpAbstractions#160 - Implementing OnResponseCompleted in TestHost
2015-03-17 16:10:05 -07:00
Levi B
22927ec289
Add simple file-based provider instantiation APIs
2015-03-17 15:36:58 -07:00
Levi B
84490846b6
Move time-limited data protector to Extensions project
2015-03-17 14:52:15 -07:00
Ajay Bhargav Baaskaran
68a125b9ce
React to aspnet/Razor#281 changes
2015-03-17 14:50:14 -07:00
Praburaj
36a3262661
Moving some IIS express related helpers to a different class.
2015-03-17 14:26:19 -07:00
Praburaj
6445f6388b
Temporarily disable the --no-source test variation
...
Seems to fail on CI but not on local machines. Investigating this.
2015-03-17 14:24:52 -07:00
Praburaj
6dc2417f9e
Adding some coverage for the --no-source switch
2015-03-17 12:46:02 -07:00
Hao Kung
e2a8efbb64
Cleanup
...
Switch to logging interfaces reference
Tweak DenyAnonymous logic
Fixes https://github.com/aspnet/Security/issues/181
Fixes https://github.com/aspnet/Security/issues/169
2015-03-17 11:40:58 -07:00
ianhong
1b502cbee7
Music Store sample Unit Tests - (except usermanager and signinmanager)
2015-03-17 11:12:51 -07:00
Levi B
94233e76ff
Remove experimental .Azure project
2015-03-17 10:45:21 -07:00
Levi B
d673df7ef3
Reliability improvements to key ring updates
...
- Optimistically treat failures as transient and continue to use any existing cached key ring for a short period of time
- Updates to the key ring shouldn't block other threads; they can use the outdated version while waiting for the update
2015-03-17 00:46:24 -07:00
Levi B
612a81d9ce
Defer processing <key> descriptors until necessary
...
- Make CreateNewKey more robust against bad key repositories
- Don't hide key deserialization errors
2015-03-16 23:32:20 -07:00
Levi B
4365b531d8
Use C# 6 string interpolation feature
...
Provides cleanup in logging and removes calls to String.Format
2015-03-16 21:38:21 -07:00
Hao Kung
47b34cd1da
React to auth changes
2015-03-16 18:38:53 -07:00
Hao Kung
b761e7d8c2
Fix tests to check results for null
2015-03-16 17:47:29 -07:00
Praburaj
7a245eba5b
Update welcome page text from ASP.NET vnext to 5
...
Fixes: https://github.com/aspnet/Diagnostics/issues/82
2015-03-16 16:52:24 -07:00
Hao Kung
efc5ea9b5d
React to auth changes
2015-03-16 16:46:56 -07:00
Ajay Bhargav Baaskaran
f63702754f
[ Fixes #160 ] Added OnResponseCompleted to HttpResponse
2015-03-16 15:50:58 -07:00
Hao Kung
7abccd8f22
React to Shared NotNull
2015-03-16 15:22:46 -07:00
Hao Kung
14d1b467c6
ClaimsXform and RIP AutoAuthHandler
...
- Initial support for ClaimsTransformation
- merge automatic auth handler back into base
2015-03-16 15:14:44 -07:00
Ajay Bhargav Baaskaran
c1e298b010
React to aspnet/HttpAbstractions#160 - Implementing OnResponseCompleted
2015-03-16 15:10:53 -07:00
ianhong
29909e15f3
Cleaning up AntiForgery
2015-03-16 14:55:47 -07:00
sornaks
37dc8581de
Removing 'Options' from the 'ConfigureRouteOptions' extension method name.
2015-03-16 14:54:36 -07:00
Hao Kung
08ddbe8531
Auth cleanup
...
- Rename Security folder -> Authentication
- Change Authenticate to only take one scheme to match other APIs, the
params overload did not make it any cleaner to consume (since it didn't
produce a combined ClaimsPrincipal anyways)
2015-03-16 14:26:46 -07:00
Praburaj
3b0d5fd422
Add extension method for getting environment name
...
Fixes: https://github.com/aspnet/Hosting/issues/100
2015-03-16 13:13:50 -07:00