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

3842 Commits

Author SHA1 Message Date
a2c5cbd637 fix cors changelog 2022-09-22 00:25:48 +01:00
e6ef190510 prepare actix-cors release 0.6.3 cors-v0.6.3 2022-09-22 00:24:38 +01:00
3b5682c860 Add block_on_origin_mismatch option to middleware (#287)
Co-authored-by: CapableWeb <capableweb@domain.com>
Co-authored-by: Rob Ede <robjtede@icloud.com>
2022-09-21 23:22:20 +00:00
82a100d96c Add note for accessing session state in stream. (#285) 2022-09-21 12:51:45 +00:00
d98ebf2bdf Update Cors function documentation to match behaviour (#289)
Co-authored-by: Rob Ede <robjtede@icloud.com>
2022-09-21 09:15:54 +00:00
1561bda822 apply imports_granularity fmt rule 2022-09-11 21:55:40 +01:00
339b81e843 prepare actix-session release 0.7.2 session-v0.7.2 2022-09-11 21:13:20 +01:00
eb3660a772 set same-site attribute when clearing session cookie (#284)
fixes #282
2022-09-11 21:11:33 +01:00
9a3b410409 prepare actix-limitation release 0.4.0 limitation-v0.4.0 2022-09-11 00:06:57 +01:00
32313c0af6 Limitation: custom key from closure (#281)
Co-authored-by: Rob Ede <robjtede@icloud.com>
2022-09-10 23:02:54 +00:00
a623c50e9c Limitation: display and handle client error (#280)
* feat(limitation): display and handle client error

* feat(limitation): handle other count errors

* feat: add middleware errors catch changes to changelog

Co-authored-by: Rob Ede <robjtede@icloud.com>
2022-08-28 20:49:14 +01:00
7d932cd540 bump msrv to 1.59 2022-08-28 20:30:32 +01:00
ffe122b76e prepare actix-protobuf release 0.9.0 protobuf-v0.9.0 2022-08-24 18:07:47 +01:00
1e682e7a59 update to prost 0.11 (#279)
* updated to prost 0.11 and added application/x-protobuf

* updated derive-more, prost, futures-util versions

* updated Changelog and a small fix in Cargo.toml

* cargo fmt

* bumped version to 0.8.1

* removed version bump

* add back intentional patch versions

Co-authored-by: Ahmed Masud <ahmed.masud@saf.ai>
2022-08-24 18:07:13 +01:00
e61dbae860 rename AtError => Error (#275)
* refactor(settings)!: rename AtError => Error

and remove AtResult from public API

* update changelog

* recover from file metadata errors
2022-08-10 09:13:34 +01:00
a325f5dd02 add some doc examples to -session 2022-08-09 01:03:28 +01:00
bad6159516 prepare actix-cors release 0.6.2 cors-v0.6.2 2022-08-07 20:57:09 +01:00
7c3c9357e0 fix expose all headers (#273)
* fix expose all headers

* update changelog
2022-08-07 20:56:33 +01:00
bcb8dbe1fc add config file to example 2022-07-31 20:26:40 +01:00
983746f106 prepare actix-settings release 0.6.0 settings-v0.6.0 2022-07-31 20:13:27 +01:00
b054733854 document settings crate (#271) 2022-07-31 20:12:19 +01:00
ab3f591307 fmt 2022-07-31 15:34:52 +01:00
c08cd8a23a add standard crate lints 2022-07-31 15:33:22 +01:00
da32c1bb49 rename settings modules 2022-07-31 15:30:50 +01:00
90766e5d68 use panics in tests for better diagnostics 2022-07-31 15:18:23 +01:00
f678842e46 modululize -settings 2022-07-31 15:10:22 +01:00
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
6e79465362 make RateLimiter non-exhaustive 2022-07-31 03:03:43 +01:00
cd9dc163e5 prepare actix-session release 0.7.1 session-v0.7.1 2022-07-24 15:29:50 +01:00
810a88a156 fix: bad interaction between session state changes and renewal (#265) 2022-07-24 14:27:25 +00:00
cfd16c5478 clippy 2022-07-21 22:20:48 +01:00
07c5176bd0 align descriptions 2022-07-21 03:07:06 +01:00
446c92c3d0 update proto deb badge 2022-07-21 02:54:53 +01:00
65a6252fec update crate dep badges 2022-07-21 02:54:11 +01:00
73732b0a62 prepare actix-web-httpauth release 0.8.0 httpauth-v0.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
4d2f4d58b4 clippy 2022-07-21 00:07:49 +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 httpauth-v0.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
553c2bfb92 prepare actix-identity release 0.5.2 identity-v0.5.2 2022-07-19 01:33:53 +01:00
1089faaf93 [actix-identity] Fix visit deadline (#263) 2022-07-19 01:31:31 +01:00
1cc37c371e prepare actix-identity release 0.5.1 identity-v0.5.1 2022-07-11 18:07:50 +01:00
d853c115b6 trim unnecessary identity deps (#259)
* trim unnecessary identity deps

* update changelog
2022-07-11 18:07:26 +01:00
603215095a prepare actix-identity release 0.5.0 identity-v0.5.0 2022-07-11 13:39:14 +01:00
d3fb564380 Add changelog for actix-identity (#258) 2022-07-11 12:46:49 +01:00
ee71d4cfa7 update readme 2022-07-11 02:15:47 +01:00
f39a64f526 prepare actix-limitation release 0.3.0 limitation-v0.3.0 2022-07-11 02:05:40 +01:00
d5dc087e93 remove Limiter builder lifetime 2022-07-11 02:05:22 +01:00
169b262c66 fix reference links session-v0.7.0 2022-07-09 20:29:08 +01:00