Commit graph

29 commits

Author SHA1 Message Date
Stefan Melmuk
2cfaa0b1c2
update to v2026.2.0 branch 2026-02-19 08:15:33 +01:00
Stefan Melmuk
ffddc7ce83
update to v2026.1.1 branch 2026-02-07 19:22:57 +01:00
Stefan Melmuk
e849d661c2
update to v2026.1.0 branch 2026-01-24 10:31:20 +01:00
Stefan Melmuk
9dd5871289
update to v2025.12.2 branch 2026-01-09 03:31:05 +01:00
Stefan Melmuk
7695c84d67
update to v2025.12.1 branch 2025-12-28 18:53:27 +01:00
Stefan Melmuk
a6d3247c03
update to v2025.12.0 branch 2025-12-16 22:22:27 +01:00
Stefan Melmuk
a0b20bb156
update to v2025.10.1 branch 2025-10-30 23:57:51 +01:00
Stefan Melmuk
6899e74eb4
update to v2025.10.0 branch 2025-10-15 10:31:51 +02:00
Stefan Melmuk
02ce57270b
update to v2025.9.1 branch 2025-10-04 06:42:16 +02:00
Stefan Melmuk
b63be0e5ce
update to v2025.9.0 branch 2025-09-30 22:19:44 +02:00
Stefan Melmuk
70d2a963c1
update to v2025.8.2 branch 2025-09-03 14:02:35 +02:00
Stefan Melmuk
9ea4023f77
update to v2025.8.0 branch 2025-08-20 10:53:06 +02:00
Stefan Melmuk
17c74bf59a
update to v2025.7.2 branch 2025-08-08 17:02:25 +02:00
Stefan Melmuk
434c7bb5a1
update to v2025.7.1 branch 2025-08-04 00:48:55 +02:00
Stefan Melmuk
f67816eeb7
update to v2025.7.0 branch 2025-07-09 18:16:01 +02:00
Stefan Melmuk
612c54cd94
update to v2025.6.2 branch 2025-07-09 17:43:18 +02:00
Stefan Melmuk
60acdbce4d
update to v2025.6.1 branch 2025-07-09 17:42:12 +02:00
Stefan Melmuk
f2ddbbb93b
add remote to existing web-vault repository 2025-07-07 10:29:59 +02:00
Stefan Melmuk
27ae0f6bdb
change default webvault-version to latest web-vault 2025-07-07 10:12:58 +02:00
Stefan Melmuk
005ecac766
fix local build version 2025-05-27 23:07:29 +02:00
Timshel
68d5a6954f Build using prepatched vaultwarden/vw_web_builds 2025-05-15 20:28:37 +02:00
Timshel
08c92e2732 Use checkout and build scripts in docker 2024-08-02 14:15:04 +02:00
BlackDex
0277844cf9
Misc changes
Some misc changes.
- Moved old patch files to a `legacy` sub-folder
- If a legacy patch is used, show a warning and pause for 10 seconds
- Updated the checkout and Dockerfile so both use the same way of
  cloning the Bitwarden/client repo
- Updated the `patch_web_vault.sh` script to try and detect the vault version
- Added two new make commands to prepare and release a new version
- Added a `.env` feature for the `Makefile` to set some defaults
  Mainly used for using either `docker` or `podman` and for the GitHub
  Release script to have a predefined GPG user/key
2023-12-18 17:09:47 +01:00
3afdaa61ed Upstream repository default branch is now called 'main'. 2023-12-16 07:17:35 -05: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
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
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
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
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