1
0
mirror of https://github.com/actix/actix-extras.git synced 2024-11-23 15:51:06 +01:00
Commit Graph

50 Commits

Author SHA1 Message Date
Andrey Kutejko
6682fc826f Make it work with actix-web 4.0.0-beta.7 2021-06-21 18:00:20 +02:00
Lunush
8741cd32cc
Minor README fixes (#174) 2021-04-09 14:39:50 +01:00
Rob Ede
7ab2b62810
prepare redis release 0.10.0-beta.1 2021-04-02 11:38:27 +01:00
Rob Ede
0ba14f786e
prepare session release 0.5.0-beta.1 2021-04-02 11:31:30 +01:00
Rob Ede
fc6563a019
various session api improvements (#170) 2021-03-23 22:35:27 +00:00
Rob Ede
23912afd49
refactor identity (#168) 2021-03-23 05:05:03 +00:00
Rob Ede
c8f1d9671c
add upgrade -web hints in changelogs 2021-03-22 05:24:35 +00:00
Rob Ede
2254a429d4
use forward_ready for service definitions 2021-03-22 05:18:59 +00:00
fakeshadow
b0854ed144
fix actix-redis by revert most recent changes (#164) 2021-03-22 05:07:45 +00:00
Andrey Kutejko
ca85f6b245
Update dependencies (Tokio 1.0) (#144) 2021-03-21 22:50:26 +00:00
Rob Ede
5a72dd33d5
session, redis, and httpauth pre-v4 releases (#162) 2021-03-21 09:38:29 +00:00
Juan J. Jimenez-Anca
8d635f71fb
allow session-only cookies (#161)
Co-authored-by: Rob Ede <robjtede@icloud.com>
2021-03-07 04:26:06 +09:00
Arniu Tseng
a22e4cfa36
impl std::error::Error for Error (#135) 2020-11-30 20:19:32 +09:00
Rob Ede
99e98f1a29
address clippy warnings (#134) 2020-11-23 10:37:56 +00:00
Francois Stephany
0f7a147323
Unify homepage/repository urls in Cargo manifests (#111) 2020-10-03 01:32:01 +01:00
FallenWarrior2k
bb8120a8c0
Update Session::set_session to take IntoIterator (#105) 2020-09-22 00:04:21 +01:00
Rob Ede
400d889116
prepare redis release 0.9.1 (#99) 2020-09-13 04:28:08 +01:00
Rob Ede
f3d5dfde40
enforce required minimum redis-async patch version (#98) 2020-09-12 17:30:09 +01:00
Rob Ede
7a26d99c1a
lint and readme cleanup (#97) 2020-09-12 00:52:55 +01:00
Rob Ede
4a546718aa
prepare v3 compatible releases (#95) 2020-09-11 21:22:55 +01:00
Rob Ede
bad5f32a68
update all packages to use actix-web v3 (#94) 2020-09-11 16:26:15 +01:00
Oskar Persson
a960eb0ef6
Update backoff in actix-redis to 0.2.1 (#83) 2020-07-19 02:30:46 +01:00
Yuki Okushi
43ababef8f
Clean up deps and macro_use (#81) 2020-07-14 11:20:42 +01:00
Yuki Okushi
2ae3c80548
Use OR instead of deprecated / in license field (#80) 2020-07-14 11:16:32 +01:00
Yuki Okushi
2a20ce4568
Replace deprecated from_master with derive_from (#82) 2020-07-14 11:15:30 +01:00
Rob Ede
027f045340
exclude default -web features where not needed (#70) 2020-06-18 11:22:14 +01:00
Yuki Okushi
b699506526
redis: Minimize futures dependency 2020-05-21 17:17:56 +09:00
Yuki Okushi
5c6c04caf3
Merge pull request #52 from maitsarv/master
Documentation update: RedisSessionBackend is renamed to RedisSession
2020-05-17 21:20:47 +09:00
mait
f3eaf5640c Documentation update: RedisSessionBackend is renamed to RedisSession 2020-05-17 14:46:41 +03:00
Yuki Okushi
d51012075f
redis: Bump up to 0.9.0-alpha.2 2020-05-17 20:19:13 +09:00
Yuki Okushi
923cb7bcd2
Bump up MSRV to 1.40.0 2020-05-17 11:34:00 +09:00
Yuki Okushi
ecc774450f
Follow upstream change wrt. FramedWrite 2020-05-17 11:12:12 +09:00
Yuki Okushi
446b920d96
Replace deprecated methods with now_utc() 2020-05-09 08:07:31 +09:00
Omikuji
f6686c9292
Change ttl to u32 (#35)
* Change TTL to u32

* Update CHANGES.md
2020-04-03 16:19:21 +09:00
Bart Willems
f4bcebdecd
allow user to set the cookie HttpOnly policy for the redis session (#36)
* allow user to set the cookie HttpOnly policy for the redis session

Signed-off-by: Bart Willems <bwillems@protonmail.com>
2020-03-29 21:36:01 +09:00
Yuki Okushi
21024be9d6
Bump up to 0.9.0-alpha.1 2020-03-27 20:50:31 +09:00
Yuki Okushi
2bfc9be5ad
Run rustfmt 2020-03-27 20:50:31 +09:00
kevinpoitra
79dc7fcaff
Update actix-redis' dependencies (#24)
* Update actix-redis's dependencies

* Change `chrono::Duration` to `time::Duration` in the docs

* Remove unneeded comment

* Update CHANGES.md
2020-03-15 16:54:35 +09:00
Yuki Okushi
8bc0227ec8 Fix clippy warning 2020-02-18 08:22:33 +09:00
Yuki Okushi
e225e2aec7 Move env_logger to dev-dependencies 2020-02-18 08:11:36 +09:00
Yuki Okushi
66edc228c3 Prepare for new release 2020-02-18 08:01:26 +09:00
Yuki Okushi
650470901b Clean up READMEs 2020-01-30 18:39:35 +09:00
Yuki Okushi
21994c13eb Fix/suppress clippy warnings 2020-01-30 18:21:02 +09:00
Yuki Okushi
d8f3f94ece Clean up metadata 2020-01-30 18:08:20 +09:00
Yuki Okushi
c4c0680a6e Remove unused config 2020-01-30 15:57:38 +09:00
Rob Ede
90e00f7344
fix badge links 2020-01-30 01:50:18 +00:00
Rob Ede
cfb436a363
unify {cors,identity,session} readmes 2020-01-30 01:42:01 +00:00
Rob Ede
3cdc0b9d18
fix badges 2020-01-30 01:22:11 +00:00
Rob Ede
aac1158304
merge project metadata 2020-01-30 00:31:25 +00:00
Rob Ede
2c216e471e move redis to own module 2020-01-29 11:41:40 +00:00