Commit Graph

82 Commits (99a59bc4f32bc01b7b2ad9d5f0090d864a2905e3)

Author SHA1 Message Date
BlackDex a05187c0ff
Some code changes and optimizations
2 years ago
BlackDex 8e34495e73
Merge and modify PR from @Kurnihil
2 years ago
Helmut K. C. Tessarek 68bcc7a4b8
add argon2 kdf fields
2 years ago
sirux88 cc91ac6cc0
include key into user.set_password
2 years ago
BlackDex 2d8c8e18f7
Update KDF Configuration and processing
2 years ago
BlackDex 36b5350f9b
Add avatar color support
2 years ago
BlackDex 4aa6dd22bb
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
2 years ago
BlackDex 1722742ab3
Add Org user revoke feature
2 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
Jeremy Lin 69ee4a70b4 Add support for API keys
3 years ago
Jeremy Lin c476e19796 Add email notifications for incomplete 2FA logins
3 years ago
Adam Jones d014eede9a
feature: Support single organization policy
3 years ago
thelittlefireman 4ab9362971 Add Emergency contact feature
3 years ago
BlackDex 10d5c7738a Fix issue when using uppercase chars in emails
3 years ago
BlackDex 58b046fd10 Fix syncing with Bitwarden Desktop v1.28.0
3 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
Daniel García b32f4451ee
Merge branch 'master' into admin-disable-user
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
4 years ago
BlackDex 978be0b4a9 Fixed foreign-key (mariadb) errors.
4 years ago
Jeremy Lin 175d647e47 Delete associated favorites when deleting a cipher or user
4 years ago
Daniel García 0365b7c6a4
Add support for multiple simultaneous database features by using macros.
4 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.
5 years ago
Daniel García df8114f8be
Updated client kdf iterations to 100000 and fixed some lints
5 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 bf20355c5e
Merge branch 'duo'
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