Commit graph

816 commits

Author SHA1 Message Date
luke crouch
68376e4ecf Merge pull request #1667 from mozilla/more-bugfixes
Made selector for keyboard shortcuts more specific to fix #1666
2020-02-28 10:39:28 -06:00
Kendall Werts
846e52df35 Made selector for keyboard shortcuts more specific to fix #1666
Bumped version for release
2020-02-28 10:19:42 -06:00
luke crouch
fdc6c1b21b Merge pull request #1663 from mozilla/bugfixes
Removed Enter Key Handler (fix for #1656, #1643, and #1637)
2020-02-27 14:44:34 -06:00
Kendall Werts
ab88c6b2c6 fix for #1656, #1643, and #1637
removes enter key listener in favor of focus highlighting to notify user that there
is keyboard navigation available for the onboarding panels. (enter key listener was added
 as keyboard navication for onboarding panels).

bumped version
2020-02-26 17:16:45 -06:00
luke crouch
5b2add003a Merge pull request #1635 from mozilla/pinned-tabs
Fix for #1632: Pinned tabs cannot be loaded as 'discarded'
2020-02-14 09:05:15 -06:00
Kendall Werts
f14b7149e9 bumped version 2020-02-13 17:26:31 -06:00
Kendall Werts
19b79b781b Fix for #1632: Pinned tabs cannot be loaded as 'discarded' 2020-02-13 16:54:18 -06:00
luke crouch
34dd1dc395 Merge pull request #1611 from kendallcorner/new-sync-file
Sync Feature
2020-02-11 08:36:02 -06:00
Kendall Werts
7937cc04ae upped version and added action badge 2020-02-10 17:09:20 -06:00
Kendall Werts
747859a56f fixed url for syn setup 2020-02-10 16:55:48 -06:00
Kendall Werts
5702b1e91b fixed tests 2020-02-10 16:00:47 -06:00
Kendall Werts
60826dc935 added second onboarding panel 2020-02-10 15:19:41 -06:00
Kendall Werts
d14db73430 updated readme 2020-02-10 12:38:57 -06:00
Kendall Werts
aac7fece72 added new oboarding panel 2020-02-10 12:38:45 -06:00
Kendall Werts
33043d47b9 changed window attachment of sync to be more clear 2020-02-10 12:38:17 -06:00
Kendall Werts
5a56a4dea8 moved test to mocha tests 2020-02-06 11:58:53 -06:00
Kendall Werts
1e9114a904 Merge pull request #1 from stoically/sync-tests
Add sync tests to mocha suite
2020-02-03 11:25:31 -06:00
Kendall Werts
3f89fc33aa fixed initial container sync entry dupe 2020-01-29 21:54:04 -06:00
stoically
f955f88bb2 Add sync tests to mocha suite 2020-01-28 11:33:20 +01:00
stoically
f36032bb1b Refactor tests to not rely on globals 2020-01-28 11:33:17 +01:00
Kendall Werts
c32dba347d verison bump for beta 2020-01-24 17:18:31 -06:00
Kendall Werts
d1221ca340 swapped cookieStoreId and storekey 2020-01-24 17:02:29 -06:00
Kendall Werts
889d3ac527 review fedback 2020-01-23 13:47:56 -06:00
Kendall Werts
210214f662 Update src/js/background/sync.js
Co-Authored-By: Jonathan Kingston <jonathan@jooped.co.uk>
2020-01-23 13:47:56 -06:00
Kendall Werts
10af9abe0d Update src/js/background/sync.js
Co-Authored-By: Jonathan Kingston <jonathan@jooped.co.uk>
2020-01-23 13:47:56 -06:00
Kendall Werts
f3dfd1d294 Update src/js/background/identityState.js
Co-Authored-By: Jonathan Kingston <jonathan@jooped.co.uk>
2020-01-23 13:47:56 -06:00
Kendall Werts
7700873582 made some suggested changes 2020-01-23 13:47:45 -06:00
Kendall Werts
bbcf2b0863 added onboarding panel 2020-01-23 00:27:05 -06:00
Kendall Werts
2e5239b64a updated tests to match new formatting" 2020-01-22 23:50:19 -06:00
Kendall Werts
26fd1e43c5 added on/off switch and expiration date on instanceKeys in sync
on/off is in settings.
when instanceKey date is 30 days old, it is deleted

fixed bug
2020-01-22 22:46:36 -06:00
Kendall Werts
d08be41ed6 added key to sync for each install of MAC.
Keeps a list of installed identities and site assignments of reach MAC install
2020-01-22 10:57:27 -06:00
Kendall Werts
649dc78455 bumped version for beta 2020-01-16 10:04:38 -06:00
Kendall Werts
d54fa0b658 fixed race condition while upgrading containers and site assignments. 2020-01-15 16:54:24 -06:00
Kendall Werts
df211aab57 Fixed infinite loop in updating uuid for identities. 2020-01-15 10:03:40 -06:00
Kendall Werts
c575d00aad fixed linting 2020-01-14 11:21:19 -06:00
Kendall Werts
76e884aee2 added UUIDs of containers to site assignments 2020-01-14 11:21:09 -06:00
Kendall Werts
18d6324c5a fixed cookiestoreIDmap 2020-01-14 11:21:09 -06:00
Kendall Werts
543599fb6e changed confusing language on sync data check 2020-01-14 11:21:09 -06:00
Kendall Werts
05b9e81b92 added some checks on sync and some error handling for bad site assignment info 2020-01-14 11:21:00 -06:00
Kendall Werts
1ee8742913 fixed bug that was showing all assigned site in the create new container panel 2020-01-14 11:20:51 -06:00
Kendall Werts
f95b2a7bec fixed bug that was showing all assigned site in the create new container panel 2020-01-09 13:52:40 -06:00
Kendall Werts
a762df723c worked on the duplicate bug 2020-01-08 23:38:01 -06:00
Kendall Werts
d459cc675f wrote tests tests for browser use 2020-01-08 18:33:02 -06:00
Kendall Werts
38e4c5bde7 added some tests in the browser html 2020-01-08 15:37:08 -06:00
Kendall Werts
b1a4332e0c saving to do some work 2020-01-08 13:32:02 -06:00
Kendall Werts
a47571166e error handling 2020-01-08 13:23:35 -06:00
Kendall Werts
e41dccab3d working with tests 2020-01-07 14:14:19 -06:00
Kendall Werts
8f0c2bbbad pulled in sync tests 2020-01-06 13:27:57 -06:00
stoically
4bcb908942 Feature test container sync initialization 2020-01-06 10:58:27 -06:00
Kendall Werts
07af32af92 package.json testing scripts 2020-01-06 10:50:00 -06:00