1
0
Fork 0
mirror of https://github.com/dani-garcia/vaultwarden.git synced 2025-08-01 08:39:09 +00:00
vaultwarden/src/api
Jeremy Lin b7eedbcddc Add config option to set the HTTP redirect code for external icons
The default code is 307 (temporary) to make it easier to test different icon
services, but once a service has been decided on, users should ideally switch
to using permanent redirects for cacheability.
2021-12-30 23:06:52 -08:00
..
core Fixed #2151 2021-12-24 17:59:12 +01:00
admin.rs Basic ratelimit for user login (including 2FA) and admin login 2021-12-22 21:48:49 +01:00
icons.rs Add config option to set the HTTP redirect code for external icons 2021-12-30 23:06:52 -08:00
identity.rs Basic ratelimit for user login (including 2FA) and admin login 2021-12-22 21:48:49 +01:00
mod.rs Add email notifications for incomplete 2FA logins 2021-10-28 00:19:43 -07:00
notifications.rs Macro recursion decrease and other optimizations 2021-11-06 17:44:53 +01:00
web.rs Additionally set expires header when caching responses 2021-12-28 16:24:47 +00:00