bitwarden_rs/src
BlackDex 3c66deb5cc Redesign of the admin interface.
Main changes:
 - Splitted up settings and users into two separate pages.
 - Added verified shield when the e-mail address has been verified.
 - Added the amount of personal items in the database to the users overview.
 - Added Organizations and Diagnostics pages.
   - Shows if DNS resolving works.
   - Shows if there is a posible time drift.
   - Shows current versions of server and web-vault.
 - Optimized logo-gray.png using optipng

Items which can be added later:
 - Amount of cipher items accessible for a user, not only his personal items.
 - Amount of users per Org
 - Version update check in the diagnostics overview.
 - Copy/Pasteable runtime config which has sensitive data changed or removed for support questions either on the forum or github issues.
 - Option to delete Orgs and all its passwords (when there are no members anymore).
 - Etc....
2020-05-28 10:46:25 +02:00
..
api Redesign of the admin interface. 2020-05-28 10:46:25 +02:00
db Redesign of the admin interface. 2020-05-28 10:46:25 +02:00
static Redesign of the admin interface. 2020-05-28 10:46:25 +02:00
auth.rs Fixed issue #908 2020-03-19 17:37:10 +01:00
config.rs Redesign of the admin interface. 2020-05-28 10:46:25 +02:00
crypto.rs Updated ring 2020-03-16 16:39:20 +01:00
error.rs Change the mails content types to more closely match what we sent before 2020-05-07 00:51:46 +02:00
mail.rs Change the mails content types to more closely match what we sent before 2020-05-07 00:51:46 +02:00
main.rs Update startup banner to direct usage/config questions to the forum 2020-05-13 12:29:47 -07:00
util.rs use format! for rounding to fix arm issue 2020-05-22 12:10:56 +02:00