asch/fix-everything #188

Open
andras wants to merge 114 commits from asch/fix-everything into main
Owner

Server changes

  • use utc for server logs
  • make path sanitisation more robust
  • add rate-limiting to the server
  • add config validation
  • stop rewriting config every time
  • no more delete request body
  • stop accepting client supplied doc ids to allow for merging on create

Sync client changes

  • remove useless locking from safe filesystem
## Server changes - use utc for server logs - make path sanitisation more robust - add rate-limiting to the server - add config validation - stop rewriting config every time - no more delete request body - stop accepting client supplied doc ids to allow for merging on create ## Sync client changes - remove useless locking from safe filesystem
andras added 44 commits 2026-05-08 20:52:29 +01:00
wip again
Some checks failed
Check / build (pull_request) Failing after 9s
E2E tests / build (pull_request) Failing after 9s
Publish CLI / publish-docker (pull_request) Failing after 2m46s
Publish server Docker image / publish-docker (pull_request) Failing after 34m36s
3ba0b7a88b
andras force-pushed asch/fix-everything from 3ba0b7a88b to f2337dbbd0 2026-05-08 20:53:19 +01:00 Compare
andras added 2 commits 2026-05-08 21:57:03 +01:00
Delete github workflows
Some checks failed
Check / build (pull_request) Has been cancelled
E2E tests / build (pull_request) Has been cancelled
Publish CLI / publish-docker (pull_request) Has been cancelled
Publish server Docker image / publish-docker (pull_request) Has been cancelled
a62b56ec18
andras added 1 commit 2026-05-09 10:17:56 +01:00
Merge branch 'main' into asch/fix-everything
Some checks failed
Check / build (pull_request) Has been cancelled
E2E tests / build (pull_request) Has been cancelled
Publish CLI / publish-docker (pull_request) Has been cancelled
Publish server Docker image / publish-docker (pull_request) Has been cancelled
ddd7b02952
andras added 1 commit 2026-05-09 10:25:17 +01:00
Fix up
Some checks failed
Check / build (pull_request) Has been cancelled
E2E tests / build (pull_request) Has been cancelled
Publish CLI / publish-docker (pull_request) Has been cancelled
Publish server Docker image / publish-docker (pull_request) Has been cancelled
f53cd594c0
andras added 1 commit 2026-05-09 11:17:39 +01:00
Merge branch 'main' into asch/fix-everything
Some checks failed
Check / build (pull_request) Has been cancelled
E2E tests / build (pull_request) Has been cancelled
Publish CLI / publish-docker (pull_request) Has been cancelled
Publish server Docker image / publish-docker (pull_request) Has been cancelled
b8f7c0eda2
andras added 1 commit 2026-05-09 13:36:37 +01:00
Remove history-ui workspace and supporting server endpoints
Some checks failed
Check / build (pull_request) Has been cancelled
E2E tests / build (pull_request) Has been cancelled
Publish CLI / publish-docker (pull_request) Has been cancelled
Publish server Docker image / publish-docker (pull_request) Has been cancelled
7dc0f4316e
Splits history-ui out of asch/fix-everything into its own branch. This
commit removes from asch/fix-everything: the Svelte workspace under
frontend/history-ui, the three dedicated server endpoints (list_vaults,
fetch_vault_history, fetch_document_versions) and their router wiring,
the SPA asset embedding in index.rs, the rust-embed/mime_guess deps,
the build.rs dist-dir creation, the matching response types and
database methods (list_vaults, get_vault_stats, get_vault_history,
get_document_versions, VaultStats, VaultHistoryRow), and the TS mirror
types in sync-client.

Note: Cargo.lock, frontend/package-lock.json, and sync-server/.sqlx/
will need regeneration via `cargo build`, `npm install`, and
`cargo sqlx prepare` to clean up stale entries. The history-ui mentions
in CLAUDE.md and scripts/update-api-types.sh predate this branch (also
present on main) and were left as-is.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
andras added 1 commit 2026-05-09 14:48:52 +01:00
lock
Some checks failed
Check / build (pull_request) Has been cancelled
E2E tests / build (pull_request) Has been cancelled
Publish CLI / publish-docker (pull_request) Has been cancelled
Publish server Docker image / publish-docker (pull_request) Has been cancelled
e6fdd9b8e5
andras added 1 commit 2026-05-09 14:51:21 +01:00
Merge branch 'main' into asch/fix-everything
Some checks failed
Check / build (pull_request) Has been cancelled
E2E tests / build (pull_request) Has been cancelled
Publish CLI / publish-docker (pull_request) Has been cancelled
Publish server Docker image / publish-docker (pull_request) Has been cancelled
3a20a7c2f8
andras added 12 commits 2026-05-24 09:43:13 +01:00
Fix deletions
Some checks failed
Check / build (pull_request) Has been cancelled
E2E tests / build (pull_request) Has been cancelled
Publish CLI / publish-docker (pull_request) Has been cancelled
Publish server Docker image / publish-docker (pull_request) Has been cancelled
36695e9361
Some checks failed
Check / build (pull_request) Has been cancelled
E2E tests / build (pull_request) Has been cancelled
Publish CLI / publish-docker (pull_request) Has been cancelled
Publish server Docker image / publish-docker (pull_request) Has been cancelled
This pull request can be merged automatically.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin asch/fix-everything:asch/fix-everything
git checkout asch/fix-everything

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git checkout main
git merge --no-ff asch/fix-everything
git checkout asch/fix-everything
git rebase main
git checkout main
git merge --ff-only asch/fix-everything
git checkout asch/fix-everything
git rebase main
git checkout main
git merge --no-ff asch/fix-everything
git checkout main
git merge --squash asch/fix-everything
git checkout main
git merge --ff-only asch/fix-everything
git checkout main
git merge asch/fix-everything
git push origin main
Sign in to join this conversation.
No description provided.