Commit graph

74 commits

Author SHA1 Message Date
BlackDex
a9d33740a0
Prepend web-vault text to version
Merge changes from #131 and #133.

Co-authored-by: Stefan Melmuk <stefan.melmuk@gmail.com>
Co-authored-by: GeekCornerGH <45696571+GeekCornerGH@users.noreply.github.com>
2023-08-12 18:32:47 +02:00
Mathijs van Veluw
f9afd45bc2
Merge pull request #133 from GeekCornerGH/feat/bump-web-vault-2023-7-0
feat: Bump web-vault to v2023.7.1
2023-08-12 18:25:12 +02:00
GeekCornerGH
f799c2ca7b
feat (web vault): Bump web vault to v2023.7.1 2023-08-12 17:59:59 +02:00
Stefan Melmuk
3481e13d16
add "web vault" to clarify version in footer 2023-08-12 17:33:57 +02:00
GeekCornerGH
266c9a3b48
feat: Bump patches to v2023.7.1 2023-08-07 16:24:33 +02:00
Stefan Melmuk
b69a4fc6d5
update web-vault to v2023.5.1 2023-06-22 04:29:52 +02:00
dpinse
ee4c8e5219 Update web-vault to v2023.5.0 2023-06-02 11:15:11 -04:00
Stefan Melmuk
52c0edc8d9
update web-vault to v2023.4.0 2023-04-26 16:39:53 +02:00
Stefan Melmuk
5d350d0e7e
hide sso link again 2023-03-25 22:35:27 +01:00
Stefan Melmuk
28e965fdbd
update web-vault to v2023.3.0 2023-03-22 00:37:46 +01:00
Stefan Melmuk
00f128f105
update web-vault to v2023.2.0 2023-02-16 07:34:41 +01:00
BlackDex
d35e91b417
Update web-vault to v2023.1.1 and small patch
- Updated web-vault to v2023.1.1
- Added a small patch to allow scrolling the organizations menu when
  there are a lot of organizations.
  Fixes https://github.com/dani-garcia/vaultwarden/issues/3148
  I also created a PR at bitwarden/clients, pending approval.
2023-01-17 19:51:33 +01:00
Daniel García
276796462f
Fix patch offsets 2023-01-12 19:08:57 +01:00
Stefan Melmuk
5652417b24
fix hiding of firefox relay and duckduckgo
also remove superfluous styles as suggested by @BlackDex
2023-01-11 10:55:19 +01:00
Stefan Melmuk
e2ea063325
update web-vault to v2023.1.0 2023-01-11 10:54:03 +01:00
Helmut K. C. Tessarek
e1247dc5b0
update web-vault to v2022.12.0 2022-12-17 14:51:56 -05:00
Stefan Melmuk
cc7af21968
change pageTitle to Vaultwarden and add favicons 2022-12-08 23:15:50 +01:00
BlackDex
87f3999a0b
Update to web-vault v2022.11.1
This PR updates the web-vault to v2022.11.1
It also replaces the main logo and top left icon to indicate it is
Vaultwarden.

And the footer text has been change to `Vaultwarden (unofficial Bitwarden® server)`

This hopefully helps causing less confusion.
2022-12-01 00:17:56 +01:00
Helmut K. C. Tessarek
014c2a2929
use a separate patch file 2022-11-08 11:54:04 -05:00
Helmut K. C. Tessarek
da840ee271
change Billing Email -> Email 2022-10-28 20:37:29 -04:00
Stefan Melmuk
9a19da9eb9
hide duckduckgo forwarding service
it is CORS protected and does not work for self-hosted environments.
2022-10-20 09:14:57 +02:00
Stefan Melmuk
ba1fabf438
update to v2022.10.0 2022-10-12 16:24:12 +02:00
Stefan Melmuk
5815abecff
update web-vault to v2022.9.2 2022-10-07 04:09:13 +02:00
BlackDex
2e32cafab1
Update web-vault to v2022.9.x
Also cleaned up the CSS Patches, some were not needed anymore.
2022-09-07 20:29:21 +02:00
BlackDex
b9d00839d7
Update web-vault to v2022.8.1
This version has a new feature which isn't supported yet by vaultwarden.
It shouln't be that hard to add this functionality i think.

You can now revoke and restore user access to an org.
2022-08-20 16:39:51 +02:00
BlackDex
aabcc2737f
Update web-vault to v2022.6.0
Updated the web-vault to the latest released version.
This version is also using the new repo `bitwarden/clients` instead of the old `bitwarden/web`.
All files have been changed where needed.
2022-06-29 15:49:38 +02:00
BlackDex
4f2bcf3c24
Updated web-vault to v2022.5.2 2022-06-18 16:06:28 +02:00
BlackDex
39e6d1dcae
Fix billing call and small Makefile change.
- Fixed a call to the billing history API.
- Make sure to remove the old docker extracted files before generating new ones.
2022-06-04 18:37:04 +02:00
BlackDex
6529f1dab0
Update web-vault to v2022.05.0 and misc changes
- Updated web-vault to v2022.05.0
- Made several changes to the build scripts for ease of building/patching etc...
  You can now run `make checkout` to pull/update the repo to the wanted version
  There is also a `make patch-web-vault` to patch the repo
  A `make generate-patch` to create a patch file from the current changes
  And many more changes
2022-06-02 22:10:28 +02:00
BlackDex
6995e8b4be
Support for bitwarden/web v2.28.0
The patch is almost identical just some offsets are different.
This version does solve the multiple `/sync` requests which will benefit
the loading time and load on the server!
2022-04-23 17:04:11 +02:00
Samuel Cormier-Iijima
6c988cdf11 Add patch for v2.27.0 2022-03-26 01:00:09 -04:00
BlackDex
9efb207eb1
Support v2.26.1
- Added support for v2.26.1
- Hide some more input fields we do not use
- Fixed building with npm (The audit fix breaks the build)
- Fixed the vaultwarden version json filename.
2022-02-23 14:20:20 +01:00
Jeremy Lin
fa4e0ffc14 Unhide the API Key section under My Account
Requires dani-garcia/vaultwarden#2245.
2022-01-23 15:24:15 -08:00
BlackDex
609a273fc0
Fix issue #56
Fixed #56
Also renamed `bwrs-hide` to `vw-hide` and renamed `Bitwarden_RS` to `Vaultwarden`
2021-12-31 14:35:57 +01:00
Daniel García
2ae84a8dd4
Update web vault to v2.25.0 2021-12-12 23:51:40 +01:00
Daniel García
1e990dd7ae
Update web vault to v2.24.1, and include PRs #54 and #55
Closes #54
Closes #55
2021-10-27 22:31:31 +02:00
Daniel García
603fc946da
Fix patch index 2021-10-18 21:27:02 +02:00
Adam Jones
976a702aa1
Stop hiding single organization policy
The single organization is now supported by vaultwarden, as per https://github.com/dani-garcia/vaultwarden/pull/1991

We can therefore stop hiding the setting in the web UI.
2021-10-09 14:02:24 +01:00
Daniel García
4414f43664
v2.23.0 2021-09-22 19:52:19 +02:00
Daniel García
17b48c3a85
Include new build workflow 2021-09-12 23:00:23 +02:00
BlackDex
05ca04dbc8 Updated web-vault to latest v2.22.2 version.
There needs to be a small change on the vaultwarden server for this to
be fully supported as far as i could tell.

So maybe not yet ready for merge/tagging.
2021-08-30 15:24:31 +02:00
BlackDex
f6c2377ff3 Fix Dockerfile build and added v2.21.1 support. 2021-07-25 17:53:14 +02:00
Jeremy Lin
6c2de6d7d2 Remove Terms of Service and Privacy Policy agreements
These are not supposed to be shown on self-hosted installations.
2021-06-18 02:59:16 -07:00
Daniel García
3fba0d5c3a
v2.20.4 2021-06-07 23:12:58 +02:00
Daniel García
3665a5177d
v2.20.3 2021-05-24 00:04:02 +02:00
Jeremy Lin
b19553a16f Preliminary changes for v2.20.1
This patch is missing changes to `src/app/settings/two-factor-u2f.component.ts`,
which doesn't exist anymore since upstream moved from U2F to its successor,
WebAuthn, which Vaultwarden doesn't have backend support for yet.
2021-05-12 14:09:41 -07:00
Daniel García
55857f45f8 Point help links to our repo and add some message to indicate the web vault is backed by our server 2021-04-27 20:27:13 +02:00
Jeremy Lin
9f7910d885 Remove/hide broken links related to Bitwarden Send 2021-04-01 22:13:53 -07:00
Daniel García
f32981d4b1 Update to upstream v2.19.0 release 2021-03-14 17:56:01 +01:00
BlackDex
dd29f14f46 Added warning when no HTTPS during register.
We already had a patch to warn users they need HTTPS when they login.
This was not working for the register form.

- Added a warning during the submit of the register form.
- Changed the check to see if `crypto.subtle` is defined or not.
- Removed the `webpack.config.js` patch, since this now is in upstream.
- Updated README.md shields and small comment regarding how to create
  the patch because of changes to the submodule.
2021-02-20 13:59:07 +01:00