vaultwarden/src/api
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
..
core register missing push devices at login (#3792) 2024-01-30 19:14:25 +01:00
admin.rs register missing push devices at login (#3792) 2024-01-30 19:14:25 +01:00
icons.rs Fix typos 2023-10-05 20:08:26 +03:00
identity.rs register missing push devices at login (#3792) 2024-01-30 19:14:25 +01:00
mod.rs Improve file limit handling (#4242) 2024-01-27 02:43:26 +01:00
notifications.rs Prevent generating an error during ws close (#4127) 2023-12-04 20:20:13 +01:00
push.rs register missing push devices at login (#3792) 2024-01-30 19:14:25 +01:00
web.rs Fix typos 2023-10-05 20:08:26 +03:00