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
/
db
/
models
/
cipher.rs
Age
Commit message (
Expand
)
Author
2018-10-12
Implement poor man's admin panel
Miroslav Prasil
2018-10-06
Cipher::save() should return QueryResult instead of bool
janost
2018-09-13
Fixed some lint issues
Daniel García
2018-09-01
Add notifications for cipher delete and create
Shane A. Faulkner
2018-08-31
Add support for CipherUpdate notifications
Shane A. Faulkner
2018-08-27
Support password history #155 (#156)
Kumar Ankur
2018-08-21
Update affected users revision on cipher and folder change
Miroslav Prasil
2018-07-12
Hide org ciphers from unconfirmed users (Showed deciption error)
Daniel García
2018-07-01
Allow TOTP generation in organizations (Fixes #50)
Daniel García
2018-06-13
Fix wrong case in import struct, invite collections and user Uri back-compat
Daniel García
2018-06-01
Remove unused UserOrganization
Miroslav Prasil
2018-06-01
Bettech check for cipher access
Miroslav Prasil
2018-05-19
Implement deleting Organization
Miroslav Prasil
2018-05-15
Remove dependent items when removing cipher
Miroslav Prasil
2018-05-13
Fix duplicate ciphers returned from find_by_user
Miroslav Prasil
2018-05-13
Also list shared ciphers in find_by_user
Miroslav Prasil
2018-05-11
Filter collection lists based on user
Miroslav Prasil
2018-05-11
Implement Collection-Cipher mapping
Miroslav Prasil
2018-05-04
Delete folder mappings when deleting folders and make sure that we can't chan...
Daniel García
2018-05-04
Save extra query when checking write access
Miroslav Prasil
2018-05-01
Fix FolderCipher creation, handle some errors
Miroslav Prasil
2018-04-30
Add per-user folder-cipher mapping
Miroslav Prasil
2018-04-27
Add support for adding and viewing of org ciphers
Miroslav Prasil
2018-03-06
Updated Cipher API with breaking changes, and included backwards compatibility
Daniel García
2018-02-16
Finished work on ciphers (import, update, and the missing types)
Daniel García
2018-02-15
Get host from client and put it in the attachments URL (only the web vault wo...
Daniel García
2018-02-15
Updated modified date when saving and removed hardcoded attachment domain
Daniel García
2018-02-15
Solved some warnings
Daniel García
2018-02-15
Upload and download attachments, and added License file
Daniel García
2018-02-10
First working version
Daniel García