John Luo
2f397d6f63
Switch to UsePathBase instead of relying on Kestrel feature #236
2016-08-16 20:20:55 -07:00
SteveSandersonMS
098159998d
Add ability to configure environment variables for Node instances, plus auto-populate NODE_ENV based on IHostingEnvironment when possible. Fixes #230
2016-08-16 16:26:07 -07:00
John Luo
e2a0e887af
Add UsePathBase middleware
2016-08-16 16:18:36 -07:00
Pranav K
6f5722366d
Initial commit
2016-08-16 15:04:46 -07:00
SteveSandersonMS
56cb898bde
Rename PrimeCache to PrimeCacheAsync (keeping older name as obsolete overload). Fixes #246 .
2016-08-16 13:57:37 -07:00
Ryan Brandenburg
889af50318
Localize DataAnnotations ( #5129 )
2016-08-16 11:52:15 -07:00
SteveSandersonMS
c53bd8f8f6
Prerenderer now passes original (unescaped) URL to Node - fixes #250
2016-08-16 11:44:55 -07:00
Ajay Bhargav Baaskaran
8de4ddc010
Logging Info instead of Warning for Authorization failure in ControllerActionInvoker
2016-08-16 10:20:54 -07:00
Chris R
e94db64619
#242 Delay registering the url until Build.
2016-08-15 17:43:29 -07:00
Pranav K
e3b5686d96
Updating NuGetPackageVerifier.json to account for project rename
2016-08-15 16:35:48 -07:00
Stephen Halter
16fbb94c44
Automatically chunk and set 0 Content-Length for non keep-alive responses
2016-08-15 16:27:54 -07:00
Stephen Halter
5f4e60bf8d
Always set "Connection: close" header for non keep-alive responses
2016-08-15 16:27:54 -07:00
Pranav K
131594667d
Reacting to Microsoft.AspNetCore.Server.Testing rename
2016-08-15 16:24:28 -07:00
Pranav K
735118bda5
Reacting to Microsoft.AspNetCore.Server.Testing rename
2016-08-15 16:19:57 -07:00
Pranav K
51b13161d8
Reacting to Microsoft.AspNetCore.Server.Testing rename
2016-08-15 16:17:19 -07:00
N. Taylor Mullen
8d7c51bd60
Change TagHelpers to work in partial parsing.
...
- Prior to this change any query for ownership within a TagHelper would never succeed.
- TagHelpers structure can be influenced greatly by changes to the tags start/end body; therefore, only allowed modifications to TagHelper attribute values to avoid complexity and enable the more widespread scenario of a user typing C# code in an attribute value.
- Updated existing tests to reflect the new edit handlers that were added to TagHelper attributes.
- Added partial parsing tests to verify partial parses succeed/fail when expected.
#792
2016-08-15 16:15:41 -07:00
Pranav K
81865ede09
Reacting to Microsoft.AspNetCore.Server.Testing rename
2016-08-15 16:12:22 -07:00
Pranav K
ffaa2cf460
Reacting to Microsoft.AspNetCore.Server.Testing rename
2016-08-15 16:06:32 -07:00
SteveSandersonMS
0d0d25b032
In WebpackDevMiddleware, allow configuration of ProjectPath (implements #262 )
2016-08-15 14:40:38 -07:00
John Luo
62aabc1bae
Add implementation for HTTP caching
2016-08-15 13:00:24 -07:00
Ben Adams
7d716d2007
Date & Age handling
2016-08-15 12:58:01 -07:00
Hao Kung
fa976e7765
Add ExternalSignIn overload that can bypass TFA
...
Move bypass into SignInOrTwoFactor helper
2016-08-15 11:32:32 -07:00
Hao Kung
fe60304df5
Add CheckPasswordSignIn method
2016-08-15 11:32:32 -07:00
Stephen Halter
8f4cc3003b
Improve SocketOutputTests
...
- This should increase reliability/determinism by removing timeouts.
2016-08-15 10:58:32 -07:00
Pavel Krymets
e94106e28c
Merge pull request #171 from aspnet/pakrym/pool-user
...
Detect pool user in script
2016-08-15 08:59:30 -07:00
Pranav K
f8189a2296
Rename to Microsoft.AspNetCore.Server.IntegrationTesting
...
Fixes #824
2016-08-12 12:03:01 -07:00
Pranav K
4ca44f01cf
Merge remote-tracking branch 'origin/master' into rel/1.0.1
2016-08-12 10:37:52 -07:00
Pranav K
37ee065c08
Updating to dotnet.myget.org
2016-08-12 10:15:35 -07:00
Pranav K
761d0e6290
Updating to dotnet.myget.org
2016-08-12 10:15:32 -07:00
Nate McMaster
ddaab5f549
React to aspnet/EntityFramework#6288
2016-08-11 16:04:52 -07:00
Nate McMaster
76a8359ba3
React to aspnet/EntityFramework#6288
2016-08-11 16:03:47 -07:00
Troy Dai
fb0a577dd1
Add comments to CookieAuthenticationHandler
2016-08-11 14:03:17 -07:00
N. Taylor Mullen
82c9c40709
Capture exceptions when trying to parse files and return parse errors.
...
#808
2016-08-11 12:11:51 -07:00
Kiran Challa
a4ec3bb24a
[ Fixes #4991 ] Misleading MissingMethodException message for incorrect routes
2016-08-11 11:57:21 -07:00
Troy Dai
26a7c7016d
Minor updates to CookieAuthenticationHandler and its tests
...
1. Remove unnecessary variable declaration.
2. Update test name to a more accurate description.
2016-08-11 10:15:07 -07:00
Troy Dai
4600451dc6
Allow absolute uri in authentication properties for cookie auth redirect
2016-08-11 08:48:47 -07:00
Justin Kotalik
903949cc74
Update structure of code rules, refactor to IISRewrite
2016-08-10 16:54:59 -07:00
Justin Kotalik
69729bc75b
Perf to ToUriComponent
2016-08-10 16:26:33 -07:00
Troy Dai
97afe4acc8
Adjust the redirect URI precedence in cookie auth
2016-08-10 15:59:39 -07:00
Troy Dai
1ef62a40b3
Add test for CookieAuthentication
2016-08-10 15:59:39 -07:00
Troy Dai
6a9f1f9887
Honor AuthenticationProperties.RedirectUri in CookieAuthenticationHandler
2016-08-10 15:59:39 -07:00
Chris R
cd886802fe
Fix race condition in new OnStarting and OnCompleted tests.
2016-08-10 15:49:02 -07:00
Pavel Krymets
b876319379
Detect pool user in script
2016-08-10 15:19:17 -07:00
Cesar Blum Silveira
08a91f17bf
Call OnStarting and OnCompleted callbacks in LIFO order ( #1042 ).
2016-08-10 14:52:05 -07:00
Kiran Challa
714c3d6659
[ Fixes #4991 ] Misleading MissingMethodException message for incorrect routes
2016-08-10 12:09:28 -07:00
Kiran Challa
3bbdeecb14
Updated tests to supply value for new deployment parameter 'DeletePublishedApplicationOnDispose'
2016-08-10 12:01:38 -07:00
Kiran Challa
c6de61b520
Addressed feedback
2016-08-10 11:50:04 -07:00
Kiran Challa
cc65ddfa28
Updated ApplicationDeployer to conditionally delete published application folder
2016-08-10 10:04:17 -07:00
Cesar Blum Silveira
5181e4196c
Trace call to _uv_unsafe_async_send in MockLibuv.
2016-08-09 18:26:10 -07:00
Chris R
fe6ecfde65
#160 Remove response body buffering, fix layering of related features
2016-08-09 16:10:26 -07:00