vaultwarden/src
Jeremy Lin d3626eba2a Add HEAD routes to avoid spurious error messages
Rocket automatically implements a HEAD route when there's a matching GET
route, but relying on this behavior also means a spurious error gets
logged due to <https://github.com/SergioBenitez/Rocket/issues/1098>.

Add explicit HEAD routes for `/` and `/alive` to prevent uptime monitoring
services from generating error messages like `No matching routes for HEAD /`.
With these new routes, `HEAD /` only checks that the server can respond over
the network, while `HEAD /alive` also checks that the database connection is
alive, similar to `GET /alive`.
2023-03-05 09:51:42 -08:00
..
api Add HEAD routes to avoid spurious error messages 2023-03-05 09:51:42 -08:00
db Merge pull request #3281 from BlackDex/fix-web-vault-issues 2023-02-28 23:45:59 +01:00
static Fix confirmation for removing 2FA and deauthing sessions in admin panel 2023-02-28 20:38:33 -05:00
auth.rs Apply rewording 2023-02-21 21:37:24 +01:00
config.rs Apply rewording 2023-02-21 21:37:24 +01: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 Add support for sendmail as a mail transport 2023-02-12 18:54:59 +01:00
main.rs add argon2 kdf fields 2023-02-07 13:52:52 -05:00
ratelimit.rs Basic ratelimit for user login (including 2FA) and admin login 2021-12-22 21:48:49 +01:00
util.rs add argon2 kdf fields 2023-02-07 13:52:52 -05:00