Skip to content

Commit

Permalink
Remove oidc_invite patch
Browse files Browse the repository at this point in the history
  • Loading branch information
Timshel committed Feb 11, 2025
1 parent 3dce286 commit 13ca3af
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 26 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## v2025.1.1-3

- Remove the `oidc_invite` patch

## v2025.1.1-2

- On redirection keep only the base path.
Expand Down
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ This is a repository to store custom builds of the [Bitwarden web vault](https:/
This generate three different versions :

- `button` closest to what is expected to be merge into [bw_web_builds](https://github.com/dani-garcia/bw_web_builds))
- allow organization invitation to survive sso account creation ([patch](oidc_invite.patch))
- fix base url resolution ([patch](oidc_subpath.patch))
- display SSO errors and redirect to start of the flow ([patch](oidc_sso_errors.patch))
- `override` add additionally :
Expand All @@ -33,7 +32,6 @@ This will :
- Clone a specific version of the [VaultWarden web vault builds](https://github.com/dani-garcia/bw_web_builds)
- Copy ressources from the VaultWarden web vault project
- Apply the VaultWarden web vault patch
- Apply the invite [patch](oidc_invite.patch)
- Apply the url resolution [patch](oidc_subpath.patch)
- Apply the override [patch](oidc_sso_errors.patch) to improve SSO errors handling
- Build the web vault application
Expand Down
1 change: 0 additions & 1 deletion build_webvault.sh
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@ if [ "$NO_BUILD" = false ] ; then
fi

# Apply org invite and subpath patch
git apply ../oidc_invite.patch
git apply ../oidc_subpath.patch
git apply ../oidc_sso_errors.patch
git apply ../oidc_hide_master_password_login.patch
Expand Down
23 changes: 0 additions & 23 deletions oidc_invite.patch

This file was deleted.

0 comments on commit 13ca3af

Please # to comment.