Commit Graph

98 Commits (247d0706fff61b9f8c227c5e852f9055709bdd43)

Author SHA1 Message Date
Daniel García 377969ea67
Update rust and remove unused header values (#4645)
7 months ago
Stefan Melmuk 9dcc738f85
improve access to collections via groups (#4441)
8 months ago
Mathijs van Veluw e42a37c6c1
Update crates and some Clippy fixes (#4475)
9 months ago
Mathijs van Veluw 93636eb3c3
Update Rust and crates (#4445)
9 months ago
Mathijs van Veluw 1e42755187
Update chrono and sqlite (#4436)
10 months ago
Daniel García a1fbd6d729
Improve JWT key initialization and avoid saving public key (#4085)
10 months ago
Mathijs van Veluw eccb3ab947
Decrease JWT Refresh/Auth token (#4163)
1 year ago
BlackDex aa9bc1f785
Allow Authorization header for Web Sockets
1 year ago
Daniel García 60964c07e6
Add some extra access checks for attachments and groups
2 years ago
BlackDex 8e34495e73
Merge and modify PR from @Kurnihil
2 years ago
BlackDex 4219249e11
Add support for Organization token
2 years ago
BlackDex f906f6230a
Change `String` to `&str` for all Rocket functions
2 years ago
Tim Vilgot Mikael Fredenberg 55c1b6e8d5 inline static rsa keys
2 years ago
Stefan Melmuk 56cad93e0f
add endpoint to bulk delete collections
2 years ago
BlackDex 9e5b94924f
Merge ClientIp with Headers.
2 years ago
Nils Mittler a947e434f0 Apply rewording
2 years ago
Nils Mittler 2eb4f290a5 Apply Admin Session Lifetime to JWT
2 years ago
BlackDex d30878c4ea Resolve uninlined_format_args clippy warnings
2 years ago
BlackDex 6154e03c05
Fix recover-2fa not working.
2 years ago
BlackDex 142f7bb50d
Fix managers and groups link
2 years ago
BlackDex 4aa6dd22bb
Cleanups and Fixes for Emergency Access
2 years ago
BlackDex 439ef44973
Update Rust version, deps and workflow
2 years ago
BlackDex c9ec389b24
Support Org Export for v2022.11 clients
2 years ago
Daniel García 8409b31d6b
Update to diesel2
2 years ago
Stefan Melmuk c78d383ed1
make invitation expiration time configurable
2 years ago
Stefan Melmuk 475c7b8f16
return more descriptive JWT validation messages
2 years ago
Daniel García c9376e3126
Remove read_file and read_file_string and replace them with the std alternatives
2 years ago
BlackDex c4d565b15b
Update login API code
3 years ago
BlackDex 19b8388950
Upd Dockerfiles, crates. Fixed rust 2018 idioms
3 years ago
BlackDex 87e08b9e50
Async/Awaited all db methods
3 years ago
Daniel García 0b7d6bf6df
Update to rocket 0.5 and made code async, missing updating all db calls, that are currently blocking
3 years ago
BlackDex c453528dc1
Macro recursion decrease and other optimizations
3 years ago
thelittlefireman 4ab9362971 Add Emergency contact feature
3 years ago
BlackDex 403f35b571 Added web-vault v2.21.x support + some misc fixes
4 years ago
Daniel García 0dcea75764
Remove unused lifetime and double referencing
4 years ago
Daniel García 46e0f3c43a
Load RSA keys as pem format directly, and using openssl crate, backported from async branch
4 years ago
Daniel García 2cd17fe7af
Add token with short expiration time to send url
4 years ago
Jake Howard 3ab90259f2
Modify rustfmt file
4 years ago
Jake Howard 0af3956abd
Run `cargo fmt` on codebase
4 years ago
Jake Howard 49af9cf4f5
Correctly camelCase acronyms
4 years ago
Jake Howard 6b1daeba05
Implement `From` over `Into`
4 years ago
Daniel García 2969e87b52
Add separate host-only fromrequest handler
4 years ago
Jeremy Lin 67c657003d Fix collection access issues for owner/admin users
4 years ago
BlackDex de86aa671e Fix Key Rotation during password change
4 years ago
BlackDex 7cf8809d77 Adding Manager Role support
4 years ago
Daniel García 32cfaab5ee
Updated dependencies and changed rocket request imports
5 years ago
Daniel García 668d5c23dc
Removed try_trait and some formatting, particularly around imports
5 years ago
BlackDex baac8d9627 Fixed issue #908
5 years ago
BlackDex 669b101e6a Fixing issue #908
5 years ago
BlackDex 37b212427c Updated jsonwebtoken
5 years ago