Commit graph

76 commits

Author SHA1 Message Date
042233c4d7 split: server websocket + cursors
src/server/websocket.rs handshake/catch-up rewrite, app_state/cursors.rs,
app_state/websocket/{broadcasts,models,utils}.rs.
2026-05-08 21:35:52 +01:00
4ba439b874 split: server REST endpoints + rate limiting
server.rs router rewrite, auth.rs, device_id_header.rs, requests.rs,
responses.rs, plus per-endpoint changes: create/update/delete_document,
fetch_document_version{,_content,s}, fetch_latest_documents, index.rs.
Adds: fetch_vault_history, list_vaults, rate_limit (new files).
2026-05-08 21:35:41 +01:00
2d5edc6ec5 split: server database (app_state, migrations, models)
src/app_state.rs, src/app_state/database.rs (large schema/query rewrite),
two new migrations (add_idempotency_key, add_creation_vault_update_id),
and src/app_state/database/models.rs.
2026-05-08 21:35:30 +01:00
a9ce09b59d split: server foundation (Cargo, config, errors, utils, main)
Cargo.{toml,lock} bumps, build.rs, config-e2e.yml, rust-toolchain.toml,
src/config/* (database/logging/server/user configs), src/consts.rs,
src/errors.rs, src/main.rs, and src/utils/* (dedup_paths,
find_first_available_path, rotating_file_writer, sanitize_path).
2026-05-08 21:35:18 +01:00
9a75569e83 Bump versions to 0.14.0 2025-12-14 23:31:40 +00:00
079cd26faa Bump versions to 0.13.1 2025-12-11 22:10:21 +00:00
9ac7fdbeb7
Improve CI (#181) 2025-12-10 22:03:13 +00:00
e2b24725ef Bump versions to 0.13.0 2025-12-07 19:29:15 +00:00
ce6d44f26b Add log line 2025-12-07 16:42:23 +00:00
78a706ab8d Move log level to config file 2025-12-07 16:42:23 +00:00
8439bd8b92 Delete temp folder before test 2025-12-07 16:42:23 +00:00
b05e415acf Apply editorconfig 2025-12-07 16:42:23 +00:00
e6bfefd2d5 Fix file creation deduplication 2025-12-07 16:42:23 +00:00
07cb8491e2 Bump versions to 0.12.0 2025-12-06 22:21:55 +00:00
aca1ca50a4 Update reconcile to 0.8.0 2025-12-06 22:20:31 +00:00
2885026d2f Remove serde_with and use human serde instead 2025-12-06 22:14:20 +00:00
e6f7543114 Fix broken endpoint 2025-12-06 22:01:01 +00:00
ea603f83fd Fix HTTP method of the server 2025-12-06 21:25:30 +00:00
dependabot[bot]
e98f7acefa
Bump log from 0.4.27 to 0.4.28 in /sync-server (#170)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-12-03 22:32:39 +00:00
8e336cb0f3 Bump versions to 0.11.1 2025-12-02 20:46:41 +00:00
89e3b61766 Fix release 2025-12-02 20:44:20 +00:00
215c024876 Bump versions to 0.11.0 2025-11-30 15:26:40 +00:00
89565e23f3 Log deduping 2025-11-30 15:24:52 +00:00
952e89343a Don't broadcast without clients 2025-11-30 15:24:52 +00:00
84f077f36b Improve logging 2025-11-30 15:24:52 +00:00
4456767ec4 Clean up 2025-11-30 15:24:52 +00:00
e635e84aa4 Close unsued databases 2025-11-30 15:24:52 +00:00
3ed2e4f666 Add api version check to client 2025-11-30 15:24:52 +00:00
c3cbde052a Add server config for mergable extensions 2025-11-30 15:24:52 +00:00
7008c54e2e Run check.sh 2025-11-30 15:24:52 +00:00
72ad82ab83 Fix dotfile handling 2025-11-30 15:24:52 +00:00
aa3c587002 Dedup paths on create document 2025-11-30 15:24:52 +00:00
dependabot[bot]
812eb7a644
Bump tracing-subscriber from 0.3.19 to 0.3.20 in /sync-server (#146)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-11-22 12:39:48 +00:00
72bae2d93e Bump versions to 0.10.1 2025-11-19 22:40:36 +00:00
c08feba0ad
Improve settings (#168)
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-11-19 19:53:10 +00:00
e75298c4f1 Bump versions to 0.10.0 2025-11-16 22:10:42 +00:00
be1635c26e
Improve network usage for small text changes (#166) 2025-11-16 22:10:22 +00:00
dependabot[bot]
1da17c462e
Bump anyhow from 1.0.98 to 1.0.100 in /sync-server (#150)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-11-02 17:54:12 +00:00
dependabot[bot]
04034b85da
Bump regex from 1.11.1 to 1.12.2 in /sync-server (#152)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-11-02 17:53:01 +00:00
dependabot[bot]
c3773a2a7a
Bump tokio from 1.47.1 to 1.48.0 in /sync-server (#151)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-11-02 17:52:52 +00:00
dependabot[bot]
33a24c3a77
Bump serde_with from 3.15.0 to 3.15.1 in /sync-server (#153)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-11-02 17:52:27 +00:00
dependabot[bot]
0a7b8568e8
Bump rust from 1.90-slim-trixie to 1.91-slim-trixie in /sync-server (#156)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-11-02 17:52:18 +00:00
cd57ea6682
Add log rotation to server & UI improvements (#157) 2025-11-02 17:52:04 +00:00
4fce317dea Bump versions to 0.9.2 2025-10-21 22:47:34 +01:00
4704d258ea Bump versions to 0.9.1 2025-10-21 22:46:25 +01:00
90752e687a
Add local CLI (#144) 2025-10-21 22:45:47 +01:00
a31c2d87b5 Bump versions to 0.9.0 2025-10-20 20:26:14 +01:00
1ddba47b80
Fix folder deletion (#140) 2025-10-20 20:24:35 +01:00
aa73a5d718 Bump versions to 0.8.3 2025-10-19 15:03:45 +01:00
90abf5ab14 Fix lint 2025-10-19 14:57:49 +01:00