Pranav K
cad72e769f
Remove cyclic dependency between Mvc and Scaffolding
2016-07-27 12:18:47 -07:00
John Luo
e815537907
Add ResponseCaching
2016-07-27 11:05:25 -07:00
Andrew Stanton-Nurse
935d15a15e
don't run Autobahn tests on Win7/Server2008 ( #104 )
2016-07-27 10:54:05 -07:00
John Luo
1628d42b43
Clean up and update to post RTM
2016-07-27 10:41:38 -07:00
Chris R
a14bb69d6a
Rough outline of middleware, sample, and test projects.
2016-07-27 10:40:45 -07:00
Chris R
ed9f238eda
Add build infrastructure.
2016-07-27 10:40:45 -07:00
Chris R
3d2e1c4d3e
Factoring out UrlGroup, ServerSession, RequestQueue, ChannelBinding,
...
Disconnect Listener.
2016-07-27 10:04:26 -07:00
BrennanConroy
0a5f8e013e
AppDomain safety
2016-07-27 09:26:06 -07:00
Justin Kotalik
4687aad61e
Fixing language on comment
2016-07-27 09:05:16 -07:00
Ryan Nowak
855974f128
Fix #4959 - Doc cleanup for RouteValueAttribute
2016-07-27 08:59:34 -07:00
SteveSandersonMS
3403eb7548
Make aspnet-webpack compatible with older versions of the NodeServices package
2016-07-27 13:29:18 +01:00
SteveSandersonMS
0a3463031b
Add Node.js support in all the Docker containers
2016-07-27 13:09:54 +01:00
SteveSandersonMS
e9ca434405
Update all templates to match latest "yo aspnet" output
2016-07-27 12:25:32 +01:00
SteveSandersonMS
de960d80aa
Allow explicit configuration of port number for webpack dev middleware server. Fixes #223 .
2016-07-27 11:13:09 +01:00
SteveSandersonMS
14337e32ab
WebpackDevMiddleware now preserves client's view of hostname when doing 302 to /__webpack_hmr
2016-07-27 11:03:04 +01:00
SteveSandersonMS
698921d157
Update Dockerfile in all templates to match .NET Core 1.0 RTM. Fixes #120
2016-07-27 10:43:16 +01:00
SteveSandersonMS
c892f7da35
Support debugging when on IPv6 network (Node's "Debugger listening" message is phrased differently there)
2016-07-27 09:50:43 +01:00
Troy Dai
763df65c14
Revise if-else order in RemoteAuthenticateHandler
2016-07-26 16:27:28 -07:00
Troy Dai
0e855b25a8
Update Google and Microsoft Account Handler exception message
2016-07-26 14:16:16 -07:00
Troy Dai
0d216d726a
Minor fixes in RemoteAuthenticationHandler and FacebookHandler
2016-07-26 13:58:07 -07:00
Justin Kotalik
6b2e092aad
Fix for regex coherence error. Small clean up.
2016-07-26 13:44:30 -07:00
Pranav K
5092e75387
Pin repo version to 1.0.1
2016-07-26 12:09:57 -07:00
Kiran Challa
e3e092ec60
[ Fixes #288 ] DeveloperExceptionPage needs better text spacing on OSX/Safari
2016-07-26 11:35:24 -07:00
SteveSandersonMS
f2f67fe880
Support new config options to launch the Node process with a debug listener. This is compatible with node-inspector.
2016-07-26 18:33:27 +01:00
Troy Dai
1c17bddc02
Update HandleRemoteCallbackAsync readability
2016-07-26 10:30:50 -07:00
Troy Dai
210c4b2061
Fix incorrect exception messages
2016-07-26 10:30:50 -07:00
Troy Dai
6f46bc94f8
Sort using statements
2016-07-26 10:30:50 -07:00
Troy Dai
5211f22f44
Update comment on HandleRemoteAuthenticateAsync
2016-07-26 10:30:50 -07:00
Troy Dai
cd9e9fa498
Update comment on HandleRemoteAuthenticateAsync
2016-07-26 10:30:50 -07:00
Troy Dai
5de4816f59
Update the RemoteAuthenticationHandler error handling
...
1. Exeption will be still thrown from CreateTicketAsync to avoid breaking
change.
2. OAuthHandler won't try to capture the exception.
3. OAuthHandler will check if the AuthenticateTicket is null.
4. RemoteAuthenticationHandler's error handling flow is improved to cover
the exception thrown from HandleRemoteAuthenticateAsync. The exeption
thrown from it will go throw the user error handling logic, too.
2016-07-26 10:30:50 -07:00
Troy Dai
988bcc81ee
Update comments for HandleRemoteAuthenticateAsync method
2016-07-26 10:30:50 -07:00
Troy Dai
312edaafb4
Handle back channel failure gracefully
...
1. Check the response states code. If it is out of 2XX range, compose a
readable message and throw in an exception.
2. Capture the exception in HandleRemoteAuthenticateAsync and translate
it into AuthenticateResult.
2016-07-26 10:30:50 -07:00
Justin Kotalik
68a766f2cd
Circular Dependency with Static Files fix.
2016-07-26 09:38:10 -07:00
Troy Dai
ecb3b90984
Undo change to the GoogleDefaults
2016-07-26 09:19:42 -07:00
Troy Dai
eabdd45816
Improve code readability for Authentication.Google
2016-07-26 09:13:18 -07:00
SteveSandersonMS
79872c1bde
Amend aspnet-webpack for better node-inspector support
2016-07-26 16:38:46 +01:00
SteveSandersonMS
2fe06ea784
Make the dependency on es6-shim explicit, and include it in the vendor bundle
2016-07-26 14:57:14 +01:00
Simon Kamlet
77b404188b
fix angular's (click) events not being triggered on IE9
2016-07-26 14:50:17 +01:00
Mark Pieszak
96228711f2
chore(package): Update to rc4, beta router & universal 104.5
...
104.5 includes some bug fixes.
Router beta update required pathMatch on home.
Tested w/ JS on/off everything passes & works.
2016-07-26 14:46:11 +01:00
Mike Mazmanyan
64a8ef1112
Moving and updating "aspnet-webpack" package in templates ( #207 )
2016-07-26 14:44:07 +01:00
Troy Dai
7b7da43fd8
Update comments in RemoteAuthenticationOptions
2016-07-25 20:33:12 -07:00
Justin Kotalik
fad730441a
Fix Assembly Info
2016-07-25 16:52:01 -07:00
Ryan Brandenburg
651815c282
Remove OfType allocations ( #906 )
2016-07-25 16:31:27 -07:00
Justin Kotalik
a9c2656404
Url Rewrite WIP
2016-07-25 16:11:11 -07:00
jci-cpined
e008264316
Fixed incorrect .xproj DNX targets.
2016-07-25 13:20:05 -07:00
Paul Oliveira
1bce0acfde
Added asp-area to Components, _Layout and _LoginPartial links (Header links are broken in Admin area #666 )
2016-07-25 12:48:28 -07:00
Ajay Bhargav Baaskaran
184a25792a
[ Fixes #819 ] Display LoaderExceptions in ReflectionTypeLoadException
2016-07-25 12:19:32 -07:00
Ajay Bhargav Baaskaran
4600100695
Added a test to verify ReflectionTypeLoadException
2016-07-25 12:06:16 -07:00
Ajay Bhargav Baaskaran
1ac8ccafe2
Regenerated ErrorPage.cs
2016-07-25 12:05:10 -07:00
Ajay Bhargav Baaskaran
f7641fa28b
[ Fixes #315 ] Display LoaderExceptions in ErrorPage
2016-07-25 11:47:17 -07:00