Commit Graph

40898 Commits

Author SHA1 Message Date
Brennan b1c2447073 Update dnvm 2015-10-26 14:12:16 -07:00
Chris R 2f4c34476b #411 Use "webroot" instead of "hosting:webroot" 2015-10-26 13:43:00 -07:00
ASP.NET Push Bot bf8d6caff7 ⬆️ dnvm.ps1, dnvm.cmd, dnvm.sh
Source: aspnet/dnvm@e01de426d8
2015-10-26 13:26:45 -07:00
Pavel Krymets 54af2c339f Rename Microsoft.Runtime.Abstractions to Microsoft.Extensions.PlatformAbstractions 2015-10-26 13:22:55 -07:00
Kirthi Krishnamraju 14881cbae8 Remove CultureInfoGenerator from NugetPackageVerifier 2015-10-26 11:59:23 -07:00
Stephen Halter fb01ea3918 Consume the full request body when the app does not 2015-10-26 11:13:07 -07:00
Scott Addie 92afcaa9f7 Fix small issues in Mvc.js 2015-10-26 10:52:43 -07:00
Hisham Bin Ateya bb83bd27cb Fix docs 2015-10-26 10:24:25 -07:00
Rowan Miller c35afcc1a8 💚 Prepare for IAccessor API change in EF
IAccessor is being renamed to IInfrastructure. The places we use it in
this repo can actually use an extension method instead and avoid the
cast, so updating to that.
2015-10-26 10:10:30 -07:00
Chris R 52796a09a2 #434 Make sure IApplicationLifetime gets added even if startup throws. 2015-10-26 08:59:47 -07:00
Chris R 0107ba005b One more line. 2015-10-25 09:12:55 -07:00
Chris R 8e1a0768db Remove IHttpContextFactory, it was moved to HttpAbstractions. 2015-10-25 09:12:33 -07:00
Stephen Halter 094b8efbf8 Properly handle headers with empty values 2015-10-25 01:40:22 -07:00
あまみや ゆうこ b5bfdde194 remove Microsoft.AspNet.Server.IIS from sample 2015-10-25 01:17:57 +08:00
Pranav K 0fedda5855 Allow enums to be serialized by SessionStateTempDataProvider
Fixes #3141
2015-10-24 08:16:19 -07:00
あまみや ゆうこ 38818a1033 Remove Microsoft.AspNet.Server.IIS from test Websites 2015-10-24 08:04:00 -07:00
David Fowler 327589d41e Fixed ifdefs 2015-10-24 01:07:01 -07:00
David Fowler 0c064dfb6c Generations and vanilla .NET Framework support 2015-10-23 23:21:08 -07:00
John Luo 018f3d1815 Renaming HttpContextFactory Create method 2015-10-23 21:58:22 -07:00
John Luo f931cb7c6d Moving httpcontextfactory to AspNet.Http.Abstractions 2015-10-23 21:49:52 -07:00
Hisham Bin Ateya c79e8e8886 Remove CultureInfoGenerator 2015-10-24 04:36:46 +03:00
Ryan Nowak 1b232a27cb React to breaking changes in StringValues 2015-10-23 17:00:28 -07:00
Ryan Nowak 68f1a45ea7 Fix breaking change from stringvalues 2015-10-23 15:43:50 -07:00
Ryan Nowak ec2abc8ae0 Add logging of elapsed time for the action. 2015-10-23 15:35:31 -07:00
Chris R 57a64298c0 #485 OIDC RequireHttpsMetadata 2015-10-23 15:33:48 -07:00
Victor Hurdugaci 37f19b4789 Improve logging and add more messages 2015-10-23 15:28:46 -07:00
Troy Dai 52f4fa91e3 Unescape string in memory
1. In place unescape;
1. UTF-8 verification;
2. MemoryPoolIterator2.Put
3. Tests
2015-10-23 15:26:59 -07:00
Ryan Nowak cea8d019f1 Add logging and scope for ViewComponent 2015-10-23 15:25:00 -07:00
Ryan Nowak 9c9cf3d314 React to break change in StringValues 2015-10-23 15:13:30 -07:00
Ryan Nowak f88631efb3 React to breaking changes in StringValues 2015-10-23 15:05:09 -07:00
Hao Kung 204ab0b860 Fix build break 2015-10-23 14:56:17 -07:00
Doug Bunting 1c7af0de6c Improve `[HtmlTargetElement]` doc comments
- #562
2015-10-23 14:48:13 -07:00
Ryan Nowak 0a563be9e9 React to breaking changes in StringValues 2015-10-23 14:46:48 -07:00
Hao Kung 1d2c6ba122 Cookies no longer redirects for AJAX requests 2015-10-23 14:39:42 -07:00
Louis DeJardin f37375f43c Reduce logging overhead in hosting
* TraceIdentifier is done at the last moment, or not at all
* Request starting and finished messages are added
* This pair provide many of the top-level values that you would have
  found in server log files.
2015-10-23 14:22:58 -07:00
Pranav K a20b3e6e37 React to Testing changes 2015-10-23 14:12:21 -07:00
Ajay Bhargav Baaskaran eb398c811d Added LocalRedirectresult
- Fixes #3346
- Added helper method in controller
- Added relevant tests
2015-10-23 12:58:41 -07:00
Ajay Bhargav Baaskaran b6d7012c27 [Fixes #3279] Added DiagnosticSource for filters 2015-10-23 12:53:00 -07:00
Ajay Bhargav Baaskaran 624c918de5 [Fixes #3274] Added DiagnosticsSource for ViewComponent 2015-10-23 12:51:12 -07:00
Chris R 56256a013b #430 Move Program.Main into WebApplication.Run. 2015-10-23 09:43:59 -07:00
Pavel Krymets eb302bf359 Rename Microsoft.Runtime.Abstractions to Microsoft.Extensions.PlatformAbstractions 2015-10-23 08:34:00 -07:00
Ryan Nowak bcde82cf62 Use buffer pooling in IOutputFormatters 2015-10-23 08:10:30 -07:00
David Fowler 460b9bcac1 Exclude facade from .NET 4.5.1 target 2015-10-23 05:04:51 -07:00
David Fowler d56e2fe59b Removed whitespace 2015-10-23 03:11:50 -07:00
David Fowler fa72b35883 More granualr null checks for platform services 2015-10-23 02:59:50 -07:00
David Fowler e89840bac8 React to DNX changes 2015-10-23 02:46:29 -07:00
David Fowler 812609843f Removed unused using 2015-10-23 02:10:08 -07:00
David Fowler 151b0f3a16 Fixed remaining namespace changes 2015-10-23 01:50:35 -07:00
Kirthi Krishnamraju 9658060019 React to aspnet/Localization#111 2015-10-23 01:47:29 -07:00
Marc Climent 53fd5b5f54 Allow defaults to be null when constructiing TemplateMatcher 2015-10-23 09:51:47 +02:00