[PR #1299] [CLOSED] Admin interface WIP #25153

Closed
opened 2026-05-29 04:21:06 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/dani-garcia/vaultwarden/pull/1299
Author: @BlackDex
Created: 1/7/2021
Status: Closed

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

A WIP.

  • Check if the DOMAIN is configured correctly.
  • Created a start on a copy/paste-able json string of the config which has passwords and other sensitive values masked.

🔄 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/1299 **Author:** [@BlackDex](https://github.com/BlackDex) **Created:** 1/7/2021 **Status:** ❌ Closed **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 A WIP. - Check if the DOMAIN is configured correctly. - Created a start on a copy/paste-able json string of the config which has passwords and other sensitive values masked. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-05-29 04:21:06 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/vaultwarden#25153