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

3771 Commits

Author SHA1 Message Date
Rob Ede
ab3f591307
fmt 2022-07-31 15:34:52 +01:00
Rob Ede
c08cd8a23a
add standard crate lints 2022-07-31 15:33:22 +01:00
Rob Ede
da32c1bb49
rename settings modules 2022-07-31 15:30:50 +01:00
Rob Ede
90766e5d68
use panics in tests for better diagnostics 2022-07-31 15:18:23 +01:00
Rob Ede
f678842e46
modululize -settings 2022-07-31 15:10:22 +01:00
Rob Ede
e13b62fc6b
adopt actix-settings crate (#270)
* adopt actix-settings crate

* add licenses and readme addition

* revamp readme

* delete temp prettier file
2022-07-31 14:44:45 +01:00
Rob Ede
6e79465362
make RateLimiter non-exhaustive 2022-07-31 03:03:43 +01:00
Rob Ede
cd9dc163e5
prepare actix-session release 0.7.1 2022-07-24 15:29:50 +01:00
Mohamed Emad
810a88a156
fix: bad interaction between session state changes and renewal (#265) 2022-07-24 14:27:25 +00:00
Rob Ede
cfd16c5478
clippy 2022-07-21 22:20:48 +01:00
Rob Ede
07c5176bd0
align descriptions 2022-07-21 03:07:06 +01:00
Rob Ede
446c92c3d0
update proto deb badge 2022-07-21 02:54:53 +01:00
Rob Ede
65a6252fec
update crate dep badges 2022-07-21 02:54:11 +01:00
Rob Ede
73732b0a62
prepare actix-web-httpauth release 0.8.0 2022-07-21 02:51:33 +01:00
Rob Ede
ff06958b32
improve httpauth ergonomics (#264)
* improve httpauth ergonomics

* update changelog

* code and docs cleanup

* docs

* docs clean

* remove AuthExtractor trait

* update changelog
2022-07-21 02:50:22 +01:00
Rob Ede
4d2f4d58b4
clippy 2022-07-21 00:07:49 +01:00
Mike Cronce
140453c649
Return &str from BasicAuth::user_id() and BasicAuth::password() (#249)
Co-authored-by: Rob Ede <robjtede@icloud.com>
2022-07-19 01:33:32 +00:00
Rob Ede
fbae63d07f
prepare actix-web-httpauth release 0.7.0 2022-07-19 01:52:04 +01:00
Roland
417c06b00e
fix: broken stream when authentication failed (#260)
* fix: broken http stream when authentication failed

Signed-off-by: Roland Ma <rolandma@outlook.com>

* remove unchanged

Signed-off-by: Roland Ma <rolandma@outlook.com>

* Update CHANGES.md

* Update CHANGES.md

* Update CHANGES.md

Co-authored-by: Rob Ede <robjtede@icloud.com>
2022-07-19 01:40:01 +01:00
Rob Ede
553c2bfb92
prepare actix-identity release 0.5.2 2022-07-19 01:33:53 +01:00
Luca Palmieri
1089faaf93
[actix-identity] Fix visit deadline (#263) 2022-07-19 01:31:31 +01:00
Rob Ede
1cc37c371e
prepare actix-identity release 0.5.1 2022-07-11 18:07:50 +01:00
Rob Ede
d853c115b6
trim unnecessary identity deps (#259)
* trim unnecessary identity deps

* update changelog
2022-07-11 18:07:26 +01:00
Rob Ede
603215095a
prepare actix-identity release 0.5.0 2022-07-11 13:39:14 +01:00
Luca Palmieri
d3fb564380
Add changelog for actix-identity (#258) 2022-07-11 12:46:49 +01:00
Rob Ede
ee71d4cfa7
update readme 2022-07-11 02:15:47 +01:00
Rob Ede
f39a64f526
prepare actix-limitation release 0.3.0 2022-07-11 02:05:40 +01:00
Rob Ede
d5dc087e93
remove Limiter builder lifetime 2022-07-11 02:05:22 +01:00
Rob Ede
169b262c66
fix reference links 2022-07-09 20:29:08 +01:00
Rob Ede
d4384932ff
relative links on dir references 2022-07-09 20:27:01 +01:00
Rob Ede
4e1a95fc75
link community crates to crates.io
and add actix-multipart-extract
2022-07-09 20:26:00 +01:00
Rob Ede
910f964100
update community crates 2022-07-09 20:18:47 +01:00
Rob Ede
3e002a677b
bump session version of redis 2022-07-09 20:14:27 +01:00
Rob Ede
ca9879425b
prepare actix-redis release 0.12.0 2022-07-09 20:11:56 +01:00
Rob Ede
ecd7756644
update redis deps 2022-07-09 20:11:14 +01:00
Rob Ede
9bc014b96f
forbid unsafe in all crates 2022-07-09 20:05:47 +01:00
Rob Ede
e0ffd4e592
bump uuid dev dep 2022-07-09 19:58:42 +01:00
Rob Ede
97ee544057
update limitation's session version 2022-07-09 19:55:53 +01:00
Rob Ede
3b1c161547
remove protobuf example 2022-07-09 19:55:38 +01:00
Rob Ede
1830f66dca
revert session dep in limitation 2022-07-09 19:29:01 +01:00
Rob Ede
c52ea7a5d2
prepare actix-session release 0.7.0 2022-07-09 19:03:28 +01:00
Luca Palmieri
b1cea64795
Rebuild actix-identity on top of actix-session (#246)
Co-authored-by: Rob Ede <robjtede@icloud.com>
2022-07-09 19:00:15 +01:00
Rob Ede
b8f4a658a9
rename post-merge ci job 2022-07-04 16:44:48 +01:00
Rob Ede
69e4264e0c
install cargo hack faster 2022-07-04 16:43:33 +01:00
Luca Palmieri
c2f068db66
Add a new configuration parameter to refresh the TTL of the session even if unchanged (#233)
Co-authored-by: Rob Ede <robjtede@icloud.com>
2022-07-03 21:18:14 +01:00
Rob Ede
d09299390a
prepare actix-protobuf release 0.8.0 2022-06-26 00:36:27 +01:00
Tobias de Bruijn
a42ca24327
Updated Cargo.toml to support Prost 0.10 (#257) 2022-06-26 00:28:16 +01:00
Yuki Okushi
3c48e00e7a
Bump up MSRV to 1.57 (#256) 2022-06-22 20:42:46 +09:00
SatoruMasakazu_real
7267a19b1d
Changed description for actix-ws inside README (#255) 2022-06-16 20:43:41 +01:00
Yuki Okushi
f6508f290c
Do not run tests on MSRV (#250) 2022-05-25 14:07:31 +01:00