mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-04-26 09:46:00 +03:00
[PR #2543] [MERGED] Updated deps and misc fixes and updates #3107
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#3107
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/2543
Author: @BlackDex
Created: 6/8/2022
Status: ✅ Merged
Merged: 6/15/2022
Merged by: @dani-garcia
Base:
main← Head:update-and-fixes📝 Commits (1)
5d05ec5Updated deps and misc fixes and updates📊 Changes
15 files changed (+9177 additions, -8083 deletions)
View changed files
📝
.github/workflows/build.yml(+0 -2)📝
.pre-commit-config.yaml(+5 -3)📝
Cargo.lock(+60 -250)📝
Cargo.toml(+6 -6)📝
src/api/admin.rs(+43 -34)📝
src/api/core/accounts.rs(+14 -0)📝
src/config.rs(+2 -3)📝
src/db/models/org_policy.rs(+1 -1)📝
src/static/scripts/bootstrap-native.js(+930 -689)📝
src/static/scripts/bootstrap.css(+2149 -1525)📝
src/static/scripts/datatables.css(+192 -110)📝
src/static/scripts/datatables.js(+5678 -5434)📝
src/static/templates/admin/base.hbs(+9 -2)📝
src/static/templates/admin/settings.hbs(+50 -13)📝
src/util.rs(+38 -11)📄 Description
Else some clients will fail to handle these protocols.
unsafe-inlineforscript-srconly to the CSP for the Admin Interfacedatabase_urlas if it is a password in the Admin InterfaceElse for MariaDB/MySQL or PostgreSQL this was plain text.
resolves #2542
resolves #2419
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.