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

3827 Commits

Author SHA1 Message Date
8a31f3020e revert local-network change
see https://github.com/actix/actix-extras/pull/320#issuecomment-1501189129
2023-04-09 19:56:43 +01:00
8c93f5314b update readme crate versions 2023-04-09 19:47:57 +01:00
f37c93a2a8 migrate to doc_auto_cfg 2023-04-09 19:41:57 +01:00
111d95eaea rename private-network-access feature (#320)
* update CI with concurrency options

* cors: rename private-network => local-network

* modernize CI

* clippy

* run api diff job on all features
2023-04-09 19:35:30 +01:00
8729f60f79 fix CI MSRV 2023-03-23 12:15:25 +00:00
77ee27b4ae inline workspace package properties
msrv needs to be 1.64
2023-03-23 11:40:54 +00:00
b948ac9f7a fix MSRV in CI 2023-03-23 10:53: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
713b157fd4 Corrected actix-form-data community crate details (#314) 2023-01-13 10:43:52 +00:00
bf49b39740 use secure tokio version range
see RUSTSEC-2023-0001

part of actix/actix-web#2962
2023-01-10 09:03:27 +00:00
441d604c00 derive identity error impls 2023-01-07 02:22:13 +00:00
1ed893a08c Feature: Add IdentityError to actix-identity crate. (#296)
* Add IdentityError to actix-identity crate.

In order to let crates in the actix web ecosystem interact correctly
with `actix_web::Error`, this commit introduces its own error type,
replacing the previous usage of `anyhow::Error`.

* Mend some clippy warnings on IdentityError.

* Split identity error into more granular versions.

- `MissingIdentityError` occurs whenever we attempt to gather
  information about an identity from a session, and fail.
- `LoginError` occurs whenever we attempt to login via an identity, and
  fail.

* Feedback for identity error implementation.

- `IdentityError` -> `GetIdentityError`
- Move error messages into Display impl where appropriate
- Split `id` and `get_identity` errors into two types
- Implement `source` on custom errors

* Expand identity error types with struct markers.

In order to get a little more future compatibility and reduce
abstraction leaking, this commit introduces some contextual structs to
our identity errors package.

* Improve doc message for SessionExpiryError.

Co-authored-by: Luca Palmieri <20745048+LukeMathWalker@users.noreply.github.com>

* Improve identity error docs and messaging.

Co-authored-by: Luca Palmieri <20745048+LukeMathWalker@users.noreply.github.com>

* Expand LostIdentityError with placeholder.

Adds a placeholder unit struct to the LostIdentityError variant of
GetIdentityError, which should let us expand on that variant with extra
context later if we like.

* Add From coercion for LostIdentityError.

Improve the ergonomics of using the LostIdentityError unit struct.

* Update Cargo.toml

* Update CHANGES.md

* expose identity error module

* fix error impl

Co-authored-by: Luca Palmieri <20745048+LukeMathWalker@users.noreply.github.com>
Co-authored-by: Rob Ede <robjtede@icloud.com>
2023-01-07 02:05:12 +00:00
708aa945dc workaround msrv issues fix 2023-01-07 01:57:03 +00:00
9be4f1ff73 workaround dev dep msrv issues 2023-01-07 01:38:07 +00:00
f8a1165d10 fix manifest 2023-01-07 01:17:45 +00:00
d9175a0399 update base64 dep to 0.20 2023-01-07 01:16:14 +00:00
fe4d3d366d Update redis dependency to 0.22 2023-01-07 01:15:26 +00:00
1036f54fd0 update redis-async to 0.14 2023-01-07 01:09:34 +00:00
e9428ba261 update env_logger dev dep 2023-01-07 01:08:01 +00:00
779860b664 clippy 2023-01-07 01:04:16 +00:00
6848312467 prettier markdown changelogs 2023-01-07 01:02:02 +00:00
8c509151f1 add sentinel middleware to community crates (#312) 2023-01-05 14:36:31 +00:00
1774b8a36e Fix GHA deprecation warnings (#301) 2022-12-01 10:45:31 +00:00
9508be94d5 Update README.md (#304) 2022-11-12 19:52:29 +00:00
8e76c6c628 add bincode extractor lib to community crates (#303) 2022-11-12 13:26:16 +00:00
8fd166435f Add secure field to removal cookie (#300)
Closes https://github.com/actix/actix-extras/issues/299
2022-11-08 09:29:23 +00:00
1ac325ab79 fix cors changelog 2022-10-30 16:28:21 +00:00
b95ce3a210 prepare actix-cors release 0.6.4 cors-v0.6.4 2022-10-30 16:25:52 +00:00
ac444ca798 add support for private network access cors header (#297)
closes #294
2022-10-28 23:44:21 +01:00
fb8a814acb session: Fix a typo in a link to actix-redis (#293) 2022-10-15 12:36:59 +01:00
da0a806e8d clippy 2022-09-25 21:08:36 +01:00
d28ab6eaa1 CORS origin does not end with / (#291) 2022-09-22 11:46:24 +00:00
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