Commit Graph

85 Commits

Author SHA1 Message Date
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