Commit graph

172 commits

Author SHA1 Message Date
Kendall Werts
d35712e9f9 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
f981200921 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
85c403bef5 made some suggested changes 2020-01-23 13:47:45 -06:00
Kendall Werts
268c638508 added onboarding panel 2020-01-23 00:27:05 -06:00
Kendall Werts
61b5c2e4b2 updated tests to match new formatting" 2020-01-22 23:50:19 -06:00
Kendall Werts
3aa2902cde 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
d7b66eca52 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
60bfdffdd6 fixed race condition while upgrading containers and site assignments. 2020-01-15 16:54:24 -06:00
Kendall Werts
d7c0a3d9e1 Fixed infinite loop in updating uuid for identities. 2020-01-15 10:03:40 -06:00
Kendall Werts
a7d3d6d848 fixed linting 2020-01-14 11:21:19 -06:00
Kendall Werts
26028cac20 added UUIDs of containers to site assignments 2020-01-14 11:21:09 -06:00
Kendall Werts
33909d147a fixed cookiestoreIDmap 2020-01-14 11:21:09 -06:00
Kendall Werts
10d08f2ac9 changed confusing language on sync data check 2020-01-14 11:21:09 -06:00
Kendall Werts
5ae7a395a1 added some checks on sync and some error handling for bad site assignment info 2020-01-14 11:21:00 -06:00
Kendall Werts
9de6df6157 fixed bug that was showing all assigned site in the create new container panel 2020-01-14 11:20:51 -06:00
Kendall Werts
6184dbb656 fixed bug that was showing all assigned site in the create new container panel 2020-01-09 13:52:40 -06:00
Kendall Werts
34180aa2d5 worked on the duplicate bug 2020-01-08 23:38:01 -06:00
Kendall Werts
3a7744b41b wrote tests tests for browser use 2020-01-08 18:33:02 -06:00
Kendall Werts
53f7dc4915 added some tests in the browser html 2020-01-08 15:37:08 -06:00
Kendall Werts
53a901d023 saving to do some work 2020-01-08 13:32:02 -06:00
Kendall Werts
c522d36a66 error handling 2020-01-08 13:23:35 -06:00
Kendall Werts
f7b20f97b8 working with tests 2020-01-07 14:14:19 -06:00
Kendall Werts
d033292784 pulled in sync tests 2020-01-06 13:27:57 -06:00
Kendall Werts
0252f9d1c3 refactored runSync and following functions 2020-01-05 14:32:11 -06:00
Kendall Werts
19dce3ba45 refactor and fixed site assignment reconcilding 2020-01-05 14:32:11 -06:00
Kendall Werts
0bdf8558f6 Syncs deletion of site assignments and reassignments 2020-01-05 14:32:11 -06:00
Kendall Werts
0e45f06338 deletes containers, and adds and deletes site assignments. 2020-01-05 14:32:11 -06:00
Kendall Werts
063b7509bd removed awaits that were causing issues with error handling 2020-01-05 14:32:11 -06:00
Kendall Werts
136aa3ce0e wip: cleaning up storage before sync 2020-01-05 14:32:11 -06:00
Kendall Werts
a7f6659204 added check for uuid in updateUUID 2020-01-05 14:32:11 -06:00
Kendall Werts
f4024bba66 re-enabled listeners 2020-01-05 14:32:11 -06:00
Kendall Werts
e65c88cde2 updated with comments fixes from review 2020-01-05 14:32:11 -06:00
Kendall Werts
27225df281 added restore on previously synced browser 2020-01-05 14:32:11 -06:00
Kendall Werts
88e32fc72f added second run restore 2020-01-05 14:32:11 -06:00
Kendall Werts
d61ea16db1 broke up restoreFristRun 2020-01-05 14:32:11 -06:00
Kendall Werts
adc1f5ffe6 made some requested changes 2020-01-05 14:32:11 -06:00
Kendall Werts
e8f8123c4c combined getByContainer and getAllAssignedSites 2020-01-05 14:29:53 -06:00
Kendall Werts
9788e159ae cleanup of old code 2020-01-05 14:29:53 -06:00
Kendall Werts
d98d0f1697 a little linting, but not all the linting 2020-01-05 14:29:53 -06:00
Kendall Werts
efb83255fd syncs on first run 2020-01-05 14:29:53 -06:00
Kendall Werts
f5993add6f added uuids to contextualIdentities within MAC for comparison with other browsers 2020-01-05 14:29:53 -06:00
Kendall Werts
24c960bed0 first pass at container sync 2020-01-05 14:29:53 -06:00
stoically
426e81b88b
Fix eslint errors after bump to 6.6.0 (#1595)
* Bump eslint from 3.19.0 to 6.6.0

Bumps [eslint](https://github.com/eslint/eslint) from 3.19.0 to 6.6.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v3.19.0...v6.6.0)

Signed-off-by: dependabot[bot] <support@github.com>

* Fix (and suppress) eslint errors
2019-12-18 09:02:02 +01:00
Kendall Werts
f653b5420f fixed #1564: cleanup updates requested for bookmark context menu 2019-10-31 14:16:23 -05:00
luke crouch
f159e42029
Merge pull request #1539 from dnahol/1538-onboarding
added keyboard nav to onboarding popups
2019-10-25 13:34:56 -05:00
Dalia Nahol
3284bfd7f3
Merge branch 'master' into 1538-onboarding 2019-10-25 10:56:06 -07:00
luke crouch
da24febe6e
Merge branch 'master' into duplicated-tabs 2019-10-25 10:49:11 -05:00
luke crouch
3e5334e9b0
Merge pull request #1524 from dnahol/1009-arrows
added right and left arrow shortcuts for container submenu tabs
2019-10-25 10:42:57 -05:00
Oksana Melnik
c3da573722 cleanup 2019-10-25 08:08:04 +02:00
Dalia Nahol
f40fd82518
Merge branch 'master' into 1009-arrows 2019-10-24 20:32:09 -07:00