Commit Graph

538 Commits

Author SHA1 Message Date
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
Vincent Salucci c0add18db2
Update Add-Edit Component load function (#416)
* Apply save changes prompt to groupings

* Revert "Apply save changes prompt to groupings"

This reverts commit 9e8873e5c7716f06bd228a10906d0765bfe575a4.

* Updated load function

Co-authored-by: Vincent Salucci <vsalucci@bitwarden.com>
2020-03-23 12:48:14 -05:00
Vincent Salucci 31d023194d
Update jslib (b816ddd -> 0a30c7e) and enforce passphrase policy (#408)
Co-authored-by: Vincent Salucci <vsalucci@bitwarden.com>
2020-03-12 23:25:49 -05:00
Kyle Spearrin ee167571a6
implement callout component w/ generator policy (#395) 2020-02-28 16:58:51 -05:00
Vincent Salucci 828d5ea911
Enforce password generator policy options in the UI (#393) 2020-02-27 12:13:55 -06: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
Vincent Salucci 5254c5ae59
Added missed clone mode conditionals and fixed add/edit state bug (#385) 2020-02-19 13:59:38 -06:00
Kyle Spearrin c5c7f8a623 adjustments to copy username/pass shortcuts 2020-02-10 23:00:39 -05:00
Elias Papavasileiou f7037dd1f5
Add copy username and copy password shortcuts (#379) 2020-02-10 22:37:25 -05:00
Vincent Salucci f8fe684b6b
Enabled Ownership/Collection assigment for cloned items (#375) 2020-02-03 12:03:13 -05:00
Vincent Salucci 337f4ad987
Adding personal item cloning capability (#371) 2020-01-31 11:07:32 -05:00
Kyle Spearrin e79e126fba init policy service 2020-01-30 22:11:16 -05:00
Kyle Spearrin db52e27210 autocomplete off for search inputs 2019-11-25 08:20:44 -05:00
Kyle Spearrin ef49001418 no need for async 2019-11-07 11:25:20 -05:00
Kyle Spearrin 4e9759cd62 detect other times nav away from dirty input 2019-11-07 10:06:00 -05:00
Alberto Franco f8a378b26d Warn of unsaved changes (#338)
* Warn of unsaved changes on new or edited entries

* Fixed message box options

* Limit 'ng-dirty' to details DOM node
2019-11-07 08:55:23 -05:00
Veit-Hendrik Schlenker 86360dd3cb Start drag only on row label (#337) 2019-10-24 19:55:21 -04:00
Veit-Hendrik Schlenker 55e0749687 enabled drag of username, password and totp in desktop app (#333) 2019-10-19 21:15:01 -04:00
Kyle Spearrin ee7fa795a9 allow sync to throw error 2019-10-15 11:07:08 -04: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
Wyatt Childers 3a2509b589 Only show carats for collections with children 2019-09-02 23:10:46 -04:00
Wyatt Childers ece47dff6a Only show carats for folders with children 2019-09-02 23:10:46 -04:00
Kyle Spearrin a519ed2580 memory stored pinProtectedKey 2019-08-29 10:01:59 -04:00
Kyle Spearrin e0ff364109 use setComponentParameters callback 2019-07-25 12:22:36 -04:00
Kyle Spearrin 54375acf58 auto-dark mode for macOS 2019-07-24 14:48:08 -04:00
Kyle Spearrin d90b61c225 export vault event 2019-07-12 17:11:39 -04:00
Kyle Spearrin 9b7c574bb1 collect events when copying from listing 2019-07-12 15:23:31 -04:00
Kyle Spearrin 2df2e7c32c client events for edit page 2019-07-12 10:41:12 -04:00
Kyle Spearrin 7dd11511c6 event logging on view page 2019-07-09 13:11:10 -04:00
Kyle Spearrin 39178de444 capitalize and include number for pass gen 2019-07-02 16:51:58 -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 4eb4b40e63 close modal on lock/logout. resolves #255 2019-06-01 22:08:46 -04:00
Kyle Spearrin 2bb71e6af1 preferences and menu bar labels for mac 2019-06-01 22:02:16 -04:00
Kyle Spearrin 270588fdbc dont call clearclipboard in a loop 2019-05-30 09:37:06 -04:00
Kyle Spearrin 92a51cbb17 full address part 2 2019-04-29 10:13:35 -04:00
Kyle Spearrin 3832a51d55 handle new auth guard auth blocked message 2019-04-18 10:06:33 -04:00
Kyle Spearrin d09c32fe26 adjust draggable regions on macos 2019-04-13 21:17:05 -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 adff98e55a hide vault content when modal showing 2019-04-02 09:02:31 -04:00
Kyle Spearrin a01b38fae9 a11y improvements for toastr and filters area 2019-04-02 08:43:28 -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 9f842f6fbd dont use flex for password-wrapper positioning 2019-04-01 13:40:49 -04:00
Kyle Spearrin 4397c0ed5d pre-wrap notes field, resolves #238 2019-03-28 12:09:08 -04:00
Kyle Spearrin 25a43b7618 make sure vault load only happens once per call 2019-03-28 11:27:37 -04:00
Kyle Spearrin 3bab3445d4 drag n drop cleanup 2019-03-28 00:21:01 -04:00
Kovah c70ed27271 Drag n drop sorting for custom fields (#237)
* Implement sorting for custom fields

Adds angular/cdk to sources and makes DragDropModule globally available.
Updates the add-edit component with necessary tags.
Restructures and updates the box styling for drag 'n drop handling.

* Set the correct Angular CDK version

* Remove unused class for drag handle

* Add missing locale entry for drag handle

* Fix styling of the drag handle

* Move drag handle to right side of custom fields

* Revert changes in package-lock.json

* Update reference for jslib
2019-03-27 23:52:15 -04:00
Kyle Spearrin 5d7f73b263 lock on system locked 2019-03-19 16:12:26 -04:00
Kyle Spearrin cd7b9bd449 user service to lock service for auth fix 2019-03-19 15:52:32 -04:00
Kyle Spearrin f02debb03b page ciphers list for better performance 2019-03-19 11:34:56 -04:00
Kyle Spearrin aa971026ec remove lowdb with electron-store 2019-03-11 22:37:13 -04:00
Kyle Spearrin 30e2380b0b verbatim with no autocomplete on PIN input 2019-03-06 14:40:13 -05:00
Kyle Spearrin 21fbb376ea clearPendingClipboard on lock/logout 2019-02-27 11:56:30 -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 e0c7cb4bd6 notes white-space is pre-line 2019-02-11 22:16:22 -05:00
ShirokaiLon 502c106589 Add trackBy option (#205) 2019-02-02 22:32:05 -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 912aa752f3 check type 2019-01-25 09:30:29 -05:00
Kyle Spearrin 760a0315bc missed flex copy directive 2019-01-23 17:06:42 -05:00
Kyle Spearrin f8d987781a fkex copy directive 2019-01-23 16:27:22 -05:00
Kyle Spearrin 64ea5f38eb add ca language 2019-01-18 15:57:33 -05:00
Kyle Spearrin 8261f3f9fb null checks on query param sub 2019-01-16 23:30:35 -05:00
Kyle Spearrin dfef02f909 en-GB locale 2019-01-15 20:46:44 -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 e7c3d1048d allow launching URLs without protocol than end with tld 2019-01-07 10:33:16 -05:00
Kyle Spearrin 06736b97d1 add new messaging service dependecy 2019-01-03 10:23:45 -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 2ccbcb75bf show whitespace for hidden fields 2018-12-20 23:01:21 -05:00
Kyle Spearrin 8dff57e89e unsub from query params route observable 2018-12-20 10:16:19 -05:00
Kyle Spearrin b47bc7317e json exports 2018-12-17 11:04:48 -05:00
Kyle Spearrin e80ce50bfe premium reports 2018-12-12 11:56:08 -05:00
Kyle Spearrin 865658734a style fixes for colorized passwords 2018-12-08 13:48:30 -05:00
Andreas Schneider 4597390166 Color passwords (#177)
* Highlight passwords in the cipher view

* Highlight generated password
2018-12-08 11:06:46 -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 39005ad759 set route with router.navigate 2018-11-30 10:12:30 -05:00
Kyle Spearrin 5a40728b0e load even when sync fails 2018-11-27 09:20:17 -05:00
Kyle Spearrin 87d205d472 fingerprint phrase article 2018-11-16 11:15:16 -05:00
Kyle Spearrin 1e7c3c058c show fingerprint phrase menu option 2018-11-16 10:34:31 -05:00
Kyle Spearrin d207469fc0 show attachments belonging to org cipher as well 2018-11-16 07:45:23 -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 af5788c9da expand/collapse groupings 2018-11-09 23:03:43 -05:00
Kyle Spearrin 553d1bfc5c add new groupings deps 2018-11-09 22:31:21 -05:00
Kyle Spearrin 435cad12c7 set org and collections on add based on filters 2018-10-29 22:43:02 -04:00
Kyle Spearrin da45a777ea always loading nested now 2018-10-26 10:49:19 -04:00
Kyle Spearrin 4da8a4d176 nested folders and collections 2018-10-25 23:04:14 -04:00
Kyle Spearrin b2ac33f451 sharing from cipher create 2018-10-23 16:43:55 -04:00
Kyle Spearrin 7b0063902f share and collection management 2018-10-23 15:50:21 -04:00
Kyle Spearrin 2244519596 fix add/edit 2018-10-23 13:35:26 -04:00
Kyle Spearrin d06a7463bb getDomain now in jslib 2018-10-13 22:47:27 -04:00
Kyle Spearrin 50ad7732ac add passphrase generator options 2018-10-09 09:13:22 -04:00
Kyle Spearrin a19f53eca9 dont await void methods 2018-10-04 12:05:32 -04:00
Kyle Spearrin c53b690097 not async. cleanup tsconfig 2018-10-03 09:51:12 -04: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 6a047a976d preserveWhitespaces 2018-09-13 12:04:04 -04:00
Kyle Spearrin 98745dd83b update to angular 6 and webpack 4 2018-09-12 13:12:44 -04:00
Kyle Spearrin ab35a49dbe null check collection ids filter 2018-09-11 08:45:29 -04:00
Kyle Spearrin abb2efce4a pipe currency 2018-08-31 15:38:58 -04:00
ra1nb0w 32c2469a17 when invoke ctrl/command+f select all text in the "Search Vault" input (#131) 2018-08-30 08:25:54 -04:00
Kyle Spearrin 1e56d84674 save length options on input blur 2018-08-30 08:06:31 -04:00
Kyle Spearrin 8f92e478ba fix attachments deps 2018-08-29 09:31:25 -04:00
Kyle Spearrin df98ae1d8d allow attachments if can access premium 2018-08-29 09:21:34 -04:00
Kyle Spearrin 23e94b7275 user canAccessPremium checks 2018-08-28 23:17:34 -04:00
Kyle Spearrin b118a614be support for logout notification 2018-08-28 08:38:34 -04:00
Kyle Spearrin cafb047878 signalr idle disconnects 2018-08-24 15:30:26 -04:00
Kyle Spearrin 7be73c19e2 update jslib 2018-08-20 22:23:20 -04:00
Kyle Spearrin 12d39edec6 implement view reload 2018-08-20 17:01:25 -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 88abba637e export deps adjusted 2018-08-14 15:12:32 -04:00
Kyle Spearrin 09f4ee7f67 clear search index 2018-08-13 14:09:22 -04:00
Kyle Spearrin a9db6c1d38 switch to input event 2018-08-13 11:53:05 -04:00
Kyle Spearrin a9067f5618 implement search service 2018-08-13 09:43:46 -04:00
Kyle Spearrin 08a8d7ea51 make lock icon muted 2018-08-08 13:07:37 -04:00
Kyle Spearrin ebca594ba9 register locale id 2018-08-02 09:26:50 -04:00
Kyle Spearrin b032bc2f33 export vault 2018-08-01 23:21:32 -04:00
Kyle Spearrin 5c9bc1f493 re-style password change history in box footer 2018-07-30 22:22:17 -04:00
Kyle Spearrin cbf66d16b8 viewHistory event moved to desktop 2018-07-30 11:00:06 -04:00
Kyle Spearrin 1fc1768d58 no cipher to pass to view method 2018-07-30 10:54:56 -04:00
Kyle Spearrin a7318e0937 password history and updated dates on view 2018-07-30 10:05:36 -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 d3350b5c62 remove unused imports 2018-07-18 22:53:01 -04:00
Kyle Spearrin fe21c82a80 prevent drag and drop of malicious scripts 2018-07-15 17:27:26 -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 d5d13c7947 dummy module update 2018-07-07 23:57:14 -04:00
Kyle Spearrin 72712e1c36 api service to audit service 2018-07-07 23:51:05 -04:00
Kyle Spearrin 849e1ece17 update jslib with export deps 2018-07-05 14:41:50 -04:00
Kyle Spearrin d41d310ed6 update folder service deps 2018-06-25 14:55:30 -04:00
Kyle Spearrin cd48afd415 toggle card code on add/edit 2018-06-18 17:29:45 -04:00
Kyle Spearrin 5589641a43 use hasKey helper 2018-06-13 17:19:39 -04:00
Neil Burrows 99e23ad190 Masking Card Security Code - Issue #78 (#99) 2018-06-13 12:34:41 -04:00
Kyle Spearrin bbd051b7e5 summy module 2018-06-11 13:40:12 -04:00
Kyle Spearrin f5f32a13c1 load DuoWebSDK as a module 2018-06-11 13:32:57 -04:00
Kyle Spearrin e740a5bb77 refresh list if attachments change 2018-06-09 13:29:23 -04:00
Kyle Spearrin ebc1807fcb update jslib 2018-06-08 12:16:23 -04:00
Kyle Spearrin 6cb09d8511 apply true/false directive for boolean fields 2018-06-06 14:35:56 -04:00
Kyle Spearrin 0314b4280a assign toaster service global 2018-05-31 14:40:34 -04:00
Kyle Spearrin eb15764395 replace electron store with lowdb 2018-05-31 09:08:09 -04:00
Kyle Spearrin 2a15989b35 update to electron 2.x 2018-05-31 08:10:02 -04:00
Kyle Spearrin 3373de40a8 restore isDev check on analytics 2018-05-30 22:42:13 -04:00
Kyle Spearrin 92809488a5 dark theme tweaks 2018-05-30 22:28:04 -04:00
Kyle Spearrin b89a620f9b switch back to web crypto on desktop 2018-05-30 16:52:55 -04:00
Kyle Spearrin f20838c17e fix os windows top border color 2018-05-30 15:39:20 -04:00
Kyle Spearrin 957e460a43 theme settings 2018-05-29 23:28:58 -04:00
Kyle Spearrin 6b48a5fcd3 add export service 2018-05-17 10:54:24 -04:00
Kyle Spearrin da478027f6 init lock service 2018-05-16 10:19:32 -04:00
Kyle Spearrin be8e372e00 logout async 2018-05-15 23:40:24 -04:00
Kyle Spearrin 42ff83c2d3 clear collections on logout 2018-05-15 23:26:53 -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 2da147b480 switch to node crypto function service 2018-04-25 16:57:04 -04:00
Kyle Spearrin b87f648eeb move sync to post login action 2018-04-25 12:08:21 -04:00
Kyle Spearrin e38fbfc3dd move electron renderer messaging service to jslib 2018-04-25 09:01:04 -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
Kyle Spearrin a135acb3c4 move services module to app root 2018-04-24 23:26:50 -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 4d015568f5 temp move services back 2018-04-24 23:25:15 -04:00
Kyle Spearrin 54f534529a move modal to jslib 2018-04-24 23:23:10 -04:00
Kyle Spearrin d02a16a370 move common code to jslib 2018-04-24 16:30:47 -04:00
Kyle Spearrin 593f05be66 refactor utils service to utils 2018-04-23 13:04:02 -04:00
Kyle Spearrin 0c147cc35b pass crypto function service more 2018-04-21 23:56:18 -04:00
Kyle Spearrin 2501c1a623 use new crypto function service 2018-04-21 23:14:58 -04:00
Kyle Spearrin f66a71f279 switch to hostname or uri 2018-04-19 14:43:32 -04:00