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
/
ciphers.rs
Age
Commit message (
Expand
)
Author
11 days
Some refactoring and optimizations (#5291)
Mathijs van Veluw
2024-12-08
Fix another sync issue with native clients (#5259)
Mathijs van Veluw
2024-11-17
Fix Org Import duplicate collections (#5200)
1.32.5
Mathijs van Veluw
2024-11-15
Support SSH keys on desktop 2024.12 (#5187)
Daniel García
2024-10-18
Fix collection management and match some json output (#5095)
Mathijs van Veluw
2024-09-10
Fix collection update from native client (#4937)
Mathijs van Veluw
2024-09-09
Fix sync with new native clients (#4932)
Mathijs van Veluw
2024-08-21
remove overzealous sanity check (#4879)
Stefan Melmuk
2024-07-30
fix issue with adding ciphers to organizations on native ios app (#4800)
Stefan Melmuk
2024-07-24
Allow to increase the note size to 100_000 (#4772)
Mathijs van Veluw
2024-07-04
add group support for Cipher::get_collections() (#4592)
Stefan Melmuk
2024-07-04
Fix duplicate folder creations during import (#4702)
Mathijs van Veluw
2024-06-24
Change some missing PascalCase keys (#4671)
Daniel García
2024-06-24
Fix cipher creation on new android app (#4670)
Daniel García
2024-06-23
Change API and structs to camelCase (#4386)
Daniel García
2024-04-27
Some fixes for the new mobile apps (#4526)
Daniel García
2024-04-27
Pass in collection ids to notifier when sharing cipher. (#4517)
Kristof Mattei
2024-04-06
Update Key Rotation web-vault v2024.3.x (#4446)
Mathijs van Veluw
2024-01-28
Fix attachment upload size check (#4282)
Mathijs van Veluw
2024-01-27
Improve file limit handling (#4242)
Daniel García
2024-01-25
prevent side effects if groups are disabled (#4265)
Stefan Melmuk
2024-01-01
enforce 2FA policy on removal of second factor and login (#3803)
Stefan Melmuk
2023-12-09
Several small fixes for open issues (#4143)
Mathijs van Veluw
2023-11-12
Add Protected Actions Check (#4067)
Mathijs van Veluw
2023-11-05
Fix importing Bitwarden exports (#4030)
1.30.0
Mathijs van Veluw
2023-11-04
feat: Working passkeys storage (#4025)
GeekCorner
2023-10-23
Implement cipher key encryption (#3990)
Daniel García
2023-10-05
Fix typos
tuhana
2023-07-03
Add some extra access checks for attachments and groups
Daniel García
2023-06-22
feat: Support for storing passkeys in the vault
GeekCornerGH
2023-06-11
feat: Push Notifications
GeekCornerGH
2023-05-26
Fix collection change ws notifications
BlackDex
2023-04-30
Change `String` to `&str` for all Rocket functions
BlackDex
2023-03-11
Merge ClientIp with Headers.
BlackDex
2023-02-27
Fix the web-vault v2023.2.0 API calls
BlackDex
2023-01-11
Optimize CipherSyncData for very large vaults
BlackDex
2023-01-09
Resolve uninlined_format_args clippy warnings
BlackDex
2023-01-09
Fix failing large note imports
BlackDex
2023-01-09
Remove patched multer-rs
Alex Martel
2022-12-31
Update WebSocket Notifications
BlackDex
2022-12-02
Limit Cipher Note encrypted string size
BlackDex
2022-11-27
Add Organizational event logging feature
BlackDex
2022-10-23
Update to diesel2
Daniel García
2022-10-20
group support
MFijak
2022-09-22
Add support for send v2 API endpoints
BlackDex
2022-08-20
Add Org user revoke feature
BlackDex
2022-07-27
Mitigate attachment/send upload issues
BlackDex
2022-07-15
Merge branch 'more-clippy-checks' of https://github.com/BlackDex/vaultwarden ...
Daniel García
2022-07-15
Move around comments
Daniel García
2022-07-10
Add more clippy checks for better code/readability
BlackDex
[next]