Commit Graph

179 Commits

Author SHA1 Message Date
Hinton 45302e5bd5 Add settings toggle to enable/disable browser integration 2020-10-07 18:25:18 +02:00
Matt Portune 56539d4690 perform full sync upon successful login with sso 2020-09-24 11:47:36 -04:00
Kyle Spearrin 7b6da22722 fix styling on login buttons 2020-09-15 14:45:03 -04:00
Vincent Salucci 0576d2b119
[SSO] Add set password placeholder (#529)
* Update jslib (6ab444a -> 700e945)

* Fixing jslib changes // adding loading placeholder
2020-08-28 10:21:35 -05:00
Vincent Salucci bbd50b2459
[jslib] Update (5d874d0 -> 6ab444a) (#524)
* update jslib (5d874d0 -> 6ab444a)

* update depedency chain

* Removed weird double imports
2020-08-21 17:15:02 -05:00
Kyle Spearrin 0ba2589461
merge sso feature branch (#523)
* Update jslib (101c568 -> 14b01f2) (#506)

* Update jslib (14b01f2 -> 1513b25) (#510)

* [jslib] Update (1513b25 -> 7c3a9d6) (#516)

* update jslib (1513b25 -> 7c3a9d6)

* Updated call to constructor super

* [SSO] Added SSO flows & functionality (#513)

* update jslib

* bump version

* Added sso button (wip)

* Added sso & change password // Added modules/routes // Added strings for localization

* Added password strength comp // reverted login route

* Updated sso component to send client id // added routing for sso // added crypto function to services module provider list

* Added deep linking

* First round of UI updates // Added sso browser launching // Added missing strings

* Updated UI and added missing strings

* Removed extra change password style

* Let constructor for WindowMain handle default width/height

* Prepared for jslib update

* Update jslib (1513b25 -> 7c3a9d6)

* Update login super

* Added params for launchSsoBrowser function

* Update jslib (7c3a9d6 -> 4203937)

* Added missing strings, removed unnecessary class param

* Upgrade TypeScript (#517)

* Updated password score // Update styles

* Removed password-strength component files

* Cleaned up module class // Fixed UL/LI formatting issues

* Use exisiting loading string // removed new string

* Update jslib (4203937 -> 9957125)

* Updated class to perform new submit actions

* Upgrade Angular (#520)

* di resolution for CryptoFunctionServiceAbstraction

* Update jslib (9957125 -> 5d874d0) (#521)

* Updated change password flow to match web

* Updated callout style

Co-authored-by: Kyle Spearrin <kyle.spearrin@gmail.com>
Co-authored-by: Oscar Hinton <hinton.oscar@gmail.com>

Co-authored-by: Vincent Salucci <26154748+vincentsalucci@users.noreply.github.com>
Co-authored-by: Oscar Hinton <hinton.oscar@gmail.com>
2020-08-21 09:50:36 -04:00
Oscar Hinton 7499d7de25
Upgrade Angular (#520) 2020-08-18 16:13:15 -04:00
Kyle Spearrin 48aaf4b920
cleanup for biometrics (#489) 2020-07-23 17:24:35 -04:00
Oscar Hinton 26b023a3cb
Biometric support (#470)
* Initial work on windows hello support

* Hide login button if not enabled

* Add windows.security.credentials.ui dependency to desktop as well.

* Only enable biometric on windows.

* Add support for dynamic biometric text.

* Add untested darwin implementation

* Ensure we support biometric before showing login with windows hello / touchid.

* Ensure compatability with latest jslib

* Only require module on use.

* Add windows.security.credentials.ui to src/package.json.

* Update requirements

* Update consent messages for biometrics
2020-07-23 13:32:36 -04:00
Vincent Salucci 9a040644bf
Added warning dialog for log out action (#438) 2020-04-25 08:13:48 -05:00
Kyle Spearrin 848dff7863
tweaks to minimize on copy feature (#432) 2020-04-14 16:52:03 -04:00
Elias Papavasileiou a84af15c93
Add minimize when copying to clipboard option (#390)
* Add minimize when copying to clipboard option

* Change minimizeOnCopyToClipboardKey constant reference and fix whitespace

* Extend feature to context menus and view component

* Cleanup and refactor methods

* Refactor copy method and add minimizeOnCopyToClipboardKey constant to electronConstants.ts

* Use window.main subclass and fix formatting

* Revert "Use window.main subclass and fix formatting"

This reverts commit 0159613751a54bc886fac0b34bd09d3a26498924.

* Reimplement part of 0159613751a54bc886fac0b34bd09d3a26498924

* Add null check to VaultComponent::copyValue

* Remove unused import
2020-04-14 16:11:41 -04:00
Vincent Salucci c1113852a4
[Auto-Logout] Implement Vault Timeout Options (#424)
* Update jslib (31a2574 -> 28e3fff)

* Initial commit of vault timeout implentation

Co-authored-by: Vincent Salucci <vsalucci@bitwarden.com>
2020-04-01 10:18:36 -05:00
MartB 4e2ee15456
sweetalert2: remove superflous text argument. (#391) 2020-02-24 12:58:23 -05:00
Kyle Spearrin 663a84a3c4 tweaks to swal2 2020-02-24 10:13:26 -05:00
MartB 84af4ee48f
sweetalert: move to sweetalert2. (#388)
The styling got adjusted to stay as close as possible to the original sweetalert1 styles.
The only visible change is the button order, it is the same as in the web-vault now (OK - CANCEL instead of CANCEL - OK)

- Removed old postinstall gulp hack
- Added tsconfig type definition for sweetalert2 module typing.
2020-02-24 09:45:01 -05:00
Kyle Spearrin 9c7a5b3c1a makingPremiumAfterPurchase check 2019-10-07 14:30:53 -04:00
Kyle Spearrin dff1bb8144 getReceiptUrl only when receipt available 2019-09-23 22:59:40 -04:00
Kyle Spearrin 977abbe572 fix promises on makePremium 2019-09-20 00:00:26 -04:00
Kyle Spearrin 1fed3a2440 remove async 2019-09-19 23:12:49 -04:00
Kyle Spearrin 21e3254219 manage sub from app store. app store pricing 2019-09-19 23:04:33 -04:00
Kyle Spearrin 30f4c8b949 move restore button right 2019-09-19 11:06:35 -04:00
Kyle Spearrin 12edd8dcdb tweaks to restore 2019-09-19 11:05:40 -04:00
Kyle Spearrin 5baea84a6a restore and error messages on inapp purchase 2019-09-19 10:52:11 -04:00
Kyle Spearrin 2f84e2fd82 purchase promise 2019-09-19 09:09:25 -04:00
Kyle Spearrin a092631fa4 in-app purchase pre-check 2019-09-19 08:53:14 -04:00
Kyle Spearrin 0e52c0d164 purchase premium from the desktop app 2019-09-18 16:48:49 -04:00
Kyle Spearrin 6ab5b59f66 show locale name for language selection 2019-09-06 09:36:48 -04:00
Kyle Spearrin a519ed2580 memory stored pinProtectedKey 2019-08-29 10:01:59 -04:00
Kyle Spearrin e063c8b09d purge state on lock/logout 2019-07-02 08:18:42 -04:00
Kyle Spearrin fdc3f403e2 fix order 2019-06-04 00:03:20 -04:00
Kyle Spearrin 0ed33a07d8 cleanup 2019-06-04 00:00:46 -04:00
Marc 89c066069c If an environment is configured, show the hostname in the lock screen (#258)
* If an environment is configured, show the hostname in the lock screen.

* Restore back src/locales/en_GB/messages.json
2019-06-03 23:56:33 -04:00
Kyle Spearrin 2bb71e6af1 preferences and menu bar labels for mac 2019-06-01 22:02:16 -04:00
Kyle Spearrin 5506d1c5ca button roles 2019-04-03 00:04:42 -04:00
Kyle Spearrin 1c5233c7dd aria hide page content when modal shown 2019-04-02 09:15:58 -04:00
Kyle Spearrin a91a521722 aria modals 2019-04-01 23:27:54 -04:00
Kyle Spearrin b296dbb6de mark icons as hidden from a11y 2019-04-01 23:08:54 -04:00
Kyle Spearrin 20bc5a6870 aria-hidden on titles icons 2019-04-01 22:56:28 -04:00
Kyle Spearrin 4d46338a4b a11y titles 2019-04-01 22:43:42 -04:00
Kyle Spearrin 5d7f73b263 lock on system locked 2019-03-19 16:12:26 -04:00
Kyle Spearrin 30e2380b0b verbatim with no autocomplete on PIN input 2019-03-06 14:40:13 -05:00
Kyle Spearrin 940b7c655c auto clear clipboard 2019-02-27 11:29:31 -05:00
Kyle Spearrin fdb822f8b3 reload on logout too, move to messages 2019-02-25 15:07:44 -05:00
Kyle Spearrin 5657105291 dont refresh when pin locked 2019-02-25 14:27:20 -05:00
Kyle Spearrin a1592e4545 format html files 2019-02-21 16:53:32 -05:00
Kyle Spearrin 1002991022 soft lock with PIN 2019-02-14 14:00:09 -05:00
Kyle Spearrin 2c91a2004c pin locking 2019-02-13 10:06:58 -05:00
Kyle Spearrin 65845cd909 start to tray updates 2019-02-02 12:27:06 -05:00
h44z a380188120 Allow app to start minimized (as tray icon) (#169)
* Allow app to start minimized (as tray icon)

* Rever german locale
2019-02-02 12:16:32 -05:00
Kyle Spearrin 071074632a remove analytics settings 2019-01-15 11:05:45 -05:00
Kyle Spearrin bccb77356b lock screen message improvements 2019-01-08 00:21:28 -05:00
Kyle Spearrin 24bd7208fd Refresh window when locked to enure that all purged memory is cleaned up 2018-12-26 11:02:02 -05:00
Kyle Spearrin e80ce50bfe premium reports 2018-12-12 11:56:08 -05:00
h44z 03117facbb Close to tray (#168)
* Close to Tray implemented

* Enable Tray Icon on Linux

* Rever german locale

* Revert eaf730e51cd6ea025ba78a4e7904bc47e0b44147

* Show quit button in file menu only for linux and windows
2018-12-03 15:55:55 -05:00
Kyle Spearrin 85452b3622 make master password strength text bold 2018-11-15 15:43:17 -05:00
Kyle Spearrin 55dfb8df62 shoe strength text in label 2018-11-15 15:27:27 -05:00
Kyle Spearrin 3eeba61280 weak password detection during registration 2018-11-15 15:13:47 -05:00
Kyle Spearrin 2ca8ac573b move toaster and analytics to platform utils 2018-10-03 09:42:11 -04:00
Kyle Spearrin 6858ee8624 update jslib 2018-10-02 09:22:40 -04:00
Kyle Spearrin abb2efce4a pipe currency 2018-08-31 15:38:58 -04:00
Kyle Spearrin 38371d2dec implement notifications service 2018-08-20 16:23:55 -04:00
Kyle Spearrin e05477bca6 no need for firefox check on desktop. derp 2018-08-15 09:33:47 -04:00
Kyle Spearrin 08a8d7ea51 make lock icon muted 2018-08-08 13:07:37 -04:00
Kyle Spearrin e6ba1ad934 sort languages 2018-07-23 22:45:58 -04:00
Casey Watson e5708fc636 Add Nord color theme (#110)
* Color scheme courtesy of folks at arcticicestudio:
  https://arcticicestudio.github.io/nord/
2018-07-21 22:02:10 -04:00
Kyle Spearrin 216f2eddb6 register state service 2018-07-13 11:07:49 -04:00
Kyle Spearrin 73f19b4926 onSuccessfulLogin typo again 2018-07-13 10:50:05 -04:00
Kyle Spearrin 9e3520d3b5 onSuccessfulLogin typo 2018-07-13 10:45:15 -04:00
Kyle Spearrin c3bddf9e31 remember email on login 2018-07-13 09:29:05 -04:00
Kyle Spearrin 76cac17377 adjust device type enum names 2018-07-09 09:06:45 -04:00
Kyle Spearrin 92809488a5 dark theme tweaks 2018-05-30 22:28:04 -04:00
Kyle Spearrin 957e460a43 theme settings 2018-05-29 23:28:58 -04:00
Kyle Spearrin 9772acad40 hide to tray menu option 2018-05-08 09:40:33 -04:00
Kyle Spearrin 9d969929de more tray icon options 2018-05-05 00:29:02 -04:00
Kyle Spearrin db0986e95f some fixes for tray icon 2018-05-04 13:16:12 -04:00
tstumm 0f2d1e73b4 Tray icon (#84)
* Implemented configurable tray icon

* Fixed calls to callAnalytics using wrong indicators
2018-05-04 12:45:42 -04:00
Kyle Spearrin 5e39d32554 missing ex 2018-05-02 12:29:37 -04:00
Kyle Spearrin b87f648eeb move sync to post login action 2018-04-25 12:08:21 -04:00
Kyle Spearrin 13af362fde use base i18n service 2018-04-25 08:31:48 -04:00
Kyle Spearrin 1a85017d18 language setting fixes 2018-04-24 23:53:20 -04:00
Costantini Matteo 6bf0821ca6 Add language selection in settings (#75)
* Add language selection in settings

* Removed comment

* Mapping Locale-Language saved as key-value instead of list of objects

* Remove comment

* Revert supported locales array
2018-04-24 23:25:31 -04:00
Kyle Spearrin 54f534529a move modal to jslib 2018-04-24 23:23:10 -04:00
Kyle Spearrin 3da6d7ba68 move premium page to jslib 2018-04-13 13:19:26 -04:00
Kyle Spearrin db5db9359c lint fixes 2018-04-10 23:49:41 -04:00
Kyle Spearrin e4f209e240 pass win params 2018-04-07 00:19:04 -04:00
Kyle Spearrin e27b2a7a53 convert to ngtools/webpack for aot compilation 2018-04-06 12:25:22 -04:00
Kyle Spearrin d9ff799681 move lock component to jslib 2018-04-04 23:01:40 -04:00
Kyle Spearrin 9d29dd5853 move icon component into jslib 2018-04-04 17:04:41 -04:00
Kyle Spearrin 24f86e9a73 add new deps for two factor component 2018-04-04 16:28:45 -04:00
Kyle Spearrin 1674ef202d share components with jslib 2018-04-04 09:47:49 -04:00
Kyle Spearrin 0303b18e2e share login component with jslib 2018-04-04 09:19:39 -04:00
Kyle Spearrin c89b01c461 added 2fa support for org duo 2018-04-03 15:11:37 -04:00
Kyle Spearrin 270328d5b3 mac app store fixes 2018-02-27 22:15:52 -05:00
Kyle Spearrin 0a54bd7ba6 disablebybydefault on ff and mas 2018-02-27 00:00:31 -05:00
Kyle Spearrin 36e0e32d10 adjustments for mas 2018-02-26 23:43:27 -05:00
Kyle Spearrin 39e1d0865b fix lint issue 2018-02-24 14:41:10 -05:00
Kyle Spearrin 8e519f5518 toggle password on unlock page 2018-02-24 13:48:55 -05:00
Kyle Spearrin 40e135a297 toggle password visibility on login/register 2018-02-24 13:45:41 -05:00
Kyle Spearrin 7e6b421dd3 bold some submit buttons 2018-02-20 16:47:35 -05:00