Commit graph

122 commits

Author SHA1 Message Date
Daniel García
5597d0dbed
Merge pull request #38 from jjlin/v2.20.1
Preliminary changes for v2.20.1
2021-05-13 22:04:15 +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
e07fe35d33
Update README.md 2021-04-30 21:00:37 +02:00
Daniel García
12b207fcd4 Init submodules after the checkout but before the patches 2021-04-27 21:55:14 +02: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
Daniel García
14cca126a8
Merge pull request #32 from jjlin/send-links
Remove/hide incorrect links related to Bitwarden Send
2021-04-06 17:58:48 +02:00
Daniel García
fe86339e17
Merge pull request #33 from BlackDex/bwrs-version-file
Add bwrs-version.json based upon latest tag.
2021-04-06 17:58:01 +02:00
BlackDex
6aaf7ecc26 Add bwrs-version.json based upon latest tag.
- Add a bwrs-version.json based upon the latest tag of the
  bw_web_builds (Assuming a build is started/created after a new tag is created).
- Updated node version to latest LTS, v13 is EOL, v14 is LTS until 2023-04-30 ( https://nodejs.org/en/about/releases/ )
2021-04-04 15:58:06 +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
Daniel García
948f1799c4
Merge pull request #31 from jjlin/v2.18.2
Update to upstream v2.18.2 release
2021-02-24 19:32:53 +01:00
Jeremy Lin
9a92898e57 Dockerfile: use upstream v2.18.2 release 2021-02-23 19:01:30 -08:00
Daniel García
9b68e33580 Recursively clone repo before applying patches, otherwise they might fail 2021-02-20 16:41:57 +01:00
Daniel García
db013ca896
Merge pull request #30 from BlackDex/no-https-warning-register
Added warning when no HTTPS during register.
2021-02-20 16:21:46 +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
Daniel García
55d6a5ead6
Merge pull request #25 from jjlin/hide-policies
Hide `Single Organization` policy and Business Portal warning message
2021-02-06 16:00:35 +01:00
Jeremy Lin
3ab1b441ca Hide Single Organization policy and Business Portal warning message 2021-02-05 13:26:53 -08:00
Daniel García
a17b58eae5
Merge pull request #23 from jjlin/v2.18.1
Update to upstream v2.18.1 release
2021-01-27 15:49:40 +01:00
Jeremy Lin
92d0f6d9e1 Dockerfile: use upstream v2.18.1 release 2021-01-26 22:27:06 -08:00
Daniel García
f748fc9304
Merge pull request #22 from jjlin/v2.18.0
Update to upstream v2.18.0 release
2021-01-24 21:13:06 +01:00
Jeremy Lin
73ab11870a Dockerfile: use upstream v2.18.0 release 2021-01-24 11:06:05 -08:00
Jeremy Lin
259084b5e1 Hide emergency access and custom org user type functionality 2021-01-24 11:05:57 -08:00
Daniel García
d36e0ca487
Merge pull request #21 from jjlin/v2.17.1
Update to upstream v2.17.1 release
2020-12-08 15:50:17 +01:00
Jeremy Lin
ffa69bc74e Dockerfile: use upstream v2.17.1 release 2020-12-07 19:36:34 -08:00
Jeremy Lin
afb5aca483 Hide the API Key section under My Account
bitwarden_rs doesn't currently support the new API key functionality.
Also, it looks like API keys are only really needed for SSO accounts,
which isn't currently supported in bitwarden_rs either. More details:

* https://github.com/bitwarden/server/pull/981
* https://bitwarden.com/help/article/personal-api-key/
2020-12-07 19:35:39 -08:00
Daniel García
3f7632ec47
Merge pull request #18 from BlackDex/v2.16.1
Added support for v2.16.1 and small css fix.
2020-09-25 21:10:57 +02:00
BlackDex
9e1ae4864a Added support for v2.16.1 and small css fix.
- Updated patch support for v2.16.1
- Hidden an extra form for taxes (not hidden in v2.16.0 either)
- Updated the Dockerfile to match

bitwarden/web commit-hash: 949f61f1a46a0ce680e9a39e6240f7b66b1b6efe
2020-09-23 18:46:28 +02:00
Daniel García
7061e74c3e
Merge pull request #16 from jjlin/master
Hide the `Enterprise Single Sign-On` button on the login page
2020-09-13 15:02:31 +02:00
Jeremy Lin
498f079bad Hide the Enterprise Single Sign-On button on the login page
bitwarden_rs doesn't currently support the new upstream SSO functionality,
but showing the button would probably give the impression that it does.
2020-09-11 23:25:45 -07:00
Daniel García
53db4a9e16
Update version number before new release 2020-09-10 21:35:47 +02:00
Daniel García
33aea3844a
Merge pull request #15 from jjlin/master
Add patch for upstream v2.16.0 release
2020-09-10 20:33:00 +02:00
Jeremy Lin
75431437c1 Add patch for upstream v2.16.0 release 2020-09-09 21:02:59 -07:00
Daniel García
d41966d192
Update version number to 2.15.1 2020-07-05 01:04:54 +02:00
Daniel García
3c11438206
Merge pull request #12 from jjlin/master
Add patch for upstream v2.15.1 release
2020-07-05 00:51:55 +02:00
Jeremy Lin
489a18a9e5 Add patch for upstream v2.15.1 release 2020-06-30 22:24:36 -07:00
Daniel García
6dfaa6115b
v2.14.0 2020-05-21 22:25:02 +02:00
Daniel García
a00a9ce2dc
New patch for v2.14.0, the colors at the bottom of the styles.scss are changed 2020-05-21 22:20:46 +02:00
Daniel García
2850c10473
Make the insecure context error way more obvious 2020-04-09 21:43:33 +02:00
Daniel García
b40adfb4bb
Version 2.13.2 2020-03-25 22:00:56 +01:00
Daniel García
1b3c67fc47
Version 2.13.1 2020-03-14 14:05:25 +01:00
Daniel García
38694cc132
Also include uncompressed option 2020-03-01 01:21:51 +01:00
Daniel García
8cca4f2d1e
Add docker build 2020-03-01 00:36:00 +01:00
Daniel García
8f97640f00
Merge pull request #11 from jjlin/alt-base
Add web vault support for alternate base dir (subdir/subpath) hosting
2020-02-22 15:27:16 +01:00
Daniel García
e5bec691c7
Merge pull request #10 from mqus/zip
pack into subdirectory
2020-02-22 15:25:46 +01:00
Daniel García
7016815a07
Update package_web_vault.sh
Co-Authored-By: mqus <8398165+mqus@users.noreply.github.com>
2020-02-22 15:25:07 +01:00
Jeremy Lin
4bd042aa61 Add web vault support for alternate base dir (subdir/subpath) hosting
Instead of assuming the base URL is always `window.location.origin`,
infer it from `window.location.href`.
2020-02-21 21:08:43 -08:00
mqus
af77baf19c
pack into subdirectory
This fixes #7
2020-02-20 11:17:23 +01:00
Daniel García
9648d630de
Merge pull request #9 from ypid/rework
Rework
2019-12-26 23:08:07 +01:00
Robin Schneider
5a7d0a95bc
We are not upstream so we don’t run: git submodule update --remote
Running `git submodule update --recursive --init` should be totally fine
for us and it gives us more auditability because then the submodule
commit hash is pinned by the main git repo tag.
2019-12-26 00:07:38 +01:00
Robin Schneider
784a55854f
Fix up script with suggestions from ShellCheck and minor fixes
* `set -o pipefail -o errexit` exit early on error. This is very useful
  to not overlook errors that might not fully break the build but tamper
  with the end result.
* Fix `mkdir OUTPUT_FOLDER` fail
* Rework git checkout stuff to only run needed commands.
2019-12-26 00:07:38 +01:00