summaryrefslogtreecommitdiff
path: root/src/db/models/collection.rs
AgeCommit message (Expand)Author
2024-10-18Fix collection management and match some json output (#5095)Mathijs van Veluw
2024-08-15Fix manager in web-vault v2024.6.2 for collections (#4860)Mathijs van Veluw
2024-07-04add group support for Cipher::get_collections() (#4592)Stefan Melmuk
2024-06-23Change API and structs to camelCase (#4386)Daniel García
2024-06-20Fix some nightly build errors (#4657)Daniel García
2024-04-27improve access to collections via groups (#4441)Stefan Melmuk
2024-01-25prevent side effects if groups are disabled (#4265)Stefan Melmuk
2023-07-04fix format errorFolke Ashberg
2023-07-04Added-External_id for CollectionsFolke Ashberg
2023-02-28Merge pull request #3281 from BlackDex/fix-web-vault-issuesDaniel García
2023-02-28Some Admin Interface updatesBlackDex
2023-02-27Fix the web-vault v2023.2.0 API callsBlackDex
2023-02-17Fix Collection Read Only access for groupsMisterbabou
2023-02-07allow editing/unhiding by groupJan Jansen
2022-12-12Revert collection queries back to `left_join`BlackDex
2022-12-08Fix managers and groups linkBlackDex
2022-10-23Update to diesel2Daniel García
2022-10-20group supportMFijak
2022-05-06Improve sync speed and updated dep. versionsBlackDex
2022-02-27Async/Awaited all db methodsBlackDex
2021-06-19Fix clippy lintsDaniel García
2021-04-06Modify rustfmt fileJake Howard
2021-03-31Run `cargo fmt` on codebaseJake Howard
2021-03-13Remove debug impl from database structsDaniel García
2021-01-31JSON Response updates and small fixesBlackDex
2020-11-07Fix #1206Daniel García
2020-09-22Fixed foreign-key (mariadb) errors.BlackDex
2020-09-01Hide ciphers from non-selected collections for org owners/adminsJeremy Lin
2020-08-24Add support for multiple simultaneous database features by using macros.Daniel García
2020-07-10Fix error in PostgreSQL buildJeremy Lin
2020-07-02Add support for hiding passwords in a collectionJeremy Lin
2020-05-03Remove unused dependency and simple feature, update dependencies and fix some...Daniel García
2019-09-12Adds support for PostgreSQL which resolves #87 and is mentioned in #246.Michael Powers
2019-05-20Rework migrations for MySQLEmil Madsen
2019-02-22remove some unneeded mutabilityДамјан Георгиевски
2019-02-06Update revision when adding or removing cipher from collectionMiroslav Prasil
2019-02-06Update revision of affected users when deleting CollectionMiroslav Prasil
2019-01-28Only send one notification per vault import and purge, improve move ciphers f...Daniel García
2018-12-30Start using rustfmt and some style changes to make some lines shorterDaniel García
2018-12-30Implemented proper error handling, now we can do `user.save($conn)?;` and it ...Daniel García
2018-12-27Rewrite find_by_user_uuid to use one queryMiroslav Prasil
2018-12-07Fixed some clippy linting issuesDaniel García
2018-12-07Remove some required values during login, now uses default valuesDaniel García
2018-12-07Migrate to rust 2018 editionDaniel García
2018-11-01Updated bw_rs to Rocket version 0.4-rc1Daniel García
2018-10-07CollectionCipher::save() and delete() should return QueryResult instead of booljanost
2018-10-01Update revision for users on collection saveMiroslav Prasil
2018-08-21Update affected users revision when there are collection changesMiroslav Prasil
2018-07-13Do not show organization stuff to not accepted userMiroslav Prasil
2018-05-30Support listing and deleting users from collectionMiroslav Prasil