Commit Graph

42 Commits

Author SHA1 Message Date
Jeremy Lin
fa4e0ffc14 Unhide the API Key section under My Account
Requires dani-garcia/vaultwarden#2245.
2022-01-23 15:24:15 -08:00
BlackDex
609a273fc0
Fix issue #56
Fixed #56
Also renamed `bwrs-hide` to `vw-hide` and renamed `Bitwarden_RS` to `Vaultwarden`
2021-12-31 14:35:57 +01:00
Daniel García
2ae84a8dd4
Update web vault to v2.25.0 2021-12-12 23:51:40 +01:00
Daniel García
1e990dd7ae
Update web vault to v2.24.1, and include PRs #54 and #55
Closes #54
Closes #55
2021-10-27 22:31:31 +02:00
Daniel García
603fc946da
Fix patch index 2021-10-18 21:27:02 +02:00
Adam Jones
976a702aa1
Stop hiding single organization policy
The single organization is now supported by vaultwarden, as per https://github.com/dani-garcia/vaultwarden/pull/1991

We can therefore stop hiding the setting in the web UI.
2021-10-09 14:02:24 +01:00
Daniel García
4414f43664
v2.23.0 2021-09-22 19:52:19 +02:00
Daniel García
17b48c3a85
Include new build workflow 2021-09-12 23:00:23 +02:00
BlackDex
05ca04dbc8 Updated web-vault to latest v2.22.2 version.
There needs to be a small change on the vaultwarden server for this to
be fully supported as far as i could tell.

So maybe not yet ready for merge/tagging.
2021-08-30 15:24:31 +02:00
BlackDex
f6c2377ff3 Fix Dockerfile build and added v2.21.1 support. 2021-07-25 17:53:14 +02:00
Jeremy Lin
6c2de6d7d2 Remove Terms of Service and Privacy Policy agreements
These are not supposed to be shown on self-hosted installations.
2021-06-18 02:59:16 -07:00
Daniel García
3fba0d5c3a
v2.20.4 2021-06-07 23:12:58 +02:00
Daniel García
3665a5177d
v2.20.3 2021-05-24 00:04:02 +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
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
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
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
Jeremy Lin
3ab1b441ca Hide Single Organization policy and Business Portal warning message 2021-02-05 13:26:53 -08:00
Jeremy Lin
259084b5e1 Hide emergency access and custom org user type functionality 2021-01-24 11:05:57 -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
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
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
Jeremy Lin
75431437c1 Add patch for upstream v2.16.0 release 2020-09-09 21:02:59 -07:00
Jeremy Lin
489a18a9e5 Add patch for upstream v2.15.1 release 2020-06-30 22:24:36 -07: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
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
Daniel García
5c9de1a66e
Show email in 2fa menu 2019-08-27 21:03:03 +02:00
Daniel García
d5e3db9f4c
v2.11.0 patch 2019-07-30 21:34:40 +02:00
Daniel García
b985f5541c
Add sourcemaps again 2019-05-15 17:52:43 +02:00
Daniel García
9ac4c9ad3c
Fix hide org plans 2019-05-11 22:20:05 +02:00
Daniel García
d6d1d5d517
Show Duo button 2019-04-07 18:56:43 +02:00
Daniel García
5579b1b33f
Hide subscriptions 2019-04-03 15:44:07 +02:00
Daniel García
c02738beb0
Regenerate patch and use Sass to combine all selectors 2019-02-17 14:30:37 +01:00
Daniel García
c7b38d1dbf
Fix patch size 2019-02-17 14:02:45 +01:00
TheMardy
d57bf3e2b4
Hide Tax Info in Organization settings
These added lines will hide the Tax Info with link to the upstream help page located at Organization > Settings.
2019-02-17 01:30:04 +01:00
Daniel García
306cf8fd8e
Add attestation: 'direct' patch 2019-01-24 13:44:54 +01:00
BlackDex
e122913319 Hide 2FA link in org and hide non functional 2FA buttons 2019-01-07 17:28:32 +01:00
Daniel García
3f7b5c18e9
Hide org billing 2019-01-07 16:51:10 +01:00
Daniel García
536e167238
New patch with the hiding styles 2019-01-06 22:44:19 +01:00
Daniel García
d3c08a554f
Initial commit 2018-12-13 14:09:59 +01:00