51 Commits (20ffcaa813c0e81d3a760f5624429f020b7b7ffc)

Author SHA1 Message Date
BlackDex 0d9eac34e7
Optimizations and build speedup 2 months ago
Stefan Melmuk 5ea0779d6b
a little cleanup after SSO merge (#6153) 3 months ago
Timshel cff6c2b3af
SSO using OpenID Connect (#3899) 3 months ago
Mathijs van Veluw ef7835d1b0
Sync with Upstream (#5798) 5 months ago
Stefan Melmuk 359a4a088a
allow CLI to upload files with truncated filenames (#5618) 8 months ago
Stefan Melmuk c0be36a17f
update web-vault to v2025.1.1 and add /api/devices (#5422) 9 months ago
Stefan Melmuk 871a3f214a
rename membership and adopt newtype pattern (#5320) 10 months ago
Mathijs van Veluw c722006385
Fix Login with device (#4878) 1 year ago
Mathijs van Veluw 1e42755187
Update chrono and sqlite (#4436) 2 years ago
Stefan Melmuk 3b283c289e
register missing push devices at login (#3792) 2 years ago
Mathijs van Veluw eccb3ab947
Decrease JWT Refresh/Auth token (#4163) 2 years ago
Bernd Schoolmann 8d7b3db33d Implement login-with-device 2 years ago
Bernd Schoolmann e4606431d1
Fix mobile push blocking requests and spamming push server 2 years ago
BlackDex 4219249e11
Add support for Organization token 2 years ago
GeekCornerGH 2d66292350
feat: Push Notifications 2 years ago
Samuel Tardieu d0baa23f9a Use constant size generic parameter for random bytes generation 3 years ago
Daniel García 8409b31d6b
Update to diesel2 3 years ago
BlackDex 55d7c48b1d
Add more clippy checks for better code/readability 3 years ago
BlackDex 3ca85028ea
Improve sync speed and updated dep. versions 4 years ago
BlackDex c4d565b15b
Update login API code 4 years ago
BlackDex 87e08b9e50
Async/Awaited all db methods 4 years ago
BlackDex 775d07e9a0
Async/Awaited all db methods 4 years ago
Jeremy Lin 8f7900759f Fix `scope` and `refresh_token` for API key logins 4 years ago
Jeremy Lin c476e19796 Add email notifications for incomplete 2FA logins 4 years ago
Daniel García 9254cf9d9c
Fix clippy lints 4 years ago
Jake Howard 3ab90259f2
Modify rustfmt file 5 years ago
Jake Howard 0af3956abd
Run `cargo fmt` on codebase 5 years ago
Jake Howard 49af9cf4f5
Correctly camelCase acronyms 5 years ago
Daniel García ce62e898c3
Remove debug impl from database structs 5 years ago
janost 1eb5495802 Show latest active device as last active on admin page 5 years ago
Daniel García 0365b7c6a4
Add support for multiple simultaneous database features by using macros. 5 years ago
theycallmesteve 632f4d5453
Whitespace fixes 6 years ago
Daniel García 9cca64003a
Remove unused dependency and simple feature, update dependencies and fix some clippy lints 6 years ago
BlackDex 1ee8e44912 Fixed issue #965 6 years ago
tomuta bd1e8be328 Implement change-email, email-verification, account-recovery, and welcome notifications 6 years ago
Michael Powers f5f9861a78
Adds support for PostgreSQL which resolves #87 and is mentioned in #246. 6 years ago
Emil Madsen ab95a69dc8 Rework migrations for MySQL 7 years ago
Daniel García 834c847746
Implement admin JWT cookie, separate JWT issuers for each type of token and migrate admin page to handlebars template 7 years ago
Daniel García 30e768613b
Start using rustfmt and some style changes to make some lines shorter 7 years ago
Daniel García 6a99849a1e
Implemented proper error handling, now we can do `user.save($conn)?;` and it works. 7 years ago
Daniel García 4e827e4f8a
Implement better retry and use it while saving device 7 years ago
Daniel García 7adc045b80
Updated IP logging to use client_ip, to match old remote behavior. 7 years ago
Daniel García 94810c106a
Migrate to rust 2018 edition 7 years ago
Daniel García 6364c05789
Fix attachments during key rotation, add individual attachment key 7 years ago
janost 58a78ffa54 Device::save() should return QueryResult instead of bool 7 years ago
Miroslav Prasil a28caa33ef Implement poor man's admin panel 7 years ago
Daniel García dae92b9018 Implemented U2F, refactored Two Factor authentication, registering U2F device and authentication should work. Works on Chrome on MacOS with a virtual device. 7 years ago
Daniel García b0ee5f6570 Improved two factor auth 8 years ago
Daniel García 4093bf92fe Initial organizations functionality: Creating orgs and inviting users 8 years ago
Daniel García 84a75c871b Improved error messagees, implemented delete ciphers, attachments and account, implemented two factor recovery. 8 years ago