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 |