1
0
mirror of https://github.com/actix/actix-extras.git synced 2025-06-26 10:27:42 +02:00
Commit Graph

109 Commits

Author SHA1 Message Date
db2193b8c5 chore: bump futures-* deps 2024-03-02 21:29:40 +00:00
a5f5e31a82 chore: remove redundant imports 2024-02-19 16:18:17 +00:00
c62b271d9a chore(actix-cors): prepare release 0.7.0 2024-01-06 21:13:26 +00:00
320cbebc7e chore: fmt markdowns 2024-01-06 21:08:09 +00:00
e2bf504055 feat(session): use real async traits (#365) 2024-01-04 04:10:46 +00:00
6d0ab96dfd adopt actix-ws crate (#361) 2023-11-03 22:49:18 +00:00
61f16c609a fix doc warnings 2023-11-03 20:00:56 +00:00
ecd2016c09 use standard attributes for all crates 2023-11-03 19:46:12 +00:00
94f99e4843 chore(actix-web-httpauth): prepare release 0.8.1 2023-09-16 03:14:40 +01:00
600dda5ef3 chore: correct futures-util dep specs 2023-09-16 03:14:04 +01:00
55ace79d64 Implement From<Basic> for BasicAuth (#327)
* implement `From<Basic>` for `BasicAuth`

* update changelog

---------

Co-authored-by: Rob Ede <robjtede@icloud.com>
2023-09-16 00:27:50 +00:00
aaedb9c625 MSRV 1.68 (#328) 2023-09-16 00:30:38 +01:00
75386f4a1d ensure docs.rs builds all crates with all features 2023-04-11 12:22:28 +01:00
77ee27b4ae inline workspace package properties
msrv needs to be 1.64
2023-03-23 11:40:54 +00:00
ad1f15eb18 centralize msrv and edition specs 2023-03-22 21:17:30 +00:00
8a9c604c03 update msrv to 1.60
promted by prost 0.11.8
2023-03-22 21:13:56 +00:00
218f18e69d fix default features attributes 2023-03-22 20:51:14 +00:00
2bc16eee18 Update base64 dependency to 0.21 (#316) 2023-01-30 16:53:30 +00:00
d9175a0399 update base64 dep to 0.20 2023-01-07 01:16:14 +00:00
779860b664 clippy 2023-01-07 01:04:16 +00:00
6848312467 prettier markdown changelogs 2023-01-07 01:02:02 +00:00
1561bda822 apply imports_granularity fmt rule 2022-09-11 21:55:40 +01:00
7d932cd540 bump msrv to 1.59 2022-08-28 20:30:32 +01:00
cfd16c5478 clippy 2022-07-21 22:20:48 +01:00
07c5176bd0 align descriptions 2022-07-21 03:07:06 +01:00
73732b0a62 prepare actix-web-httpauth release 0.8.0 2022-07-21 02:51:33 +01:00
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
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
fbae63d07f prepare actix-web-httpauth release 0.7.0 2022-07-19 01:52:04 +01:00
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
3c48e00e7a Bump up MSRV to 1.57 (#256) 2022-06-22 20:42:46 +09:00
8fd1772d5e Consistent import formatting (#237) 2022-03-29 11:46:13 +01:00
e1f79dae17 fix test 2022-03-01 04:30:10 +00:00
ce92f0036f add test for middleware usage in app and scope (#215) 2022-03-01 04:18:46 +00:00
fd272f817c prepare actix-web-httpauth release 0.6.0 2022-03-01 04:14:07 +00:00
2e86fb9822 prepare actix-identity release 0.4.0 2022-03-01 04:13:56 +00:00
3959c55c47 prepare actix-cors release 0.6.0 2022-02-25 23:11:28 +00:00
73a5ae98b6 update actix-web dependency to 4.0 2022-02-25 23:05:11 +00:00
d46ee464e0 update examples links 2022-02-18 03:33:03 +00:00
cf0630b54d prepare actix-cors release 0.6.0-beta.10 2022-02-07 17:50:39 +00:00
d9f27120f6 prepare actix-web-httpauth release 0.6.0-beta.8 2022-02-07 02:51:58 +00:00
f870074354 prepare actix-cors release 0.6.0-beta.9 2022-02-07 02:31:21 +00:00
ab3615b8d5 relax body bounds (#223) 2022-02-07 02:30:26 +00:00
323d01fcca bump actix-web to 4.0.0-rc.1 2022-02-03 22:33:47 +00:00
717b93e507 fix api documentation link (#220) 2022-01-28 17:17:15 +00:00
19bff0028e prepare actix-web-httpauth release 0.6.0-beta.7 2021-12-29 10:29:29 +00:00
422a264787 prepare actix-cors release 0.6.0-beta.8 2021-12-29 10:25:04 +00:00
5f17026a55 fix changelog 2021-12-29 09:59:36 +00:00
92c9601850 bump msrv to 1.54 2021-12-29 09:42:31 +00:00
6ca36b5d53 fixup changelogs 2021-12-29 09:36:12 +00:00