aboutsummaryrefslogtreecommitdiff
path: root/src/db/models/cipher.rs
AgeCommit message (Expand)Author
2024-12-08Fix another sync issue with native clients (#5259)Mathijs van Veluw
2024-11-15Support SSH keys on desktop 2024.12 (#5187)Daniel García
2024-11-10Update crates and fix several issuesBlackDex
2024-10-18Fix collection management and match some json output (#5095)Mathijs van Veluw
2024-10-13Fix field type to actually be hidden (#5082)Mathijs van Veluw
2024-10-13Fix iOS sync by converting field types to int (#5081)Mathijs van Veluw
2024-09-20Fix encrypted lastUsedDate (#4972)Mathijs van Veluw
2024-09-18Fix Pw History null dates (#4966)Mathijs van Veluw
2024-09-09Fix sync with new native clients (#4932)Mathijs van Veluw
2024-08-07Update crates, web-vault and fixes (#4823)Mathijs van Veluw
2024-07-24Allow to increase the note size to 100_000 (#4772)Mathijs van Veluw
2024-07-10Fix bug where secureNotes is empty (#4730)Coby Geralnik
2024-07-04add group support for Cipher::get_collections() (#4592)Stefan Melmuk
2024-07-03Fix collections and native app issue (#4685)Mathijs van Veluw
2024-06-23Change API and structs to camelCase (#4386)Daniel García
2024-04-06Update crates and some Clippy fixes (#4475)Mathijs van Veluw
2024-03-19Update chrono and sqlite (#4436)Mathijs van Veluw
2024-01-25prevent side effects if groups are disabled (#4265)Stefan Melmuk
2024-01-01Fix #3413: push to users accessing the collections using groups (#3757)Matlink
2023-11-04feat: Working passkeys storage (#4025)GeekCorner
2023-10-23Implement cipher key encryption (#3990)Daniel García
2023-06-22feat: Support for storing passkeys in the vaultGeekCornerGH
2023-03-11Merge ClientIp with Headers.BlackDex
2023-02-27Fix the web-vault v2023.2.0 API callsBlackDex
2023-01-09Fix failing large note importsBlackDex
2022-10-23Update to diesel2Daniel García
2022-10-20group supportMFijak
2022-10-12Add `CreationDate` to cipher response JSONJeremy Lin
2022-05-06Improve sync speed and updated dep. versionsBlackDex
2022-02-27Async/Awaited all db methodsBlackDex
2021-10-29Fix conflict resolution logic for `read_only` and `hide_passwords` flagsJeremy Lin
2021-06-19Fix clippy lintsDaniel García
2021-05-11Add support for password repromptJeremy Lin
2021-04-27Project renamingDaniel García
2021-04-06Merge remote-tracking branch 'origin/master' into fmtJake Howard
2021-04-06Modify rustfmt fileJake Howard
2021-04-05Add support for auto-deleting trashed itemsJeremy Lin
2021-03-31Run `cargo fmt` on codebaseJake Howard
2021-03-27Only construct JSON object if it's usefulJake Howard
2021-03-13Remove debug impl from database structsDaniel García
2021-01-31JSON Response updates and small fixesBlackDex
2020-09-22Fixed foreign-key (mariadb) errors.BlackDex
2020-09-01Hide ciphers from non-selected collections for org owners/adminsJeremy Lin
2020-08-28Fix some clippy warnings and remove unused functionDaniel García
2020-08-26Delete associated favorites when deleting a cipher or userJeremy Lin
2020-08-24Add support for multiple simultaneous database features by using macros.Daniel García
2020-08-19Track favorites on a per-user basisJeremy Lin
2020-07-03More cipher optimization/cleanupJeremy Lin
2020-07-03Optimize cipher queriesJeremy Lin
2020-07-02Add support for hiding passwords in a collectionJeremy Lin