-
Notifications
You must be signed in to change notification settings - Fork 95
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update to v2024.12 and Dynamic CSS #186
Conversation
- This PR includes the changes from @stefan0xC done in dani-garcia#182 - It also adds the dynamic-css support Removed the access-intelligence since this is linked to Bitwarden Licensed code. Signed-off-by: BlackDex <[email protected]>
@stefan0xC i based this PR upon yours and updated to v2024.11.1 and added dynamic-css here. It would be nice if people are able to test this web-vault with the code in the PR at the Vaultwarden repo. |
Signed-off-by: BlackDex <[email protected]>
60e97a2
to
4f516a0
Compare
Signed-off-by: BlackDex <[email protected]>
- Moved v2023 patches to legacy - Updated .gitignore and .dockerignore and synced them - Added a CODEOWNERS file - Updated workflows
This PR using v2024.11.1 web-vault version only works with this pending PR dani-garcia/vaultwarden#5219 . Several changes were needed on the server side to use the Custom Role as a Manger role and still be compatible with a previous version of Vaultwarden in case someone needs/wants to rollback. So do not try to use this PR with any version equal to or older then v1.32.5, it will not work. |
A security patch has just been released, update to this version. Add some other modifications like removing stripe, braintree and paypal keys. Signed-off-by: BlackDex <[email protected]>
I Updated to the just released v2024.11.2 security patch. |
I'm checking to see if i can update to v2024.12 |
Signed-off-by: BlackDex <[email protected]>
d1eafe5
to
f892280
Compare
Ok, i have updated it to use v2024.12.0. Not too much was changed. A file was relocated and some colors have changed a bit. Also needed to make some changes on the server-side for this, but not too much either. |
Is there any point in keeping the v2024.10.5 and v2024.11.2 patch files since they're now outdated/not used in any build? |
Might be useful for historical usage or comparing what was changed. |
Update web-vault to v2024.11
make docker-extract
and uploads the generated.tar.gz
as an artifact.Removed the access-intelligence since this is linked to Bitwarden Licensed code.