Commit graph

222 commits

Author SHA1 Message Date
Stefan Melmuk
a112a0389a
explicitly disable flexible collections
Co-authored-by: BlackDex <black.dex@gmail.com>
2024-02-05 21:44:44 +01:00
Stefan Melmuk
3f2c4abbd9
revert patch to edit org info 2024-02-04 22:02:08 +01:00
Mathijs van Veluw
facc750b2f
Merge pull request #154 from stefan0xC/update-to-v2024.1.2
update web-vault to v2024.1.2
2024-01-24 00:01:28 +01:00
Stefan Melmuk
4f401b18ad
update web-vault to v2024.1.2 2024-01-23 21:34:29 +01:00
Mathijs van Veluw
eb88710163
Merge pull request #153 from stefan0xC/revert-my-mistake
revert patch to fix max collection check
2024-01-18 09:10:18 +01:00
Stefan Melmuk
cfd6ef770c
revert patch to fix max collection check 2024-01-18 01:42:10 +01:00
Mathijs van Veluw
b92f6abc61
Merge pull request #152 from SuperSandro2000/patch-1
Fix applying latest patch if patches is a symlink
2024-01-17 09:05:40 +01:00
Sandro
5367c2447d
Fix applying latest patch if patches is a symlink 2024-01-17 00:47:43 +01:00
Mathijs van Veluw
2a1dc10f17
Merge pull request #151 from stefan0xC/update-to-v2024.1.1
update web-vault to v2024.1.1
2024-01-16 16:29:53 +01:00
Stefan Melmuk
6e5f04842f
update web-vault to v2024.1.1 2024-01-16 16:17:18 +01:00
Mathijs van Veluw
b5d1e7ae07
Merge pull request #150 from stefan0xC/update-to-v2024.1.0
update web-vault to v2024.1.0
2024-01-10 23:53:23 +01:00
Stefan Melmuk
9d66d490bf
update web-vault to v2024.1.0 2024-01-10 16:39:55 +01:00
Daniel García
3458b5f874
Merge pull request #149 from BlackDex/some-maintenance
Misc changes
2023-12-18 21:45:20 +01: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
Mathijs van Veluw
09c7f41979
Merge pull request #148 from kpfleming/upstream_branch_name_change
Upstream repository default branch is now called 'main'.
2023-12-16 13:19:50 +01:00
Kevin P. Fleming
3afdaa61ed Upstream repository default branch is now called 'main'. 2023-12-16 07:17:35 -05:00
Mathijs van Veluw
1d41caf5c9
Merge pull request #147 from stefan0xC/update-to-v2023.12.0
update web-vault to v2023.12.0
2023-12-15 23:54:34 +01:00
Stefan Melmuk
1dd36e7de8
update web-vault to v2023.12.0 2023-12-07 14:31:31 +01:00
Mathijs van Veluw
abbf82108b
Merge pull request #145 from stefan0xC/update-to-v2023.10.0
update web-vault to v2023.10.0
2023-11-03 16:10:10 +01:00
Stefan Melmuk
d3b4a871b9
update web-vault to v2023.10.0 2023-10-31 16:40:42 +01:00
Mathijs van Veluw
8978a95076
Merge pull request #141 from stefan0xC/update-to-v2023.8.3
update web-vault to v2023.9.1
2023-10-06 16:57:11 +02:00
Mathijs van Veluw
801c333b61
Merge pull request #143 from stefan0xC/use-node-18
Use node 18
2023-10-05 11:11:53 +02:00
Stefan Melmuk
3614c089c2
fix broken link for 2fa recovery 2023-10-03 10:37:41 +02:00
Stefan Melmuk
a21a2e1f5c
use node 18 2023-10-01 23:28:32 +02:00
Stefan Melmuk
9a2e3956bb
update web-vault to v2023.9.1 2023-09-23 11:59:18 +02:00
Daniel García
73ceed3fc9
Merge pull request #138 from stefan0xC/rename-vaultwarden-web
update to web-v2023.8.2 and rename to `Vaultwarden Web`
2023-08-31 20:48:58 +02:00
Stefan Melmuk
e94fdf1d38
don't run npm audit fix
currently it fails (because it can't resolve the $tailwindcss reference)
but also in general we might not want to depend on automatic updating the
dependencies without checking them first.
2023-08-31 19:56:08 +02:00
Stefan Melmuk
5f58716fbf
update web-vault to v2023.8.2 and rename project
in web-v2023.8.x the pageTitle (i.e. "$APP_NAME Web Vault") was removed,
so instead of using the hardcoded replacement, we replace the name of
the project `Vaultwarden Web`

the footer is changed again from v2023.7.1 for better legibility.

compared to the previous patch files some changes are purely cosmetic due
to running prettier and eslint.

and we don't need to change or pack the 404.html file since Vaultwarden
already provides a 404 page
2023-08-31 19:18:19 +02:00
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
Mathijs van Veluw
ec60c02c8d
Merge pull request #131 from stefan0xC/clarify-version
add "web vault" to clarify version number in footer
2023-08-12 18:24:40 +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
Daniel García
54477263b7
Merge pull request #130 from stefan0xC/update-to-v2023.5.1
update web-vault to v2023.5.1
2023-06-22 18:13:47 +02:00
Stefan Melmuk
b69a4fc6d5
update web-vault to v2023.5.1 2023-06-22 04:29:52 +02:00
Mathijs van Veluw
856efcae5d
Merge pull request #128 from dpinse/2023.5.0
Update web-vault to v2023.5.0
2023-06-04 15:24:08 +02:00
dpinse
ee4c8e5219 Update web-vault to v2023.5.0 2023-06-02 11:15:11 -04:00
Mathijs van Veluw
2b479da25b
Merge pull request #127 from stefan0xC/support-annotated-tags
Support annotated tags and update web-vault to web-v2023.4.2
2023-05-11 21:31:19 +02:00
Stefan Melmuk
7f1ade9a5b
update web-vault to v2023.4.2 2023-05-11 21:27:46 +02:00
Stefan Melmuk
2f513f32ea
add support for annotated tags 2023-05-11 21:26:07 +02:00
Mathijs van Veluw
f01c4b28f6
Merge pull request #126 from stefan0xC/update-to-v2023.4.1
update web-vault to v2023.4.1
2023-05-09 17:55:21 +02:00
Stefan Melmuk
501d029bf6
update web-vault to v2023.4.1 2023-05-09 16:44:39 +02:00
Daniel García
d23b41a39c
Merge pull request #125 from stefan0xC/update-to-v2023.4.0
update web-vault to v2023.4.0
2023-05-01 19:19:23 +02:00
Stefan Melmuk
52c0edc8d9
update web-vault to v2023.4.0 2023-04-26 16:39:53 +02:00
Daniel García
60ad24ed4a
Merge pull request #121 from BlackDex/update-workflow
Update GitHub Actions Workflow
2023-03-29 20:24:22 +02:00
Daniel García
089c53801e
Merge pull request #123 from BlackDex/issue-122
Moved images into directory structure
2023-03-29 20:20:48 +02:00
BlackDex
b6a7cdb5e5
Moved images into directory structure
As requested in #122 moved all the image files into a correct directory structure.
This does seem a bit logical indeed. And it makes it more clear where
which replaced image goes. It also makes the `cp` command less error prone.

Fixes #122
2023-03-28 17:49:13 +02:00
BlackDex
84299c4552
Update GitHub Actions Workflow
- Updated actions to the latest version
- Added support for ghcr.io, same as on the vaultwarden repo.
  Don't forget the add the `GHCR_REPO` and `DOCKERHUB_REPO` to the correct locations.

I did not add quay.io here, since i do not think it really is needed for
this repo. Once this is merged and working fine, we could change the
`FROM` in the Dockerfile at the vaultwarden repo.
2023-03-27 17:44:55 +02:00
Daniel García
61d0ef28bb
Merge pull request #120 from stefan0xC/hide-sso-link
hide sso login link again
2023-03-26 13:57:23 +02:00