-
Notifications
You must be signed in to change notification settings - Fork 92
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 web-vault to v2024.10.5 #182
base: master
Are you sure you want to change the base?
Conversation
How about manager roles? |
Hi,
In the following releases those have been deleted. Thank you very much |
I can post screenshots later and explain the differences but you can also look at https://vault.bitwarden.com how it will look with the Bitwarden logos (e.g. where they are placed). |
Hi, If you can give me some clues later, it would be great. Thank you again |
@ecesarini okay, so there are 3 svg files that I've changed: the other change is the Bitwarden shield logo embedded in Note that I'm using the new |
Well if this works, it is at least a good starting point for testing this. |
Just noticed that this does not seem to work because the css style is not applied to the referenced SVG. 😐 update: this has been fixed in the v2024.10.5 version of the patch file |
What is the status/obstacles facing with this web build? |
The manage role is not supported by Vaultwarden yet. Without that we can't use this web-vault version. We either need to internally convert access-all to manage and vice-versa without making to much change into the database structure or add role support fully, which takes longer to add. The conversion option has a lot of potential to break stuff i think, so probably not the best option. |
I've updated the PR to the latest web-vault (v2024.10.5). Note: I've also updated the bitwarden/sdk-internal dependency to the GPL licensed version 0.1.7. As far as I know this should not have any influence as the code is not even used in the building of the web-vault but this means that the version we would ship would deviate in this regard from the bitwarden version. |
b2f9607
to
4e690d4
Compare
Thanks. Ill use this version to test/develop the manager-role removal changes. |
- 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 <black.dex@gmail.com>
Added two SVGs for the login page (and adapted it a bit so our logo is a bit bigger and the page is not missing the logo when logging out)...
The only thing missing at the moment is replacing the bitwarden shield when the side panel is collapsed:
Peek.2024-11-06.12-01.mp4
And I also have not checked what server-side changes are required.