76 Commits (fee2b5c3fb53fb3da6133f0903572673797ec0b1)

Author SHA1 Message Date
BlackDex fee2b5c3fb
Cleanups and Fixes for Emergency Access 2 years ago
Samuel Tardieu 7445ee40f8 Remove get_random_64() 2 years ago
Daniel García 8409b31d6b
Update to diesel2 3 years ago
BlackDex 1722742ab3
Add Org user revoke feature 3 years ago
BlackDex 55d7c48b1d
Add more clippy checks for better code/readability 3 years ago
BlackDex 87e08b9e50
Async/Awaited all db methods 3 years ago
BlackDex 775d07e9a0
Async/Awaited all db methods 3 years ago
Jeremy Lin 69ee4a70b4 Add support for API keys 3 years ago
Jeremy Lin c476e19796 Add email notifications for incomplete 2FA logins 4 years ago
Adam Jones d014eede9a
feature: Support single organization policy 4 years ago
thelittlefireman 4ab9362971 Add Emergency contact feature 4 years ago
BlackDex 10d5c7738a Fix issue when using uppercase chars in emails 4 years ago
BlackDex 58b046fd10 Fix syncing with Bitwarden Desktop v1.28.0 4 years ago
BlackDex 403f35b571 Added web-vault v2.21.x support + some misc fixes 4 years ago
Daniel García 9254cf9d9c
Fix clippy lints 4 years ago
Jake Howard 3ab90259f2
Modify rustfmt file 4 years ago
Jake Howard 0af3956abd
Run `cargo fmt` on codebase 4 years ago
Daniel García 8da5b99482
Send API 4 years ago
Daniel García ce62e898c3
Remove debug impl from database structs 4 years ago
BlackDex de86aa671e Fix Key Rotation during password change 4 years ago
janost 1eb5495802 Show latest active device as last active on admin page 4 years ago
janost 043aa27aa3 Implement admin ability to enable/disable users 4 years ago
Daniel García 448e6ac917
Invalidate sessions when changing password or kdf values 5 years ago
BlackDex 978be0b4a9 Fixed foreign-key (mariadb) errors. 5 years ago
Jeremy Lin 175d647e47 Delete associated favorites when deleting a cipher or user 5 years ago
Daniel García 0365b7c6a4
Add support for multiple simultaneous database features by using macros. 5 years ago
Daniel García 9cca64003a
Remove unused dependency and simple feature, update dependencies and fix some clippy lints 5 years ago
BlackDex 1ee8e44912 Fixed issue #965 5 years ago
Miro Prasil 03233429f4 Remove check from Invitation:take() 5 years ago
tomuta bd1e8be328 Implement change-email, email-verification, account-recovery, and welcome notifications 5 years ago
Michael Powers f5f9861a78
Adds support for PostgreSQL which resolves #87 and is mentioned in #246. 6 years ago
Daniel García df8114f8be
Updated client kdf iterations to 100000 and fixed some lints 6 years ago
Emil Madsen e22e290f67 Fix key and type variable names for mysql 6 years ago
Emil Madsen ab95a69dc8 Rework migrations for MySQL 6 years ago
Daniel García 0136c793b4
Implement better user status API, in the future we'll probably want a way to disable users. 6 years ago
Daniel García 621f607297
Update dependencies and fix some warnings 6 years ago
Daniel García 43f9038325
Add option to force resync clients in admin panel 6 years ago
Дамјан Георгиевски 473f8b8e31 remove some unneeded mutability 6 years ago
Daniel García 9636f33fdb
Implement constant time equal check for admin, 2fa recover and 2fa remember tokens 6 years ago
Daniel García 8b4a6f2a64
Fixed some clippy lints and changed update_uuid_revision to only use one db query 6 years ago
Miroslav Prasil bce656c787 Retry updating revision - fixes #383 6 years ago
Daniel García bef1183c49
Only send one notification per vault import and purge, improve move ciphers functions 6 years ago
Daniel García 69036cc6a4
Add disabled user badge (no password) and deauthorize button to admin page. 6 years ago
Daniel García a1dc47b826
Change config to thread-safe system, needed for a future config panel. 6 years ago
Daniel García ddd49596ba
Fix invite empty email 6 years ago
Daniel García 30e768613b
Start using rustfmt and some style changes to make some lines shorter 6 years ago
Daniel García b2fc0499f6
Finish invite functionality, and remove virtual organization 6 years ago
Daniel García 6a99849a1e
Implemented proper error handling, now we can do `user.save($conn)?;` and it works. 6 years ago
Daniel García 1b5134dfe2
Fixed delete user when 2FA is enabled, implemented delete user for admin panel, and the front-end part for invite user. Secured admin panel behind a configurable token. 6 years ago
Daniel García cb930a0858
Remove some required values during login, now uses default values 6 years ago