index
:
vaultwarden
2024-updates-and-config-endpoint
authrequest_changes
dependabot/cargo/cargo-acb06c3a58
dependabot/cargo/h2-0.3.26
dependabot/cargo/mio-0.8.11
fix-nightly-errors
fix-nightly-errors-part-2
icons_dns
improved-http-client
main
more_authrequest_fixes
register_verify_email
remove_upcase
ssh_keys
test_dylint
update-rust-and-remove-unused-header-values
update_jwt_private_key
yubico-async
Unofficial Bitwarden compatible server written in Rust, formerly known as bitwarden_rs
dani-garcia
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
api
/
core
/
emergency_access.rs
Age
Commit message (
Expand
)
Author
11 days
Some refactoring and optimizations (#5291)
Mathijs van Veluw
2024-07-08
Some fixes for emergency access (#4715)
1.31.0
Mathijs van Veluw
2024-06-23
Change API and structs to camelCase (#4386)
Daniel García
2024-04-27
fix emergency access invites (#4337)
Stefan Melmuk
2024-03-19
Update chrono and sqlite (#4436)
Mathijs van Veluw
2024-01-27
Improve file limit handling (#4242)
Daniel García
2024-01-10
improve emergency access when not enabled (#4227)
Stefan Melmuk
2023-12-09
Several small fixes for open issues (#4143)
Mathijs van Veluw
2023-10-05
Fix typos
tuhana
2023-04-30
Change `String` to `&str` for all Rocket functions
BlackDex
2023-03-31
always return KdfMemory and KdfParallelism
Stefan Melmuk
2023-02-27
Fix the web-vault v2023.2.0 API calls
BlackDex
2023-02-12
Merge branch 'main' into feature/kdf-options
Daniel García
2023-02-07
add argon2 kdf fields
Helmut K. C. Tessarek
2023-02-01
don't nullify key when editing emergency access
Stefan Melmuk
2023-01-24
include key into user.set_password
sirux88
2023-01-24
Update KDF Configuration and processing
BlackDex
2023-01-11
Optimize CipherSyncData for very large vaults
BlackDex
2022-12-02
Cleanups and Fixes for Emergency Access
BlackDex
2022-10-23
Update to diesel2
Daniel García
2022-08-20
Add Org user revoke feature
BlackDex
2022-07-10
Add more clippy checks for better code/readability
BlackDex
2022-07-06
Upgrade dependencies and swap lettre to async transport
Daniel García
2022-06-21
Fix for issue #2566
BlackDex
2022-05-06
Improve sync speed and updated dep. versions
BlackDex
2022-02-27
Async/Awaited all db methods
BlackDex
2022-02-27
Update to rocket 0.5 and made code async, missing updating all db calls, that...
Daniel García
2021-12-31
Fixed issue #2154
BlackDex
2021-10-31
Fix missing encrypted key after emergency access reject
Jeremy Lin
2021-10-19
Emergency Access cleanup
Jeremy Lin
2021-10-02
feature: Support single organization policy
Adam Jones
2021-09-17
[PATCH] Some fixes to the Emergency Access PR
thelittlefireman
2021-09-17
Add Emergency contact feature
thelittlefireman
2021-07-04
Added web-vault v2.21.x support + some misc fixes
BlackDex