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
/
api
/
core
/
sends.rs
Age
Commit message (
Expand
)
Author
2024-06-23
Change API and structs to camelCase (#4386)
Daniel García
2024-04-06
Update Key Rotation web-vault v2024.3.x (#4446)
Mathijs van Veluw
2024-03-19
Update chrono and sqlite (#4436)
Mathijs van Veluw
2024-01-27
Improve file limit handling (#4242)
Daniel García
2023-08-31
Update Rust and Crates
BlackDex
2023-07-03
Add some extra access checks for attachments and groups
Daniel García
2023-06-22
Fix send access regression
BlackDex
2023-06-16
Fix mobile push blocking requests and spamming push server
Bernd Schoolmann
2023-06-11
feat: Push Notifications
GeekCornerGH
2023-04-30
Change `String` to `&str` for all Rocket functions
BlackDex
2023-01-09
Resolve uninlined_format_args clippy warnings
BlackDex
2023-01-09
Remove patched multer-rs
Alex Martel
2022-12-31
Update WebSocket Notifications
BlackDex
2022-10-23
Update to diesel2
Daniel García
2022-09-22
Add support for send v2 API endpoints
BlackDex
2022-08-20
Add Org user revoke feature
BlackDex
2022-07-27
Mitigate attachment/send upload issues
BlackDex
2022-07-15
Merge branch 'more-clippy-checks' of https://github.com/BlackDex/vaultwarden ...
Daniel García
2022-07-10
Add more clippy checks for better code/readability
BlackDex
2022-07-09
Use if let instead of a match with empty block.
Yip Rui Fung
2022-07-09
Apply rustfmt.
Yip Rui Fung
2022-07-09
Use match to avoid ownership issues on the TempFile / file_path variables in ...
Yip Rui Fung
2022-07-09
Remove option and use unwrap_or_else to fall back to copy behavior.
Yip Rui Fung
2022-07-09
Add option to make file uploads use move_copy_to instead of persist_to
Yip Rui Fung
2022-06-04
Migrate old ws crate to tungstenite, which is async and also removes over 20 ...
Daniel García
2022-02-27
Async/Awaited all db methods
BlackDex
2022-02-27
Update to rocket 0.5 and made code async, missing updating all db calls, that...
Daniel García
2022-02-13
Add IP address to missing/invalid password message for Sends
Tomek Mańko
2021-12-31
Fix issue with Bitwarden CLI.
BlackDex
2021-08-04
Fix errors that occurred in the nightly build
Fabian Thies
2021-08-03
Send create, update and delete notifications for `Send`s in the correct format.
Fabian Thies
2021-07-15
Merge branch 'main' into future-web-vault
Mathijs van Veluw
2021-07-15
Merge branch 'attachment-storage' of https://github.com/BlackDex/vaultwarden ...
Daniel García
2021-07-15
Protect namedfile against path traversal, rocket only does it for pathbuf
Daniel García
2021-07-13
Updated attachment limit descriptions
BlackDex
2021-07-04
Added web-vault v2.21.x support + some misc fixes
BlackDex
2021-06-25
Add token with short expiration time to send url
Daniel García
2021-05-25
Rework file ID generation
Jeremy Lin
2021-05-25
Add support for v2 attachment upload APIs
Jeremy Lin
2021-05-12
Merge pull request #1689 from jjlin/hide-email
Daniel García
2021-05-12
Add support for the `Send Options` policy
Jeremy Lin
2021-05-11
Add support for hiding the sender's email address in Bitwarden Sends
Jeremy Lin
2021-05-11
Add `sends_allowed` config setting
Jeremy Lin
2021-04-06
Merge remote-tracking branch 'origin/master' into fmt
Jake Howard
2021-04-06
Modify rustfmt file
Jake Howard
2021-04-05
Add a generic job scheduler
Jeremy Lin
2021-03-25
Use constant for the "inaccessible" error message
Miro Prasil
2021-03-23
Return generic message when Send not available
Miro Prasil
2021-03-22
Send deletion thread and updated users revision
Daniel García
2021-03-17
Fix updating file send
Daniel García
[next]