Commit Graph

40898 Commits

Author SHA1 Message Date
Kiran Challa 72f8b04a33 Enable tests to run using dotnet xunit runner 2016-02-09 21:52:03 -08:00
Kiran Challa 668b67170f Enable tests to run in donet xunit runner 2016-02-09 21:50:19 -08:00
Kiran Challa 85b1ac37bf Enable tests to run using donet xunit test runner 2016-02-09 21:42:36 -08:00
SteveSandersonMS 2e9a43d1dc WebpackDevMiddleware should run in a separate Node instance that doesn't restart when files change (otherwise there's no point in running it at all) 2016-02-09 17:26:04 -08:00
Doug Bunting c85badcf71 Fix bad merge
- not exactly logging at the right spot in `GetAndStoreTokens()`
- test helpers were creating two separate `ServiceCollections`
 - also didn't compile!
2016-02-09 16:43:01 -08:00
SteveSandersonMS 6c903f33ae Move React server-side rendering into more general SpaServices package 2016-02-09 16:42:42 -08:00
Doug Bunting 73695fc443 Serialize cookie token at most once
- #23 part 3
- `Get[AndStore]Tokens()` would deserialize cookie token from request even if `IsRequestValidAsync()` already had
- `GetAndStoreTokens()` serialized an old (never saved) cookie token once and a new one twice

- refactor serialization from `DefaultAntiforgeryTokenStore` to `DefaultAntiforgery`
 - divide responsibilities and ease overall fix
- above refactoring took `IAntiforgeryContextAccessor` responsibilities along to `DefaultAntiforgery` as well
 - store all tokens in `IAntiforgeryContextAccessor` to avoid repeated (de)serializations
 - remove `AntiforgeryTokenSetInternal`

nits:
- bit more parameter renaming to `httpContext`
- remove argument checks in helper methods
 - did _not_ do a sweep through the repo; just files in this PR
2016-02-09 15:29:04 -08:00
SteveSandersonMS b35ac19485 Reference external redux-typed package 2016-02-09 11:20:47 -08:00
SteveSandersonMS b8224d2bef Move TypedRedux out into a new NPM package called 'redux-typed' 2016-02-09 11:17:41 -08:00
SteveSandersonMS 047d14a6cd Merge domain-task repo into this one 2016-02-09 10:39:48 -08:00
Victor Hurdugaci e7eb076a39 Change the deployers to use dotnet 2016-02-09 10:23:43 -08:00
ryanbrandenburg c8a9ecc0c1 * Add logging to Antiforgery 2016-02-09 09:27:51 -08:00
Kiran Challa c00a2de2c7 Enabled tests to run in dotnet xunit runner 2016-02-09 02:38:51 -08:00
Chris R fa9f13db2d React to MediaTypeHeaderValue.Parse exception message change. 2016-02-08 22:26:55 -08:00
SteveSandersonMS 32349fa85b Rename domain-tasks to domain-task 2016-02-08 18:20:23 -08:00
SteveSandersonMS 4312d6e28c Temporary fake .d.ts for domain-tasks until moved to definitelytyped 2016-02-08 18:15:20 -08:00
SteveSandersonMS ad55e9c94d Use external domain-tasks NPM module 2016-02-08 17:57:58 -08:00
Victor Hurdugaci e9921a75a2 Build with dotnet 2016-02-08 15:16:34 -08:00
Victor Hurdugaci df548e1d04 Build with dotnet 2016-02-08 15:04:53 -08:00
Kiran Challa 96e5d9bec5 Remove System.Runtime reference 2016-02-08 14:07:48 -08:00
Chris R 44850090e3 #110 Fix sample to publish the wwwroot dir as content. 2016-02-08 13:39:47 -08:00
Chris R 34bc9c52e1 #456 Unify OIDC Code/IdToken/Hybride flows. 2016-02-08 12:06:13 -08:00
Chris R 4f8d1863d8 React to ISendFileFeature parameter name change. 2016-02-08 11:53:57 -08:00
Kévin Chalet bbcabc0212 Move GenerateCorrelationId and ValidateCorrelationId to RemoteAuthenticationHandler 2016-02-08 11:37:49 -08:00
SteveSandersonMS e419ec43fc Make render-server able to load TS/ES2015 without precompilation 2016-02-08 11:28:51 -08:00
Chris R 04e9da4e88 #527 Add IFileInfo overloads for SendFileAsync. 2016-02-08 10:55:36 -08:00
Ryan Nowak 44834debeb Fix broken code path in antiforgery 2016-02-08 10:51:33 -08:00
Chris R 3e6c7171be #515 Make forgiving vs strict header list parsers. 2016-02-08 10:21:28 -08:00
SteveSandersonMS 1fc3426278 render-server.js shouldn't depend on React/Redux-specific concepts 2016-02-08 10:08:35 -08:00
Pranav K 99fbeb6ac3 Reacting to CoreCLR package version changes 2016-02-08 09:33:51 -08:00
Pranav K fe9aa69970 Reacting to CoreCLR package version changes 2016-02-08 09:33:50 -08:00
Pranav K 2e916284cc Reacting to CoreCLR package version changes 2016-02-08 09:33:49 -08:00
Pranav K 5e72b580d9 Reacting to CoreCLR package version changes 2016-02-08 09:33:48 -08:00
Pranav K 7d1d7bc19c Reacting to CoreCLR package version changes 2016-02-08 09:33:48 -08:00
Pranav K 67611a81cb Reacting to CoreCLR package version changes 2016-02-08 09:33:47 -08:00
Pranav K c5a8792ece Reacting to CoreCLR package version changes 2016-02-08 09:33:46 -08:00
Pranav K 76c20aa010 Reacting to CoreCLR package version changes 2016-02-08 09:33:46 -08:00
Pranav K 77c137fc0a Reacting to CoreCLR package version changes 2016-02-08 09:33:46 -08:00
Pranav K 41baf6feed Reacting to CoreCLR package version changes 2016-02-08 09:33:45 -08:00
Pranav K 4bef698f3b Reacting to CoreCLR package version changes 2016-02-08 09:33:43 -08:00
Pranav K 4e68e8f3ab Reacting to CoreCLR package version changes 2016-02-08 09:33:41 -08:00
John Luo ce187a0e55 Adding required configuration files 2016-02-07 23:04:35 -08:00
Hisham Bin Ateya 6cc6f4d88e Add 'UseServer' 2016-02-07 22:58:25 -08:00
SteveSandersonMS 05905a42ab Move framework stuff into 'fx' folder 2016-02-07 22:18:27 -08:00
SteveSandersonMS 59b28ae5ee Don't hide errors 2016-02-07 22:13:44 -08:00
SteveSandersonMS 9c16c7da3d Beginning server-side rendering support 2016-02-07 21:41:00 -08:00
N. Taylor Mullen 86c08ecf22 React to FacebookHelper and CLI changes. 2016-02-07 01:21:34 -08:00
N. Taylor Mullen bafb097e9f Update to new CLI.
- Added appropriate imports/net core platform libraries.
2016-02-06 19:51:50 -08:00
N. Taylor Mullen 7190b704b1 Temporary build test fixes. 2016-02-06 15:08:27 -08:00
David Fowler fb0807cd7d Reduce dependencies in server abstractions 2016-02-06 02:25:34 -08:00