mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-04-25 17:25:57 +03:00
[PR #1377] [MERGED] EmergencyAccess features #2953
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#2953
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/1377
Author: @thelittlefireman
Created: 2/10/2021
Status: ✅ Merged
Merged: 9/19/2021
Merged by: @dani-garcia
Base:
main← Head:emergency_feature📝 Commits (2)
4ab9362Add Emergency contact featureca20b3d[PATCH] Some fixes to the Emergency Access PR📊 Changes
37 files changed (+1586 additions, -14 deletions)
View changed files
📝
.env.template(+11 -0)➕
migrations/mysql/2021-08-30-193501_create_emergency_access/down.sql(+1 -0)➕
migrations/mysql/2021-08-30-193501_create_emergency_access/up.sql(+14 -0)➕
migrations/postgresql/2021-08-30-193501_create_emergency_access/down.sql(+1 -0)➕
migrations/postgresql/2021-08-30-193501_create_emergency_access/up.sql(+14 -0)➕
migrations/sqlite/2021-08-30-193501_create_emergency_access/down.sql(+1 -0)➕
migrations/sqlite/2021-08-30-193501_create_emergency_access/up.sql(+14 -0)📝
src/api/core/accounts.rs(+7 -2)📝
src/api/core/emergency_access.rs(+791 -10)📝
src/api/core/mod.rs(+1 -0)📝
src/api/mod.rs(+1 -0)📝
src/auth.rs(+44 -0)📝
src/config.rs(+16 -0)➕
src/db/models/emergency_access.rs(+290 -0)📝
src/db/models/mod.rs(+2 -0)📝
src/db/models/user.rs(+2 -1)📝
src/db/schemas/mysql/schema.rs(+19 -0)📝
src/db/schemas/postgresql/schema.rs(+19 -0)📝
src/db/schemas/sqlite/schema.rs(+19 -0)📝
src/mail.rs(+134 -1)...and 17 more files
📄 Description
it's my first Rust PR so please be patient :)
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.