Commit graph

151 commits

Author SHA1 Message Date
02f32e894a
Return user name for cursors rather than device 2025-06-07 22:13:40 +01:00
4f691b33a4
Fix type serialisation 2025-06-07 21:37:44 +01:00
7956a92bec
Remove openapi from frontend 2025-06-07 21:33:47 +01:00
ebbececdc9
Nicer log line on ws disconnect 2025-06-07 17:15:56 +01:00
4ca55768c5
Remove aide 2025-06-07 17:15:35 +01:00
0908a5b527
Remove cursor for disconnected client 2025-06-07 12:09:34 +01:00
a628ff348e
Send spans instead of indexes 2025-06-07 11:32:20 +01:00
1475a549d4
Always write config 2025-06-07 11:31:41 +01:00
ffb1637183
Merge log lines 2025-06-07 11:31:28 +01:00
b60cb0104b
Make cursor broadcast configurable 2025-06-07 11:31:14 +01:00
2cdf2ba74e
Serialize Rust types to TS 2025-06-01 09:51:06 +01:00
eb1cc61042
Implement cursor broadcasting backend 2025-06-01 09:50:52 +01:00
0f5bfa3d5e
Validate user config 2025-05-24 18:45:33 +01:00
287a4e15b4
Merge branch 'main' of https://github.com/schmelczer/obsidian-shared-sync 2025-05-24 11:17:40 +01:00
ffeec19ca7
Include content size in response 2025-05-24 11:17:34 +01:00
dependabot[bot]
d73f2a0009
Bump sqlx from 0.8.5 to 0.8.6 in /backend (#44)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-05-23 23:08:31 +01:00
dependabot[bot]
b5a6c6a993
Bump clap-verbosity-flag from 3.0.2 to 3.0.3 in /backend (#41)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-05-23 23:08:13 +01:00
0295b5633f
Allow deleting non-existent files 2025-05-23 21:56:39 +01:00
70fe45a09d
Rename user-agent header to device-id 2025-05-22 22:24:30 +01:00
bbb2adce63
Update REAMDE 2025-05-22 21:40:40 +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
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
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]
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
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
f63d3dd830
Add websocket message type 2025-04-08 23:01:08 +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
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]
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
51f69a39af
Add utils module 2025-04-07 22:26:16 +01:00
dependabot[bot]
3238d7b819
Bump tokio from 1.44.1 to 1.44.2 in /backend (#23)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-04-06 16:28:25 +01:00
dependabot[bot]
4cdc11cd50
Bump aide from 0.13.4 to 0.13.5 in /backend (#24)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-04-06 16:27:56 +01:00
f8b0501eea
Fix E2E tests 2025-04-06 13:55:27 +01:00
648db73628
Add device id and use it to filter out updates coming from the same device 2025-04-04 23:13:50 +01:00
3881f56b45
Bump rust deps 2025-04-04 21:58:05 +01:00
0e53631cc8
Format 2025-04-04 21:48:27 +01:00
b5e528d8b8
Use middleware instead of manual auth checks 2025-04-04 21:47:19 +01:00
fb71460fc3
Turn auth into a middleware 2025-04-04 21:46:08 +01:00
9a0b8a07bf
Add response_timeout_seconds config 2025-04-04 21:19:54 +01:00
1f9728d893
Add cursor moving (#19) 2025-04-02 22:06:38 +01:00
dependabot[bot]
29d8779786
Bump sqlx from 0.8.2 to 0.8.3 in /backend (#20)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-04-02 20:10:25 +01:00
0311883a16
Fix lint 2025-03-29 14:04:06 +00:00
81c4cc991c
Print init errors 2025-03-29 12:25:24 +00:00
b3e98d32b6
Add vault-level access control 2025-03-29 12:25:15 +00:00
dependabot[bot]
44ab720b1d
Bump tokio from 1.42.0 to 1.44.1 in /backend (#14)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-03-29 10:18:35 +00:00
dependabot[bot]
cb5e930399
Bump anyhow from 1.0.94 to 1.0.97 in /backend (#13)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-03-29 10:18:24 +00:00