Commit graph

12 commits

Author SHA1 Message Date
b5e528d8b8
Use middleware instead of manual auth checks 2025-04-04 21:47:19 +01:00
b3e98d32b6
Add vault-level access control 2025-03-29 12:25:15 +00:00
1aad0fce31
Add WebSocket support (#12) 2025-03-29 10:17:46 +00:00
e9c6f99df2
Give unique names to path params 2025-03-22 20:30:24 +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
f4a87d073a
Bump rust edition & reformat 2025-01-07 22:25:59 +00:00
0943681702
Move app state 2025-01-04 16:15:15 +00:00
65a42a18bf
Implement "since" query for fetch_latest_documents 2024-12-14 17:02:58 +00:00
f9dafdfc88
Make path params work with aide 2024-12-08 22:03:58 +00:00
49638e5aa7
Update formatting 2024-12-08 18:22:17 +00:00
dda356ea00
Add auth 2024-12-08 18:14:14 +00:00
d4b66508ee
Add endpoint handlers 2024-12-08 14:23:07 +00:00