1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-16 16:23:44 +00:00
Commit Graph

42 Commits

Author SHA1 Message Date
Thomas Rittson
82138a08ff [Refactor] Use rxjs first instead of unsubscribe from queryParams (#2112)
* Use rxjs first instead of unsubscribe

* Update jslib
2021-10-15 07:58:59 +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
df8a253a7d fix linting, minor bugfix 2021-05-17 14:32:48 +10:00
Thomas Rittson
d4055a7613 Only show autofill options if enabled 2021-05-17 13:46:39 +10:00
arun
f556b2a207 Fixed Name & URI 1 Fields Populated Incorrectly when creating new Login in popout window (# 1816) 2021-05-05 13:59:42 -04:00
arun
8169922f84 Fixed Name & URI 1 Fields Populated Incorrectly when creating new Login in popout window (# 1816) 2021-05-04 13:55:10 -04:00
Vincent Salucci
61d7fcfc85 Fixed lint warnings (#1655) 2021-03-02 12:31:52 -06:00
Thomas Rittson
9b85b7ba68 Fix code style 2021-02-05 06:23:12 +10:00
Thomas Rittson
092110fd5f Close popout instead of navigating, style fixes 2021-01-15 16:04:35 +10:00
Thomas Rittson
bef1008b9d Open Attachments in popout on all browsers 2021-01-15 16:04:29 +10:00
Thomas Rittson
3844fdb959 Pop out attachments page on Firefox and Safari 2021-01-14 14:03:59 +10:00
Matt Gibson
0cd6efd67f Move share from edit to view. Fix animations (#1497)
* Move share from edit to view. Fix animations

Editing and Sharing a cipher simultaneously results in lost edits. Move
share button to the view page to resolve this confusion.

Previous routing caused the share form to be animated again on
submition, resulting in a stuttering page load. This method correctly
animates all transitions with the concession that the share page
always takes you back to the view page. This is not necessarily the current
behavior, but it is the most likely behavior in the current scheme

* Update jslib reference
2020-12-17 11:06:31 -06:00
Vincent Salucci
a1542f050d [Policy] Personal Ownership (#1481)
* Initial commit for personal ownership

* Removed TODO // Updated allowPersonalOwnership logic to include necessary org/user checks

* Fixed import order

* Updated jslib (dcbd09e -> 72bf18f)

* Fixed casing for error message
2020-12-09 14:11:25 -06:00
Chad Scharf
dbbd07641a Remove old IE Edge hacks 2020-09-15 10:50:45 -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
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
7bfb8d91e3 client events for edit page 2019-07-12 10:41:14 -04:00
Kyle Spearrin
6c7a0d90df addEditCipherInfo w/ collections from state 2019-06-24 21:12:52 -04:00
Kyle Spearrin
db43e247b9 optimizations 2019-05-10 14:10:40 -04:00
Kyle Spearrin
7653ce2234 null checks on query param sub 2019-01-16 23:30:39 -05:00
Kyle Spearrin
74e150116e update badge and menu on ciphers added/edited 2019-01-03 10:22:55 -05:00
Kyle Spearrin
fd5d47da7c unsub from queryParams observable 2018-12-20 10:20:57 -05:00
Kyle Spearrin
6627d29c7c pre-select org an collection on add 2018-10-30 08:56:38 -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
975913fee0 cant download attachments on edge 2018-07-24 23:23:44 -04:00
Kyle Spearrin
f998ec190d dont overwrite name and uri if already set 2018-06-06 14:45:05 -04:00
Kyle Spearrin
152fc981a1 manually focus search. only search on 2 characters 2018-04-18 15:49:17 -04:00
Kyle Spearrin
cfcb8653f7 edge browser adjustments 2018-04-14 14:56:30 -04:00
Kyle Spearrin
f01b9e9632 return Promise<boolean> from delete 2018-04-11 22:33:32 -04:00
Kyle Spearrin
d8ca3026cb on route if confirmed 2018-04-11 16:27:20 -04:00
Kyle Spearrin
72177644ad delete item button 2018-04-11 16:23:05 -04:00
Kyle Spearrin
f725aa9a60 cipher attachments 2018-04-11 13:51:09 -04:00
Kyle Spearrin
67ab9b1d3e move new app into popup folder 2018-04-10 21:54:20 -04:00