[PR #5272] [MERGED] Some Backend Admin fixes and updates #24458

Closed
opened 2026-05-22 01:50:02 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/dani-garcia/vaultwarden/pull/5272
Author: @BlackDex
Created: 12/10/2024
Status: Merged
Merged: 12/10/2024
Merged by: @dani-garcia

Base: mainHead: admin-updates


📝 Commits (2)

  • bb00e1f Some Backend Admin fixes and updates
  • f211fc0 Some small fixes

📊 Changes

8 files changed (+1177 additions, -495 deletions)

View changed files

📝 src/api/admin.rs (+7 -0)
📝 src/static/scripts/admin.css (+2 -2)
📝 src/static/scripts/admin_diagnostics.js (+197 -15)
📝 src/static/scripts/datatables.css (+35 -7)
📝 src/static/scripts/datatables.js (+910 -470)
📝 src/static/templates/admin/diagnostics.hbs (+23 -0)
📝 src/static/templates/admin/users.hbs (+1 -1)
📝 src/util.rs (+2 -0)

📄 Description

  • Updated datatables
  • Added a X-Robots-Tags header to prevent indexing
  • Modified some layout settings
  • Added Websocket check to diagnostics
  • Added Security Header checks to diagnostics
  • Added Error page response checks to diagnostics
  • Modifed support string layout a bit

🔄 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/5272 **Author:** [@BlackDex](https://github.com/BlackDex) **Created:** 12/10/2024 **Status:** ✅ Merged **Merged:** 12/10/2024 **Merged by:** [@dani-garcia](https://github.com/dani-garcia) **Base:** `main` ← **Head:** `admin-updates` --- ### 📝 Commits (2) - [`bb00e1f`](https://github.com/dani-garcia/vaultwarden/commit/bb00e1f4ce05ee886fcd4cb781fe28239927fc9c) Some Backend Admin fixes and updates - [`f211fc0`](https://github.com/dani-garcia/vaultwarden/commit/f211fc0dad187ec61b4139adcedaef29e4f1c8c7) Some small fixes ### 📊 Changes **8 files changed** (+1177 additions, -495 deletions) <details> <summary>View changed files</summary> 📝 `src/api/admin.rs` (+7 -0) 📝 `src/static/scripts/admin.css` (+2 -2) 📝 `src/static/scripts/admin_diagnostics.js` (+197 -15) 📝 `src/static/scripts/datatables.css` (+35 -7) 📝 `src/static/scripts/datatables.js` (+910 -470) 📝 `src/static/templates/admin/diagnostics.hbs` (+23 -0) 📝 `src/static/templates/admin/users.hbs` (+1 -1) 📝 `src/util.rs` (+2 -0) </details> ### 📄 Description - Updated datatables - Added a `X-Robots-Tags` header to prevent indexing - Modified some layout settings - Added Websocket check to diagnostics - Added Security Header checks to diagnostics - Added Error page response checks to diagnostics - Modifed support string layout a bit --- <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-22 01:50:02 -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#24458