Commit Graph

1087 Commits

Author SHA1 Message Date
addison 63baeec66f changed ngIf to hidden for send options 2021-08-18 11:51:52 -04:00
Matt Gibson 4b4c6e8e68 Add iframe allow to initial load (#2005)
* Add iframe allow to initial load

Chrome seems to balk at this attribute being added after the fact. It
may be a race condition or an intentional block, but adding to the
template fixes our missing allow attribute problem.

* Update jslib

(cherry picked from commit 4890ca3c51)
2021-08-13 10:45:09 -04:00
addison 516d8812bb also moved the rmp check in the two factor component 2021-08-11 16:19:29 -04:00
addison d619a7a918 changed the header for the update temp password screen 2021-08-11 16:19:18 -04:00
addison f0e5bbd253 moved the update temp password check on login to right after syncing finishes 2021-08-11 16:19:05 -04:00
addison f09b7982d1 implemented password score styling for update temp password 2021-08-11 16:18:55 -04:00
Vincent Salucci a45720a4ec [Reset Password v1] Update Temp Password 2021-08-11 16:18:25 -04:00
Thomas Rittson 69c892807c
Use custom virtual scroll strategy (#2002)
* update jslib

* Use custom virtual scroll strategy
2021-08-11 12:52:44 +10:00
Oscar Hinton 7cf4cfe3d1
Add support for helpers in environment service (#1967) 2021-07-23 22:32:42 +02:00
Matt Gibson 55917b6cb0
Feature/use hcaptcha if bot (#1968)
* Add captcha to login page

* Include log service in DI providers for api-action directive

* Add captcha to register page

* update jslib
2021-07-23 13:22:53 -05:00
addison 867286a70e updated jslib 2021-07-16 13:58:37 -04:00
addison 39ef5d2e92 cleaned up date and time logic for Send 2021-07-15 11:10:58 -04:00
Trey Greer 1e3f2acfd4
Add AZ language (#1949) 2021-07-12 22:11:04 +10:00
Shashank S 914d88770d
Use radio buttons for password generator type instead of dropdown (#1894)
* fix: radio instead of dropdown

* fix: revert changes, use from upstream

* chore: remove unnecessary label

* chore: undo unnecessary formatting

* chore: undo unnecessary formatting

* feat: update jslib version

* chore: add label, remove unnec. intlz.

* Remove unnecessary name attribute

Co-authored-by: Thomas Rittson <trittson@bitwarden.com>
2021-07-07 21:39:03 +10:00
Thomas Rittson 72f315eada
Merge pull request #1935 from bitwarden/debounce-navigation
Fix loss of cipher data when using pass generator
2021-07-07 11:49:05 +10:00
tgreer-bw a55593a3c5 add Kannada language 2021-07-06 06:39:39 -04:00
Thomas Rittson 9d720d6058 Fix loss of cipher data when using pass generator 2021-07-06 19:23:49 +10:00
Thomas Rittson 13f29ac8d6 Don't start i18n service if in private mode 2021-06-29 16:59:14 +10:00
Matt Gibson 2be717d0fb
Redefine cipher "share" to "move to organization" (#1903)
* Redefine cipher "share" to "move to organization"

* PR review

* update jslib
2021-06-22 15:44:06 -05:00
Oscar Hinton 78b1ae9a6a
Add reprompt help link (#1908) 2021-06-21 20:55:39 +02:00
Vincent Salucci 8a75d0a1cf
[Toast] - BUG - Fixed styles (#1900) 2021-06-16 14:43:48 -05:00
Thomas Rittson 75e47f2f62
Merge pull request #1858 from bitwarden/cdk-virtual-scroll
Use cdk-virtual-scroll for long cipher lists
2021-06-14 14:35:35 -07:00
Thomas Rittson ebba6aed7f Remove unnecessary constructors 2021-06-10 07:36:30 +10:00
Thomas Rittson 57e34dc6e8 Merge remote-tracking branch 'origin' into cdk-virtual-scroll 2021-06-09 10:07:35 +10:00
Thomas Rittson f4d792aa9d Merge branch 'master' into use-lock-guard 2021-06-09 07:39:45 +10:00
Thomas Rittson 957f356dbc
Merge pull request #1886 from bitwarden/fix-private-mode-page
Don't start popup services if in private mode
2021-06-08 14:25:32 -07:00
Oscar Hinton 786dd28a84
Add a button to prompt WebAuthn on FF and Safari (#1879) 2021-06-08 09:29:11 +02:00
Thomas Rittson 44d6a99575 fix homepage routes 2021-06-08 15:49:03 +10:00
Thomas Rittson 5b06daace9 fix linting 2021-06-08 15:45:14 +10:00
Thomas Rittson 08e9dca7e4 Don't start popup services if in private mode 2021-06-08 15:31:54 +10:00
Thomas Rittson 6230302106 Finish refactoring route guards to use jslib 2021-06-08 10:04:59 +10:00
Thomas Rittson 2a810a1cca Merge branch 'master' into use-lock-guard 2021-06-08 08:58:30 +10:00
Oscar Hinton 4e1958f417
Add jslib as a "real" dependency (#1876)
* Support split jslib

* Fix tests

* Bump jslib
2021-06-07 19:25:37 +02:00
Thomas Rittson 1a143ef7c7 Use route guards from jslib to reduce duplication 2021-06-07 09:50:03 +10:00
Thomas Rittson 1e998094df Use lockGuardService to prevent back navigation 2021-06-07 08:59:02 +10:00
Thomas Rittson d71219caa9 Remove virtualScroll for favorites list 2021-06-03 08:50:36 +10:00
Thomas Rittson c12ceb4877 style fixes, more descriptive naming 2021-06-03 08:47:02 +10:00
Thomas Rittson a2c278471b remove ngx-infinite-scroll 2021-05-21 15:03:08 +10:00
Thomas Rittson f2977aab0c remove ciphers-list.component 2021-05-21 14:16:18 +10:00
Thomas Rittson 2b3ae50ed9 tidy up scss 2021-05-21 14:06:26 +10:00
Thomas Rittson 94ee6c1ab7 fix linting and style 2021-05-21 13:03:05 +10:00
Thomas Rittson 081bda255c use virtual scroll for favorite ciphers 2021-05-21 13:01:39 +10:00
Thomas Rittson 8151d5bcac Revert changes to original ciphers-list.component 2021-05-21 12:58:48 +10:00
Thomas Rittson 6b954df58c Refactor to use virtual-scroll more selectively 2021-05-21 12:42:56 +10:00
Thomas Rittson 9e5869773d Basic proof of concept for cdk-virtual-scroll 2021-05-21 12:42:21 +10:00
Thomas Rittson dae41425a4 Change Autofill on Page Load default to autofill 2021-05-21 09:11:04 +10:00
Thomas Rittson 56e127d20c Merge branch 'master' into feature-aopl-options 2021-05-18 10:11:40 +10:00
Thomas Rittson f429e1f874 Merge branch 'master' into totp-copy-page-load-2 2021-05-18 06:53:11 +10:00
Thomas Rittson df8a253a7d fix linting, minor bugfix 2021-05-17 14:32:48 +10:00
Thomas Rittson bdd8663fb3 Merge branch 'master' into feature-aopl-options 2021-05-17 13:46:53 +10:00