mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-04-26 09:46:00 +03:00
[PR #2027] [MERGED] Fix error reporting in admin and some small fixes #3044
Labels
No labels
SSO
Third party
better for forum
bug
bug
documentation
duplicate
enhancement
future Vault
future Vault
future Vault
good first issue
help wanted
low priority
notes
pull-request
question
troubleshooting
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/vaultwarden#3044
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
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/2027
Author: @BlackDex
Created: 10/7/2021
Status: ✅ Merged
Merged: 10/8/2021
Merged by: @dani-garcia
Base:
main← Head:mail-errors📝 Commits (1)
3387565Fix error reporting in admin and some small fixes📊 Changes
8 files changed (+52 additions, -24 deletions)
View changed files
📝
src/api/admin.rs(+5 -1)📝
src/mail.rs(+18 -5)📝
src/static/templates/admin/base.hbs(+4 -4)📝
src/static/templates/admin/diagnostics.hbs(+2 -2)📝
src/static/templates/admin/organizations.hbs(+2 -2)📝
src/static/templates/admin/settings.hbs(+3 -4)📝
src/static/templates/admin/users.hbs(+6 -6)📝
src/util.rs(+12 -0)📄 Description
user in-case of an error send by the server.
strange issues in-case of javascript issues and the page does re-load.
During the mail error testing i encountered a bug which caused lettre to
panic. This panic only happens on debug builds and not release builds,
so no need to update anything on that part. This bug is also already
fixed. See https://github.com/lettre/lettre/issues/678 and https://github.com/lettre/lettre/pull/679
Resolves #2021
Could also fix the issue reported here #2022, or at least no hash
#inthe url.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.