aboutsummaryrefslogtreecommitdiff
path: root/src/auth.rs
AgeCommit message (Expand)Author
2024-06-16Update rust and remove unused header values (#4645)Daniel García
2024-04-27improve access to collections via groups (#4441)Stefan Melmuk
2024-04-06Update crates and some Clippy fixes (#4475)Mathijs van Veluw
2024-03-23Update Rust and crates (#4445)Mathijs van Veluw
2024-03-19Update chrono and sqlite (#4436)Mathijs van Veluw
2024-03-17Improve JWT key initialization and avoid saving public key (#4085)Daniel García
2023-12-13Decrease JWT Refresh/Auth token (#4163)Mathijs van Veluw
2023-08-31Allow Authorization header for Web SocketsBlackDex
2023-07-03Add some extra access checks for attachments and groupsDaniel García
2023-06-13Merge and modify PR from @KurnihilBlackDex
2023-06-13Add support for Organization tokenBlackDex
2023-04-30Change `String` to `&str` for all Rocket functionsBlackDex
2023-04-23inline static rsa keysTim Vilgot Mikael Fredenberg
2023-03-23add endpoint to bulk delete collectionsStefan Melmuk
2023-03-11Merge ClientIp with Headers.BlackDex
2023-02-20Apply rewordingNils Mittler
2023-02-20Apply Admin Session Lifetime to JWTNils Mittler
2023-01-09Resolve uninlined_format_args clippy warningsBlackDex
2022-12-15Fix recover-2fa not working.BlackDex
2022-12-08Fix managers and groups linkBlackDex
2022-12-02Cleanups and Fixes for Emergency AccessBlackDex
2022-11-09Update Rust version, deps and workflowBlackDex
2022-11-07Support Org Export for v2022.11 clientsBlackDex
2022-10-23Update to diesel2Daniel García
2022-10-09make invitation expiration time configurableStefan Melmuk
2022-10-09return more descriptive JWT validation messagesStefan Melmuk
2022-07-15Remove read_file and read_file_string and replace them with the std alternativesDaniel García
2022-03-12Update login API codeBlackDex
2022-02-27Upd Dockerfiles, crates. Fixed rust 2018 idiomsBlackDex
2022-02-27Async/Awaited all db methodsBlackDex
2022-02-27Update to rocket 0.5 and made code async, missing updating all db calls, that...Daniel García
2021-11-06Macro recursion decrease and other optimizationsBlackDex
2021-09-17Add Emergency contact featurethelittlefireman
2021-07-04Added web-vault v2.21.x support + some misc fixesBlackDex
2021-06-26Remove unused lifetime and double referencingDaniel García
2021-06-25Load RSA keys as pem format directly, and using openssl crate, backported fro...Daniel García
2021-06-25Add token with short expiration time to send urlDaniel García
2021-04-06Modify rustfmt fileJake Howard
2021-03-31Run `cargo fmt` on codebaseJake Howard
2021-03-27Correctly camelCase acronymsJake Howard
2021-03-27Implement `From` over `Into`Jake Howard
2021-03-14Add separate host-only fromrequest handlerDaniel García
2021-01-26Fix collection access issues for owner/admin usersJeremy Lin
2020-12-14Fix Key Rotation during password changeBlackDex
2020-12-02Adding Manager Role supportBlackDex
2020-07-23Updated dependencies and changed rocket request importsDaniel García
2020-07-14Removed try_trait and some formatting, particularly around importsDaniel García
2020-03-19Fixed issue #908BlackDex
2020-03-19Fixing issue #908BlackDex
2020-03-16Updated jsonwebtokenBlackDex