vaultwarden/src
Stefan Melmuk 3b283c289e
register missing push devices at login (#3792)
save the push token of new device even if push notifications are not
enabled and provide a way to register the push device at login

unregister device if there already is a push token saved unless the
new token has already been registered.

also the `unregister_push_device` function used the wrong argument
cf. 08d380900b/src/Core/Services/Implementations/RelayPushRegistrationService.cs (L43)
2024-01-30 19:14:25 +01:00
..
api register missing push devices at login (#3792) 2024-01-30 19:14:25 +01:00
db register missing push devices at login (#3792) 2024-01-30 19:14:25 +01:00
static fix: use black text for update badge (better contrast) (#4245) 2024-01-25 21:58:05 +01:00
auth.rs Decrease JWT Refresh/Auth token (#4163) 2023-12-13 17:49:35 +01:00
config.rs err on invalid feature flag (#4263) 2024-01-28 23:36:27 +01:00
crypto.rs Remove get_random_64() 2022-11-13 10:03:06 +01:00
error.rs Update crates (#4074) 2023-11-15 10:41:14 +01:00
mail.rs Add Protected Actions Check (#4067) 2023-11-12 22:15:44 +01:00
main.rs tokio::signal::unix::SignalKind::hangup().as_raw_value() insted of 1 2023-10-21 17:14:03 +02:00
ratelimit.rs Basic ratelimit for user login (including 2FA) and admin login 2021-12-22 21:48:49 +01:00
util.rs Improve file limit handling (#4242) 2024-01-27 02:43:26 +01:00