Rob Ede
15d72b1694
use insert for protobuf content type header
2021-03-22 05:30:16 +00:00
Rob Ede
c8f1d9671c
add upgrade -web hints in changelogs
2021-03-22 05:24:35 +00:00
Rob Ede
7d0df351e0
normalize time deps to secure versions
2021-03-22 05:20:10 +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
Rohit Chattopadhyay
86ff1302ad
Fix API Documentation URL ( #163 )
2021-03-21 15:34:27 +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
Daniel T. Rodrigues
ba248a681b
update example links ( #159 )
2021-02-28 19:29:54 +00:00
Artem Medvedev
81c48930c4
Add actix-web-grants crate to readme ( #149 )
2021-01-17 02:47:19 +00:00
Rob Ede
d77c908567
update Cors::allow_origin_fn docs
2021-01-03 22:35:52 +00:00
Yuki Okushi
91e91c4327
Prepare cors 0.5.4 release
2020-12-31 22:11:04 +09:00
Julian Tescher
cf970ee091
Fix expose_any_header setter ( #143 )
2020-12-31 21:13:36 +09:00
Yuki Okushi
699846d965
Disable PR comment from codecov
2020-12-17 21:41:58 +09:00
Quentin Kniep
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
Yuki Okushi
f970d90894
Use re-exported bytes
items from instead of using them directly ( #139 )
2020-12-01 10:21:56 +09:00
Yuki Okushi
699a98493b
Update github-pages-deploy-action to 3.7.1 ( #138 )
2020-12-01 06:06:48 +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
Rob Ede
ab80a91468
update cors deps badge
2020-11-20 00:27:53 +00:00
Rob Ede
f60c3653d3
add actix-web-static-files to readme libs
2020-11-20 00:25:45 +00:00
Rob Ede
c534ef0f98
fix derive_more version spec
...
fixes #130
2020-11-19 00:52:49 +00:00
Rob Ede
cbfd5d94ee
fix httpauth extraction error handling in middleware ( #128 )
2020-11-18 15:08:03 +00:00
Rob Ede
61778d864e
ensure tinyvec is using alloc feature
2020-11-15 22:24:18 +00:00
Rob Ede
a396c1b961
prepare cors release 0.5.1
2020-11-05 18:45:47 +00:00
Guarabot
0b2eff9384
Fix allow_any_header setter ( #121 )
2020-11-05 18:38:27 +00:00
Rob Ede
76429602c6
prepare cors release 0.5.0
2020-10-19 23:09:42 +01:00
Rob Ede
f20b724830
cors origin validator function receives origin as first parameter ( #120 )
2020-10-19 19:30:46 +01:00
Rob Ede
6084c47810
CORS builder rework ( #119 )
2020-10-19 05:51:31 +01:00
Luca Bruno
c8e641d4b6
cors: hide service struct from docs ( #118 )
...
This hides `CorsMiddleware` from rustdocs, following the pattern of
the rest of `actix_web::middleware` implementations.
2020-10-17 07:01:30 +09:00
Matteo
b59e307de1
Updated example link to use actix-extras repo ( #117 )
2020-10-14 21:41:05 +01:00
Rob Ede
2d1a493f17
move actix-casbin lib from examples readme
2020-10-14 17:59:04 +01:00
Yuki Okushi
c57c97c7c8
Disable macOS cache to fix spurious failures ( #116 )
2020-10-13 23:54:04 +09:00
eupn
06f17ec223
Panic on wildcard in Cors builder's allowed_origin() ( #114 )
...
* Assert allowed origin in Cors builder
* Add panic test for wildcard
* Add changelog entry
* rustfmt
* Apply suggestions from code review
Co-authored-by: Rob Ede <robjtede@icloud.com>
Co-authored-by: Rob Ede <robjtede@icloud.com>
2020-10-10 14:25:33 +01:00
Rob Ede
134e43ab5e
split up cors lib and fix doc links ( #113 )
...
* split up cors lib and fix doc links
* clippy
2020-10-08 11:50:56 +01:00
Rob Ede
16db1b6808
bump cors version
2020-10-07 11:34:49 +01:00
Rob Ede
d02e508731
prepare cors release 0.4.1
2020-10-07 11:32:27 +01:00
Roman Lakhtadyr
b33012999c
feat(cors): allow using closures in allow_origin_fn ( #110 )
2020-10-07 11:29:20 +01:00
Francois Stephany
0f7a147323
Unify homepage/repository urls in Cargo manifests ( #111 )
2020-10-03 01:32:01 +01:00
Rob Ede
e3da3094f0
update changelog
2020-09-28 02:44:16 +01:00
Rob Ede
33dfea8997
update httpauth readme
2020-09-28 02:04:18 +01:00
Rob Ede
d14e188246
prepare CORS release 0.4.0 ( #107 )
2020-09-27 14:29:33 +01:00
FallenWarrior2k
f185a9c7e6
CORS: Take TryInto instead of TryFrom ( #106 )
2020-09-26 20:02:45 +01:00
Roman Lakhtadyr
99fe08f332
actix-cors: Create allowed_origin_fn
builder method ( #93 )
...
Co-authored-by: ArmorDarks <git@lavrins.com>
2020-09-25 00:36:53 +01:00
FallenWarrior2k
bb8120a8c0
Update Session::set_session to take IntoIterator ( #105 )
2020-09-22 00:04:21 +01:00
Rob Ede
03ccf09e2e
prepare identity 0.3.1 release ( #104 )
2020-09-21 23:05:40 +01:00
Rob Ede
6ae147d190
add CookieIdentityPolicy::http_only method ( #102 )
2020-09-17 18:10:27 +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