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
2024-12-08
Fix another sync issue with native clients (#5259)
Mathijs van Veluw
2024-11-15
Support SSH keys on desktop 2024.12 (#5187)
Daniel García
2024-11-10
Update crates and fix several issues
BlackDex
2024-10-18
Fix collection management and match some json output (#5095)
Mathijs van Veluw
2024-10-13
Fix field type to actually be hidden (#5082)
Mathijs van Veluw
2024-10-13
Fix iOS sync by converting field types to int (#5081)
Mathijs van Veluw
2024-09-20
Fix encrypted lastUsedDate (#4972)
Mathijs van Veluw
2024-09-18
Fix Pw History null dates (#4966)
Mathijs van Veluw
2024-09-09
Fix sync with new native clients (#4932)
Mathijs van Veluw
2024-08-07
Update crates, web-vault and fixes (#4823)
Mathijs van Veluw
2024-07-24
Allow to increase the note size to 100_000 (#4772)
Mathijs van Veluw
2024-07-10
Fix bug where secureNotes is empty (#4730)
Coby Geralnik
2024-07-04
add group support for Cipher::get_collections() (#4592)
Stefan Melmuk
2024-07-03
Fix collections and native app issue (#4685)
Mathijs van Veluw
2024-06-23
Change API and structs to camelCase (#4386)
Daniel García
2024-04-06
Update crates and some Clippy fixes (#4475)
Mathijs van Veluw
2024-03-19
Update chrono and sqlite (#4436)
Mathijs van Veluw
2024-01-25
prevent side effects if groups are disabled (#4265)
Stefan Melmuk
2024-01-01
Fix #3413: push to users accessing the collections using groups (#3757)
Matlink
2023-11-04
feat: Working passkeys storage (#4025)
GeekCorner
2023-10-23
Implement cipher key encryption (#3990)
Daniel García
2023-06-22
feat: Support for storing passkeys in the vault
GeekCornerGH
2023-03-11
Merge ClientIp with Headers.
BlackDex
2023-02-27
Fix the web-vault v2023.2.0 API calls
BlackDex
2023-01-09
Fix failing large note imports
BlackDex
2022-10-23
Update to diesel2
Daniel García
2022-10-20
group support
MFijak
2022-10-12
Add `CreationDate` to cipher response JSON
Jeremy Lin
2022-05-06
Improve sync speed and updated dep. versions
BlackDex
2022-02-27
Async/Awaited all db methods
BlackDex
2021-10-29
Fix conflict resolution logic for `read_only` and `hide_passwords` flags
Jeremy Lin
2021-06-19
Fix clippy lints
Daniel García
2021-05-11
Add support for password reprompt
Jeremy Lin
2021-04-27
Project renaming
Daniel García
2021-04-06
Merge remote-tracking branch 'origin/master' into fmt
Jake Howard
2021-04-06
Modify rustfmt file
Jake Howard
2021-04-05
Add support for auto-deleting trashed items
Jeremy Lin
2021-03-31
Run `cargo fmt` on codebase
Jake Howard
2021-03-27
Only construct JSON object if it's useful
Jake Howard
2021-03-13
Remove debug impl from database structs
Daniel García
2021-01-31
JSON Response updates and small fixes
BlackDex
2020-09-22
Fixed foreign-key (mariadb) errors.
BlackDex
2020-09-01
Hide ciphers from non-selected collections for org owners/admins
Jeremy Lin
2020-08-28
Fix some clippy warnings and remove unused function
Daniel García
2020-08-26
Delete associated favorites when deleting a cipher or user
Jeremy Lin
2020-08-24
Add support for multiple simultaneous database features by using macros.
Daniel García
2020-08-19
Track favorites on a per-user basis
Jeremy Lin
2020-07-03
More cipher optimization/cleanup
Jeremy Lin
2020-07-03
Optimize cipher queries
Jeremy Lin
2020-07-02
Add support for hiding passwords in a collection
Jeremy Lin
[next]