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
Henk Mollema
d6a3c3f83e
Add helper to register IHttpContextAccessor ( #947 )
2017-10-02 08:31:12 -07:00
Justin Kotalik
b0d91c17f1
Add Strict-Transport-Security header name ( #944 )
2017-09-29 15:14:46 -07:00
Chris R
321639b0eb
Add AuthenticationProperties to AuthenticateResult for failures.
2017-09-27 14:00:55 -07:00
Javier Calvarro Nelson
835ba2218a
Update API check baselines to 2.0
2017-09-25 11:41:36 -07:00
Justin Kotalik
44df557d49
Increase Minimum Version of Visual Studio to 15.3.0
2017-09-21 17:48:01 -07:00
Hao Kung
bab16971ae
Add comment for claims transform
2017-09-21 11:57:31 -07:00
Jonathan
5128efe0e8
Fix HTTP capitalization in comment ( #931 )
2017-09-12 22:19:52 -07:00
smarts
2b9516703b
Update comments to use correct class name. ( #937 )
2017-09-12 13:53:04 -07:00
Justin Kotalik
1e8a22dae3
NameValueHeaderValue Escaping/Unescaping quoted-strings and helpers ( #913 )
2017-08-30 14:03:12 -07:00
Nate McMaster
e5825641ce
Use PackageLineup to manage PackageReference versions
2017-08-29 12:43:13 -07:00
Nate McMaster
9c699f74b0
Use Directory.Build.props/targets
2017-08-29 12:41:50 -07:00
Justin Kotalik
e97e6546c2
Add structured syntax suffixes and facets to MediaTypeHeaderValue ( #921 )
2017-08-29 10:20:56 -07:00
Kiran Challa
ce68ec23c0
Using WebEncoders' Base64Url encode/decode functionality
2017-08-24 14:00:49 -07:00
Justin Kotalik
6657f4cf36
Adds MaxAge property to CookieOptions/Builder ( #904 )
2017-08-22 16:57:04 -07:00
Nate McMaster
5b58a6a71d
Upgrade to xunit 2.3.0-beta4
2017-08-22 16:29:13 -07:00
Justin Kotalik
27b0f60f09
ForbidAsync now uses correct Schemes method ( #918 )
...
* ForbidAsync now uses correct Schemes method
* comment
* adds tests
2017-08-19 22:09:22 -07:00
Justin Kotalik
594f55947f
Keep ResponseCookie options on delete. ( #905 )
2017-08-10 18:01:30 -07:00
Justin Kotalik
5ec8a7134e
Adds FormFeature quoted boundary test
2017-08-08 21:09:39 -07:00
John Luo
637b57a8ae
Ensure fallback to curl after failed wget
2017-08-02 14:31:59 -07:00
John Luo
06ef218c1c
Update __get_remote_file logic
2017-08-02 12:44:45 -07:00
Justin Kotalik
057fc816fa
Refactor to HttpRequest/Response Streams
2017-07-27 15:46:13 -07:00
Justin Kotalik
a8270a4901
Removes quotes from names in ContentDispositionHeaderValue
2017-07-27 12:30:04 -07:00
Nate McMaster
78768e38c8
Fix syntax warning when running build.sh on older versions of bash
...
[ci skip]
2017-07-26 10:27:37 -07:00
Nate McMaster
985e2eac6f
Update bootstrappers to use the compiled version of KoreBuild
...
[ci skip]
2017-07-25 16:32:21 -07:00
Pranav K
43bbd9697b
Updating to InternalAspNetCoreSdkVersion 2.1.1-*
2017-07-25 15:13:22 -07:00
Ryan Brandenburg
1c7effa86e
Set AspNetCoreVersion
2017-07-24 17:56:19 -07:00
Ryan Brandenburg
21c44469f0
2.0.0-rtm to 2.1.0-preview1
2017-07-24 12:29:06 -07:00
Justin Kotalik
b41d8656d5
Adds new date string in HttpRuleParser
2017-07-18 13:34:32 -07:00
Justin Kotalik
68ba94218a
IsNullOrWhiteSpace => IsNullOrEmpty
2017-07-18 09:08:49 -07:00
Justin Kotalik
ab0185a0b8
Adds null checks to UriHelper and fixes typo
2017-07-17 12:23:01 -07:00
Justin Kotalik
3202387d3f
Fixes typo
2017-07-13 10:37:33 -07:00
Cesar Blum Silveira
8d4e04cfb4
Fix duplicate test warnings.
2017-07-10 16:43:44 -07:00
Ryan Brandenburg
ca5108a1a1
Skip first time experience on Appveyor
2017-07-10 15:27:14 -07:00
Pranav K
6c5e3ddee2
Merge branch 'rel/2.0.0' into dev
2017-07-10 11:57:57 -07:00
Pranav K
ab2a16f0a6
Updating KoreBuild branch
2017-07-10 11:57:57 -07:00
Pranav K
a6b64b8e90
Merge branch 'rel/2.0.0' into dev
2017-07-10 11:43:02 -07:00
Pranav K
c6fbc77a88
Branching for 2.0.0 rtm
2017-07-10 11:43:01 -07:00
Hao Kung
7403418d2b
Clean up doc comments
2017-07-10 09:21:56 -07:00
Kévin Chalet
0f7c123081
Fix AuthenticationOptions.DefaultScheme's invalid XML summary
2017-07-10 09:19:48 -07:00
Hao Kung
d894584254
Add DefaultScheme, remove single fallback ( #891 )
2017-07-07 10:47:54 -07:00
Ryan Brandenburg
0e66e7562a
Remove NETSTandard.Library.NETFramework
2017-07-07 10:17:58 -07:00
Pranav K
49f3777d67
Update version suffix for 2.0.0 RTM release
2017-07-06 15:08:19 -07:00
Ryan Brandenburg
ae3278bd12
Set "TreatWarningsAsErrors" before NuGet restore
...
* Ensures our build stays clean of NuGet warnings
2017-07-06 13:34:33 -07:00
Nate McMaster
f15474fa65
React to aspnet/BuildTools#293
...
[ci skip]
2017-07-06 10:37:39 -07:00