mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-05-22 16:14:20 -05:00
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/4951
Author: @yonas
Created: 9/13/2024
Status: ❌ Closed
Base:
main← Head:sso-support📝 Commits (3)
35bc13dAdd SSO functionality using OpenID Connect2bcc014Improvements and error handling065f80eStop rolling device token📊 Changes
67 files changed (+2908 additions, -258 deletions)
View changed files
📝
.env.template(+38 -0)📝
Cargo.lock(+670 -66)📝
Cargo.toml(+4 -0)➕
SSO.md(+286 -0)📝
docker/start.sh(+7 -0)➕
migrations/mysql/2023-09-10-133000_add_sso/down.sql(+1 -0)➕
migrations/mysql/2023-09-10-133000_add_sso/up.sql(+4 -0)➕
migrations/mysql/2023-09-14-133000_add_users_organizations_invited_by_email/down.sql(+1 -0)➕
migrations/mysql/2023-09-14-133000_add_users_organizations_invited_by_email/up.sql(+1 -0)➕
migrations/mysql/2024-02-14-170000_add_state_to_sso_nonce/down.sql(+6 -0)➕
migrations/mysql/2024-02-14-170000_add_state_to_sso_nonce/up.sql(+8 -0)➕
migrations/mysql/2024-02-26-170000_add_pkce_to_sso_nonce/down.sql(+8 -0)➕
migrations/mysql/2024-02-26-170000_add_pkce_to_sso_nonce/up.sql(+9 -0)➕
migrations/mysql/2024-03-06-170000_add_sso_users/down.sql(+1 -0)➕
migrations/mysql/2024-03-06-170000_add_sso_users/up.sql(+7 -0)➕
migrations/mysql/2024-03-13-170000_sso_users_cascade/down.sql(+0 -0)➕
migrations/mysql/2024-03-13-170000_sso_users_cascade/up.sql(+2 -0)➕
migrations/postgresql/2023-09-10-133000_add_sso/down.sql(+1 -0)➕
migrations/postgresql/2023-09-10-133000_add_sso/up.sql(+4 -0)➕
migrations/postgresql/2023-09-14-133000_add_users_organizations_invited_by_email/down.sql(+1 -0)...and 47 more files
📄 Description
PR #3899 was closed as per Timshel's wishes. I hope other devs can use this PR to continue where Tim left off.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.