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