[PR #1777] [MERGED] Multiple Admin Interface fixes and some others. #2868

Closed
opened 2025-11-07 07:56:41 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/dani-garcia/vaultwarden/pull/1777
Author: @BlackDex
Created: 6/19/2021
Status: Merged
Merged: 6/19/2021
Merged by: @dani-garcia

Base: mainHead: admin-changes


📝 Commits (1)

  • 8615736 Multiple Admin Interface fixes and some others.

📊 Changes

15 files changed (+11463 additions, -8955 deletions)

View changed files

📝 .github/workflows/build.yml (+15 -2)
📝 .github/workflows/hadolint.yml (+6 -3)
📝 src/api/admin.rs (+9 -42)
📝 src/api/web.rs (+2 -2)
📝 src/config.rs (+25 -8)
📝 src/static/scripts/bootstrap-native.js (+3437 -1554)
📝 src/static/scripts/bootstrap.css (+7578 -7021)
📝 src/static/scripts/datatables.css (+20 -6)
📝 src/static/scripts/datatables.js (+44 -46)
📝 src/static/scripts/jquery-3.6.0.slim.js (+106 -101)
📝 src/static/templates/admin/base.hbs (+12 -9)
📝 src/static/templates/admin/diagnostics.hbs (+112 -79)
📝 src/static/templates/admin/organizations.hbs (+11 -11)
📝 src/static/templates/admin/settings.hbs (+59 -44)
📝 src/static/templates/admin/users.hbs (+27 -27)

📄 Description

Misc:

  • Fixed hadolint workflow, new git cli needs some extra arguments.
  • Add ignore paths to all specific on triggers.
  • Updated hadolint version.
  • Made SMTP_DEBUG read-only, since it can't be changed at runtime.

Admin:

  • Migrated from Bootstrap v4 to v5
  • Updated jquery to v3.6.0
  • Updated Datatables
  • Made Javascript strict
  • Added a way to show which ENV Vars are overridden.
  • Changed the way to provide data for handlebars.
  • Fixed date/time check.
  • Made support string use details and summary feature of markdown/github.

🔄 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/1777 **Author:** [@BlackDex](https://github.com/BlackDex) **Created:** 6/19/2021 **Status:** ✅ Merged **Merged:** 6/19/2021 **Merged by:** [@dani-garcia](https://github.com/dani-garcia) **Base:** `main` ← **Head:** `admin-changes` --- ### 📝 Commits (1) - [`8615736`](https://github.com/dani-garcia/vaultwarden/commit/8615736e84f802833d0581b1d7f58e7daddc6340) Multiple Admin Interface fixes and some others. ### 📊 Changes **15 files changed** (+11463 additions, -8955 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/build.yml` (+15 -2) 📝 `.github/workflows/hadolint.yml` (+6 -3) 📝 `src/api/admin.rs` (+9 -42) 📝 `src/api/web.rs` (+2 -2) 📝 `src/config.rs` (+25 -8) 📝 `src/static/scripts/bootstrap-native.js` (+3437 -1554) 📝 `src/static/scripts/bootstrap.css` (+7578 -7021) 📝 `src/static/scripts/datatables.css` (+20 -6) 📝 `src/static/scripts/datatables.js` (+44 -46) 📝 `src/static/scripts/jquery-3.6.0.slim.js` (+106 -101) 📝 `src/static/templates/admin/base.hbs` (+12 -9) 📝 `src/static/templates/admin/diagnostics.hbs` (+112 -79) 📝 `src/static/templates/admin/organizations.hbs` (+11 -11) 📝 `src/static/templates/admin/settings.hbs` (+59 -44) 📝 `src/static/templates/admin/users.hbs` (+27 -27) </details> ### 📄 Description Misc: - Fixed hadolint workflow, new git cli needs some extra arguments. - Add ignore paths to all specific on triggers. - Updated hadolint version. - Made SMTP_DEBUG read-only, since it can't be changed at runtime. Admin: - Migrated from Bootstrap v4 to v5 - Updated jquery to v3.6.0 - Updated Datatables - Made Javascript strict - Added a way to show which ENV Vars are overridden. - Changed the way to provide data for handlebars. - Fixed date/time check. - Made support string use details and summary feature of markdown/github. --- <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 2025-11-07 07:56:41 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/vaultwarden#2868