bitwarden_rs/src
BlackDex feb74a5e86 Changed the way to fix the href
- Using url from reqwest to fix href, this fixes:
   + "//domain.com/icon.png"
   + "relative/path/to/icon.png"
   + "/absolute/path/to/icon.png"
 - Removed fix_href function
 - Some variable changes
2019-01-29 18:08:23 +01:00
..
api Changed the way to fix the href 2019-01-29 18:08:23 +01:00
db Only send one notification per vault import and purge, improve move ciphers functions 2019-01-28 00:39:14 +01:00
static Add disabled user badge (no password) and deauthorize button to admin page. 2019-01-26 19:28:54 +01:00
auth.rs Change config to thread-safe system, needed for a future config panel. 2019-01-25 18:24:57 +01:00
config.rs Disable icon downloads, accept optional query after icon href, format and clippy fixes 2019-01-28 23:58:32 +01:00
crypto.rs Start using rustfmt and some style changes to make some lines shorter 2018-12-30 23:34:31 +01:00
error.rs Added better favicon downloader. 2019-01-27 15:39:19 +01:00
mail.rs Add 2FA icon to admin panel 2019-01-25 18:50:57 +01:00
main.rs Added better favicon downloader. 2019-01-27 15:39:19 +01:00
util.rs Change config to thread-safe system, needed for a future config panel. 2019-01-25 18:24:57 +01:00