0
Fork 0
mirror of https://github.com/dani-garcia/vaultwarden.git synced 2025-02-25 01:50:17 -05:00
vaultwarden/src
BlackDex b209c1bc4d Add an option to fetch and parse href="data:image"
Some sites are using base64 encoded inline images for favicons.
This will try to match those with some sane checks and return that.
These icons will have lower prio then the icons with a normal URL.
2019-11-22 13:16:12 +01:00
..
api Add an option to fetch and parse href="data:image" 2019-11-22 13:16:12 +01:00
db Trying to fix issue #687 2019-11-04 14:30:24 +01:00
static Update web vault to fix twofactorauth.org integration 2019-11-19 20:30:09 +01:00
auth.rs Remove unnecessary clones and other clippy fixes 2019-11-02 17:39:01 +01:00
config.rs Add the ability to disable signups, but allow signups from a whitelist 2019-11-16 15:01:45 -07:00
crypto.rs Update ring to 0.14, jwt to 6.0, and u2f 2019-05-11 23:18:18 +02:00
error.rs Implement selection between global config and user settings for duo keys. 2019-04-11 18:40:03 +02:00
mail.rs Added configurable smtp timeout. 2019-11-06 21:39:33 +01:00
main.rs Next attempt for issue #709 fix 2019-11-06 20:21:47 +01:00
util.rs Change CORS headers 2019-10-01 20:12:33 +02:00