John Luo
5e9bbc5650
Updating to new options pattern
2016-01-08 16:56:33 -08:00
John Luo
6f9b827e5b
Standardizing middleware to use configureOptions lambda
2015-12-22 19:32:20 -08:00
John Luo
2b2c42069c
Reacting to hew Hosting API
2015-12-18 16:01:43 -08:00
Brent Newbury
657a5ab26b
Fixed an issue where invalid characters in the path could cause FileExtensionContentTypeProvider.TryGetExtension to throw an exception.
2015-12-01 12:38:24 -08:00
Pavel Krymets
943ba9f47e
Add test to ensure 404 when wwwroot not set
2015-12-01 08:45:44 -08:00
Brennan
a7a6a90f1d
Dispose FileWatcher in tests
2015-11-30 15:14:27 -08:00
Pavel Krymets
dcb520f567
React to wwwroot hosting changes
2015-11-20 16:51:47 -08:00
Brennan
0708c34331
Adding windows specific tests
2015-11-18 10:03:39 -08:00
Cesar Blum Silveira
bb94f13576
Strong name Microsoft.AspNet.StaticFiles.
2015-11-03 11:51:22 -08:00
Pranav K
24bc91b958
Renaming Microsoft.Framework.* -> Microsoft.Extensions.*
2015-10-03 15:44:48 -07:00
Chris R
c6477ad031
Fix unit tests on x-plat.
2015-09-29 12:48:15 -07:00
Pranav K
f81c238a59
Reacting to IChangeToken changes
2015-09-22 08:35:16 -07:00
Chris R
bd5700ea54
React to Http namespace changes.
2015-05-07 13:56:05 -07:00
Kiran Challa
e009959220
React to Caching api changes
2015-05-04 14:45:43 -07:00
Eilon Lipton
3bef0fd817
Code cleanup (license headers, usings, whitspace)
2015-05-02 23:34:44 -07:00
Eilon Lipton
9c5e78b9dc
Make tests run on CoreCLR
...
- Added dnxcore50 target
- Removed Shouldly reference
- Used CoreCLR-compatible APIs
2015-05-02 23:24:12 -07:00
N. Taylor Mullen
dd3bb685cb
Update LICENSE.txt and license header on files.
2015-05-01 14:04:48 -07:00
Chris Ross
6ae3d90ad0
Handle changes in FileProviders.
2015-04-23 12:18:49 -07:00
Chris Ross
925d7d7828
Handle Http.Core rename.
2015-04-16 14:30:11 -07:00
Doug Bunting
41d4ee4377
Update .xproj files for Microsoft.Web.AspNet.* -> Microsoft.DNX.* rename
2015-04-02 13:49:30 -07:00
Praburaj
8e57f8af64
Reacting to FileSystem changes
...
IFileInfo is readonly
2015-03-20 11:56:05 -07:00
Hao Kung
e7b0a76db9
React to hosting
2015-03-19 11:28:06 -07:00
N. Taylor Mullen
f3df66cfea
Update xunit.runner.kre => xunit.runner.aspnet.
2015-03-12 17:22:37 -07:00
N. Taylor Mullen
b72d737605
Update .kproj => .xproj.
2015-03-11 14:07:06 -07:00
Praburaj
894a14b8c3
Moving the sendfile httpresponse extensions to Microsoft.AspNet.Http.Extensions package
...
Addresses: https://github.com/aspnet/HttpAbstractions/issues/221
2015-03-09 15:14:25 -07:00
N. Taylor Mullen
0821a12268
Remove BOM from project.json, *.cmd, *.sh and *.shade files.
2015-03-09 13:00:41 -07:00
N. Taylor Mullen
63c033f736
Update aspnet50/aspnetcore50 => dnx451/dnxcore50.
2015-03-08 12:59:24 -07:00
Brennan
e738bd467d
Logging.Testing namespace change
2015-03-06 09:49:07 -08:00
Praburaj
d6f3c05281
Rename Microsoft.AspNet.Http.Interfaces => Microsoft.AspNet.Http
2015-03-05 16:32:09 -08:00
Brennan
3260787f2b
NullLogger moved location
2015-02-26 18:16:37 -08:00
Praburaj
62036bf74b
Using IHtmlEncode to encode content
...
Fixes: https://github.com/aspnet/StaticFiles/issues/29
2015-02-20 13:17:09 -08:00
Chris Ross
96835bd761
Handle IFileSystem rename.
2015-01-20 08:58:41 -08:00
Stephen Halter
1820edb326
Handle HttpFeature rename
2015-01-18 20:58:52 -08:00
Chris Ross
19ccebb4ce
Handle PipelineCore rename.
2015-01-15 14:03:11 -08:00
Pranav K
82be0d3d4a
Reacting to FileSystem changes part 3
2014-12-24 08:03:46 -08:00
Pranav K
cce76cffd4
* Removing transitive dependencies from
...
Microsoft.AspNet.StaticFiles/project.json
* Replacing Contract.Assert with Debug.Assert and removing
System.Diagnostics.Contracts dependency
* Fixing casing for Microsoft.AspNet.StaticFiles.Tests/project.json file
name
2014-12-20 07:17:14 -08:00
Brennan
46e60b1276
Update tests to use official xunit
2014-12-17 15:15:43 -08:00
Chris Ross
5243789dd2
Handle DI changes in tests.
2014-12-12 13:59:21 -08:00
Chris Ross
3343bb4d23
Hosting #86 - Consume WebRootFileSystem
2014-12-05 11:03:19 -08:00
Victor Hurdugaci
fb9fc12cec
Add schema version to kproj files
2014-11-25 11:06:08 -08:00
Victor Hurdugaci
a3a59f122d
Update KProj to the latest format
2014-11-12 15:36:26 -08:00
David Fowler
4c4d8e4644
Fixup references
2014-10-05 17:26:28 -07:00
Chris Ross
ea3ea90b7a
#8 - Use IHostingEnvironment.WebRoot as the default static files root.
2014-09-12 10:19:38 -07:00
David Fowler
494900aa89
Updated to use the new target framework in project.json
2014-09-04 01:33:43 -07:00
David Fowler
13a9613d5b
Updated to use the new target framework in project.json
2014-08-28 23:57:25 -07:00
David Fowler
4d6df1d927
Removed source files from the project
2014-08-15 09:45:21 -07:00
Chris Ross
2c4811f201
Import static file tests from Katana.
2014-08-04 16:11:28 -07:00