Pranav K
10c8802750
Updating to release NuGet.config
2015-07-16 08:59:01 -07:00
Pranav K
1047aa9506
Merge branch 'release' into dev
2015-07-16 08:58:29 -07:00
Pranav K
fe28081c34
Updating to release NuGet.config
2015-07-16 08:58:26 -07:00
Pranav K
9907883de1
Merge branch 'release' into dev
2015-07-16 08:58:12 -07:00
Pranav K
24415656b9
Updating to release NuGet.config
2015-07-16 08:58:09 -07:00
Pranav K
30868049dd
Merge branch 'release' into dev
2015-07-16 08:57:56 -07:00
Pranav K
468e64d3ad
Updating to release NuGet.config
2015-07-16 08:57:52 -07:00
Pranav K
2abd1f07dc
Merge branch 'release' into dev
2015-07-16 08:57:27 -07:00
Pranav K
ad5ab9e76c
Updating to release NuGet.config
2015-07-16 08:57:24 -07:00
Pranav K
6a21a4bc26
Merge branch 'release' into dev
2015-07-16 08:57:13 -07:00
Pranav K
ad4783314f
Updating to release NuGet.config
2015-07-16 08:57:10 -07:00
Pranav K
abc9f94cae
Merge branch 'release' into dev
2015-07-16 08:56:24 -07:00
Pranav K
4836a561ea
Updating to release NuGet.config
2015-07-16 08:56:20 -07:00
Pranav K
d2ff1dd446
Merge branch 'release' into dev
2015-07-16 08:54:41 -07:00
Pranav K
a3a6a97a96
Updating to release NuGet.config
2015-07-16 08:54:38 -07:00
Pranav K
c9e8eceee0
Merge branch 'release' into dev
2015-07-16 08:52:40 -07:00
Pranav K
3c7c191140
Updating to release NuGet.config
2015-07-16 08:52:36 -07:00
Pranav K
853ee00ff5
Merge remote-tracking branch 'origin/release' into dev
2015-07-16 08:43:59 -07:00
Pranav K
a1d1957074
Merge remote-tracking branch 'origin/release' into dev
2015-07-16 08:38:17 -07:00
Pranav K
1c86ba98d4
Merge remote-tracking branch 'origin/release' into dev
2015-07-16 08:28:40 -07:00
Pranav K
4103d947f4
Merge remote-tracking branch 'origin/release' into dev
2015-07-16 08:26:01 -07:00
Pranav K
1a9bd3c8e5
Merge remote-tracking branch 'origin/release' into dev
2015-07-16 08:25:08 -07:00
Brennan
cdcc5ae306
Add Serialization.Primitives dependency
2015-07-15 11:34:40 -07:00
Kiran Challa
99699d9491
React to ErrorPage middleware changes.
2015-07-15 10:27:26 -07:00
Kévin Chalet
54128e8137
Add response_mode=query support for OpenID Connect
2015-07-15 18:36:21 +02:00
Kiran Challa
4815e037dd
Added Elm page sample
2015-07-15 09:04:27 -07:00
Kiran Challa
7c287c8712
Added logging to ErrorPageMiddleware
2015-07-14 21:17:57 -07:00
Kiran Challa
236d4009c3
[ Fixes #40 ] Suppress caching for ErrorHandler
2015-07-14 21:15:51 -07:00
Kiran Challa
8c8490fab4
[ Fixes #112 ] BaseView.ExecuteAsync disposes the response stream
2015-07-14 21:11:46 -07:00
Kiran Challa
f7e7ce53a5
[ Fixes #145 ] Fix typo "collapsable" to be a real word ("collapsible")
2015-07-14 20:50:32 -07:00
KevinDockx
bbc059a689
Some more JsonPatch refactoring for non-generics
...
- Add Apply to non-generic Operation (used by non-generic JsonPatchDocument)
- Add non-generic JsonPatchDocument
2015-07-14 16:54:13 -07:00
Ajay Bhargav Baaskaran
baee4a0661
[ Fixes #2780 ] Use type=text for float and double
2015-07-14 15:32:25 -07:00
Hao Kung
13e6e76994
React to AuthHandler rename
2015-07-14 13:32:56 -07:00
Hao Kung
ab4ba794e5
Fix cookie bugs, Authenticate => HandleAuthenticate
2015-07-14 13:22:04 -07:00
Hao Kung
5065835a05
Remove special cookie ajax redirect behavior
2015-07-14 13:19:25 -07:00
tushar gupta
8d7f052cf4
Adding support for signing in using "code flow"
2015-07-14 11:51:16 -07:00
Peter Hsu
3aaae6964f
Fix NPE issue where UvShutdownReq being garbage collected before the shutdown callback executed
2015-07-14 10:36:34 -07:00
Brice Lambson
8fae544fb3
React to aspnet/EntityFramework#2613
2015-07-14 10:19:00 -07:00
Brice Lambson
769eb9f08b
React to aspnet/EntityFramework#2613
2015-07-14 10:18:14 -07:00
Brice Lambson
97459de509
React to aspnet/EntityFramework#2613
2015-07-14 10:16:41 -07:00
Ryan Nowak
0b50bfe03c
Move Moq to framework-specific dependencies
...
New builds of dnu/VS are complaining about this.
2015-07-13 16:12:09 -07:00
Hao Kung
bf1b188e9f
React to Http rename
2015-07-13 12:31:15 -07:00
Hao Kung
d142160f47
OnCompletedDispose => RegisterForDispose
2015-07-13 12:23:03 -07:00
Steve Smith
94dba8ff0e
Moved address parsing to ServerAddress
2015-07-13 11:10:25 -07:00
markrendle
98995132de
Pre-create Continue bytes in Frame
2015-07-13 10:43:05 -07:00
sornaks
52af452a08
Fixing XML docs.
2015-07-10 16:48:36 -07:00
sornaks
a02082397a
Introducing IHtmlContent in Mvc.Razor.
...
- Changing HtmlHelper and HelperResult to implement IHtmlContent.
- Introducing BufferedHtmlContent.
- Making RazorPage handle only IHtmlContent and clearing out other types.
- Making StringCollectionTextWriter use BufferedHtmlContent so that it can be returned where necessary.
- Updating places which involve Write/Copy to pass in encoders.
- The encoders are currently not being used during write. But when HtmlString is modified to carry encode metadata, the encoder can be used for writing. This is a perf optimization and hence not a part of this change.
- Making TagHelperContent implement IHtmlContent.
2015-07-10 16:24:32 -07:00
Mugdha Kulkarni
933a13608f
Adding fix for 2756 and test cases. Skipping the test cases for 2793.
2015-07-10 15:58:36 -07:00
sornaks
ec5d1b4f4a
Merge branch 'htmlcontentpart1' into dev
2015-07-10 15:45:48 -07:00
sornaks
6a7cd0f490
Making TagHelperContent implement IHtmlContent.
2015-07-10 15:44:22 -07:00