f45db1f909
Enable GitHub Actions and fix file URL behavior ( #1232 )
...
* Use GitHub Actions
* Fix unused imports on Windows
* Fix test for Windows
* Stop to run CI for i686-pc-windows-msvc for now
* Use `/` instead of `\` on Windows
* Add entry to changelog
* Prepare actix-files release
2019-12-22 16:43:41 +09:00
48476362a3
update changes
2019-12-20 17:59:34 +06:00
01613f334b
Move BodyEncoding to dev module #1220
2019-12-16 17:22:26 +06:00
1729a52f8b
prepare alpha.3 release
2019-12-07 13:00:03 +06:00
c7ed6d3428
update version
2019-12-03 16:35:31 +06:00
885ff7396e
prepare actox-http release
2019-11-06 10:35:13 -08:00
062e51e8ce
prep actix-file release
2019-10-14 21:26:26 +06:00
a48e616def
feat(files): add possibility to redirect to slash-ended path ( #1134 )
...
When accessing to a folder without a final slash, the index file will be loaded ok, but if it has
references (like a css or an image in an html file) these resources won't be loaded correctly if
they are using relative paths. In order to solve this, this PR adds the possibility to detect
folders without a final slash and make a 302 redirect to mitigate this issue. The behavior is off by
default. We're adding a new method called `redirect_to_slash_directory` which can be used to enable
this behavior.
2019-10-14 21:23:15 +06:00
a464ffc23d
prepare actix-files release
2019-10-08 10:13:16 +06:00
4de2e8a898
[actix-files] Allow user defined guards for NamedFile (actix#1113) ( #1115 )
...
* [actix-files] remove request method checks from NamedFile
* [actix-files] added custom guard checks to FilesService
* [actix-files] modify method check tests (NamedFile -> Files)
* [actix-files] add test for custom guards in Files
* [actix-files] update changelog
2019-10-08 10:09:40 +06:00
55179d6ab2
update dependencies
2019-08-13 10:48:11 -07:00
dbe4c9ffb5
Replace deprecated methods in actix_files ( #1027 )
...
* Bump up mime_guess to 2.0.1
* Replace deprecated methods
* Update CHANGE.md
2019-08-12 05:43:29 +09:00
7bca1f7d8d
Allow to disable Content-Disposition header #686
2019-07-20 11:43:49 +06:00
a3a78ac6fb
Do not set Content-Length header, let actix-http set it #930
2019-06-28 11:42:20 +06:00
bf48798bce
Content-Length is 0 for NamedFile HEAD request #914
2019-06-13 15:27:21 +06:00
bfbac4f875
Upgraded actix-web dependency and set default-features to false ( #900 )
2019-06-07 09:34:30 +06:00
15cdc680f6
Static files are incorrectly served as both chunked and with length #812
2019-06-01 17:57:40 +06:00
35eb378585
prepare actix-files release
2019-05-25 02:02:28 -07:00
babf48c550
fix NamedFile last-modified check #820
2019-05-22 21:21:12 -07:00
36d017dcc6
update deps
2019-05-12 11:41:43 -07:00
7e480ab2f7
beta.1 release
2019-04-20 21:16:51 -07:00
d7040dc303
alpha.6 release
2019-04-14 08:09:32 -07:00
53da55aa3c
alpha4 release
2019-04-07 23:42:05 -07:00
442f5057dd
alpha.3 release
2019-04-02 21:49:31 -07:00
ab45974e35
add default handler
2019-03-31 18:19:18 -07:00
9c198a0d29
alpha.1 release
2019-03-28 13:46:26 -07:00
e56691bcf2
rename to Files
2019-03-06 23:39:08 -08:00