summaryrefslogtreecommitdiff
path: root/src/api/core/sends.rs
AgeCommit message (Expand)Author
2024-06-23Change API and structs to camelCase (#4386)Daniel García
2024-04-06Update Key Rotation web-vault v2024.3.x (#4446)Mathijs van Veluw
2024-03-19Update chrono and sqlite (#4436)Mathijs van Veluw
2024-01-27Improve file limit handling (#4242)Daniel García
2023-08-31Update Rust and CratesBlackDex
2023-07-03Add some extra access checks for attachments and groupsDaniel García
2023-06-22Fix send access regressionBlackDex
2023-06-16Fix mobile push blocking requests and spamming push serverBernd Schoolmann
2023-06-11feat: Push NotificationsGeekCornerGH
2023-04-30Change `String` to `&str` for all Rocket functionsBlackDex
2023-01-09Resolve uninlined_format_args clippy warningsBlackDex
2023-01-09Remove patched multer-rsAlex Martel
2022-12-31Update WebSocket NotificationsBlackDex
2022-10-23Update to diesel2Daniel García
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-10Add more clippy checks for better code/readabilityBlackDex
2022-07-09Use if let instead of a match with empty block.Yip Rui Fung
2022-07-09Apply rustfmt.Yip Rui Fung
2022-07-09Use match to avoid ownership issues on the TempFile / file_path variables in ...Yip Rui Fung
2022-07-09Remove option and use unwrap_or_else to fall back to copy behavior.Yip Rui Fung
2022-07-09Add option to make file uploads use move_copy_to instead of persist_toYip Rui Fung
2022-06-04Migrate old ws crate to tungstenite, which is async and also removes over 20 ...Daniel García
2022-02-27Async/Awaited all db methodsBlackDex
2022-02-27Update to rocket 0.5 and made code async, missing updating all db calls, that...Daniel García
2022-02-13Add IP address to missing/invalid password message for SendsTomek Mańko
2021-12-31Fix issue with Bitwarden CLI.BlackDex
2021-08-04Fix errors that occurred in the nightly buildFabian Thies
2021-08-03Send create, update and delete notifications for `Send`s in the correct format.Fabian Thies
2021-07-15Merge branch 'main' into future-web-vaultMathijs van Veluw
2021-07-15Merge branch 'attachment-storage' of https://github.com/BlackDex/vaultwarden ...Daniel García
2021-07-15Protect namedfile against path traversal, rocket only does it for pathbufDaniel García
2021-07-13Updated attachment limit descriptionsBlackDex
2021-07-04Added web-vault v2.21.x support + some misc fixesBlackDex
2021-06-25Add token with short expiration time to send urlDaniel García
2021-05-25Rework file ID generationJeremy Lin
2021-05-25Add support for v2 attachment upload APIsJeremy Lin
2021-05-12Merge pull request #1689 from jjlin/hide-emailDaniel García
2021-05-12Add support for the `Send Options` policyJeremy Lin
2021-05-11Add support for hiding the sender's email address in Bitwarden SendsJeremy Lin
2021-05-11Add `sends_allowed` config settingJeremy Lin
2021-04-06Merge remote-tracking branch 'origin/master' into fmtJake Howard
2021-04-06Modify rustfmt fileJake Howard
2021-04-05Add a generic job schedulerJeremy Lin
2021-03-25Use constant for the "inaccessible" error messageMiro Prasil
2021-03-23Return generic message when Send not availableMiro Prasil
2021-03-22Send deletion thread and updated users revisionDaniel García
2021-03-17Fix updating file sendDaniel García