Commit Graph

19 Commits

Author SHA1 Message Date
1102df001c generic profile commands, modules need to implement ProfileManager
- no need to implement profile management commands for each module
- [todo] profile commands available when ProfileManager interface implemented
2023-01-31 22:21:39 +01:00
7aedcc7ee7 WIP detect modified folders + various bug fixes to folder scanning
- correctly handle spaces in folders
- better node tree traversal to build URL tags from folders/tags
- WIP detect changes in folder names and update that in local bk
2023-01-26 21:54:58 +01:00
97aa76288a test fixes 2023-01-11 13:29:35 +01:00
29fb93c98a handle modified folder names 2023-01-11 12:45:56 +01:00
6112e4094b firefox modified bookmarks tests 2023-01-11 12:14:10 +01:00
83aeb079f2 wip test finding changed bookmarks and Run() 2023-01-05 22:33:01 +01:00
f8e7e5d7b8 wip load modified bookmarks 2023-01-03 14:33:02 +01:00
d0817797c2 ff scan bookmarks DONE 2022-12-26 19:15:00 +01:00
9a152edd8c [refactor] more logic moved to shared mozilla package
- embedding sql query files
- dotsqlx loader helper from embedded files
2022-12-15 22:15:11 +01:00
a538541303 wip load ff bookmarks to tree 2022-12-15 03:22:54 +01:00
70e6ecc137 test scan urls into nodes + tag nodes 2022-12-11 23:06:49 +01:00
762414ce20 ff scan folders into tree + tests 2022-12-10 02:49:30 +01:00
5857f7e711 wip ff scan folders 2022-12-05 23:21:23 +01:00
4acef801f8 test bookmark scanning queries 2022-12-05 03:59:22 +01:00
e63fc24289 wip testing sql quries 2022-11-24 21:25:05 +01:00
435baebccf dot sqlx use Select - wip test loading bookmarks 2022-11-22 00:05:24 +01:00
d03cbaee50 ff: use sqlx struct scan and enhanced merged table query
- use a single query on places.sqlite to retrieve all necessary info to
  organize and parse bookmarks

- orangized queries using dotsql(x)
- test loading query using dotsql
- Parse bk last modified timestamp + test from places.sqlite millisecond epoch
2022-11-17 00:06:02 +01:00
03332e89cc wip test firefox queries and bookmark loading 2022-11-07 23:17:38 +01:00
03d30e6704 VERY MUCH WIP big refactoring into browser modules
- inspired from golang database package and caddyserver modules
- Migrating from class style to interfaces
- FIX: browser provisioning is broken, config is not ready when the
  browser module is registered.
2022-10-23 15:08:06 +02:00