Commit Graph

869 Commits

Author SHA1 Message Date
Chris Ross (ASP.NET) d20d47924c Add HostString.MatchesAny #2863 2018-02-13 14:40:14 -08:00
ASP.NET CI f152b9863a Update dependencies.props
[auto-updated: dependencies]
2018-02-11 12:24:40 -08:00
ASP.NET CI 271612a899 Update dependencies.props
[auto-updated: dependencies]
2018-02-09 11:43:21 -08:00
Doug Bunting 7b9da556fb Add `HttpRequestRewindExtensions`
- aspnet/Home#2684
- makes the `BufferingHelper` methods used in MVC and WebHooks `public`
2018-02-06 22:11:06 -08:00
David Fowler 816ecf5cda
Reduce the amount of argument checking by flattening the call graph. (#995) 2018-02-06 10:26:56 -08:00
Robert Miles 672a5f3c76 Allow null value in query string KVP per RFC 3986 (#994)
* Allow null value in query string KVP per RFC 3986

* Tweaks per PR suggestions

* Tweaks per PR suggestions, round 2

* Tweaks per PR suggestions, round 3
2018-02-05 20:25:53 -08:00
Kristian Hellang 450900d14c Added protected ctor to AuthenticationSchemeProvider (#990) 2018-02-05 13:43:55 -08:00
ASP.NET CI 51a7e83a23 Update dependencies.props
[auto-updated: dependencies]
2018-02-03 02:46:21 +00:00
Hossam Barakat 9119433ab7 Add the middleware name to the exception message UseMiddlewareNoInvokeMethod (#993)
Addresses #927
Addresses aspnet/Home#2692
2018-02-01 06:22:08 -08:00
ASP.NET CI fd385a3c54 Update dependencies.props
[auto-updated: dependencies]
2018-02-01 03:30:18 +00:00
Mikael Mengistu e8d69911fd
Adding Http2 headers to HeaderNames class (#992) 2018-01-31 11:55:43 -08:00
David Fowler 6cd313fcfa
Revert "Change MiddlewareFactory to type activate IMiddleware as a fallback (#988)" (#991)
This reverts commit 44d5bf074f.
2018-01-30 10:28:52 -08:00
Michael Hawkins 9f64c69a2a Disambiguates IFormFile name docs (#935) 2018-01-28 14:27:47 -08:00
Ryan Brandenburg 2326783a04 Have definitive values for TheoryData 2018-01-25 14:44:47 -08:00
David Fowler 44d5bf074f
Change MiddlewareFactory to type activate IMiddleware as a fallback (#988)
- This eases the transition and learning when you discover there's
an interface for middleware.
2018-01-25 13:51:54 -08:00
Pranav K 2f109938d2 Updating version to preview2 2018-01-24 15:00:27 -08:00
Pranav K abe1bd8b16 Merge branch 'release/2.1' into dev 2018-01-23 15:49:22 -08:00
Pranav K 345c4254d3 Branching for 2.1.0-preview1 2018-01-23 15:31:13 -08:00
ASP.NET CI 6558c2bd07 Update dependencies.props
[auto-updated: dependencies]
2018-01-06 14:44:37 -08:00
Chris Ross (ASP.NET) ce69341265 Add ITrackingConsentFeature.CreateConsentCookie 2018-01-05 12:04:50 -08:00
ASP.NET CI 2803541f53 Update dependencies.props
[auto-updated: dependencies]
2018-01-04 01:12:47 +00:00
Eilon Lipton 524a0227e5
Create ISSUE_TEMPLATE.md 2018-01-02 13:55:20 -08:00
Chris Ross (ASP.NET) 63c2f43ce5 AuthenticationProperties code cleanup 2018-01-02 11:30:45 -08:00
ASP.NET CI b2a87f1b1a Update dependencies.props
[auto-updated: dependencies]
2017-12-31 21:06:12 +00:00
Chris Ross 32bfa03875
Fix comment and exception typos. (#983) 2017-12-28 08:35:04 -08:00
Chris Ross (ASP.NET) ac702f6818 Add the cookie IsEssential flag and feature 2017-12-27 13:28:12 -08:00
lundog 9aaaefbb1b Initialize RequestCookieCollection case insensitive (#981)
* Initialize RequestCookieCollection case insensitive

* Call RequestCookieCollection constructor directly
2017-12-22 11:55:06 -08:00
user1336 db3c3ba589 Ensure HeaderDictionary store is initialized consistently (#979) 2017-12-21 08:50:32 -08:00
Justin Kotalik 150bb3faf4
Add BindingAddress to HttpAbstractions (#977) 2017-12-18 18:40:11 -08:00
ASP.NET CI d104129d57 Update dependencies.props
[auto-updated: dependencies]
2017-12-18 17:04:45 -08:00
ASP.NET CI 4fdeeb3131 Update dependencies.props
[auto-updated: dependencies]
2017-12-13 20:50:13 +00:00
ASP.NET CI 2476c44762 Update dependencies.props
[auto-updated: dependencies]
2017-12-10 12:48:59 -08:00
Ryan Brandenburg cb6cf16b7a Update bootstrappers 2017-12-01 12:28:18 -08:00
Luke Latham 940c71eaf8 Correct spelling in summary (#975) 2017-11-30 13:51:33 -08:00
Pranav K 24acad7b90 Specify runtime versions to install 2017-11-29 14:09:26 -08:00
Pranav K 1e0655c52a Replace aspnetcore-ci-dev feed with aspnetcore-dev 2017-11-21 15:47:52 -08:00
Nate McMaster 9f2cb49ac1 Use MSBuild to set NuGet feeds instead of NuGet.config 2017-11-20 12:15:57 -08:00
Pranav K 93d96e17b7 Use MicrosoftNETCoreApp21PackageVersion to determine the runtime framework in netcoreapp2.1 2017-11-17 13:00:25 -08:00
Chris Ross 476333771c
#955 Print available scheme names in exception message for invalid scheme (#961) 2017-11-16 09:17:57 -08:00
Pranav K 231f3a44b1 Update samples and tests to target netcoreapp2.1 2017-11-13 15:13:10 -08:00
Chris Ross 3e3772eecd
Implement read-only HeaderDictionary (#958) 2017-11-06 20:03:49 -08:00
azechi f287c46bad Fix exception message for AuthenticationScheme (#960) 2017-11-06 18:38:01 -08:00
Chris Ross e2dcbea4ec
#907 Clarify the encoding requirements for Response.Redirect. (#956) 2017-11-03 15:52:59 -07:00
Nate McMaster c0f937239a Pin tool and package versions to make builds more repeatable
Part of aspnet/Universe#575
2017-11-01 09:32:44 -07:00
Ryan Brandenburg a491f48fc8 Add RepositoryRoot 2017-10-18 09:39:31 -07:00
Jonathan 75a7552360 Add Referer to GetTypedHeaders (#949)
* Add a Referer property

* Add Uri to KnownParsers

* Add property for Origin

* Add Origin

* Encode the URI

From feedback from Tratcher

* Inline the var 'out' declaration

* Remove Origin

Since it does not cleanly map to a Uri object since it can contain multiple values.

* Took back that whitespace

* Reverted

* Add using for UriHelper.Encode
2017-10-12 11:00:23 -07:00
Jonathan 01b4530fa7 Add Content-Security-Policy (#950)
* Add Content-Security-Policy

* Add Content-Security-Policy-Report-Only

* Fix previous edit
2017-10-11 21:30:29 -07:00
Ryan Brandenburg beffc94826 Update bootstrappers 2017-10-09 12:42:32 -07:00
Jonathan badaa7393b Add header names for CORS (#951) 2017-10-09 11:58:37 -07:00
Nate McMaster 8dc80c54ad Minor test code changes to resolve xUnit2013 build error 2017-10-05 17:13:26 -07:00