Commit graph

713 commits

Author SHA1 Message Date
6292b01464
Hide sqlx folder 2025-05-22 21:39:54 +01:00
dependabot[bot]
2e2da3a46d
Bump chrono from 0.4.40 to 0.4.41 in /backend (#34)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-05-22 21:32:03 +01:00
dependabot[bot]
1ab93167de
Bump anyhow from 1.0.97 to 1.0.98 in /backend (#38)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-05-22 21:31:49 +01:00
8eba310e8b
Fix dependabot config 2025-05-22 21:10:03 +01:00
961032b24f
Keep content on delete 2025-05-22 21:08:18 +01:00
715bbc4d2e
Add user and device provenance colums 2025-05-22 21:05:26 +01:00
bfb522b2c7
Update dependabot 2025-05-22 20:25:21 +01:00
201d76da52
Merge branch 'main' of https://github.com/schmelczer/obsidian-shared-sync 2025-05-20 20:08:08 +01:00
ec610c77fb
Randomise slow file event length 2025-05-20 20:08:02 +01:00
dependabot[bot]
4001150414
Bump clap from 4.5.37 to 4.5.38 in /backend (#36)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-05-20 19:50:52 +01:00
dependabot[bot]
519be6e46d
Bump rust from 1.86 to 1.87 in /backend (#37)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-05-20 19:50:44 +01:00
dependabot[bot]
87ec86a3ad
Bump sqlx from 0.8.3 to 0.8.5 in /backend (#30)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-05-14 22:16:18 +01:00
7776b69a0b
Update API types 2025-05-14 22:15:57 +01:00
0093d6132b
Bump versions to 0.3.13 2025-05-14 22:14:50 +01:00
45f9f37d0f
Make startup deletion check more robust 2025-05-14 22:14:34 +01:00
8f97e8e656
Bump versions to 0.3.12 2025-05-11 22:25:35 +01:00
de346b9fcf
Add sync status inside editor 2025-05-11 22:25:19 +01:00
8b22549f5e
Expose sync status per file 2025-05-11 22:24:43 +01:00
c9bf983f95
Merge branch 'main' of https://github.com/schmelczer/obsidian-shared-sync 2025-05-11 21:04:32 +01:00
1598e3c4d5
Handle syncing with selections 2025-05-11 15:50:24 +01:00
dependabot[bot]
5baf92b2ee
Bump clap from 4.5.35 to 4.5.37 in /backend (#32)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-05-11 14:53:02 +01:00
35bb7f2405
Fix cursor movement on shortened deletes and refactor 2025-04-13 23:06:07 +01:00
e2edc076b9
Bump versions to 0.3.11 2025-04-13 22:23:53 +01:00
23684c982e
Add comment 2025-04-13 22:23:35 +01:00
438f0b4d97
Fix out of bounds cursor checking 2025-04-13 22:23:28 +01:00
7c081e8939
Fix out of bounds cursors in case of trailing delete 2025-04-13 22:21:38 +01:00
78525cef45
Fix tests ignoring overflowing cursors 2025-04-13 22:21:19 +01:00
535b76bb71
Fix E2E 2025-04-13 22:06:35 +01:00
a82ed701ef
Bump versions to 0.3.10 2025-04-13 21:27:16 +01:00
b26552fc1f
Update API types 2025-04-08 23:05:06 +01:00
96bf542b91
Keep updating the last seen id correctly 2025-04-08 23:02:41 +01:00
f63d3dd830
Add websocket message type 2025-04-08 23:01:08 +01:00
0abd50ac0c
Add force setting to MinCovered 2025-04-08 23:00:44 +01:00
dc124ace20
Sort latest updates ascending 2025-04-08 22:23:01 +01:00
33fd127cf6
Take last_seen_vault_update_id as a WS message instead of query parameter 2025-04-08 22:22:37 +01:00
bda5f37385
Add min covered 2025-04-08 22:21:22 +01:00
1bd9331bfa
Fix E2E error 2025-04-08 20:45:42 +01:00
82e41e5b4e
Check in package.json for dependabot 2025-04-08 20:42:06 +01:00
dependabot[bot]
32fec24e04
Bump clap from 4.5.32 to 4.5.35 in /backend (#26)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-04-08 20:34:28 +01:00
dependabot[bot]
3095ec6876
Bump thiserror from 1.0.69 to 2.0.12 in /backend (#27)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-04-08 20:34:17 +01:00
af0d05a5bc
Merge branch 'main' of https://github.com/schmelczer/obsidian-shared-sync 2025-04-07 23:14:23 +01:00
fd6f40d72c
Bump versions to 0.3.9 2025-04-07 23:14:00 +01:00
3ec6bd4d5b
Allow overriding WebSocket implementation and add flaky version for testing 2025-04-07 23:13:45 +01:00
dependabot[bot]
bf283bbe7c
Bump schemars from 0.8.21 to 0.8.22 in /backend (#25)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-04-07 22:34:23 +01:00
74a8060246
Always normalise vaultId and trim token 2025-04-07 22:29:23 +01:00
04a24d0b38
Normalise settings values 2025-04-07 22:28:39 +01:00
51f69a39af
Add utils module 2025-04-07 22:26:16 +01:00
ff02fee6a5
Random case vaultId 2025-04-07 22:23:53 +01:00
a86a056888
Fix history ordering 2025-04-07 20:22:30 +01:00
637aa523c6
Merge branch 'main' of https://github.com/schmelczer/obsidian-shared-sync 2025-04-06 16:46:30 +01:00