Kiran Challa
aa3795de86
Reacting to HttpAbstractions' StringValues change
2015-09-01 11:19:48 -07:00
Kiran Challa
0972116697
Removed SignalR related code from the sample and tests.
2015-09-01 10:54:32 -07:00
David Fowler
e8b6908b04
Update README.md
2015-09-01 02:20:22 -07:00
N. Taylor Mullen
43fce8c927
Adjust tokenizer to understand environment based newlines.
2015-09-01 01:41:48 -07:00
N. Taylor Mullen
09bcc67955
Update tests to use `Environment.NewLine` for source locations.
2015-09-01 01:32:21 -07:00
Chris R
561c997cb2
React to IHeaderDictionary API changes.
2015-08-31 20:29:36 -07:00
Kévin Chalet
d9b3ea2a54
Add POST support for OpenID Connect authorization and logout requests
2015-09-01 03:59:50 +02:00
Ben Adams
55fc7ded36
Don't invoke async state machine unnecessarily
...
Return task rather than awaiting when no extra work needs to be done
after await
2015-08-31 17:48:57 -07:00
Chris R
c3290a029f
Change IApplicationBuilder.Server to IFeatureCollection ServerFeatures.
2015-08-31 16:48:50 -07:00
Chris R
0603a69b2c
Convert IServerInformation to IFeatureCollection.
2015-08-31 16:46:13 -07:00
Chris R
e45e70da01
#367 Remove HttpContext.Get/SetFeature. Take 2.
2015-08-31 16:41:27 -07:00
Kévin Chalet
fa39144937
Use automatic properties, replace scope by a list and replace the validators list by a single validator
2015-09-01 01:23:41 +02:00
Ryan Nowak
98b3f055e1
Change ModelBinding to use a single pass
2015-08-31 11:58:53 -07:00
Chris R
25b5a42ca6
#329 Change IServerInformation to IFeatureCollection.
2015-08-31 11:24:13 -07:00
Chris R
370475b807
Use new HttpContext.Features API.
2015-08-31 10:57:21 -07:00
Chris R
ecc5874b6c
Fix test.
2015-08-31 10:51:48 -07:00
Stephen Halter
e1b472ddc4
Add ServerAddress tests
2015-08-31 10:46:50 -07:00
Stephen Halter
d0bd2b3dd0
Configure unix pipes via the hostname instead of the scheme.
2015-08-31 10:46:48 -07:00
Stephen Halter
a919ea8d0a
Remove unnecessary listener interfaces
2015-08-31 10:46:46 -07:00
Stephen Halter
a9b8cfa582
Remove unnecessary use of generics in listeners
2015-08-31 10:46:40 -07:00
Pranav K
8a33972c09
RazorViewEngine should cache transformed paths when view cannot be found
...
Fixes #3034
2015-08-31 10:36:57 -07:00
Kiran Challa
e12d44b40a
[ Fixes #2900 ] Get rid of manual body-read-state-tracking
2015-08-31 10:34:42 -07:00
Pranav K
1c986b3bb5
Reacting to HttpAbstractions changes
2015-08-31 10:31:58 -07:00
Chris R
d927314047
Add missing namespaces.
2015-08-31 10:23:01 -07:00
Chris R
2a1cf633fc
Use new HttpContext.Features API.
2015-08-31 09:55:57 -07:00
Chris R
6bc7df851f
Use new HttpContext.Features API.
2015-08-31 09:45:21 -07:00
Chris R
06392be333
Use new HttpContext.Features API.
2015-08-31 09:35:08 -07:00
Chris R
916cb32e7e
Use the new HttpContext.Features API.
2015-08-31 09:26:50 -07:00
Chris R
5a3418c2bd
Use the new HttpContext.Features API.
2015-08-31 09:22:11 -07:00
Chris R
4aab903b18
React to string[] -> StringValues changes.
2015-08-31 09:21:35 -07:00
Chris R
dd737ce946
Use new HttpContext.Features API.
2015-08-31 09:19:14 -07:00
Ryan Nowak
66a7c2e389
Revert "Enabling ViewEngine and Localization tests which use expanders. The issues are fixed in the mono beta 4.0.4."
...
This reverts commit 9915ea3809 .
2015-08-31 08:55:31 -07:00
Ryan Nowak
dadee80aa8
Add FieldName to model binding context
...
Adds a new property, FieldName, to ModelBindingContext. The FieldName is
the name of whatever code-element is being bound, regardless of what
model-prefix is in use.
This is needed for cases like the Header model binder. We always want to
use the property/parameter name and we don't care about model prefixes.
2015-08-31 08:10:03 -07:00
Chris R
0bb77764d3
Use the new HttpContext.Features API.
2015-08-31 07:51:36 -07:00
Chris R
195e06970a
Use new HttpContext.Features API.
2015-08-31 07:31:43 -07:00
Chris R
adae42b66f
Use new HttpContext.Features API.
2015-08-31 07:22:34 -07:00
Chris R
56315c441c
Use new HttpContext.Features API.
2015-08-31 06:46:18 -07:00
Chris R
f475e53ad2
#367 Add HttpContext.Features, move Get/SetFeature. Take 1.
2015-08-30 21:55:22 -07:00
Chris R
e0e2ff6825
Fix doc comment error.
2015-08-30 19:43:51 -07:00
sornaks
9915ea3809
Enabling ViewEngine and Localization tests which use expanders. The issues are fixed in the mono beta 4.0.4.
2015-08-29 16:55:14 -07:00
Chris R
f2db0d1483
React to string[] -> StringValues changes.
2015-08-28 16:36:19 -07:00
Hao Kung
7a464fd80e
React to options
2015-08-28 16:19:54 -07:00
Ajay Bhargav Baaskaran
39dda01f47
[ Fixes #484 ] Attributes parsed correctly when newlines precedes attributes
2015-08-28 14:59:24 -07:00
Chris R
7b11506cc0
React to string[] -> StringValue changes.
2015-08-28 14:43:26 -07:00
Chris R
821f470bb5
React to string[] -> StringValues changes.
2015-08-28 14:40:15 -07:00
Chris R
e84a707160
React to the string[] -> StringValues changes.
2015-08-28 14:36:58 -07:00
Chris R
c8f918681a
React to string[] -> StringValue changes.
2015-08-28 14:25:01 -07:00
Chris R
7bb59a287c
React to string[] -> StringValues changes.
2015-08-28 14:23:17 -07:00
Chris R
92185a1c27
React to string[] -> StringValues changes.
2015-08-28 14:16:49 -07:00
Chris R
803ec38073
React to string[] -> StringValues changes.
2015-08-28 12:59:00 -07:00