vaultwarden/src
BlackDex 235ff44736 Updated the admin interface
Mostly updated the admin interface, also some small other items.

- Added more diagnostic information to (hopefully) decrease issue
  reporting, or at least solve them quicker.
- Added an option to generate a support string which can be used to
  copy/paste on the forum or during the creation of an issue. It will
try to hide the sensitive information automatically.
- Changed the `Created At` and `Last Active` info to be in a column and
  able to sort them in the users overview.
- Some small layout changes.
- Updated javascript and css files to the latest versions available.
- Decreased the png file sizes using `oxipng`
- Updated target='_blank' links to have rel='noreferrer' to prevent
  javascript window.opener modifications.
2021-01-19 17:55:21 +01:00
..
api Updated the admin interface 2021-01-19 17:55:21 +01:00
db Fix Key Rotation during password change 2020-12-14 19:58:23 +01:00
static Updated the admin interface 2021-01-19 17:55:21 +01:00
auth.rs Fix Key Rotation during password change 2020-12-14 19:58:23 +01:00
config.rs Updated the admin interface 2021-01-19 17:55:21 +01:00
crypto.rs Generate tokens more simply and uniformly 2020-08-22 16:07:53 -07:00
error.rs Log proper namespace in the err!() macro 2020-11-22 00:09:45 +01:00
mail.rs Clean up datetime output and code 2020-12-13 19:49:22 -08:00
main.rs Updated the admin interface 2021-01-19 17:55:21 +01:00
util.rs Clean up datetime output and code 2020-12-13 19:49:22 -08:00