Commit graph

147 commits

Author SHA1 Message Date
Stefan Melmuk
b3b7228124
update to v2022.11.2 2022-12-05 12:42:41 +01:00
Daniel García
c99c6214cb
Merge pull request #98 from BlackDex/update-to-v2022.11.1
Update to web-vault v2022.11.1
2022-12-01 22:23:44 +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
Daniel García
a890ed51ba
Merge pull request #95 from stefan0xC/shallow-clone
make only a shallow clone
2022-11-09 22:19:14 +01:00
Daniel García
e7f8ac66be
Merge pull request #94 from stefan0xC/dont-stash-ignored
don't stash the node_modules folder
2022-11-09 22:18:56 +01:00
Daniel García
17dcf95e95
Merge pull request #92 from tessus/fix/billing-email
change Billing Email -> Email
2022-11-09 22:18:38 +01:00
Helmut K. C. Tessarek
014c2a2929
use a separate patch file 2022-11-08 11:54:04 -05:00
Stefan Melmuk
1c6c4e8cc6
make only a shallow clone 2022-11-07 21:41:48 +01:00
Stefan Melmuk
a21f082591
don't stash the node_modules folder
currently, if you built the web-vault the `node_modules` folder is
stashed which takes a long time. since this is an ignored folder and we
use `npm ci` to build the web-vault we don't really need to stash it.

`npm ci` will always start with a clean build anyway.
see https://docs.npmjs.com/cli/v8/commands/npm-ci
2022-11-02 14:21:43 +01:00
Mathijs van Veluw
613870ebe6
Merge pull request #93 from stefan0xC/fix-phony
make build a phony target in Makefile
2022-11-02 07:49:02 +01:00
Stefan Melmuk
bfc54447eb
make build a phony target in Makefile 2022-11-02 01:37:30 +01:00
Helmut K. C. Tessarek
da840ee271
change Billing Email -> Email 2022-10-28 20:37:29 -04:00
Daniel García
a8ed7a776e
Merge pull request #91 from stefan0xC/update-to-v2022.10.2
update web-vault to v2022.10.2
2022-10-26 21:19:12 +02:00
Stefan Melmuk
c50f181d27
update web-vault to v2022.10.2 2022-10-24 22:26:54 +02:00
Daniel García
d4d6be2087
Merge pull request #89 from stefan0xC/hide-duckduckgo
Hide DuckDuckGo forwarding service
2022-10-20 21:02:14 +02:00
Daniel García
bc409a9f36
Merge pull request #88 from stefan0xC/update-to-v2022.10.1
update web-vault to v2022.10.1
2022-10-20 21:01:51 +02: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
d42d4142e1
update to v2022.10.1 2022-10-20 00:48:44 +02:00
Daniel García
e112a9caa6
Merge pull request #87 from tessus/patch-1
Update README.md
2022-10-19 22:31:26 +02:00
Helmut K. C. Tessarek
c382dedd07
Update README.md
- fix the links to bitwarden web-vault
- 8bit Solutions LLC. -> Bitwarden, Inc. (to be consistent with https://github.com/dani-garcia/vaultwarden/blob/main/README.md)
2022-10-19 16:29:41 -04:00
Daniel García
7c9e5d3ab6
Merge pull request #84 from stefan0xC/update-to-v2022.10.0
update web-vault to v2022.10.0
2022-10-14 17:28:42 +02:00
Stefan Melmuk
ba1fabf438
update to v2022.10.0 2022-10-12 16:24:12 +02:00
Daniel García
458eb75939
Merge pull request #83 from stefan0xC/exclude-package-lock
exclude package-lock.json from generated patches
2022-10-09 16:23:59 +02:00
Daniel García
5abf0fbf95
Merge pull request #82 from stefan0xC/update-to-v2022.9.2
update web-vault to v2022.9.2
2022-10-09 16:23:52 +02:00
Stefan Melmuk
9d8005c6b9
exclude package-lock.json from generated patches 2022-10-07 05:36:32 +02:00
Stefan Melmuk
5815abecff
update web-vault to v2022.9.2 2022-10-07 04:09:13 +02:00
Daniel García
11efcbcc2f
Merge pull request #78 from BlackDex/update-to-v2022.9
Update web-vault to v2022.9.x
2022-09-08 16:26:59 +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
Daniel García
ec7083f4ae
Merge pull request #77 from BlackDex/update-to-v2022.8.0
Update web-vault to v2022.8.0
2022-09-04 22:43:43 +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
Daniel García
7c30ff32e8
Merge pull request #74 from BlackDex/update-to-v2022.6.2
Update web-vault to v2022.6.2
2022-07-15 18:44:37 +02:00
BlackDex
83b5ae5dc5
Update web-vault to v2022.6.2
- Updated to the latest released web-vault.
- Made some small changes to the checkout script to catch tags like
  `2022.6.2` and `v2022.6.2` and convert them to `web-v2022.6.2` instead.
2022-07-15 16:40:21 +02:00
Daniel García
703e53498a
Merge pull request #72 from BlackDex/update-to-v2022.6.0
Update web-vault to v2022.6.0
2022-07-06 23:21:49 +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
Daniel García
e9ea46c647
Merge branch 'BlackDex-update-to-v2022.5.2' 2022-06-26 21:49:41 +02:00
BlackDex
4f2bcf3c24
Updated web-vault to v2022.5.2 2022-06-18 16:06:28 +02:00
Daniel García
12e588e967
Merge pull request #69 from BlackDex/fix-billing-call
Fix billing call and small Makefile change.
2022-06-04 18:41:05 +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
Daniel García
912192214e
Merge pull request #68 from BlackDex/update-vault-and-scripts
Update web-vault to v2022.05.0 and misc changes
2022-06-04 18:26:26 +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
Daniel García
7be49c3888
Update web vault to v2.28.1 2022-05-11 22:05:28 +02:00
Daniel García
cab48d45ed
Merge pull request #67 from BlackDex/support-v2.28.0
Support for bitwarden/web v2.28.0
2022-04-23 17:18:37 +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
Daniel García
28efed0c4a
Merge pull request #65 from sciyoshi/web-v2.27.0
Add support for bitwarden/web v2.27.0
2022-03-26 16:08:29 +01:00
Samuel Cormier-Iijima
6c988cdf11 Add patch for v2.27.0 2022-03-26 01:00:09 -04:00
BlackDex
29c4100006 Added v2.27.0 support 2022-03-26 01:00:04 -04:00
Daniel García
4101fd9aa8
Merge pull request #62 from BlackDex/support-v2.26.1
Support v2.26.1
2022-02-27 21:32:38 +01: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
Daniel García
c281fcf68e
Merge pull request #59 from jjlin/api-key
Unhide the `API Key` section under `My Account`
2022-01-29 00:06: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