Commit Graph

44299 Commits

Author SHA1 Message Date
Harsh Gupta ac908d405e Removing ModelMetadataProvider.GetModelMetadataForParameters 2015-03-19 16:42:54 -07:00
Ajay Bhargav Baaskaran fa40fe6e46 Fix build break 2015-03-19 16:16:18 -07:00
Ajay Bhargav Baaskaran 7b468344c0 [Fixes #169] Await TagHelper generated objects 2015-03-19 16:08:07 -07:00
Ajay Bhargav Baaskaran d166517dd6 React to aspnet/Razor#169 changes 2015-03-19 15:58:00 -07:00
Ajay Bhargav Baaskaran 9c1e2f54a5 [Fixes #2157] Added additional functional tests for TempData 2015-03-19 15:55:23 -07:00
Hao Kung 7e3db8935e Fix views 2015-03-19 15:55:13 -07:00
Hao Kung bfede03e7c React to identity changes 2015-03-19 15:41:10 -07:00
Hao Kung 01ac7f770a React to identity changes 2015-03-19 15:40:31 -07:00
Hao Kung a6bf4029aa Move extensions IPrincipal => ClaimsPrincipal
Fixes https://github.com/aspnet/Identity/issues/395
2015-03-19 15:24:20 -07:00
Hao Kung 4162a8ce89 React to hosting 2015-03-19 12:44:25 -07:00
Hao Kung 226257020b React to hosting 2015-03-19 12:11:02 -07:00
Kiran Challa ab31be20ed Fix tests to work on CoreClr (this does not fix the Xml tests failures) 2015-03-19 11:52:29 -07:00
Hao Kung aae2e630b4 Fix samples 2015-03-19 11:43:03 -07:00
Hao Kung fa95120dde React to hosting 2015-03-19 11:38:20 -07:00
Hisham Abdullah Bin Ateya e68de43bce Using 'nameof' operator instead of magic strings 2015-03-19 21:37:35 +03:00
Hao Kung 352edcd7fe Remove configuration from AddDirectoryBrowser 2015-03-19 11:32:14 -07:00
Hao Kung e7b0a76db9 React to hosting 2015-03-19 11:28:06 -07:00
Hao Kung b66b2df264 React to hosting 2015-03-19 11:22:22 -07:00
Hao Kung 7fe9aceb19 React to hosting 2015-03-19 11:20:23 -07:00
Hao Kung 268af34244 React to hosting changes 2015-03-19 11:11:54 -07:00
Hao Kung 4b5dd199ca React to hosting changes 2015-03-19 11:07:25 -07:00
Hao Kung 776593ec71 React to hosting changes 2015-03-19 11:04:33 -07:00
Levi B 794f60b104 Fix content path for config transform
This forces installation failure in a 4.5 project.
2015-03-19 11:00:05 -07:00
Hao Kung 19b75b688a Rework hosting
- IStartupFilter support
- Rework HostingEngine
- AutoRequestScope by default via (IStartupFilter)
- RIP RequestContainer
2015-03-19 10:57:34 -07:00
Harsh Gupta 015edefa96 Cors Support in MVC. 2015-03-18 19:37:00 -07:00
Kiran Challa ee4ffea294 [Fixes #2190] Remove GetSupportedContentTypes method from IOutputFormatter and move to a separate metadata interface 2015-03-18 16:13:14 -07:00
Levi B d2def94712 Reliability: Tweak comparison in key revocation checks 2015-03-18 15:15:58 -07:00
ASP.NET Push Bot be2f67f206 ⬆️ dnvm.ps1, dnvm.cmd, dnvm.sh
Source: AspNet/kvm@f5f8e1a9d5
2015-03-18 15:07:52 -07:00
Praburaj 6086bb0a62 Fixing the OpenIdConnect sample 2015-03-18 15:04:58 -07:00
N. Taylor Mullen bd14c064e9 Fix DNX naming issue for 'k test'.
- This re-enables CoreCLR testing when running build.cmd.
2015-03-18 13:35:59 -07:00
Praburaj 9faa6f8230 Copying the AspNet.Loader.dll only on non-kpm bundle scenario 2015-03-18 11:38:03 -07:00
Levi B fd08325918 Skip registry checks on non-Windows platforms 2015-03-18 10:42:09 -07:00
Praburaj 777e6950fd Changing project.json code node => compile 2015-03-18 10:16:06 -07:00
Harsh Gupta 55af12b620 Fixing break 2015-03-18 10:12:25 -07:00
Harsh Gupta 57f22197a9 Enable and Disable Interface renames 2015-03-18 10:08:45 -07:00
Harsh Gupta da6a4f2ab7 Adding Cors Middleware. 2015-03-18 09:44:23 -07:00
Levi B 8592b2e7b1 React to DataProtection changes. 2015-03-17 22:09:53 -07:00
Levi B ca840d3711 Code cleanup in KeyDerivation
- Rename PRF members to be HMAC functions (which is technically correct)
- Use NotNullAttribute where possible
2015-03-17 22:03:43 -07:00
N. Taylor Mullen 52c1c20967 React to HtmlElementName rename to TargetElement.
aspnet/Razor#311
2015-03-17 22:03:11 -07:00
N. Taylor Mullen 4345b06e88 Add tests to validate TagHelper attribute targeting.
- Added tests to validate TargetElementAttribute, TagHelperDescriptorFactory, CSharpTagHelperCodeRenderer and TagHelperParseTreeRewriterTests.
- Renamed HtmlElementNameAttributeTest to TargetElementAttributeTest.

#311
2015-03-17 21:48:54 -07:00
N. Taylor Mullen d22246f636 Add TagHelper attribute targeting.
- Transitioned HtmlElementNameAttribute into a more generic TargetElementAttribute. Targeting an HTML element can be done by attribute, tag or both.
- Updated TagHelperDescriptor to track required attributes.
- Updated TagHelperProvider to ask for provided attributes when resolving TagHelperDescriptors, this is used to apply RequiredAttributes.
- Updated TagHelperParseTreeRewriter to properly track HTML elements that coincide with a TagHelper scope based on the presence of RequiredAttributes.

#311
2015-03-17 21:45:41 -07:00
Levi B 271ec1bd4b Move IApplicationDiscriminator to Infrastructure namespace 2015-03-17 20:56:58 -07:00
Ajay Bhargav Baaskaran db08329637 fix build break 2015-03-17 17:57:02 -07:00
Praburaj 33e3c944d0 Reenabling the tests
Bug https://github.com/aspnet/HttpAbstractions/issues/231 is fixed
2015-03-17 17:55:13 -07:00
Levi B 1e9d57f80c UrlEncoder should always encode the U+003A COLON character
Provides extra defense-in-depth in case an application is using this API to encode a relative URL, otherwise the part before the colon could inadvertently be treated as a scheme.
2015-03-17 17:19:20 -07:00
Ajay Bhargav Baaskaran fc9e1caf43 [Fixes #1331] Register object for dispose in ObjectResult and
FileStreamResult
2015-03-17 17:04:05 -07:00
Ajay Bhargav Baaskaran 39b8d204fd React to aspnet/HttpAbstractions#160 - Implemented OnResponseCompleted 2015-03-17 16:22:47 -07:00
Ajay Bhargav Baaskaran de44c3be99 React to aspnet/HttpAbstractions#160 - Implementing OnResponseCompleted in TestHost 2015-03-17 16:10:05 -07:00
Levi B 22927ec289 Add simple file-based provider instantiation APIs 2015-03-17 15:36:58 -07:00
Levi B 84490846b6 Move time-limited data protector to Extensions project 2015-03-17 14:52:15 -07:00