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

40 Commits

Author SHA1 Message Date
Rob Ede
ecd2016c09
use standard attributes for all crates 2023-11-03 19:46:12 +00:00
Rob Ede
779860b664
clippy 2023-01-07 01:04:16 +00:00
Rob Ede
07c5176bd0
align descriptions 2022-07-21 03:07:06 +01:00
Rob Ede
9bc014b96f
forbid unsafe in all crates 2022-07-09 20:05:47 +01:00
Luca Palmieri
8fd1772d5e
Consistent import formatting (#237) 2022-03-29 11:46:13 +01:00
Luca Palmieri
7e6335a09f
Rework actix session (#212)
Co-authored-by: Rob Ede <robjtede@icloud.com>
Co-authored-by: Luca P <rust@lpalmieri.com>
Co-authored-by: Sebastian Rollén <38324289+SebRollen@users.noreply.github.com>
2022-03-05 23:22:14 +00:00
Rob Ede
0ac068a14d
fix redis 2022-02-03 22:40:02 +00:00
Rob Ede
323d01fcca
bump actix-web to 4.0.0-rc.1 2022-02-03 22:33:47 +00:00
Rob Ede
0d12201073
update to actix web v4 beta 18 (#218) 2021-12-29 10:22:56 +00:00
Luca Palmieri
e77ed16f49
Do not create a session if the session state is empty (#207) 2021-12-11 16:23:22 +00:00
Rob Ede
74ec115161
migrate to actix-web beta 14 (#209) 2021-12-11 16:05:21 +00:00
Rob Ede
ec66754c0d
standardize crate level lints 2021-12-08 06:11:13 +00:00
Sergey Pashinin
e636af039a
Update actix-redis to current state (beta) of actix (#210) 2021-12-06 01:03:18 +00:00
Rob Ede
e10937103e
fmt with new width 2021-08-30 23:27:44 +01:00
Rob Ede
c6f579790f
bump msrv to 1.51 2021-08-30 23:10:36 +01:00
Rob Ede
20ef05c36e
fix doctest ci (#188) 2021-06-27 07:02:38 +01:00
Rob Ede
7ab2b62810
prepare redis release 0.10.0-beta.1 2021-04-02 11:38:27 +01:00
Rob Ede
fc6563a019
various session api improvements (#170) 2021-03-23 22:35:27 +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
FallenWarrior2k
bb8120a8c0
Update Session::set_session to take IntoIterator (#105) 2020-09-22 00:04:21 +01:00
Rob Ede
bad5f32a68
update all packages to use actix-web v3 (#94) 2020-09-11 16:26:15 +01:00
Yuki Okushi
43ababef8f
Clean up deps and macro_use (#81) 2020-07-14 11:20:42 +01:00
Yuki Okushi
2a20ce4568
Replace deprecated from_master with derive_from (#82) 2020-07-14 11:15:30 +01:00
Yuki Okushi
b699506526
redis: Minimize futures dependency 2020-05-21 17:17:56 +09:00
mait
f3eaf5640c Documentation update: RedisSessionBackend is renamed to RedisSession 2020-05-17 14:46:41 +03: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
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
21994c13eb Fix/suppress clippy warnings 2020-01-30 18:21:02 +09:00
Rob Ede
2c216e471e move redis to own module 2020-01-29 11:41:40 +00:00