mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-07-17 01:12:27 -05:00
[PR #1299] [CLOSED] Admin interface WIP #21140
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/dani-garcia/vaultwarden/pull/1299
Author: @BlackDex
Created: 1/7/2021
Status: ❌ Closed
Base:
master← Head:admin-interface📝 Commits (1)
235ff44Updated 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.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.