mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-03-01 11:19:52 +03:00
[PR #1018] [MERGED] Admin interface #2833
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/1018
Author: @BlackDex
Created: 6/3/2020
Status: ✅ Merged
Merged: 6/3/2020
Merged by: @dani-garcia
Base:
master← Head:admin-interface📝 Commits (3)
5c54dfeFixed an issue when DNS resolving fails.2fffaecAdded attachment info per user and some layout fixac2723fUpdated Organizations overview📊 Changes
7 files changed (+152 additions, -66 deletions)
View changed files
📝
src/api/admin.rs(+62 -43)📝
src/db/models/attachment.rs(+20 -0)📝
src/db/models/cipher.rs(+11 -1)📝
src/db/models/organization.rs(+9 -0)📝
src/static/templates/admin/diagnostics.hbs(+6 -4)📝
src/static/templates/admin/organizations.hbs(+36 -15)📝
src/static/templates/admin/users.hbs(+8 -3)📄 Description
Added attachment info per user and some layout fix
Fixed an issue when DNS resolving fails.
In the event of a failed DNS Resolving checking for new versions will
cause a huge delay, and in the end a timeout when loading the page.
new versions
fn get_github_apito make use of structsUpdated Organizations overview
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.