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
cors-v0.5.2
2020-11-15 22:24:18 +00:00
Rob Ede
a396c1b961
prepare cors release 0.5.1
cors-v0.5.0
cors-v0.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
Valentin Brandl
cae596811d
Make request ID extractable in request handlers ( #3 )
...
* Make request ID extractable in request handlers
* Remove unnecessary clone
* Implement `Display`, `Deref` and `Into` for RequestId
* Derive `Copy` for `RequestId` since `Uuid` is `Copy`
* Document `RequestId`
* Clarify, when the ID is logged
Co-authored-by: Valentin Brandl <mail+dev@vbrandl.net>
2020-10-31 15:32:45 +00:00
Luca Palmieri
ccb5c43deb
Merge pull request #4 from mkulke/fix-missing-tracing-log-in-readme
...
fix missing tracing-log import in Readme
2020-10-30 18:36:56 +00:00
Magnus Kulke
abebf4d394
fix missing tracing-log import in Readme
2020-10-30 18:56:56 +01:00
Rob Ede
76429602c6
prepare cors release 0.5.0
cors-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
cors-v0.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
Luca Palmieri
b31968312b
(cargo-release) start next development iteration 0.2.2-alpha.0
2020-09-28 08:51:58 +01:00
Luca Palmieri
fe02b5b686
(cargo-release) version 0.2.1
2020-09-28 08:51:03 +01:00
Luca Palmieri
3c2d3cea39
Bump version in README.
2020-09-28 08:50:52 +01:00
Luca Palmieri
267b38466a
Fix example.
2020-09-28 08:49:56 +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
Luca Palmieri
34bc4d713f
(cargo-release) start next development iteration 0.2.1-alpha.0
2020-09-27 16:48:23 +01:00
Luca Palmieri
22e7c06486
Fix documentation links.
2020-09-27 16:47:25 +01:00
Luca Palmieri
209ed46498
Update to latest version of actix-web.
2020-09-27 16:46:31 +01:00
Luca Palmieri
993b6e2f68
(cargo-release) start next development iteration 0.1.2-alpha.0
2020-09-27 16:42:22 +01:00
Luca Palmieri
5da38fa16d
Add request id
2020-09-27 16:41:22 +01:00
Luca Palmieri
4ef6f95608
Add spacing.
2020-09-27 16:29:00 +01:00
Luca Palmieri
a60c530fd5
First release.
2020-09-27 16:27:51 +01:00
Rob Ede
d14e188246
prepare CORS release 0.4.0 ( #107 )
cors-v0.4.0
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 )
identity-v0.3.1
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 )
redis-v0.9.1
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
Rob Ede
7a26d99c1a
lint and readme cleanup ( #97 )
2020-09-12 00:52:55 +01:00
Rob Ede
4a546718aa
prepare v3 compatible releases ( #95 )
httpauth-v0.5.0
identity-v0.3.0
cors-v0.3.0
session-v0.4.0
protobuf-v0.6.0
redis-v0.9.0
2020-09-11 21:22:55 +01:00
Rob Ede
bad5f32a68
update all packages to use actix-web v3 ( #94 )
2020-09-11 16:26:15 +01:00
Yuki Okushi
7e6bdf2eb2
Check code with rustfmt not to introduce format commits ( #88 )
2020-07-21 03:51:51 +09:00
Yuki Okushi
e5fe8d42fa
Use matches
macro to fix clippy warnings ( #86 )
2020-07-21 02:20:23 +09:00
Yuki Okushi
693c2f5041
Tweak actions ( #85 )
...
- Tweak trigger events
- Remove unnecessary workaround (hopefully)
- Stop using `ghq_import`
2020-07-20 06:18:00 +09:00
Rob Ede
d25ae41525
Create PULL_REQUEST_TEMPLATE.md ( #84 )
2020-07-20 03:02:34 +09:00
Oskar Persson
a960eb0ef6
Update backoff in actix-redis to 0.2.1 ( #83 )
2020-07-19 02:30:46 +01:00
Yuki Okushi
43ababef8f
Clean up deps and macro_use
( #81 )
2020-07-14 11:20:42 +01:00