Commit Graph

27752 Commits

Author SHA1 Message Date
Murat Girgin 703fa4279e Initial commit 2015-05-15 10:01:00 -07:00
Chris R 06d3333ed3 React to CoreCLR dependency changes. 2015-05-15 09:59:42 -07:00
Pranav K 0d3c29f46a Reacting to CoreCLR package updates 2015-05-15 09:57:18 -07:00
Pranav K f180bd9900 Reacting to updated CoreCLR packages 2015-05-15 08:59:23 -07:00
Troy Dai d89f5d0f47 Move comment into Startup.cs 2015-05-14 22:41:41 -07:00
Chris R 99ea4fed8a #176 Add Clone() to MediaTypeHeaderValue and NameValueHeaderValue. 2015-05-14 22:23:12 -07:00
Harsh Gupta 22f1881cc6 Restoring modelvalidation node. 2015-05-14 18:38:26 -07:00
Kirthi Krishnamraju 8b5223518f Fix 2224: [Jsonpatch]Added tests for custom converters on properties 2015-05-14 17:18:42 -07:00
Eilon Lipton 03aa1ee107 Merge pull request #58 from henkmollema/patch-1
Reference to ASP.NET 5 instead of vNext in README
2015-05-14 16:24:38 -07:00
Ajay Bhargav Baaskaran 39642761b1 Added overload to ViewComponent.Json to accept JsonSerializerSettings 2015-05-14 15:45:41 -07:00
Ryan Nowak 7767251dad Adding some deserialization to a test for SerializableError 2015-05-14 15:38:50 -07:00
Eilon Lipton f008483b03 Merge pull request #256 from henkmollema/patch-1
Reference to ASP.NET 5 instead of vNext in README
2015-05-14 14:56:17 -07:00
Smit Patel c6c5c94971 React to EF: changes in ModelSnapshot 2015-05-14 14:01:06 -07:00
Ryan Nowak cc4ee1068d Fix #2414 Part 2 - Add [DefaultValue(...)] support to the invoker for
action parameters
2015-05-14 13:58:02 -07:00
Ryan Nowak 3f2ec7c046 Add project.lock.json to the .gitignore 2015-05-14 12:31:16 -07:00
Doug Bunting 70486710ea Quick fix: Add `System.Runtime.Serialization.Primitives` dependency
- tests failing
- root cause is likely similar to reason MVC Core has same dependency
 - something must have changed in the framework packages without manifest fixes
2015-05-14 10:47:39 -07:00
Ryan Nowak 2fc983b23a Fix for #2414 - Remove [DefaultValue] support from ModelBinding
This part of the change removes default value support from ModelBinding.

Updated some unit tests to verify that it does nothing in that case.
Deleted a functional test as it was pure duplication of another
(supported) case where the property has a pre-initialized value.
2015-05-13 20:03:23 -07:00
Hao Kung 1ea1cc4338 AuthorizeFilter should always set default identity 2015-05-13 16:39:35 -07:00
N. Taylor Mullen 8ec28463fc Update .travis.yml to use working version of mono.
- Non 3.12.0 versions cause unexpected end of file stream exception.
2015-05-13 16:34:20 -07:00
N. Taylor Mullen add8b07d32 Fix travis. 2015-05-13 16:30:17 -07:00
Ryan Nowak 90805fa827 Pass InputFormatters in OBC
This removes the need to use IScopedInstance<ActionBindingContext> to get
access to the formatters.
2015-05-13 16:02:34 -07:00
damianedwards 2431e1a542 Move CultureInfoCache into its own package. 2015-05-13 15:50:00 -07:00
Ajay Bhargav Baaskaran 7bd338fc4a [Fixes #266] Maintain HTML provided case for TagHelper attributes 2015-05-13 15:27:38 -07:00
Eilon Lipton 4b1a708ba1 Merge pull request #2398 from henkmollema/fix-1743
Added new ValidationSummary overloads to sample
2015-05-13 15:15:36 -07:00
Kiran Challa 4bed2e6f2b [Fixes #2545] RedirectToRouteResult doesn't use RouteName property when calculating destination URL 2015-05-13 12:35:25 -07:00
Ajay Bhargav Baaskaran 4d80c96f9c [Fixes #50] Removed unnecessary whitespaces before text tag 2015-05-13 10:55:52 -07:00
Kirthi Krishnamraju da740cd6a8 fix #2535: Timezone test failure in Microsoft.AspNet.Mvc.Core.Tests 2015-05-13 10:06:26 -07:00
Henk Mollema b4299f3a67 Reference to ASP.NET 5 instead of vNext in README 2015-05-13 17:08:38 +02:00
Henk Mollema 4ec81538b9 Reference to ASP.NET 5 instead of vNext in README 2015-05-13 16:43:15 +02:00
David Fowler 8c58f7ac1a Print started 2015-05-12 18:32:53 -07:00
Ajay Bhargav Baaskaran c680d6b953 [Fixes #183] Fix error with double transition in value attribute 2015-05-12 17:59:22 -07:00
N. Taylor Mullen d6cb4229a9 React to rewriter bad merge. 2015-05-12 17:50:41 -07:00
Hao Kung 468852550c Tweak SecurityHelper.AddUserPrincipal logic 2015-05-12 15:49:49 -07:00
Hao Kung b2318bc471 React to security API changes 2015-05-12 15:12:06 -07:00
mikary e3bccdb3b1 Support single threaded running of specific test projects through environment 2015-05-12 14:37:47 -07:00
Troy Dai a1422fa51b Update project.json in test 2015-05-12 14:15:20 -07:00
Troy Dai 16c5addf79 Remove comments from project.json 2015-05-12 14:11:22 -07:00
Kirthi Krishnamraju caa8ea44fb Fix #448: Support app-wide defaults for HTML helpers 2015-05-12 14:10:59 -07:00
Troy Dai 6676651e54 Remove comments from project.json 2015-05-12 14:04:15 -07:00
Troy Dai 538e1d6a8b Remove comments from project.json 2015-05-12 13:58:52 -07:00
Hao Kung 17deab142d AuthZ: Sugar to make resource parameter optional 2015-05-12 13:57:23 -07:00
Hao Kung bb2e12a8e6 Add sugar for UseClaimsTransformation 2015-05-12 13:52:32 -07:00
Eilon Lipton e84f35bc2d Update Home master -> Home dev 2015-05-12 11:53:44 -07:00
Eilon Lipton 9b07b0cddc Update Home master -> Home dev 2015-05-12 11:53:38 -07:00
Eilon Lipton 805dc3f25b Update Home master -> Home dev 2015-05-12 11:53:31 -07:00
Eilon Lipton 77d689f0bd Update Home master -> Home dev 2015-05-12 11:50:38 -07:00
Eilon Lipton 08fe616c1c Update Home master -> Home dev 2015-05-12 11:50:16 -07:00
Eilon Lipton a4a37b2f0f Update Home master -> Home dev 2015-05-12 11:49:57 -07:00
Eilon Lipton 844e91d69d Update Home master -> Home dev 2015-05-12 11:49:51 -07:00
Eilon Lipton 2c9856d4da Update Home master -> Home dev 2015-05-12 11:49:45 -07:00