N. Taylor Mullen
7167969e5a
Rename AspNet 5 folders and files.
...
See https://github.com/aspnet/Announcements/issues/144 for more information.
2016-01-22 12:24:41 -08:00
Brennan
f82d28c723
React to Fileprovider namespace changes
2016-01-21 17:03:18 -08:00
Brennan
9c6b081ebc
Use HttpAbstractions StreamCopy
2016-01-19 09:56:51 -08:00
Brennan
e05469a989
Use UTC
2016-01-14 11:38:16 -08:00
John Luo
5e9bbc5650
Updating to new options pattern
2016-01-08 16:56:33 -08:00
Ben Adams
a9f4969cfc
Use ArrayPool.Shared for StreamCopyOperation
2016-01-05 11:44:32 -08:00
Pranav K
28cc5a4517
Remove GetHtmlEncoder usage
2015-12-30 18:01:56 -08:00
John Luo
7624d97114
Adding back middleware initialization with options instance.
2015-12-23 15:34:45 -08:00
John Luo
6f9b827e5b
Standardizing middleware to use configureOptions lambda
2015-12-22 19:32:20 -08:00
Doug Bunting
cb4b17504e
Remove `[SuppressMessage]`
...
- build break
2015-12-07 21:14:29 -08:00
John Luo
ee7201b1f6
Reacting to verbose rename
2015-12-07 14:13:47 -08:00
David Fowler
7009e68fc3
Removed UseSendFileFallback
2015-12-02 23:43:36 -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
John Luo
888f1523fe
Reacting to ApplicationServices removal from HttpContext
2015-11-19 17:42:50 -08:00
Cesar Blum Silveira
fe9a1b9643
Merge branch 'release' into dev
2015-11-03 13:33:22 -08:00
Cesar Blum Silveira
bb94f13576
Strong name Microsoft.AspNet.StaticFiles.
2015-11-03 11:51:22 -08:00
Chris R
b773229333
React to WebEncoders changes.
2015-10-30 11:49:04 -07:00
Victor Hurdugaci
37f19b4789
Improve logging and add more messages
2015-10-23 15:28:46 -07:00
Pranav K
4310fa144b
Switching to generations TFMs
2015-10-22 00:58:57 -07:00
Pranav K
bd78523011
Replace NotNullAttribute with thrown exceptions
2015-10-06 17:06:27 -07:00
Pranav K
24bc91b958
Renaming Microsoft.Framework.* -> Microsoft.Extensions.*
2015-10-03 15:44:48 -07:00
Pranav K
8b3f1ece83
Adding NeutralResourcesLanguageAttribute
2015-09-10 18:35:41 -07:00
Chris R
916cb32e7e
Use the new HttpContext.Features API.
2015-08-31 09:26:50 -07:00
RehanSaeed
545fa9e70a
Added MIME Types
...
Added the following MIME types which I have found to be missing:
.json - application/json (This one is pretty unbelievable)
.ttc - application/x-font-ttf
.webp - image/webp
.appcache - text/cache-manifest
.manifest - text/cache-manifest
Also the following MIME types need updating:
.ttf should be application/x-font-ttf and not application/octet-stream
2015-07-07 20:30:21 +01:00
Victor Hurdugaci
2981bb281b
Add repository information to project files
2015-07-01 20:27:37 -07:00
Hisham Abdullah Bin Ateya
3930ab639b
Using 'nameof' operator instead of magic strings
2015-06-20 21:12:19 +03:00
Chris R
bd5700ea54
React to Http namespace changes.
2015-05-07 13:56:05 -07:00
Troy Dai
78ed1ce250
React to common package name change
2015-05-07 09:41:52 -07:00
Hisham Abdullah Bin Ateya
738c6ad0ff
Using 'nameof' operator instead of magic strings
2015-05-03 13:57:45 +03:00
N. Taylor Mullen
dd3bb685cb
Update LICENSE.txt and license header on files.
2015-05-01 14:04:48 -07:00
Brennan
51f9b9f6d2
React to interface package renames
2015-04-30 10:10:15 -07:00
Chris R
ceb21ee1e7
Remove redundant Http.Interfaces dependency.
2015-04-29 15:35:55 -07:00
tugberkugurlu
c48209acae
depend on Logging.Interfaces instead, fixes #50
2015-04-26 00:00:45 +01:00
N. Taylor Mullen
541a093e6d
Add serviceable attribute to projects.
...
aspnet/DNX#1600
2015-04-07 14:53:07 -07:00
Doug Bunting
41d4ee4377
Update .xproj files for Microsoft.Web.AspNet.* -> Microsoft.DNX.* rename
2015-04-02 13:49:30 -07:00
Hao Kung
352edcd7fe
Remove configuration from AddDirectoryBrowser
2015-03-19 11:32:14 -07:00
Praburaj
e8d3fbf7bc
Using [NotNull] from common repo package
2015-03-14 07:44:02 -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
Praburaj
d6f3c05281
Rename Microsoft.AspNet.Http.Interfaces => Microsoft.AspNet.Http
2015-03-05 16:32:09 -08:00
Brennan
ddd369f7d9
Logging API changes
2015-03-04 17:12:48 -08:00
Levi B
e9fb79a4fb
React to rename: AddEncoders -> AddWebEncoders
2015-02-27 14:48:13 -08:00
Levi B
bf41335689
React to dependent package renaming
2015-02-23 14:26:35 -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
Praburaj
d16a73cc05
Adding woff2 MIME type
...
Fixes : https://github.com/aspnet/StaticFiles/issues/28
2015-02-13 15:03:16 -08:00
David Fowler
0354345c9c
Removed build time deps and fixed dependencies
2015-02-10 10:50:41 -08:00
Brennan
51b80f660e
Updating .kproj file
2015-02-04 14:27:26 -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
5c189d87ad
Prepend all links with ./.
2015-01-14 16:01:28 -08:00
Chris Ross
212c264ed3
Use strongly typed headers.
2015-01-14 16:01:25 -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
Pranav K
dc74729b6c
More changes to DateTimeOffset
2014-12-20 07:07:43 -08:00
Pranav K
35ec5be17f
Reacting to FileSystem changes
2014-12-20 06:50:20 -08:00
SonjaKhan
e94e3dc44e
adding some logging statements
2014-12-05 12:45:46 -08:00
Chris Ross
3343bb4d23
Hosting #86 - Consume WebRootFileSystem
2014-12-05 11:03:19 -08:00
Praburaj
1bc4e21c22
Addressing IFileSystem breaking changes
...
This PR is to address the breaking changes introduced with https://github.com/aspnet/FileSystem/pull/20
@Tratcher @pranavkm
2014-11-26 12:24:56 -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
c6c7b48358
Added package descriptions
2014-10-31 02:31:23 -07:00
Chris Ross
8713dc9ba1
Dependency changes.
2014-10-15 16:08:47 -07:00
Pranav K
a5a972023c
Reacting to CLR package versioning changes
2014-10-10 10:34:37 -07: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
Pranav K
acc5c31f28
Reacting to System.Text.Encoding package version change
2014-09-11 10:07:05 -07:00
Chris Ross
0cd6e52383
Handle IBuilder rename to IApplicationBuilder.
2014-09-10 12:50:37 -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
Pranav K
aa9ace6157
Reacting to System.IO package version change
2014-08-20 06:56:38 -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
Pranav K
b49b46c5b6
Reacting to System.Collections versioning change
2014-07-14 16:25:55 -07:00
David Fowler
25efba7563
Renamed configurations to frameworks in project.json
2014-07-13 22:06:12 -07:00
Chris Ross
04f3e5283d
Rename OnRequestAborted to RequestAborted.
2014-07-02 09:14:37 -07:00
Brice Lambson
227ecdaf93
Bump version to 1.0.0-*
2014-06-19 16:52:51 -07:00
Chris Ross
80eb5ab745
Use updated request cancellation API.
2014-06-19 09:12:02 -07:00
David Fowler
44eddb1a97
Fixed project.json casing
2014-05-26 02:54:11 -07:00
Pranav K
927ebb7b75
Updating kproj file to match tooling changes
2014-05-18 20:13:57 -07:00
Andrew Peters
ae806e1ce5
Updating copyright headers
2014-05-08 23:01:40 -07:00
Wei Wang
a2b1dbdaa4
Sort dependencies and remove duplicates in dependencies
2014-05-07 18:10:40 -07:00
Chris Ross
12658bb325
Flatten subnamespaces.
2014-05-06 15:22:45 -07:00
Pranav K
4a2a525b47
Changes to match package and namespace renames
2014-05-06 12:00:48 -07:00
Pranav K
bc31b50b45
Incorporate name changes from HttpAbstractions
2014-05-05 17:20:13 -07:00
anpete
29041eaad8
Update file headers
2014-05-01 17:41:49 -07:00
Chris Ross
570a14dcd1
Remove unused filesystem dependency.
2014-05-01 14:23:25 -07:00
David Fowler
7a976d069e
Updated to use new tooling
2014-04-08 02:00:50 -07:00
Pranav K
3fa5f9ca47
Updating CoreCLR package versions
2014-03-28 06:32:26 -07:00
Chris Ross
e2e78ba15d
Fix extenstion method namespace.
2014-03-11 09:23:01 -07:00
David Fowler
55718fd931
Added required packages for K and fixed the build
2014-03-08 03:47:38 -08:00
Chris Ross
ad3112917b
Update Microsoft.Owin dependencies to Microsoft.AspNet.
2014-02-07 11:29:22 -08:00
Chris Ross
86b1ac8f39
Initial static files port.
2014-02-06 15:30:21 -08:00