mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-03-01 11:19:52 +03:00
[PR #1316] [MERGED] Updated the admin interface #2909
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/dani-garcia/vaultwarden/pull/1316
Author: @BlackDex
Created: 1/19/2021
Status: ✅ Merged
Merged: 1/19/2021
Merged by: @dani-garcia
Base:
master← Head:admin-interface📝 Commits (1)
235ff44Updated the admin interface📊 Changes
18 files changed (+383 additions, -108 deletions)
View changed files
📝
src/api/admin.rs(+71 -29)📝
src/api/core/mod.rs(+1 -1)📝
src/config.rs(+64 -11)📝
src/main.rs(+1 -1)📝
src/static/images/hibp.png(+0 -0)📝
src/static/images/logo-gray.png(+0 -0)📝
src/static/images/mail-github.png(+0 -0)📝
src/static/images/shield-white.png(+0 -0)📝
src/static/scripts/bootstrap-native.js(+33 -22)📝
src/static/scripts/bootstrap.css(+8 -3)📝
src/static/scripts/datatables.css(+10 -9)📝
src/static/scripts/datatables.js(+8 -12)📝
src/static/templates/admin/base.hbs(+3 -2)📝
src/static/templates/admin/diagnostics.hbs(+136 -3)📝
src/static/templates/admin/login.hbs(+1 -1)📝
src/static/templates/admin/organizations.hbs(+1 -1)📝
src/static/templates/admin/settings.hbs(+1 -1)📝
src/static/templates/admin/users.hbs(+45 -12)📄 Description
Mostly updated the admin interface, also some small other items.
reporting, or at least solve them quicker.
copy/paste on the forum or during the creation of an issue. It will
try to hide the sensitive information automatically.
Created AtandLast Activeinfo to be in a column andable to sort them in the users overview.
oxipngjavascript window.opener modifications and prevent the browser from sending a referrer and expose the bitwarden_rs server host.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.