Oscar Hinton
1e877f6cf8
Set minimumSystemVersion ( #1287 )
2022-02-03 14:13:50 +01:00
Oscar Hinton
5c764a95f4
Add CSP for development ( #1431 )
2022-02-03 10:17:33 +01:00
Jake Fink
596c3e86e9
Master password policy is not checked when accepting invite from an existing account ( #1371 )
...
* validate password against org policy and create update-password component
* linting and prettier
* [bug] Default rememberEmail to true (#1429 )
* switching the dashes to underscores for the branch name (#1433 )
(cherry picked from commit 8910430dfb )
* fix merge conflicts
* Update src/app/accounts/update-password.component.html
Co-authored-by: Justin Baur <admin@justinbaur.com >
* Update src/locales/en/messages.json
Co-authored-by: Justin Baur <admin@justinbaur.com >
* update jslib
* prettier
Co-authored-by: Addison Beck <abeck@bitwarden.com >
Co-authored-by: Joseph Flinn <58369717+joseph-flinn@users.noreply.github.com >
Co-authored-by: Justin Baur <admin@justinbaur.com >
2022-02-03 00:00:57 -05:00
Jake Fink
ca5c6a9c32
Master password policy is not checked when accepting invite from an existing account ( #597 )
...
* create update-password component
* linting and prettier
2022-02-02 23:31:37 -05:00
Joseph Flinn
9151fc0164
Switching the way we are pulling secrets for the EV SSL cert ( #1285 )
2022-02-02 14:35:03 -08:00
Addison Beck
8030da2ed5
[bug] Default rememberEmail to true ( #1429 )
2022-02-02 11:20:15 -05:00
Addison Beck
03eed41d86
[bug] Remove scroll from login screen ( #1283 )
2022-02-02 10:32:06 -05:00
Joseph Flinn
8910430dfb
switching the dashes to underscores for the branch name ( #1433 )
2022-02-02 07:30:19 -08:00
Addison Beck
cad6e9481f
[bug] Attempt to resolve windows portable build issues ( #1280 )
2022-02-02 10:28:36 -05:00
Vincent Salucci
4e8795761f
[bug] Update gulp and webpack to include new font sheet ( #2305 )
2022-02-02 09:11:09 -06:00
Daniel James Smith
270411dff7
Fix icons on the settings headers ( #1279 )
2022-02-02 15:50:48 +01:00
Joseph Flinn
6bf6d4b47f
Reverting tis change for next release ( #1430 )
2022-02-02 06:22:25 -08:00
Vincent Salucci
7c68e3802e
[bug] Add options string ( #1281 )
2022-02-01 23:06:29 -06:00
Addison Beck
48ff9f61ae
[bug] Inactive accounts with power-based timeout settings are not timing out ( #1278 )
...
* [bug] Move bulk of system lock checks into app.component
* [review] Extract shared system timeout logic
* [review] Correct an improper number
* [review] Opt for a more locally scoped system timeout helper than a dedicated enum
2022-02-01 11:31:30 -05:00
Oscar Hinton
ca199a398e
Fix captcha and webauthn-fallback not using theme_light ( #1427 )
2022-02-01 15:46:16 +01:00
Thomas Rittson
aa2bdd00be
[Tech debt] Refactor authService and remove LogInHelper ( #588 )
...
* Use different strategy classes for different types of login
* General refactor and cleanup of auth logic
* Create subclasses for different types of login credentials
* Create subclasses for different types of tokenRequests
* Create TwoFactorService, move code out of authService
* refactor base CLI commands to use new interface
2022-02-01 09:51:32 +10:00
Addison Beck
2b22a39d45
[chore] Update jslib ( #1277 )
...
* [chore] Update jslib
* [bug] Correct value for system theme dropdown key
* [chore] Update jslib
2022-01-31 18:00:37 -05:00
Addison Beck
3718f35efd
[chore] Update jslib ( #459 )
2022-01-31 18:00:19 -05:00
Addison Beck
3ff2147ac8
Merge pull request #2301 from bitwarden/Chore/UpdateJslib
...
[chore] Update jslib
2022-01-31 18:00:12 -05:00
Chad Scharf
61ab2fbda3
Hide unsolicited SSO option in config ( #1425 )
2022-01-31 17:43:56 -05:00
Addison Beck
d79f074825
[bug] Extend GlobalState to supply correct default theme ( #1422 )
...
* [bug] Extend GlobalState to supply correct default theme
The default theme for most clients is System, but web uses Light.
We need to extend GlobalState in web to reflect this.
* [chore] Update jslib
2022-01-31 14:53:55 -05:00
addison
c4844b9943
[style] Ran prettier
2022-01-31 14:48:52 -05:00
addison
4f9a741278
[style] Lint fixes
2022-01-31 14:46:04 -05:00
addison
66e6ea3908
[chore] Update jslib
2022-01-31 14:43:01 -05:00
Addison Beck
92a65b7b36
[bug] Allow for GlobalState to be extended and modified in clients ( #646 )
...
Some clients have unique global setting defaults (and unique global settings)
For example: the web vault defaults to light theme, but most clients with theme support default to system theme.
The current way we handle GlobalState is buried in jslib and not easily extendible in clients.
To fix this, we need to treat GlobalState as a generic in the StateService and StateMigration service and allow for its extension in those methods and anywhere GlobalState is inited.
2022-01-31 14:33:31 -05:00
Oscar Hinton
e3b962a779
Apply prettier on help pr ( #1423 )
2022-01-31 20:31:50 +01:00
addison
f6e274a9a0
[chore] Update jslib
2022-01-31 14:21:06 -05:00
DanHillesheim
cc657eb853
Update help site URLs ( #1409 )
2022-01-31 20:11:27 +01:00
DanHillesheim
e14a266ee0
Registration page updates ( #1390 )
...
Co-authored-by: Hinton <oscar@oscarhinton.com >
2022-01-31 20:10:35 +01:00
Matt Gibson
68548d8db9
Add bot to enforce hold PRs aren't merged ( #456 )
...
* Add bot to enforce hold PRs aren't merged
* Use commit hash rather than tag
2022-01-31 12:44:29 -06:00
Micaiah Martin
4118b12cab
Merge pull request #2299 from bitwarden/BEEEP-reorg-linting
...
Reorganizes linting in our CI.
2022-01-31 08:44:14 -07:00
Thomas Rittson
e1732cfa10
Fix various bugs in Options page ( #1418 )
...
* Remove duplicate message in toast
* Set starting variables properly
2022-01-31 09:11:25 -05:00
Micaiah Martin
1d2b7c0b42
\n strikes again.
2022-01-28 14:40:51 -07:00
Micaiah Martin
a2c80bf0f9
Moved to ubuntu from windows
2022-01-28 14:29:11 -07:00
Micaiah Martin
f2f6113197
Formatting
2022-01-28 12:11:39 -07:00
Micaiah Martin
236064fbe1
Update actions and set slack job to check for lint errors
2022-01-28 11:48:09 -07:00
Micaiah Martin
99617cf709
added dependancies
2022-01-28 11:29:49 -07:00
Micaiah Martin
4072a8f5d8
moved linting to the front of CI
2022-01-28 11:23:34 -07:00
Addison Beck
ce1ae208d1
[bug] Update theme.js to refelect new storage structure ( #1416 )
...
* [bug] Update theme.js to refelect new storage structure
* [bug] Remove unecassary defaults
2022-01-28 11:30:45 -05:00
Addison Beck
c1ba54f646
[bug] Patch the windows menu bar regressions ( #1273 )
...
* [bug] Patch the windows menu bar regressions
* [chore] Update jslib
2022-01-28 11:27:30 -05:00
Addison Beck
5731e1e316
[chore] Update jslib ( #457 )
2022-01-28 10:09:24 -05:00
Addison Beck
32e54eec7f
Merge pull request #2298 from bitwarden/Chore/UpdateJslib
...
[chore] Update jslib
2022-01-28 09:32:48 -05:00
Matt Gibson
210e0502ca
Feature/put serve behind feature flag ( #455 )
...
* Add build-time feature flag capabilities
* Toggle `bw serve` command with `serve` flag
* Run linter and prettier
2022-01-28 08:29:04 -06:00
addison
5962abb382
[chore] Update jslib
2022-01-28 09:24:04 -05:00
Addison Beck
6996b06fa2
[chore] Update jslib ( #1415 )
2022-01-28 09:07:33 -05:00
Daniel James Smith
bb597e96a7
Use ThemeType instead of string ( #1275 )
2022-01-28 14:46:07 +01:00
Addison Beck
e372bf242b
[cleanup] Adjust type to match abstraction ( #643 )
2022-01-28 08:18:39 -05:00
Addison Beck
6c61f53d8b
[bug] Always save environmentUrls passed to setUrls ( #641 )
...
* [bug] Always save environmentUrls passed to setUrls
* [bug] Remove parameter from abstraction as well
* [bug] Correct type in abstraction
2022-01-28 08:15:02 -05:00
Vincent Salucci
33314869f0
[Icons] Update Font Sheet ( #2272 )
...
* [Icons] Update Font Sheet
* Prettier updates
* Updated refresh -> generate
* Updated closed folder icon
* Reverted to using a base class
* Update jslib
* Removed unused import
* Updated eye/eye-slash icon references
* Update jslib
* Updating fallback image for cipher icon
* Update jslib
* Removed duplicate icon base class
* Update jslib
* Prettier
Co-authored-by: Hinton <oscar@oscarhinton.com >
2022-01-28 04:53:06 -06:00
Addison Beck
ca5b057b43
[refactor] Use ThemeType enum instead of string ( #642 )
2022-01-28 11:28:36 +01:00