0
0
Fork 0
mirror of https://github.com/dani-garcia/vaultwarden synced 2024-06-11 16:38:58 +02:00
bitwarden_rs/src
BlackDex 3c0cac623d
Fix send access regression
In a previous commit push notifications for mobile were added, but this
introduced a header guard which caused issues with anonymous endpoints.

This PR fixes this by using a uuid with only 0's.

Fixes #3607
2023-06-22 16:40:26 +02:00
..
api Fix send access regression 2023-06-22 16:40:26 +02:00
db Fix mobile push blocking requests and spamming push server 2023-06-16 23:34:16 +02:00
static Sync global_domains.json to bitwarden/server@8dda73a (Pinterest) 2023-05-17 12:04:31 -07:00
auth.rs Merge and modify PR from @Kurnihil 2023-06-13 08:51:07 +02:00
config.rs feat: Push Notifications 2023-06-11 13:28:18 +02:00
crypto.rs Remove get_random_64() 2022-11-13 10:03:06 +01:00
error.rs Cleanups and Fixes for Emergency Access 2022-12-04 23:17:48 +01:00
mail.rs Change String to &str for all Rocket functions 2023-04-30 17:18:12 +02:00
main.rs Prevent some ::_ logs from outputting 2023-04-30 17:17:43 +02:00
ratelimit.rs Basic ratelimit for user login (including 2FA) and admin login 2021-12-22 21:48:49 +01:00
util.rs Use Rocket v0.5 branch to fix endpoints 2023-05-06 19:46:55 +02:00