1
0
mirror of https://github.com/actix/actix-extras.git synced 2025-06-26 18:37:41 +02:00
Commit Graph

3415 Commits

Author SHA1 Message Date
45643d4035 fix cors expose_any_header behavior (#204) cors-v0.6.0-beta.3 2021-10-21 15:47:56 +01:00
545873b5b2 update actix-web dependencies to v4 beta.10 (#203)
Co-authored-by: Rob Ede <robjtede@icloud.com>
2021-10-21 14:10:00 +01:00
627fe96be0 bump msrv to 1.52.1 2021-10-19 01:49:39 +01:00
d0f2075ce9 Implement Clone for CookieSession. (#201) 2021-10-18 13:03:14 +01:00
a08b96529f Add flash message crate. (#202) 2021-10-16 18:03:36 +01:00
1261557dc9 protobuf: Update prost to 0.8 (Fixes CI on nightly) (#197)
Co-authored-by: Rob Ede <robjtede@icloud.com>
2021-10-11 19:56:15 +01:00
798a5d6d0e add actix-ip-filter to community libs 2021-10-11 02:55:15 +01:00
051929ab47 use cargo resolver 2 2021-10-11 02:55:15 +01:00
50621bae71 cors: make middleware generic over body type (#195) 2021-09-13 11:00:58 +01:00
e10937103e fmt with new width 2021-08-30 23:27:44 +01:00
c6f579790f bump msrv to 1.51 2021-08-30 23:10:36 +01:00
44c7b07ce2 prepare second beta round (#189) 2021-06-27 07:28:26 +01:00
20ef05c36e fix doctest ci (#188) 2021-06-27 07:02:38 +01:00
64eec6e550 Add aliri_actix as a community crate (#186) 2021-06-04 19:13:11 +01:00
8e35b652d4 update readme 2021-05-07 18:07:49 +01:00
8741cd32cc Minor README fixes (#174) 2021-04-09 14:39:50 +01:00
727353213f fix cors example version identity-v0.4.0-beta.1 redis-v0.10.0-beta.1 session-v0.5.0-beta.1 cors-v0.6.0-beta.1 httpauth-v0.6.0-beta.1 2021-04-02 11:48:19 +01:00
d898e9e217 dont stabilize cors 2021-04-02 11:46:03 +01:00
d0f0fb474b fixup other cargo manifests 2021-04-02 11:44:18 +01:00
bb1cc7443f prepare identity release 0.4.0-beta.1 2021-04-02 11:44:03 +01:00
7ab2b62810 prepare redis release 0.10.0-beta.1 2021-04-02 11:38:27 +01:00
0ba14f786e prepare session release 0.5.0-beta.1 2021-04-02 11:31:30 +01:00
554a852dea prepare httpauth release 0.6.0-beta.1 2021-04-02 11:25:57 +01:00
5624ac9bb0 prepare cors release 1.0.0-beta.1 2021-04-02 10:22:32 +01:00
fc6563a019 various session api improvements (#170) 2021-03-23 22:35:27 +00:00
23912afd49 refactor identity (#168) 2021-03-23 05:05:03 +00:00
c7df62d0b6 simplify ci like actix-web (#165) 2021-03-22 11:46:02 +00:00
15d72b1694 use insert for protobuf content type header 2021-03-22 05:30:16 +00:00
c8f1d9671c add upgrade -web hints in changelogs 2021-03-22 05:24:35 +00:00
7d0df351e0 normalize time deps to secure versions 2021-03-22 05:20:10 +00:00
2254a429d4 use forward_ready for service definitions 2021-03-22 05:18:59 +00:00
b0854ed144 fix actix-redis by revert most recent changes (#164) 2021-03-22 05:07:45 +00:00
ca85f6b245 Update dependencies (Tokio 1.0) (#144) 2021-03-21 22:50:26 +00:00
86ff1302ad Fix API Documentation URL (#163) 2021-03-21 15:34:27 +00:00
5a72dd33d5 session, redis, and httpauth pre-v4 releases (#162) httpauth-v0.5.1 session-v0.4.1 redis-v0.9.2 2021-03-21 09:38:29 +00:00
8d635f71fb allow session-only cookies (#161)
Co-authored-by: Rob Ede <robjtede@icloud.com>
2021-03-07 04:26:06 +09:00
ba248a681b update example links (#159) 2021-02-28 19:29:54 +00:00
81c48930c4 Add actix-web-grants crate to readme (#149) 2021-01-17 02:47:19 +00:00
d77c908567 update Cors::allow_origin_fn docs 2021-01-03 22:35:52 +00:00
91e91c4327 Prepare cors 0.5.4 release cors-v0.5.4 2020-12-31 22:11:04 +09:00
cf970ee091 Fix expose_any_header setter (#143) 2020-12-31 21:13:36 +09:00
699846d965 Disable PR comment from codecov 2020-12-17 21:41:58 +09:00
936a116264 Fix purge from other paths than root (#129)
Co-authored-by: Rob Ede <robjtede@icloud.com>
Co-authored-by: Yuki Okushi <huyuumi.dev@gmail.com>
2020-12-04 03:52:48 +09:00
f970d90894 Use re-exported bytes items from instead of using them directly (#139) 2020-12-01 10:21:56 +09:00
699a98493b Update github-pages-deploy-action to 3.7.1 (#138) 2020-12-01 06:06:48 +09:00
a22e4cfa36 impl std::error::Error for Error (#135) 2020-11-30 20:19:32 +09:00
99e98f1a29 address clippy warnings (#134) 2020-11-23 10:37:56 +00:00
ab80a91468 update cors deps badge 2020-11-20 00:27:53 +00:00
f60c3653d3 add actix-web-static-files to readme libs 2020-11-20 00:25:45 +00:00
c534ef0f98 fix derive_more version spec
fixes #130
cors-v0.5.3
2020-11-19 00:52:49 +00:00