bitwarden_rs/src/api
BlackDex 48baf723a4 Updated icon downloading
- Added more checks to prevent panics (Removed unwrap)
- Try do download from base domain or add www when the provided domain
  fails
- Added some more domain validation checks to prevent errors
- Added the ICON_BLACKLIST_REGEX to a Lazy Static HashMap which
  speeds-up the checks!
- Validate the Regex before starting/config change.
- Some cleanups
- Disabled some noisy debugging from 2 crates.
2020-12-08 17:34:18 +01:00
..
core Merge pull request #1242 from BlackDex/allow-manager-role 2020-12-08 16:11:55 +01:00
admin.rs Merge branch 'master' into admin-disable-user 2020-12-08 15:42:37 +01:00
icons.rs Updated icon downloading 2020-12-08 17:34:18 +01:00
identity.rs Implement admin ability to enable/disable users 2020-11-30 23:12:56 +01:00
mod.rs Removed try_trait and some formatting, particularly around imports 2020-07-14 18:34:22 +02:00
notifications.rs Improving code 2020-08-31 22:20:21 +02:00
web.rs As requested here: https://bitwardenrs.discourse.group/t/searchable-user-list-on-admin-panel/299 2020-09-19 22:19:55 +02:00