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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
db
/
models
/
collection.rs
Age
Commit message (
Expand
)
Author
2024-10-18
Fix collection management and match some json output (#5095)
Mathijs van Veluw
2024-08-15
Fix manager in web-vault v2024.6.2 for collections (#4860)
Mathijs van Veluw
2024-07-04
add group support for Cipher::get_collections() (#4592)
Stefan Melmuk
2024-06-23
Change API and structs to camelCase (#4386)
Daniel García
2024-06-20
Fix some nightly build errors (#4657)
Daniel García
2024-04-27
improve access to collections via groups (#4441)
Stefan Melmuk
2024-01-25
prevent side effects if groups are disabled (#4265)
Stefan Melmuk
2023-07-04
fix format error
Folke Ashberg
2023-07-04
Added-External_id for Collections
Folke Ashberg
2023-02-28
Merge pull request #3281 from BlackDex/fix-web-vault-issues
Daniel García
2023-02-28
Some Admin Interface updates
BlackDex
2023-02-27
Fix the web-vault v2023.2.0 API calls
BlackDex
2023-02-17
Fix Collection Read Only access for groups
Misterbabou
2023-02-07
allow editing/unhiding by group
Jan Jansen
2022-12-12
Revert collection queries back to `left_join`
BlackDex
2022-12-08
Fix managers and groups link
BlackDex
2022-10-23
Update to diesel2
Daniel García
2022-10-20
group support
MFijak
2022-05-06
Improve sync speed and updated dep. versions
BlackDex
2022-02-27
Async/Awaited all db methods
BlackDex
2021-06-19
Fix clippy lints
Daniel García
2021-04-06
Modify rustfmt file
Jake Howard
2021-03-31
Run `cargo fmt` on codebase
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-11-07
Fix #1206
Daniel García
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-24
Add support for multiple simultaneous database features by using macros.
Daniel García
2020-07-10
Fix error in PostgreSQL build
Jeremy Lin
2020-07-02
Add support for hiding passwords in a collection
Jeremy Lin
2020-05-03
Remove unused dependency and simple feature, update dependencies and fix some...
Daniel García
2019-09-12
Adds support for PostgreSQL which resolves #87 and is mentioned in #246.
Michael Powers
2019-05-20
Rework migrations for MySQL
Emil Madsen
2019-02-22
remove some unneeded mutability
Дамјан Георгиевски
2019-02-06
Update revision when adding or removing cipher from collection
Miroslav Prasil
2019-02-06
Update revision of affected users when deleting Collection
Miroslav Prasil
2019-01-28
Only send one notification per vault import and purge, improve move ciphers f...
Daniel García
2018-12-30
Start using rustfmt and some style changes to make some lines shorter
Daniel García
2018-12-30
Implemented proper error handling, now we can do `user.save($conn)?;` and it ...
Daniel García
2018-12-27
Rewrite find_by_user_uuid to use one query
Miroslav Prasil
2018-12-07
Fixed some clippy linting issues
Daniel García
2018-12-07
Remove some required values during login, now uses default values
Daniel García
2018-12-07
Migrate to rust 2018 edition
Daniel García
2018-11-01
Updated bw_rs to Rocket version 0.4-rc1
Daniel García
2018-10-07
CollectionCipher::save() and delete() should return QueryResult instead of bool
janost
2018-10-01
Update revision for users on collection save
Miroslav Prasil
2018-08-21
Update affected users revision when there are collection changes
Miroslav Prasil
2018-07-13
Do not show organization stuff to not accepted user
Miroslav Prasil
2018-05-30
Support listing and deleting users from collection
Miroslav Prasil
[next]