John Luo
7f638c1385
Always overwrite the VaryBy entry to ensure expiry is updated
2016-09-16 13:40:35 -07:00
Ajay Bhargav Baaskaran
5ad5f7a3f9
Addressed feedback
2016-09-16 11:01:51 -07:00
Nate McMaster
3b351ad1bb
Restore tool version to preview3
2016-09-16 10:08:57 -07:00
BrennanConroy
d710e44c63
Remove some duplicate work
2016-09-16 09:59:03 -07:00
Cesar Blum Silveira
afa89b3993
Change SkipReason for ThreadCountTests on OS X.
2016-09-16 09:09:26 -07:00
Ajay Bhargav Baaskaran
0cfd5363f8
Added ViewComponentTagHelperDescriptorResolver and related stuff
2016-09-15 17:12:43 -07:00
John Luo
673115a292
Remove todos and add a test
...
Issues are now resolved or are tracked in issues.
2016-09-15 17:04:21 -07:00
Kiran Challa
b6da89f54c
[ Fixes #852 ] TestHost: OnStarting and OnCompleted callbacks of response are not being awaited
2016-09-15 16:35:27 -07:00
Hao Kung
22d2fe99c6
AddOptions in BuildAuthorizationService test helper
2016-09-15 16:21:11 -07:00
Hao Kung
e8f55bdb13
Add Fail fast option for AuthZ
2016-09-15 16:12:54 -07:00
Chris R
e982d8258e
Merge branch 'rel/1.0.0' into dev, bump version to 1.1.0-*
2016-09-15 15:55:47 -07:00
John Luo
dd4799adfd
Split by commas when normalizing headers
2016-09-15 12:04:13 -07:00
John Luo
6c13371fa0
API review renames and updates continued
...
- Consolidate base key to be singular
2016-09-15 11:40:51 -07:00
SteveSandersonMS
b71d139eb5
Update xproj files to reference dotnet build tooling
2016-09-15 14:36:42 +01:00
SteveSandersonMS
2ee0078cfd
Fix HttpNodeInstanceEntryPoint to match latest NPM modules
2016-09-15 14:15:03 +01:00
SteveSandersonMS
591d548de7
Publish new Yeoman templates (0.2.9)
2016-09-15 12:34:24 +01:00
SteveSandersonMS
06ad36f830
In Angular 2 template, include prebuilt wwwroot/dist/* files to support VS and "dotnet new" templates (which can't run post-project-creation actions)
2016-09-15 12:32:01 +01:00
SteveSandersonMS
7a80d905b8
In Angular 2 template, include reflect-metadata and zone.js in vendor bundle
2016-09-15 12:07:49 +01:00
Cesar Blum Silveira
1a273f5a34
Improve keep-alive timeout.
...
- Track time more accurately
- Control timeout in Connection instead of Frame
2016-09-14 20:57:16 -07:00
Pranav K
760c8f3867
Ensure Append writes to the right page after Clear
2016-09-14 18:57:21 -07:00
Mikael Mengistu
3a868d87a2
Added IExceptionHandlerPathFeature interface.
2016-09-14 15:43:59 -07:00
Ajay Bhargav Baaskaran
42027b6cc2
[ Fixes #5243 ] Handle null values in TempData properly
2016-09-14 15:41:38 -07:00
Pranav K
88fa650138
Reacting to Mvc changes
2016-09-14 15:30:23 -07:00
Pranav K
d9ff1d81d6
PagedBufferedTextWriter does not flush synchronous data prior to writing data asynchronously
...
Fixes #5241
2016-09-14 14:52:06 -07:00
Pranav K
43071319aa
Buffer rendered CacheTagHelper content strings to a custom TextWriter
...
Fixes #4893
2016-09-14 14:47:37 -07:00
Pranav K
a480378a44
Make AuthorizeFilter constructable
...
* Make AuthorizeFilter constructable
Fixes #5253
2016-09-14 13:43:56 -07:00
Pranav K
994835ce47
Remove IViewsProvider and make view lookup to the feature provider
2016-09-14 13:40:05 -07:00
John Luo
ccfa090e6e
API review renames and updates
2016-09-14 11:07:23 -07:00
SteveSandersonMS
d76b013a56
WebpackDevMiddleware now uses ProjectPath option consistently. Fixes #307
2016-09-14 12:04:15 +01:00
SteveSandersonMS
7c316d5c74
Update to ASP.NET Core 1.0.1. Fixes #309
2016-09-14 11:36:53 +01:00
Doug Bunting
809d2bf7ec
Add `ValidationHtmlAttributeProvider` to make `AddValidationAttributes()` available
...
- #5028
- helpers similar to our HTML or tag helpers can use the new singleton to examine or add validation attributes
- in the most common case, helpers add validation attributes to a `TagBuilder`
- separate `DefaultValidationHtmlAttributeProvider` from `DefaultHtmlGenerator`
- avoids creating two instances of the `DefaultHtmlGenerator` singleton
- would be even uglier to require callers to cast an `IHtmlGenerator` to `ValidationHtmlAttributeProvider`
- `[Obsolete]` old `DefaultHtmlGenerator` constructor
2016-09-13 21:07:18 -07:00
Sébastien Ros
5480aa182b
Clearing up FindByEmailAsync usage
...
Makes it explicit that the parameter can be any email, but the query will be based on the normalized value.
2016-09-13 16:06:52 -07:00
Kiran Challa
ad90db343c
[ Fixes #101 ] Cookie path is always / in IIS
2016-09-13 13:58:02 -07:00
Daniel Roth
68e1275ab7
Removing unused solution file
2016-09-13 13:55:54 -07:00
Daniel Roth
3b8fc8c650
Remove old artifacts from Home repo ( #1754 )
2016-09-13 13:55:26 -07:00
Daniel Roth
7ef9ea0888
Update for 1.0.1
2016-09-13 10:46:59 -07:00
Pranav K
3b45ea5c27
Add a test that verifies strong name signing works for precompiled views
...
Fixes #16
2016-09-13 10:03:56 -07:00
SteveSandersonMS
b72435c5cc
Yeoman generator support for optional --projectguid=... CLI argument
2016-09-13 13:57:23 +01:00
SteveSandersonMS
7f841ff840
In Yeoman generator, support passing args from command line (e.g., --framework=angular-2)
2016-09-13 13:44:51 +01:00
SteveSandersonMS
80f740a9ed
Revert "Webpack HMR EventSource requests are now proxied (rather than redirected) to the local HMR server" because of 'ECANCELED'/'EPIPE broken pipe' issues. Awaiting feedback from Kestrel team.
2016-09-13 12:51:23 +01:00
John Luo
e236e64055
Fallback to empty cache control when none is explicitly cached
2016-09-12 17:27:40 -07:00
Mikael Mengistu
d2913edf61
Added tests for ExactMatch, IntegerMatch and StringMatch in the Rewrite
...
project.
2016-09-12 17:24:28 -07:00
Pranav K
4a5e1f4a72
Use as cast instead of C-style cast for IVewContextAware helpers
...
Fixes #5254
2016-09-12 16:34:02 -07:00
John Luo
65b89668bb
Allow lookup of multiple keys
...
- Do not cache if content-length mismatches with the length of the response body
2016-09-12 16:28:58 -07:00
John Luo
6a04fe5fb7
Store body and header separately, preliminary sharding
...
- Add fast id
2016-09-12 15:20:58 -07:00
Pranav K
755957b694
Use HttpClient from Fixture instrad of creating a new one per test
2016-09-12 15:18:18 -07:00
Stephen Halter
84efe624a6
Fix deadlock in HttpsTests
...
- The xunit synccontext was saving us again
2016-09-12 11:06:29 -07:00
Stephen Halter
39bd49ea1a
Avoid blocking the MockLibuv loop with test code
...
- This allows for a graceful shutdown with dotnet test -Parallel None
- By default, the xunit synccontext will dispatch automatically off
the KestrelThread, but it's best not to rely on this behavior.
2016-09-12 11:06:29 -07:00
Andy Edinborough
c037a577b0
Set background color for ErrorPage
...
* Set background color for ErrorPage
When using various browser developer tools with a dark theme, the text for the page is unreadable, because the background color has not been set, while the foreground color has.
* update Designer files
2016-09-12 11:03:18 -07:00
Stephen Halter
2fbf0c6281
Merge branch 'DamirAinullin/single-initialize' into dev
2016-09-12 10:34:35 -07:00