Commit Graph

253 Commits

Author SHA1 Message Date
Oscar Hinton c7345197f7
Password reprompt fixes (#926)
* Hide card number when hidden

* Avoid double password prompts

* Bump jslib
2021-05-28 20:08:44 +02:00
Chad Scharf 3a342be095
Merge pull request #870 from gryffs/box-content-flex
Add flexbox to cipher list to correct display center issue.
2021-05-04 16:05:26 -04:00
Oscar Hinton 42564285d9
Password reprompt (#838)
* Add support for password reprompt
2021-05-04 21:32:03 +02:00
Chad Griffis 49748ee05a Replace single quote with double quotes in HTML and use div in place of a element. 2021-05-03 23:31:45 +08:00
Chad Griffis 0c12367721 Add flexbox to cipher list to correct display center issue. 2021-05-03 17:17:19 +08:00
Thomas Rittson 163fa2aa41
Merge pull request #851 from gryffs/prompt-trigger-apwd
Implement the markAsDirty form controls for AddEditComponent(#761)

Prevents add-edit page from closing if new password has been generated
2021-05-03 07:45:03 +10:00
Chad Griffis 7bed3b0b59 Update a formatting issue with markPasswordAsDirty 2021-05-01 16:44:40 +08:00
Chad Griffis 06f2364733 Implement the markAsDirty form controls for AddEditComponent(#761). 2021-04-22 23:24:59 +08:00
Matt Gibson 42636d3d2e Update view DI 2021-04-22 08:28:47 -05:00
Oscar Hinton 6acfba4b40
Remove dead code (#839)
* Remove last remnants of old analytics code
2021-04-14 23:43:22 +02:00
Oscar Hinton eebd4fc9d9
Remove electron remote (#830)
* Remove calls to remote
2021-04-07 20:25:15 +02:00
Matt Gibson 99f8fdb4e9 Use file upload service for file uploads 2021-03-29 08:24:00 -05:00
Thomas Rittson 7f04d8e952 Add extra encrypted export warnings 2021-03-05 07:53:35 +10:00
addison f6fb4fee29 refactor 2021-02-22 15:00:19 -05:00
addison 7e03d282df inital pass at menu bar functions 2021-02-22 13:17:02 -05:00
Matt Gibson 113c035152 Add trailing comma to linter 2021-02-08 12:58:44 -06:00
Matt Gibson ba173f9da5 Add main menu copy and shortcut and context copy for totp 2021-02-08 11:20:12 -06:00
Addison Beck e066077542
Merge pull request #710 from bitwarden/Send 2021-02-05 14:21:52 -05:00
addison ec933025f3 made nav into a toolbar 2021-02-05 12:34:01 -05:00
addison 6e49c481f0 Send layout & search 2021-02-03 16:24:49 -05:00
Matt Gibson e76e56d824 Match linter rules 2021-02-03 12:21:22 -06:00
Vincent Salucci 0fee18bedb
Initial commit of ownership banner (#636) 2021-01-05 17:33:40 -06:00
Kyle Spearrin d5249f3acd
warning dialog is now handled in base component (#625) 2020-12-22 16:38:26 -05:00
Chad Scharf aced23574b Updated to show icon vs. caret for non-nested item 2020-12-18 16:56:59 -05:00
Chad Scharf ac870ef31a
Merge pull request #303 from DarkArc/carat-fix
Only show carats for items with children
2020-12-15 16:33:02 -05:00
Vincent Salucci 82ca93db91
[Policy] Personal Ownership (#605)
* Initial commit of personal ownership

* Saving updated merge conflicts

* Updated jslib (dcbd09e -> 72bf18f)

* Fixed casing
2020-12-09 14:11:39 -06:00
Kyle Spearrin 2bfba0be5c
add supprot for encrypted json export (#607)
* add supprot for encrypted json export

* fix lint issues
2020-12-08 12:09:31 -05:00
Chad Scharf 97e982bf01 onDestroy needed for broadcast subscriptions 2020-11-04 14:00:44 -05:00
Chad Scharf fe031ac6b8 remove trailing whitespace for lint errors 2020-11-04 12:19:56 -05:00
Chad Scharf c001a00f82 Hide hidden fields on hide/minimize 2020-11-04 12:09:21 -05:00
Chad Scharf 5ff545e541 Undo broadcast service refs (not needed) 2020-11-02 17:08:39 -05:00
Chad Scharf d8d1ee3022 Handle main window hide 2020-10-29 16:35:09 -04:00
Oscar Hinton 7499d7de25
Upgrade Angular (#520) 2020-08-18 16:13:15 -04:00
K. Sasa 7eee81f977
Replaced the clipboard icon with a clone icon to improve UX (#490)
* Replace copy value button fa-clipboard to fa-clone

* Replace clone item button fa-clone to fa-files-o
2020-07-27 13:21:46 -04:00
Matt Smith 05ee1b6a06 Modified url list to show port where applicable 2020-07-14 11:38:11 -05:00
Anthony Garera 464708c507
Updated expiration year placeholder text to be dynamic (#474) 2020-07-03 22:45:54 -04:00
hinton 876b45d82e Disable TOTP field, disable edit and show of hidden fields. 2020-06-04 22:23:02 +02:00
hinton 982d35a404 Merge branch 'master' of https://github.com/bitwarden/desktop into feature/hide-passwords 2020-06-04 22:09:46 +02:00
Kyle Spearrin 160c161782
fix null ref of cipher.isDeleted (#462) 2020-06-01 10:30:49 -04:00
hinton 66de9e93fa Hide passwords functionality for desktop 2020-05-27 22:41:57 +02:00
Chad Scharf 151964f6b8 Merge branch 'master' into soft-delete 2020-05-08 09:26:43 -04: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
Chad Scharf 129ecc1ca8 [Soft Delete] - Ciphers add button cleanup 2020-04-13 15:29:15 -04:00
Chad Scharf c2eafba442 [Soft Delete] - Added trash to desktop app 2020-04-13 15:13:10 -04: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
Vincent Salucci 5254c5ae59
Added missed clone mode conditionals and fixed add/edit state bug (#385) 2020-02-19 13:59:38 -06:00