Commit Graph

44213 Commits

Author SHA1 Message Date
Wei Wang 24e68d81ea Change SKIP_DOTNET_INSTALL to SKIP_KRE_INSTALL 2015-01-28 18:31:11 -08:00
Wei Wang 6367c0d249 Update build.cmd and build.sh to use kvm 2015-01-28 18:30:59 -08:00
Wei Wang 9743b590ab Merge branch 'release' of github.com:aspnet/Security into release 2015-01-28 18:30:29 -08:00
Wei Wang edc0aef067 Change SKIP_DOTNET_INSTALL to SKIP_KRE_INSTALL 2015-01-28 18:28:47 -08:00
Wei Wang fe2c5c5288 Update build.cmd and build.sh to use kvm 2015-01-28 18:28:28 -08:00
Wei Wang 95b91a60d4 Merge branch 'release' of github.com:aspnet/Routing into release 2015-01-28 18:27:58 -08:00
Wei Wang 211dc7d9d8 Change SKIP_DOTNET_INSTALL to SKIP_KRE_INSTALL 2015-01-28 18:27:12 -08:00
Wei Wang 7ae470539f Update build.cmd and build.sh to use kvm 2015-01-28 18:26:45 -08:00
Wei Wang ba387a3a22 Merge branch 'release' of github.com:aspnet/Razor into release 2015-01-28 18:25:49 -08:00
Wei Wang e81f4a8e22 Change SKIP_DOTNET_INSTALL to SKIP_KRE_INSTALL 2015-01-28 18:24:23 -08:00
Wei Wang ae7d7daa99 Update build.cmd and build.sh to use kvm 2015-01-28 18:24:07 -08:00
Wei Wang 58b5445215 Merge branch 'release' of github.com:aspnet/Mvc into release 2015-01-28 18:23:42 -08:00
Wei Wang 9800bc82bd Change SKIP_DOTNET_INSTALL to SKIP_KRE_INSTALL 2015-01-28 18:21:41 -08:00
Wei Wang 7fe1b5041c Update build.cmd and build.sh to use kvm 2015-01-28 18:21:24 -08:00
Wei Wang 37eb84a840 Change SKIP_DOTNET_INSTALL to SKIP_KRE_INSTALL 2015-01-28 18:20:22 -08:00
Wei Wang ab257ed716 Update build.cmd and build.sh to use kvm 2015-01-28 18:20:06 -08:00
Wei Wang 0ce0423c24 Change SKIP_DOTNET_INSTALL to SKIP_KRE_INSTALL 2015-01-28 18:19:14 -08:00
Wei Wang ce5465e514 Update build.cmd and build.sh to use kvm 2015-01-28 18:18:05 -08:00
Wei Wang 8080826e4a Merge branch 'release' of github.com:aspnet/Identity into release 2015-01-28 18:17:25 -08:00
Wei Wang ae56486c6a Change SKIP_DOTNET_INSTALL to SKIP_KRE_INSTALL 2015-01-28 18:12:37 -08:00
Wei Wang c90a491821 Update build.cmd and build.sh to use kvm 2015-01-28 18:11:41 -08:00
Wei Wang c62c2b39c8 Merge branch 'release' of github.com:aspnet/HttpAbstractions into release 2015-01-28 18:10:45 -08:00
Wei Wang 89484cdffb Change SKIP_DOTNET_INSTALL to SKIP_KRE_INSTALL 2015-01-28 18:10:20 -08:00
Wei Wang 2535e30b12 Update build.cmd and build.sh to use kvm 2015-01-28 18:10:06 -08:00
Wei Wang 5fec478747 Merge branch 'release' of github.com:aspnet/Hosting into release 2015-01-28 18:09:34 -08:00
Pranav K 4db95e198f Merge remote-tracking branch 'origin/release' into dev 2015-01-28 18:00:24 -08:00
Pranav K ed2bf6cee9 Reacting to XRE renames 2015-01-28 17:59:20 -08:00
Wei Wang dd1f5ea42c Change SKIP_DOTNET_INSTALL to SKIP_KRE_INSTALL 2015-01-28 17:19:17 -08:00
Wei Wang 531447687e Update build.cmd and build.sh to use kvm 2015-01-28 17:19:01 -08:00
Wei Wang 28bca9e312 Merge branch 'release' of github.com:aspnet/Diagnostics into release 2015-01-28 17:18:24 -08:00
Wei Wang de6cbb05df Change SKIP_DOTNET_INSTALL to SKIP_KRE_INSTALL 2015-01-28 17:09:43 -08:00
Wei Wang 2435a2468d Update build.cmd and build.sh to use kvm 2015-01-28 17:09:19 -08:00
Wei Wang e1aee92472 Merge branch 'release' of github.com:aspnet/DataProtection into release 2015-01-28 17:08:35 -08:00
Ryan Nowak 42df4cf2ed Fix for #1538 and #1891
Changes here are all focused around MaxModelErrors on
ModelStateDictionary.

MaxAllowedErrors now defaults to 200 (same as options). This means that
constructing a new ModelStateDictionary with the default constructor will
use this default. There's a new constructor for creating a
MaxAllowedErrors with a non-default value.

The ControllerActionArgumentBinder is now responsible for setting the
value from options onto ActionContext.ModelState. This results in better
layering and guarantees the option is respected if someone uses
extensibility to call model binding.

ModelStateDictionary.CanAddErrors is renamed to MaxErrorsReached. We
wanted to change the behavior of this property, but realized that it's
very useful inside the model validation code, so opted to renamed.

There's also a bunch of doc cleanup inside ModelStateDictionary to
simplify things and improve clarity.
2015-01-28 16:53:28 -08:00
Wei Wang 6c55b360d0 Rename dotnetsdk to kvm 2015-01-28 16:31:17 -08:00
Anthony Sneed 4821108307 Add SerializerSettings property to Xml DataContractSerializer input and output formatters. 2015-01-28 23:50:16 +01:00
Chris Ross 096a0bf298 #174 - Constants for status codes, lookup for reason phrases. 2015-01-28 13:57:12 -08:00
BrentSchmaltz 3483842ab7 Rollback of setting Principal on AuthenticationTicket.
adjust formating of messages.
2015-01-28 10:27:55 -08:00
Praburaj c3b4b6369e Some cleanup 2015-01-28 10:18:30 -08:00
Praburaj 4f32cb95fa Fixing some issues with OpenIdconnect E2E test
1. Adding notifications and verification for them.
2015-01-28 10:12:27 -08:00
NTaylorMullen 3e3dd0215d React to aspnet/Razor#94.
- Implemented ITagHelperinterface for TagCloudViewComponentTagHelper in the TagHelperSample.
2015-01-27 20:20:14 -08:00
N. Taylor Mullen a0574fb9be Add tests for TagHelper order control.
- Tested runtime run execution order control.

#94
2015-01-27 20:11:44 -08:00
NTaylorMullen 53d60159f9 Add order property to control TagHelper execution order.
- Added order property to the ITagHelper class. Lower values indicates higher execution priority.

#94
2015-01-27 20:11:42 -08:00
Praburaj 3ec5584c8c Adding an E2E flow for OpenIDC 2015-01-27 17:40:16 -08:00
Harsh Gupta 2d15f083da Porting few tests for JsonOutputFormatter 2015-01-27 16:48:54 -08:00
Kirthi Krishnamraju f1c62ef302 Fix for #1837 - Determine model type at runtime for TryUpdateModel and added a test 2015-01-27 16:36:47 -08:00
Kirthi Krishnamraju cbed666cba Added functionaltests for ModelMetadataType attribute and moved TryValidateModel tests actions to ValidationWebSite 2015-01-27 15:56:49 -08:00
Suhas Joshi bb3ac53833 Merge branch 'release' into dev 2015-01-27 14:44:32 -08:00
Ryan Nowak 08a578d01f Issue #1525 - Enhancements to ActionContext
- Adding a new constructor that takes ModelState.
 - Removing an extra constructor that's not needed
 - docs
 - test cleanup
2015-01-27 14:35:31 -08:00
Suhas Joshi 19de5f1be1 Fix for test hang issue 2015-01-27 10:06:14 -08:00