Commit Graph

37701 Commits

Author SHA1 Message Date
Ben Adams 40636998d7 Improve inlinability of libuv success checking 2016-08-21 13:48:35 +01:00
Hao Kung d291bb7c24 Add AuthZHandlerContextFactory 2016-08-19 17:04:09 -07:00
Hao Kung 6f15d616a8 Add IAuthorizationEvaluator 2016-08-19 17:04:09 -07:00
SteveSandersonMS eed4d8c211 Child Node processes poll and exit when parent has exited. Fixes #270 2016-08-19 16:38:39 -07:00
雨宮丶優子 eabec2b476 Fixed missed constructor 2016-08-19 16:09:57 -07:00
Hao Kung 1a0cd3c4d1 Add generic parm for IdentityRoleClaim 2016-08-19 15:58:16 -07:00
Hao Kung 27f021ab93 Add builder extension methods 2016-08-19 15:54:52 -07:00
Chris R efef52a0ad #216 Lazy feature initialization 2016-08-19 15:42:59 -07:00
Andrew Stanton-Nurse c51aec5292 port dotnet/corefx#10792 (#111)
* port dotnet/corefx#10792
* add EchoApp sample
2016-08-19 15:22:20 -07:00
Justin Kotalik aea655c2d6 Cleaning up a bunch of todos 2016-08-19 14:30:48 -07:00
Pranav K 3bf98d2b34 React to AspNetVNext -> AspNetCore feed name change 2016-08-19 11:56:20 -07:00
Justin Kotalik 73e0d531e0 Adds mod_rewrite tests, small refactors to exception messages and types 2016-08-19 11:26:55 -07:00
Chris R 9f1476aea8 #230 Disable TLS token binding pending updates 2016-08-19 10:19:33 -07:00
Pranav K f1118f3693 Add MvcPrecompilation 2016-08-19 10:16:01 -07:00
Pranav K c942eab6e2 Adding support for Razor precompilation
Fixes #3917
2016-08-19 07:27:51 -07:00
John Luo 5d82791a5c Fix build by using volatile feed
Also make build.sh executable
2016-08-19 00:25:50 -07:00
Pranav K 4f766a3fa5 Fix issues with feeds used to restore testapps
* Remove duplicated feeds from testapps/NuGet.config
* Don't specify feeds as part of restore. Let testapps/NuGet.config dictate this.
* Switch to dotnet.myget.org
2016-08-19 11:01:50 -07:00
Pranav K dbe93ac6b1 Adding Razor Precompilation 2016-08-19 10:35:45 -07:00
SteveSandersonMS 1ce8a2215c In ReactSpa, use isomorphic-fetch for IE/Edge compatibility 2016-08-19 01:40:35 +01:00
Justin Kotalik d1ab35db87 Parsers are now non-static (when appropriate) 2016-08-18 17:17:55 -07:00
SteveSandersonMS 48eb2b7a05 In KnockoutSpa, use isomorphic-fetch for IE/Edge compatibility 2016-08-19 01:08:57 +01:00
SteveSandersonMS 5bc47aacd8 Tweaks to .xproj files made automatically by VS 2016-08-19 01:08:09 +01:00
Stephen Halter 7bd30ea693 Log all startup errors in KestrelServer 2016-08-18 14:52:26 -07:00
SteveSandersonMS 22da55a473 Bump generator-aspnetcore-spa package version 2016-08-18 14:07:53 -07:00
SteveSandersonMS a4e3360e65 Bump aspnet-webpack-react package version 2016-08-18 14:07:11 -07:00
Chris R 299b44c018 React to WebListener settings API changes 2016-08-18 14:00:59 -07:00
Chris R 7caf2518ff React to WebListener settings API changes 2016-08-18 13:57:54 -07:00
SteveSandersonMS 0a0afed84b Add comment about why the 'actions' property is being patched on 2016-08-18 13:57:49 -07:00
Geir Sagberg 0ad0483935 Update aspnet-webpack-react to React 15
^15.0.0 is enough

Update ReactGrid example to work with newest Griddle version

Several fixes to stop build.sh from failing
2016-08-18 13:50:22 -07:00
SteveSandersonMS 6d8767d141 Tweak WebpackDevMiddleware.cs to avoid unnecessary Task.Yield() 2016-08-18 13:49:20 -07:00
Chris R e39ea62808 #160 Refactor options/settings 2016-08-18 13:47:05 -07:00
Mark Pieszak 89034b59c5 Change to mix import/require style 2016-08-18 12:21:36 -07:00
Mark Pieszak 9e714b61fe Bug(KnockoutSpa): Router TS issue
TS erroring out (unable to build) due to `crossroads.normalizeFn = crossroads.NORM_AS_OBJECT;` <-- left hand assignment

```
ERROR in ./ClientApp/router.ts
(21,9): error TS2450: Left-hand side of assignment expression cannot be a constant or a read-only property.
```
2016-08-18 12:21:36 -07:00
SteveSandersonMS d928ef4f12 Rename folders since the template package generator now creates a package for "dotnet new" as well as Yeoman 2016-08-18 10:58:04 -07:00
SteveSandersonMS 1019026943 Build NuGet package containing dotnetnew templates 2016-08-18 10:48:13 -07:00
Pranav K d2f109ef6c Add environment variables to dotnet publish 2016-08-18 10:34:13 -07:00
Troy Dai 936a4f6092 Update OpenId Connect Configuration tests
1. Move configuration related tests to their own class;
2. Add tests to cover missing options scenarios;
3. Add TestDefaultValues class for default values used in OpenId connect
tests.
2016-08-18 09:51:40 -07:00
Justin Kotalik 7a56073835 Mod_rewrite refactor with cleanup 2016-08-17 16:51:55 -07:00
N. Taylor Mullen 55595d8a64 Merge branch 'rel/1.0.1' into dev 2016-08-17 14:41:58 -07:00
N. Taylor Mullen 447838d417 Merge branch 'rel/1.0.1' (early part) into dev 2016-08-17 14:41:53 -07:00
N. Taylor Mullen 2f46113556 Merge branch 'rel/1.0.1' into dev 2016-08-17 14:34:15 -07:00
N. Taylor Mullen 516d91670a Merge branch 'rel/1.0.1' (early part) into dev 2016-08-17 14:34:04 -07:00
N. Taylor Mullen edb5baf81c Change SHA256 algorithm to work on FIPS-compliant machines.
#5103
2016-08-17 14:25:22 -07:00
N. Taylor Mullen 6e5fd4f89f Up Antiforgery to 1.0.1 for FIPS compliance changes. 2016-08-17 14:25:19 -07:00
Hao Kung c1b8f3abf3 Fix doc comment 2016-08-17 12:46:01 -07:00
Hao Kung 526d9f0076 Add additional verification in rehash password test 2016-08-17 12:44:22 -07:00
Stephen Halter 972be6e8c1 Disable automatic chunking for all non keep-alive requests
- Fixes a bug where Upgrade requests (e.g. WebSockets) would be chunked
- Allows chunking to be disabled by setting "Connection: close" on the response
2016-08-17 12:39:18 -07:00
N. Taylor Mullen cdf84eb87e Change SHA256 algorithm to work on FIPS-compliant machines.
#95
2016-08-17 12:33:02 -07:00
N. Taylor Mullen a44275b732 Update projects to 1.0.1. 2016-08-17 12:24:20 -07:00
David Fowler 0a7cf6b5a0 Added support for Startup.ConfigureContainer
- Startup.ConfigureContainer allows users to configure a 3rd party DI
container in a first class way in the Startup class. 3rd party containers
plug in via IServiceProviderFactory<TContainerBuilder> configured in
IWebHostBuilder.ConfigureServices.
- Added tests
2016-08-17 10:44:27 -07:00