Commit Graph

37701 Commits

Author SHA1 Message Date
Ajay Bhargav Baaskaran eb17453322 Merge branch 'ajbaaska/service-desc-cleanup' into dev 2016-08-02 19:22:38 -07:00
BrennanConroy 7704ddfc7f Update .travis.yml 2016-08-02 13:16:23 -07:00
BrennanConroy 0de846182b Update .travis.yml 2016-08-02 13:15:53 -07:00
BrennanConroy c86bf2cda7 Update .travis.yml 2016-08-02 13:15:30 -07:00
BrennanConroy cbe53312d4 Update .travis.yml 2016-08-02 13:15:00 -07:00
BrennanConroy c703551772 Update .travis.yml 2016-08-02 13:14:37 -07:00
BrennanConroy 0d15c62754 Update .travis.yml 2016-08-02 13:13:37 -07:00
BrennanConroy eaa8a0a91c Update .travis.yml 2016-08-02 13:13:20 -07:00
BrennanConroy c7074a42e7 Update .travis.yml 2016-08-02 13:11:14 -07:00
BrennanConroy 6d5999c0df Update .travis.yml 2016-08-02 13:10:58 -07:00
BrennanConroy 3c445638a9 Update .travis.yml 2016-08-02 13:10:39 -07:00
BrennanConroy 47e8e49de8 Update .travis.yml 2016-08-02 13:10:23 -07:00
BrennanConroy 00cd01ba54 Update .travis.yml 2016-08-02 13:09:51 -07:00
BrennanConroy 33dbd6d78b Update .travis.yml 2016-08-02 13:09:20 -07:00
BrennanConroy 6c56f1df28 Update .travis.yml 2016-08-02 13:09:06 -07:00
BrennanConroy 3a3405cf43 Update .travis.yml 2016-08-02 13:08:50 -07:00
BrennanConroy 4bca8c109f Update .travis.yml 2016-08-02 13:08:34 -07:00
BrennanConroy 8b25152a67 Update .travis.yml 2016-08-02 13:07:33 -07:00
BrennanConroy 8e7eb5d99e Update .travis.yml 2016-08-02 13:07:17 -07:00
BrennanConroy d43f9387a6 Update .travis.yml 2016-08-02 13:06:19 -07:00
BrennanConroy 882e790bff Update .travis.yml 2016-08-02 13:05:55 -07:00
BrennanConroy f7e95751d8 Update .travis.yml 2016-08-02 13:05:14 -07:00
BrennanConroy bb4f5420d3 Update .travis.yml 2016-08-02 13:05:01 -07:00
BrennanConroy 904427b33d Update .travis.yml 2016-08-02 13:04:27 -07:00
Cesar Blum Silveira 20c1bb567d Move TestConnection to the Microsoft.AspNetCore.Testing namespace. 2016-08-02 12:47:06 -07:00
Cesar Blum Silveira 5876e1983a Move TestConnection to shared directory. 2016-08-02 12:30:53 -07:00
Cesar Blum Silveira 138f23b246 Remove TestServer dependency from TestConnection. 2016-08-02 12:26:17 -07:00
Justin Kotalik a62e327c23 IIS UrlRewrite parsing. 2016-08-01 15:39:28 -07:00
jacalvar b56cab6414 Merge branch 'rel/1.0.1' into dev 2016-08-01 14:16:58 -07:00
Kiran Challa 52d9c0b336 Added outline to buttons in developer exception page 2016-08-01 13:27:38 -07:00
Chris R 484955f83e Make MessagePump constructor public for DI 2016-08-01 13:23:55 -07:00
jacalvar f0732e9e21 [Fixes #5038] HTTP Verbs mapping error GET and DELETE
When an action contained an attribute derived from HttpMethodAttribute,
doesn't specify an attribute route and there is also another attribute
extending HttpMethodAttribute that has a route defined on it; we ignored
the HttpMethodAttribute attribute without a defined route when building
the set of action selectors for the method.

This caused the resulting action to be unbounded and to accept requests
for other verbs not associated with it. The root cause of the problem was
that attributes override equality and do a field by field comparison but
ignore fields in the base classes of the type, so if an attribute is part
of a class hierarchy (like Http*Attributes) there might be two different
attributes that get considered equal.

The fix for the problem has been to change using Contains on a couple of
collections (that uses the equals method on the underlying object) and
check for the existence of the attribute on the collection directly by
using reference equality.
2016-08-01 12:49:23 -07:00
Mike Harder 4ece3f4b68 Change "String." to "string." to match coding convention 2016-08-01 11:09:31 -07:00
N. Taylor Mullen fc4a61586e Obsolete `EditorHints`.
- For tests added grouped pragma warning disables to not pollute the test files with too many duplicate warning disable/restores.

#780
2016-08-01 11:08:03 -07:00
Ryan Nowak e77dc3af6a Implement manual state machine 2016-08-01 10:38:46 -07:00
N. Taylor Mullen d60ed06c19 Add link tag attributes to generated fallback tags.
- Updated functional tests and link tag script to include modified extra attributes content.

#4084
2016-07-29 16:30:56 -07:00
Chris R 235ac59551 API cleaup, organization 2016-07-29 15:19:44 -07:00
Kristian Hellang 8d1e419a99 Added ObsoleteAttribute to unused ViewEngine property
Fixes #5066
2016-07-29 15:19:43 -07:00
Kiran Challa 22492ed752 [Fixes #319] It is not possible to copy text to clipboard from error message on development page. 2016-07-29 14:57:38 -07:00
Hao Kung 137e18f39d Add test 2016-07-29 13:26:36 -07:00
Hao Kung 2a6ab2be8c Add UpdateTokenValue API 2016-07-29 13:26:25 -07:00
Ajay Bhargav Baaskaran 1ad5d0e317 var cleanup 2016-07-28 17:29:06 -07:00
Ajay Bhargav Baaskaran 3733b53700 Removed unnecessary methods in DataProtectionServiceDescriptors 2016-07-28 17:17:27 -07:00
Ryan Brandenburg c16fc06cb9 Modify warning about policy behavior (#924) 2016-07-28 16:55:08 -07:00
Stephen Halter 00a540dcb8 Merge branch 'benaadams/more-block-collect-info' into dev 2016-07-28 16:51:35 -07:00
Stephen Halter 5d6da35cb9 Add test verifying a chunked response can be written manually 2016-07-28 16:43:23 -07:00
Ryan Brandenburg 27a641f4bf Only create filters for models that need them (#5044) 2016-07-27 16:36:26 -07:00
John Luo d204adafd2 Add CI status to readme 2016-07-27 14:58:58 -07:00
jacalvar 7a3f24d49d [Fixes #4960] Action results returned from controller actions rendered as json instead of executed 2016-07-27 14:42:46 -07:00
Derek f3f2bcdbb5 Update comments to reflect the correct default values for HtmlDateRenderingMode (#4997) 2016-07-27 13:20:12 -07:00