[PR #1316] [MERGED] Updated the admin interface #2909

Closed
opened 2026-02-05 05:03:15 +03:00 by OVERLORD · 0 comments
Owner

📋 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: masterHead: admin-interface


📝 Commits (1)

  • 235ff44 Updated 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.

  • 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 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.

## 📋 Pull Request Information **Original PR:** https://github.com/dani-garcia/vaultwarden/pull/1316 **Author:** [@BlackDex](https://github.com/BlackDex) **Created:** 1/19/2021 **Status:** ✅ Merged **Merged:** 1/19/2021 **Merged by:** [@dani-garcia](https://github.com/dani-garcia) **Base:** `master` ← **Head:** `admin-interface` --- ### 📝 Commits (1) - [`235ff44`](https://github.com/dani-garcia/vaultwarden/commit/235ff447367ec37adcef52921350271b3c5b9378) Updated the admin interface ### 📊 Changes **18 files changed** (+383 additions, -108 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 Description 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 and prevent the browser from sending a referrer and expose the bitwarden_rs server host. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2026-02-05 05:03:15 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/vaultwarden#2909