Commit Graph

298 Commits (61183d001c67fd32d0c6dda190e832f41f596bc5)

Author SHA1 Message Date
BlackDex 54cc47b14e
Fix Organization delete when groups are configured
2 years ago
Misterbabou 7f69eebeb1 Fix Collection Read Only access for groups
2 years ago
Daniel García 5bcee24f88
Merge branch 'main' into feature/kdf-options
2 years ago
Daniel García cef5dd4a46
Merge branch 'main' into allow-editing/unhiding-by-group
2 years ago
Helmut K. C. Tessarek 68bcc7a4b8
add argon2 kdf fields
2 years ago
Jan Jansen b3a351ccb2 allow editing/unhiding by group
2 years ago
sirux88 0d1753ac74 completly hide reset password policy
2 years ago
sirux88 adaefc8628 fixes for current upstream main
2 years ago
sirux88 95494083f2 added database migration
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 acc1474394
Add avatar color support
2 years ago
BlackDex aaffb2e007
Add MFA icon to org member overview
2 years ago
BlackDex 3181e4e96e
Optimize CipherSyncData for very large vaults
2 years ago
Daniel García c47d9f6593
Fix some lints: explicit Arc::clone, and unnecessary return after unreachable!
2 years ago
BlackDex e935989fee
Resolve uninlined_format_args clippy warnings
2 years ago
BlackDex 6be26f0a38
Fix failing large note imports
2 years ago
BlackDex 8b6dfe48b7
Disable groups by default and Some optimizations
2 years ago
BlackDex d9c0c23819
Revert collection queries back to `left_join`
2 years ago
BlackDex 142f7bb50d
Fix managers and groups link
2 years ago
BlackDex c0e3c2c5e1
Cleanups and Fixes for Emergency Access
2 years ago
BlackDex 1b64b9e164
Add dev-only query logging support
2 years ago
BlackDex b186813049
Add Organizational event logging feature
2 years ago
Stefan Melmuk 2f9d7060bd
check if sqlite folder exists
2 years ago
Samuel Tardieu 7445ee40f8 Remove get_random_64()
2 years ago
Samuel Tardieu d0baa23f9a Use constant size generic parameter for random bytes generation
2 years ago
BlackDex b010dde661
Update Rust version, deps and workflow
2 years ago
Stefan Melmuk 870f0d0932
validate billing_email on save
2 years ago
Daniel García 8409b31d6b
Update to diesel2
2 years ago
MFijak 21bc3bfd53 group support
2 years ago
Jeremy Lin f49eb8eb4d
Add `CreationDate` to cipher response JSON
2 years ago
BlackDex e47a2fd0f3
Rename/Fix revoke/restore endpoints
2 years ago
BlackDex 1722742ab3
Add Org user revoke feature
2 years ago
BlackDex 55d7c48b1d
Add more clippy checks for better code/readability
2 years ago
BlackDex 5d05ec58be
Updated deps and misc fixes and updates
2 years ago
Daniel García 451ad47327
Merge branch 'db-conn-init' of https://github.com/jjlin/vaultwarden into jjlin-db-conn-init
3 years ago
BlackDex 3ca85028ea
Improve sync speed and updated dep. versions
3 years ago
Jeremy Lin 542a73cc6e Switch to a single config option for database connection init
3 years ago
Jeremy Lin b617ffd2af Add support for database connection init statements
3 years ago
BlackDex fb0c23b71f
Remove u2f implementation
3 years ago
BlackDex c4d565b15b
Update login API code
3 years ago
Daniel García cad0dcbed1
await the mutex in db_run and use block_in_place for it's contents
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
Jeremy Lin 8f7900759f Fix `scope` and `refresh_token` for API key logins
3 years ago
Jeremy Lin 69ee4a70b4 Add support for API keys
3 years ago
BlackDex c453528dc1
Macro recursion decrease and other optimizations
3 years ago
Jeremy Lin 6cbb724069 Fix conflict resolution logic for `read_only` and `hide_passwords` flags
3 years ago
Jeremy Lin c476e19796 Add email notifications for incomplete 2FA logins
3 years ago
Jeremy Lin cee3fd5ba2 Emergency Access cleanup
3 years ago