Commit graph

36 commits

Author SHA1 Message Date
c4da1426b1 Fix compile 2025-11-30 15:24:52 +00:00
c94d732f24 Fix resetting 2025-11-30 15:24:52 +00:00
d8058d396c Add awaitAll 2025-11-30 15:24:52 +00:00
17fa584ea1 use allSettled 2025-11-30 15:24:52 +00:00
83c15a77c3 Add 2 more settings from consts 2025-11-30 15:24:52 +00:00
91675ea99c Add remove event listener methods 2025-11-30 15:24:52 +00:00
9c3dedad76 Rename param 2025-11-30 15:24:52 +00:00
56c1f4d58b Restructure packages 2025-11-30 15:24:52 +00:00
c08feba0ad
Improve settings (#168)
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-11-19 19:53:10 +00:00
a36a24effc
Fix main & improve cursor sync (#101) 2025-08-25 17:15:52 +01:00
81b81e30ff
Use unknown return type for callbacks 2025-08-17 15:12:31 +01:00
e8b9bf40c5
Add API for propagating cursor locations (#61) 2025-06-08 20:20:52 +01:00
d59203b5b9
Improve vault history messages 2025-05-25 11:35:20 +01:00
383e2868c2
Small improvements 2025-05-24 13:56:06 +01:00
ceb217cda8
Add simple glob ignore patterns 2025-05-22 21:41:59 +01:00
96bf542b91
Keep updating the last seen id correctly 2025-04-08 23:02:41 +01:00
1aad0fce31
Add WebSocket support (#12) 2025-03-29 10:17:46 +00:00
bb015209a2
Fix build 2025-03-22 20:52:16 +00:00
acbc0c0e65
Improve server config setting section 2025-03-22 15:38:23 +00:00
6906bc4f5e
Avoid duplication from initial sync 2025-03-22 14:06:17 +00:00
2722f7c7fc
Stop exposing Syncer from SyncClient 2025-03-22 13:48:01 +00:00
e7ec41eafe
Remove deleted files from DB 2025-03-20 22:26:19 +00:00
136514d33a
Rename & make idempotent 2025-03-20 21:19:41 +00:00
e6563c99b0
Remove minimum log level 2025-03-20 20:59:49 +00:00
d772cda164
Use new settings API exposed directly through SyncClient 2025-03-20 20:44:03 +00:00
8b8f1d91d9
Fix syncing when network latency is present (#4)
* WIP

* Add debug

* Dedupe inserts

* Add deterministic ordering

* Fix whitespaces

* Update insta

* Add integration test script

* Rename

* Add test

* Working for non-deletes

* omg it mostly works for deletes

* Isdeleted fix

* remove created dates

* update api

* Take document id

* No max attempt

* works

* Use string uuids

* .

* working!!!! (hopefully)

* Improve bundling

* Add module

* lint

* .

* lint

* Fix CI

* use toolchain

* clean up

* Add useSlowFileEvents

* Delete fuzz

* Fix CI

* use docker

* fix script

* clean up

* Clean up

* change node version

* Build docker image on every commit

* fix ci

* 1 db per vault

* Add scritps folder

* Bump versions

* Lint

* .

* Fix tests for real

* Style

* .

* try

* Consistent ordering

* Fix tests

* hmm

* .

* Clean up diff

* Fixes

* .

* Fix version bump

* .

* .

* .
2025-03-16 20:13:49 +00:00
ab5336f567
Purge no-op history events 2025-03-01 17:58:19 +00:00
453f33817b
Add ensureConsistency to DB 2025-02-27 22:27:10 +00:00
d0302a72c3
Fix correctness issues 2025-02-25 22:18:47 +00:00
f6ee0b727b
Change DB move API 2025-02-25 20:38:20 +00:00
9f46af4a65
Fix persistence provider types 2025-02-23 10:43:28 +00:00
80ba346d46
Make less verbose 2025-02-23 10:11:30 +00:00
ca225a71be
Lint & format 2025-02-22 17:25:26 +00:00
3471a9c498
Stop Logger being a singleton 2025-02-22 15:11:59 +00:00
eb1ad9921a
Simplify API 2025-02-20 22:22:20 +00:00
614e4a780a
Extract settings from database 2025-02-19 21:32:40 +00:00