Commit Graph

37701 Commits

Author SHA1 Message Date
Nate McMaster 4d87a52f6e React to aspnet/BuildTools#293
[ci skip]
2017-07-06 10:38:05 -07:00
Nate McMaster 0993f46c9e React to aspnet/BuildTools#293
[ci skip]
2017-07-06 10:38:00 -07:00
Nate McMaster f051122216 React to aspnet/BuildTools#293
[ci skip]
2017-07-06 10:37:54 -07:00
Nate McMaster a72acc93dc React to aspnet/BuildTools#293
[ci skip]
2017-07-06 10:37:49 -07:00
Nate McMaster e46a9d4bc4 React to aspnet/BuildTools#293
[ci skip]
2017-07-06 10:37:44 -07:00
Nate McMaster f15474fa65 React to aspnet/BuildTools#293
[ci skip]
2017-07-06 10:37:39 -07:00
Nate McMaster 6849a49905 React to aspnet/BuildTools#293
[ci skip]
2017-07-06 10:37:33 -07:00
Nate McMaster b7ab95291c React to aspnet/BuildTools#293
[ci skip]
2017-07-06 10:37:29 -07:00
Nate McMaster 83f3158653 React to aspnet/BuildTools#293
[ci skip]
2017-07-06 10:37:07 -07:00
Nate McMaster 31e4dd673a React to aspnet/BuildTools#293
[ci skip]
2017-07-06 10:37:02 -07:00
Nate McMaster 35e6714c34 React to aspnet/BuildTools#293
[ci skip]
2017-07-06 10:36:51 -07:00
Nate McMaster 8cacc94046 React to aspnet/BuildTools#293
[ci skip]
2017-07-06 10:36:45 -07:00
Nate McMaster 1a9fcc6951 React to aspnet/BuildTools#293
[ci skip]
2017-07-06 10:36:19 -07:00
Nate McMaster 4dba368c8a React to aspnet/BuildTools#293
[ci skip]
2017-07-06 10:36:14 -07:00
Nate McMaster 30e9db3009 React to aspnet/BuildTools#293
[ci skip]
2017-07-06 10:34:27 -07:00
N. Taylor Mullen afa61e7080 Rename LineMapping => SourceMapping.
- Also removed the == and `!=` operators for `SourceMapping`.

#1510
2017-07-06 10:34:19 -07:00
Steve Sanderson 4ba0358987 In AngularSpa template, log any FetchData errors but don't stop prerendering completely 2017-07-06 14:57:07 +01:00
Steve Sanderson 721e3c45fd Update ReactReduxSpa NPM shrinkwrap file 2017-07-06 14:50:34 +01:00
Steve Sanderson 27f59c6971 Make domain-task/fetch disable HTTPS cert validation when making relative requests to own server as workaround for #1089 2017-07-06 14:37:29 +01:00
Kiran Challa 43cfbae544 Code cleanup 2017-07-06 06:03:09 -07:00
Kiran Challa 2283ee8fcc Code cleanup and added more log information 2017-07-06 05:52:26 -07:00
Steve Sanderson 943fb2f482 In core packages, set <None Remove="node_modules\**\*" /> otherwise builds are super slow 2017-07-06 11:13:24 +01:00
David Fowler de21ce1637 Expose IGroupManager on IHubContext (#638)
- Adding groups is no longer coupled to the incoming connection
so we should expose it outside of the hub itself.
2017-07-05 23:50:54 -07:00
Mikael Mengistu 2597e52e53 Rename HubConnection Extension Methods from Invoke to InvokeAsync (#637) 2017-07-05 22:56:03 -07:00
Mikael Mengistu cfaa4b69d7 Dynamic Hub Work Part 1 (#636)
Getting rid of TClient
2017-07-05 22:55:16 -07:00
N. Taylor Mullen 7454c53047 Rely on Razors MalformedDirective identification for @page.
aspnet/Razor#1448
2017-07-05 16:57:57 -07:00
N. Taylor Mullen a78202e937 Have `@page` understand malformed directives.
- The `@page` directive will now look for malformed directives and treat a view as a Razor page based on the existence of the malformed directive.
- Updated the `PageDirective` type to contain a reference to its responsible directive node.
- Added unit tests to validate malformed directives were picked up accordingly.
- Updated code generation test baselines to reflect the new malformed directive understanding.

#1448
2017-07-05 16:57:51 -07:00
Kiran Challa bcabc64d9b Removed references to dead code related to running tests using runtime store 2017-07-05 16:57:27 -07:00
Mikael Mengistu ed6badbabe Set X-Requested-With header and add HttpError (#623) 2017-07-05 16:02:04 -07:00
Chris R 13b867a90e #366 Add flag to disable synchronous IO 2017-07-05 15:51:16 -07:00
Ryan Nowak 647ce7515d Remove explicit scope managment 2017-07-05 15:47:46 -07:00
Nate McMaster bd19ba9533 Revert obsoleting CookieAuthenticationOptions.ExpireTimeSpan (#1296)
- Revert the obsoleting of CookieAuthenticationOptions.ExpireTimeSpan in aspnet/Security#1285
- Add test to ensure Cookie.Expiration is ignored
2017-07-05 15:43:43 -07:00
Pranav K 922c120762 React to https://github.com/aspnet/Mvc/issues/6009 2017-07-05 15:35:11 -07:00
Ryan Nowak 7408bcd025 Rewrite of code rendering context 2017-07-05 15:32:54 -07:00
Nate McMaster 74c1e19e6c React to changes in CookieAuthenticationOptions 2017-07-05 15:24:37 -07:00
Chris R 658f4621b1 #1208 Clean up JWT and OIDC issuer handling 2017-07-05 14:44:23 -07:00
Hao Kung a79aea3bf3 Tweak null guard 2017-07-05 14:39:27 -07:00
Chris R 283f09e80c React to ISession cancellation changes 2017-07-05 14:37:29 -07:00
Chris R b9541be20d React to ISession cancellation changes 2017-07-05 14:34:48 -07:00
Hao Kung d632c6a1a1 Merge branch 'haok/null' into dev 2017-07-05 14:32:17 -07:00
Hao Kung 4e644ef41c React to Auth 2017-07-05 14:30:45 -07:00
Chris R 1a1e4c309f #167 Add cancellation tokens and defualt timeouts for Load/CommitAsync. 2017-07-05 14:22:43 -07:00
Pranav K 8963b83dd3 Remove ParseOptions and CompilationOptions from RazorViewEngineOptions (#6487)
* Remove ParseOptions and CompilationOptions from RazorViewEngineOptions

Fixes #6009
2017-07-05 14:18:49 -07:00
Ryan Nowak 8dfba25d59 Streamline collections
Makes our collections sealed instead of abstract.

Only the IntermediateNodeCollection needs to have a read only variant.
2017-07-05 13:46:37 -07:00
Hao Kung 98eb31194c Guard against null 2017-07-05 13:33:39 -07:00
Hao Kung 1c30f33c92 Remove AddXyzAuth extension methods 2017-07-05 13:00:40 -07:00
John Luo 255d244241 Update Microsoft.Azure.KeyVault version 2017-07-05 12:33:37 -07:00
Ryan Brandenburg 3333161313 Remove TargetFallback 2017-07-05 12:15:17 -07:00
Nate McMaster 1eb7f9e032 Add CookieBuilder to CookieTempDataProviderOptions and obsolete duplicate API (#6472) 2017-07-05 10:19:13 -07:00
Nate McMaster d4abd5499a React to API changes in CookieAuthenticationOptions 2017-07-05 10:16:00 -07:00