Nikolay Kim
a0a469fe85
disable travis cargo cache
2019-07-01 11:33:11 +06:00
messense
dbab55dd6b
Bump rand crate version to 0.7 ( #951 )
2019-07-01 09:37:03 +06:00
Alec Moskvin
d2eb1edac3
Actix-web client: Always append a colon after username in basic auth ( #949 )
...
* Always append a colon after username in basic auth
* Update CHANGES.md
2019-07-01 09:34:42 +06:00
Sindre Johansen
5901dfee1a
Fix link to actix-cors ( #950 )
2019-06-30 21:30:04 +06:00
dowwie
0e05b37082
updated cookie session to update on change
2019-06-29 14:24:02 -04:00
Cameron Dershem
37f4ce8604
Fixes typo in docs. ( #948 )
...
Small typo in docs.
2019-06-29 10:38:16 +06:00
Nikolay Kim
12b5174850
update deps
2019-06-28 14:46:26 +06:00
Nikolay Kim
b77ed193f7
prepare actix-web release
2019-06-28 14:41:56 +06:00
Nikolay Kim
d286ccb4f5
Add on-connect callback #946
2019-06-28 14:34:26 +06:00
Nikolay Kim
cac162aed7
update actix-http changes
2019-06-28 12:34:43 +06:00
Nikolay Kim
a3a78ac6fb
Do not set Content-Length header, let actix-http set it #930
2019-06-28 11:42:20 +06:00
Nikolay Kim
596483ff55
prepare actix-web-actors release
2019-06-28 10:54:23 +06:00
anthonyjchriste
768859513a
Expose the max limit for payload sizes in Websocket Actors. #925 ( #933 )
...
* Expose the max limit for payload sizes in Websocket Actors.
* Revert to previous not-formatted code.
* Implement WebsocketContext::with_codec and make Codec Copy and Clone.
* Fix formatting.
* Fix formatting.
2019-06-28 10:49:03 +06:00
messense
44bb79cd07
Call req.path() on Json extractor error only ( #945 )
...
* Call req.path() on Json extractor error only
* Cleanup len parse code
2019-06-28 10:44:53 +06:00
Nikolay Kim
af9fb5d190
Support asynchronous data factories #850
2019-06-28 10:43:52 +06:00
Darin
50a9d9e2c5
Merge branch 'master' into master
2019-06-27 06:38:13 -04:00
Cameron Dershem
c0c71f82c0
Fixes typo. ( #940 )
...
Small typo fix.
2019-06-25 23:23:36 +06:00
Darin
93855b889a
Merge branch 'master' into master
2019-06-24 18:41:48 -04:00
dowwie
fa7e0fe6df
updated cookie.rs req to get_changes
2019-06-24 18:40:14 -04:00
Dustin Bensing
b948f74b54
Extractor configuration Migration ( #937 )
...
added guide for Extractor configuration in MIGRATION.md
2019-06-24 07:16:04 +06:00
Tim Visée
1a24ff8717
Add builder function for HTTP 429 Too Many Requests status ( #931 )
2019-06-21 13:06:29 +06:00
messense
47fab0e393
Bump derive_more crate version to 0.15.0 in actix-cors ( #927 )
2019-06-19 16:41:42 +06:00
messense
313ac48765
Use encoding_rs crate instead of unmaintained encoding crate ( #922 )
...
* Use encoding_rs crate instead of unmaintained encoding crate
* Update changelog
2019-06-18 12:43:25 +06:00
Joe Roberts
d7780d53c9
Fix typo in actix_web::web::Data::get_ref docstring
( #921 )
2019-06-18 07:27:23 +06:00
Nikolay Kim
ad0e6f73b3
update version
2019-06-17 12:35:00 +06:00
Nikolay Kim
546a8a58db
remove cors and identity middlewares
2019-06-17 12:33:00 +06:00
Nikolay Kim
acda1c075a
prepare actix-web release
2019-06-17 12:23:30 +06:00
Nikolay Kim
686e5f1595
update deps
2019-06-16 22:10:22 +06:00
Nikolay Kim
d2b6502c7a
prepare actix-http release
2019-06-16 21:59:22 +06:00
Nikolay Kim
7c0f570845
Do not compress NoContent (204) responses #918
2019-06-16 21:54:17 +06:00
Nikolay Kim
382d4ca216
Merge branch 'master' into master
2019-06-15 22:21:39 +06:00
Nikolay Kim
eaa371db8b
update migration
2019-06-15 22:20:46 +06:00
Nikolay Kim
d293ae2a69
fix nested resource map registration #915
2019-06-15 22:12:20 +06:00
Nikolay Kim
d7ec241fd0
re-export identity and cors middleware
2019-06-15 21:47:06 +06:00
Nikolay Kim
cd323f2ff1
Move cors middleware to actix-cors crate
2019-06-15 09:34:16 +06:00
dowwie
32a66a99bf
reverting change to get_session due to side effects
2019-06-13 09:19:03 -04:00
dowwie
73ae801a13
Merge branch 'master' of https://github.com/Dowwie/actix-web
2019-06-13 09:00:45 -04:00
dowwie
ca4ed0932e
made Session::get_session public
2019-06-13 08:59:59 -04:00
Nikolay Kim
bf48798bce
Content-Length is 0 for NamedFile HEAD request #914
2019-06-13 15:27:21 +06:00
Nikolay Kim
9fc7c8b1af
Merge branch 'master' into master
2019-06-12 23:53:36 +06:00
Nikolay Kim
c8118e8411
fix path doc tests
2019-06-12 20:12:15 +06:00
dowwie
65732197b8
modified so as to consider unanticipated state changes
2019-06-12 10:11:38 -04:00
dowwie
959eef05ae
updated actix-session to support login and logout functionality (renew and purge)
2019-06-12 08:03:27 -04:00
Nikolay Kim
e7ba67e1a8
rename PathPayloadError and test for path config
2019-06-12 17:02:45 +06:00
Lucas Berezy
13e618b128
Added initial support for PathConfig, allows setting custom error handler. ( #903 )
2019-06-12 16:49:56 +06:00
Aliaksandr Rahalevich
36e6f0cb4b
add "put" and "sput" methods for test server ( #909 )
2019-06-12 16:47:00 +06:00
Nikolay Kim
7450ae37a7
Re-apply patch from #637 #894
2019-06-12 16:45:05 +06:00
Nikolay Kim
2ffda29f9b
Allow to test an app that uses async actors #897
2019-06-12 16:15:06 +06:00
Nikolay Kim
ff724e239d
move identity service separate crate
2019-06-12 15:52:48 +06:00
Bob
ee769832cf
get_identity from HttpMessage ( #908 )
...
* get_identity from HttpMessage
* more doc for RequestIdentity
2019-06-12 09:26:46 +06:00