Commit graph

167 commits

Author SHA1 Message Date
Daniel García
cd50bc7d74
Merge branch 'BlackDex-issue-112' 2023-02-21 21:21:40 +01:00
Daniel García
ca2d2b5d74
Merge branch 'issue-112' of https://github.com/BlackDex/bw_web_builds into BlackDex-issue-112 2023-02-21 21:21:35 +01:00
Daniel García
df9da39aa8
Merge branch 'stefan0xC-update-to-v2023.2.0' 2023-02-21 21:21:23 +01:00
Stefan Melmuk
00f128f105
update web-vault to v2023.2.0 2023-02-16 07:34:41 +01:00
BlackDex
34c0540ec9
Make scripts compatible with macOS/BSD
All the scripts used by this repo were more focused on Linux based systems.
They did not work on macOS or other BSD based systems because of flags
or commands which are not available.

This PR resolves those items by adjusting the failed commands so they
work on both Linux and macOS/BSD systems.

Fixes #112
2023-02-15 22:19:44 +01:00
Daniel García
cffdfb06f9
Merge branch 'BlackDex-update-web-vault-2023-1-1' 2023-01-24 20:16:01 +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
Daniel García
36d7c92eef
Merge pull request #106 from stefan0xC/update-to-v2023.1.0
update web-vault to v2023.1.0
2023-01-12 19:01:15 +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
Mathijs van Veluw
87bd5d2d40
Merge pull request #107 from stefan0xC/add-custom-favicon
also change the favicon.ico
2023-01-11 10:08:29 +01:00
Stefan Melmuk
9c252b069c
change the favicon.ico 2023-01-11 08:30:48 +01:00
Mathijs van Veluw
326790d1fc
Merge pull request #99 from stefan0xC/backup-webvault
make backup of previous web-vault
2022-12-27 09:35:33 +01:00
Daniel García
3104f42a06
Merge pull request #105 from tessus/update/v2022.12.0
update web-vault to v2022.12.0
2022-12-18 19:58:02 +01:00
Stefan Melmuk
dedd6bbe45
make backup of previous web-vault
currently if `builds/web-vault` exists the script will copy the newly
built web-vault to `builds/web-vault/web-vault`.

include suggestions from code review

Co-authored-by: BlackDex <black.dex@gmail.com>
2022-12-18 00:00:20 +01:00
Helmut K. C. Tessarek
e1247dc5b0
update web-vault to v2022.12.0 2022-12-17 14:51:56 -05:00
Daniel García
455045b3c2
Merge branch 'stefan0xC-change-pagetitle' 2022-12-12 22:45:05 +01:00
Stefan Melmuk
cc7af21968
change pageTitle to Vaultwarden and add favicons 2022-12-08 23:15:50 +01:00
Daniel García
bf6666b95e
Merge pull request #102 from stefan0xC/update-to-v2022.11.2
update web-vault to v2022.11.2
2022-12-08 20:49:13 +01:00
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