[PR #4581] [MERGED] Update admin interface dependencies #2793

Open
opened 2025-10-09 18:11:41 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/dani-garcia/vaultwarden/pull/4581
Author: @BlackDex
Created: 5/22/2024
Status: Merged
Merged: 5/25/2024
Merged by: @dani-garcia

Base: mainHead: update-admin-deps


📝 Commits (1)

  • a175588 Update admin interface dependencies

📊 Changes

9 files changed (+1871 additions, -2239 deletions)

View changed files

📝 src/api/web.rs (+1 -1)
📝 src/static/scripts/admin_diagnostics.js (+5 -1)
📝 src/static/scripts/bootstrap.bundle.js (+9 -8)
📝 src/static/scripts/bootstrap.css (+22 -31)
📝 src/static/scripts/datatables.css (+13 -5)
📝 src/static/scripts/datatables.js (+371 -788)
📝 src/static/scripts/jdenticon-3.3.0.js (+1448 -1403)
📝 src/static/templates/admin/organizations.hbs (+1 -1)
📝 src/static/templates/admin/users.hbs (+1 -1)

📄 Description

  • Updated JS/CSS dependencies
  • Fixed a small issue regarding DNS IP detection
    fixes #3946
    fixes #3947

🔄 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/4581 **Author:** [@BlackDex](https://github.com/BlackDex) **Created:** 5/22/2024 **Status:** ✅ Merged **Merged:** 5/25/2024 **Merged by:** [@dani-garcia](https://github.com/dani-garcia) **Base:** `main` ← **Head:** `update-admin-deps` --- ### 📝 Commits (1) - [`a175588`](https://github.com/dani-garcia/vaultwarden/commit/a17558833301be124e10a76301ea13a772a820c7) Update admin interface dependencies ### 📊 Changes **9 files changed** (+1871 additions, -2239 deletions) <details> <summary>View changed files</summary> 📝 `src/api/web.rs` (+1 -1) 📝 `src/static/scripts/admin_diagnostics.js` (+5 -1) 📝 `src/static/scripts/bootstrap.bundle.js` (+9 -8) 📝 `src/static/scripts/bootstrap.css` (+22 -31) 📝 `src/static/scripts/datatables.css` (+13 -5) 📝 `src/static/scripts/datatables.js` (+371 -788) 📝 `src/static/scripts/jdenticon-3.3.0.js` (+1448 -1403) 📝 `src/static/templates/admin/organizations.hbs` (+1 -1) 📝 `src/static/templates/admin/users.hbs` (+1 -1) </details> ### 📄 Description - Updated JS/CSS dependencies - Fixed a small issue regarding DNS IP detection fixes #3946 fixes #3947 --- <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 2025-10-09 18:11:41 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/vaultwarden#2793