Commit Graph

184 Commits

Author SHA1 Message Date
K. Sasa 4a35930e2d
Consistent: Replaced the clipboard icon with a clone icon to improve UX (#1344)
* Replace clone item button fa-clone to fa-files-o

* Replace copy value button fa-clipboard to fa-clone
2020-07-27 13:22:56 -04:00
Matt Smith ccd7af1a44 Modified url to display port where applicable. 2020-07-14 11:51:07 -05:00
Addison Beck 73bff85752 Changed a few disabled fields to readonly for keyboard focus 2020-07-08 14:26:32 -05:00
Addison Beck 0ad533d1a0 Addressed issue #1269 2020-07-08 10:54:47 -05:00
Anthony Garera d111a01b49
Updated expiration year placeholder text to be dynamic (#1272)
* Updated Example text to be dynamic to current year using New Date(); and then a Date pipe to display properly in the UI

* Removed change in the add-edit.component.ts file because it is now made in jslib
2020-07-03 22:46:42 -04:00
Kyle Spearrin 29b370961e
Cleanup current uris selection list (#1294) 2020-06-12 12:50:39 -04:00
Melanie Kanavakatini 32db40ec7f
persist browser context on popout, add uri options input & toggle (#1290)
* persist browser context on popout, add uri options input & toggle

* pass tab array to ngOptions, add null check
2020-06-12 11:01:08 -04:00
Hinton 954d78a46e Merge branch 'master' of https://github.com/bitwarden/browser into feature/hidden-password 2020-06-11 20:35:30 +02:00
hinton d88ed609aa Disable TOTP field, disable edit and show of hidden fields. 2020-06-03 21:25:55 +02:00
Kyle Spearrin bd6a5ceccd
fix null ref of cipher.isDeleted (#1275) 2020-06-01 10:30:39 -04:00
hinton 5e4259db38 Add support for hidden password 2020-05-24 19:59:49 +02:00
Chad Scharf 35235a9c30 [Soft delete] - fixed borders, spacing for buttons 2020-04-13 11:56:37 -04:00
Chad Scharf 2644afca93 [Soft delete] - remove uselss type definition 2020-04-13 11:32:56 -04:00
Chad Scharf 4116302965 [Soft Delete] - Trash bin in browser extension 2020-04-13 10:26:11 -04:00
Vincent Salucci 7d93ebe732
Added missing attachments conditional (#1145) 2020-02-19 14:00:37 -06:00
Vincent Salucci 7f6a909b63
Fixed issue with strict equals operator (#1141) 2020-02-10 12:05:06 -05:00
Vincent Salucci c57340c4f3
Implement personal item cloning capability (#1129)
* Initial pass of clone item

* Updated npm sub:pull script to include target branches

* Made requested changes

* Formatting changes

* Fixed lint warnings
2020-02-04 16:08:13 -05:00
Kyle Spearrin 86e3374d3d autocomplete off for search inputs 2019-11-25 08:20:49 -05:00
Kyle Spearrin bbd32ed79d timeout of 200 ms before going back after share 2019-11-22 10:09:12 -05:00
Kyle Spearrin 88b2746920 apply search state before reloading list 2019-11-20 16:31:46 -05:00
Veit-Hendrik Schlenker ee19100af4 Enabled drag of username, password and totp in browser extension (#1044)
* enabled drag of username, password and totp in browser extension

* Start drag only on row label
2019-10-24 20:05:20 -04:00
Kyle Spearrin 60f6863e4f a11y work 2019-10-08 17:04:44 -04:00
Kyle Spearrin efbed1a9a3 remove safari copy totp clipboard hack 2019-08-19 12:05:13 -04:00
Kyle Spearrin e6d6275daa async fillCipher 2019-08-19 09:38:59 -04:00
Kyle Spearrin 4d261964e5 keep using on init 2019-08-19 09:31:08 -04:00
Kyle Spearrin 05684b3b03 allow reloading of current tab 2019-08-19 09:17:40 -04:00
Kyle Spearrin aa0bfd3b45 no async on params sub 2019-08-16 21:04:03 -04:00
Kyle Spearrin 3719095b18 async fixes 2019-08-16 21:01:08 -04:00
Kyle Spearrin a3f76cfd3a reload when on same page too 2019-08-16 20:59:54 -04:00
Kyle Spearrin 7bfb8d91e3 client events for edit page 2019-07-12 10:41:14 -04:00
Kyle Spearrin 1fece3079f event logging on view page 2019-07-09 13:56:17 -04:00
Kyle Spearrin 6c7a0d90df addEditCipherInfo w/ collections from state 2019-06-24 21:12:52 -04:00
Kyle Spearrin db83b042ff fix no collections padding 2019-06-24 20:38:26 -04:00
Kyle Spearrin 0bbe17f6e2 fix removing no folder when showNoFolderCiphers 2019-06-07 13:20:23 -04:00
Kyle Spearrin c5c2318fbe limit folders if only no folder 2019-06-05 13:51:36 -04:00
Kyle Spearrin 57e73dbfac 100 per page 2019-05-13 08:53:26 -04:00
Kyle Spearrin db43e247b9 optimizations 2019-05-10 14:10:40 -04:00
Kyle Spearrin 0c3c6857a5 full address part 2 2019-04-29 10:13:38 -04:00
Kyle Spearrin 3e03a4f429 dont need select copy on masked password 2019-04-01 13:27:48 -04:00
Kyle Spearrin e895dd31c8 dont use flex for password-wrapper positioning. 2019-04-01 13:19:00 -04:00
Kyle Spearrin 1acb3d1117 pre-wrap notes field 2019-03-28 16:29:20 -04:00
Kyle Spearrin 3fa7e976fb drag n drop adjustments 2019-03-28 16:28:04 -04:00
Kovah bca12e8fbd Drag n drop sorting for custom fields (#906)
* Try to fix some security vulnerabilities present in used packages

(Ran npm audit fix, solved some of the issues)

* Implement custom field ordering with new handle placement

(WIP, as an update for the jslib is needed to work correctly)

* Update reference for jslib

* Restore original state of package-lock.json

* Downgrade node sass package
2019-03-28 16:15:47 -04:00
Kyle Spearrin eb07b1b080 ref ciphers paging from jslib 2019-03-19 11:34:34 -04:00
Kyle Spearrin 10bb317a67 search input type variable 2019-03-13 22:54:18 -04:00
Kyle Spearrin c9572a83b3 fix style on no org message 2019-03-06 16:53:58 -05:00
Kyle Spearrin aa290c50ec call init functions rather than super 2019-03-06 14:31:50 -05:00
Kyle Spearrin 44af1ccc45 format html files 2019-02-21 16:53:57 -05:00
Kyle Spearrin 7b395ba4ff notes white-space is pre-line 2019-02-11 22:16:28 -05:00
ShirokaiLon d980f274e3 Add trackBy option (#853) 2019-02-02 22:32:18 -05:00
Kyle Spearrin 538afd7529 use this, not super 2019-02-02 09:39:11 -05:00
Kyle Spearrin 4f222e7962 apply flexCopy directive 2019-01-23 16:27:12 -05:00
Kyle Spearrin 7653ce2234 null checks on query param sub 2019-01-16 23:30:39 -05:00
Kyle Spearrin d6e257b1ce allow launching URLs without protocol than end with tld 2019-01-07 10:33:20 -05:00
Kyle Spearrin 74e150116e update badge and menu on ciphers added/edited 2019-01-03 10:22:55 -05:00
Kyle Spearrin ca2bba5fb6 show whitespace for hidden fields 2018-12-20 23:01:17 -05:00
Kyle Spearrin fd5d47da7c unsub from queryParams observable 2018-12-20 10:20:57 -05:00
Kyle Spearrin 6c22919bd9 colorized passwords 2018-12-08 14:00:18 -05:00
Kyle Spearrin c903ad7e66 load even if sync didnt complete successfully 2018-11-27 09:28:36 -05:00
Kyle Spearrin f043010067 option to not show cards/identities on current tab list 2018-11-21 14:31:34 -05:00
Kyle Spearrin f8d6c53142 show attachments belonging to org cipher as well 2018-11-16 07:45:26 -05:00
Kyle Spearrin c1a3025bdf update groupings deps 2018-11-09 22:35:00 -05:00
Kyle Spearrin 6627d29c7c pre-select org an collection on add 2018-10-30 08:56:38 -04:00
Kyle Spearrin bc5cec82cc control applying saved state and when to show groupings 2018-10-29 09:29:21 -04:00
Kyle Spearrin 0cdc343ce0 forward/back animations for nested cipher folders/cols 2018-10-29 08:58:20 -04:00
Kyle Spearrin 69e664a154 WIP: add support for nested folders and collection 2018-10-26 12:37:55 -04:00
Kyle Spearrin 3d50bf88d0 share on create 2018-10-23 16:39:06 -04:00
Kyle Spearrin b83188993f go back to view after sharing 2018-10-23 16:17:30 -04:00
Kyle Spearrin fd80d4557f back after editing collections 2018-10-23 15:56:45 -04:00
Kyle Spearrin aab709dd0b share adjustments 2018-10-23 15:41:55 -04:00
Kyle Spearrin 80e71d4923 collection management 2018-10-23 12:16:27 -04:00
Kyle Spearrin 3d5ed8f66a make sure it has not been already shared 2018-10-23 10:37:56 -04:00
Kyle Spearrin db5855aa4b fixes and move to jslib share component 2018-10-23 10:29:05 -04:00
Cory ce7930bcc4 Added share functionality to cipher add-edit component (#758) 2018-10-23 09:25:44 -04:00
Kyle Spearrin adb3dc78ee remove analytics in favor of platform utils 2018-10-03 00:21:22 -04:00
Kyle Spearrin 89a448b12f platform utils for toasting 2018-10-02 23:33:56 -04:00
Kyle Spearrin 1873df7f20 clear page details on load 2018-09-27 10:52:01 -04:00
Kyle Spearrin e1c2fa3dca fix attachments component deps 2018-08-29 09:26:43 -04:00
Kyle Spearrin 6e39111217 allow attachments if can access premium 2018-08-29 09:21:38 -04:00
Kyle Spearrin 2bb3d27408 user canAccessPremium checks 2018-08-28 23:17:39 -04:00
Kyle Spearrin 50c94f587d implement notifications service 2018-08-20 17:40:39 -04:00
Kyle Spearrin d56dfab2fe popup search service to avoid background page marshalling 2018-08-16 23:33:07 -04:00
Kyle Spearrin bc0009a61c replaceState when searchtext param is read 2018-08-16 15:11:09 -04:00
Kyle Spearrin 4ab36bc8ee implement search service 2018-08-13 11:53:16 -04:00
Kyle Spearrin ada83aae8f use `navigator.clipboard` to copy text if available 2018-08-13 09:44:59 -04:00
Kyle Spearrin 55dab2cdba move updated and password history to box footer 2018-07-30 22:12:09 -04:00
Kyle Spearrin 8737f76edc updated dates and password history 2018-07-30 10:54:38 -04:00
Kyle Spearrin 975913fee0 cant download attachments on edge 2018-07-24 23:23:44 -04:00
Kyle Spearrin f14b4b89b9 toggle card code on add/edit 2018-06-18 17:25:22 -04:00
Neil Burrows 91eb676cf5 Masking Card Security Code in browser extension (#647)
Desktop Issue #78 (CreditCard Security Code is visible)
2018-06-13 12:34:11 -04:00
Kyle Spearrin 9d52b5db23 update jslib 2018-06-08 12:16:26 -04:00
Kyle Spearrin f998ec190d dont overwrite name and uri if already set 2018-06-06 14:45:05 -04:00
Kyle Spearrin 0fc5982f26 use true false value directive for boolean field 2018-06-06 14:30:26 -04:00
Kyle Spearrin fe94d0533b Revert "set focus manually before search text"
This reverts commit fee87030de.
2018-05-08 08:44:33 -04:00
Kyle Spearrin fee87030de set focus manually before search text 2018-05-08 08:35:17 -04:00
Kyle Spearrin 73013d51e0 input verbatim 2018-04-25 17:53:51 -04:00
Kyle Spearrin c67b63a452 refactor utils service to utils 2018-04-23 13:04:11 -04:00
Kyle Spearrin 97835f7627 detect chages on promise catch 2018-04-23 11:50:14 -04:00
Kyle Spearrin 613dfaafd0 from async for safari bug 2018-04-23 11:40:23 -04:00
Kyle Spearrin b40e51a7d1 safari totp copy workaround 2018-04-23 11:30:12 -04:00