Chris R
c261b37fda
#371 Conditionally register auth scheme base on ANCM variable
2017-06-05 14:54:15 -07:00
Chris R
c3ffde286b
Clear MaxRequestBodySize
2017-06-05 11:23:08 -07:00
Hao Kung
273b25fb3a
React to forbid changes
2017-05-25 18:37:27 -07:00
John Luo
d6a653145d
Target NETStandard 2.0
2017-05-22 15:05:12 -07:00
Hao Kung
8ed21d56c8
IIS => Auth 2.0
2017-05-17 13:37:30 -07:00
Chris Ross (ASP.NET)
539a13717e
Migrate to netcoreapp2.0
2017-05-05 11:37:10 -07:00
Chris R
b7ed993d9d
Remove obsolete Azure ForwardedHeaders workaround. ( #359 )
2017-04-21 19:02:11 -07:00
John Luo
ce3c71b5b3
Set PreferHostingUrls when IIS adding override address
2017-04-08 20:49:26 -07:00
Chris R
d6322872ed
#348 Implement IISHostingStartup
2017-03-27 15:54:34 -07:00
Pranav K
20dcccd847
Revert "Revert "Change compilation targets.""
...
This reverts commit 5f76cd272a .
2017-03-23 09:08:05 -07:00
N. Taylor Mullen
5f76cd272a
Revert "Change compilation targets."
...
This reverts commit 42d34e4559 .
2017-03-22 17:22:19 -07:00
Pranav K
42d34e4559
Change compilation targets.
...
* Remove net451 as a compilation target
* Upgrade to netcoreapp2.0
2017-03-22 14:37:25 -07:00
Nate McMaster
de30243c11
Unify dependency versions to one file and remove workarounds
2017-03-15 15:06:58 -07:00
Nate McMaster
7298fb23a5
Downgrade to stable packages
2017-02-15 12:30:04 -08:00
Doug Bunting
8ae481c9f0
Bump test projects up to .NET 4.5.2
...
- aspnet/Testing#248
- xUnit no longer supports .NET 4.5.1
- build tests for desktop .NET only on Windows
- except Microsoft.AspNetCore.Server.IISIntegration.FunctionalTests; will skip that another way (later)
Also fix line endings in project files; unable to proceeed otherwise
2017-02-14 12:30:06 -08:00
Nate McMaster
330b812c78
Upgrade to VS 2017
2017-02-02 16:25:28 -08:00
Pranav K
8046dcc0f2
Updating to 4.4 CoreFx packages
2016-12-14 14:47:29 -08:00
Pranav K
97d7bf7468
Updating versions to 1.2.0-*
2016-11-09 14:18:06 -08:00
Pranav K
7d1f5f9818
Remove build quality pinning
2016-10-14 10:08:10 -07:00
Pavel Krymets
8d8e1ee8dc
Avoid calling User.Identity.AuthenticationType ( #282 )
2016-10-12 09:54:11 -07:00
Pranav K
f1c53378c3
Updating partner package versions
2016-10-03 14:23:59 -07:00
Chris R
3181c3f2e3
Only challenge if not already accepted.
2016-09-29 17:15:30 -07:00
Pavel Krymets
e4cf12017b
Make UseIISIntegration idempotent ( #274 )
2016-09-29 09:43:03 -07:00
Pavel Krymets
50f066579a
Use TaskCache class from Microsoft.Extensions.TaskCache.Sources ( #257 )
...
Instead of Task.FromResult(0)
2016-09-08 08:46:31 -07:00
John Luo
2f397d6f63
Switch to UsePathBase instead of relying on Kestrel feature #236
2016-08-16 20:20:55 -07:00
Chris R
e94db64619
#242 Delay registering the url until Build.
2016-08-15 17:43:29 -07:00
Doug Bunting
c4a4e86708
One build to rule them all
...
- well, at least VS and command-line builds will share output
- part of aspnet/Coherence-Signed#277
2016-07-07 12:05:28 -07:00
Pranav K
fb09e5323c
Updating to dev versions
2016-06-16 10:18:06 -07:00
jacalvar
b1af033529
Remove unncessary imports
2016-06-08 15:04:56 -07:00
John Luo
f45e533533
Update metadata
2016-05-27 15:29:53 -07:00
Chris R
ed85f504d8
#102 Filter out DEBUG requests under the debugger.
2016-05-25 10:39:52 -07:00
Chris R
fa3a0e7c7a
#140 Disable header symmetry check on azure.
2016-05-23 14:59:44 -07:00
David Fowler
a5b1172676
Remove dependency on hosting
...
- IIS integration only needs hosting.abstractions
- Fixed launch profiles
- Added AddDebug logging provider
2016-05-21 09:17:24 -07:00
Pranav K
c3dc279642
Merge branch 'release' into dev
2016-05-06 14:10:05 -07:00
Pranav K
4ac0811585
Revise the version for Microsoft.AspNetCore.Server.IISIntegration.Tools
...
Additionally fix project.json warnings
2016-05-06 14:07:14 -07:00
Pranav K
2205f33a59
Fix build warnings
2016-05-02 11:27:18 -07:00
John Luo
e344edc2a3
React to default hosting configuration changes
2016-04-27 11:36:23 -07:00
Chris R
fcdf8ddc2f
#141 Require the MSAspNetCoreToken or send a 400.
2016-04-22 13:23:23 -07:00
Chris R
ee7bb86407
#121 Rename UseIIS() to UseIISIntegration()
2016-04-07 11:26:31 -07:00
Doug Bunting
52e5ccdac7
React to HttpAbstractions namespace changes
...
- aspnet/HttpAbstractions#549 and aspnet/HttpAbstractions#592
- clean up `using`s
2016-03-30 16:07:22 -07:00
Pranav K
92cb5120ae
React to Hosting changes
2016-03-24 14:11:36 -07:00
John Luo
c43fb71cff
Reacting to Hosting changes
2016-03-24 11:47:56 -07:00
Chris R
712b6f78bb
#95 Add the ForwardedHeadersMiddleware by default.
2016-03-18 11:21:17 -07:00
Chris R
9e6dc5b2da
#95 Add the IISMiddleware via a IStartupFilter.
2016-03-14 09:59:49 -07:00
Chris R
126ed6c4de
#95 Switch the middleware from HttpPlatfromHandler to AspNetCoreModule.
2016-03-10 10:11:49 -08:00