Commit graph

25 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
baba8f82bf
Take config path as input 2025-03-24 21:57:56 +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
60181ae53f
Add fetch doc version endpoints 2025-01-14 21:41:11 +00:00
72be6ba18b
Implement multipart upload endpoints 2025-01-07 22:29:13 +00:00
0943681702
Move app state 2025-01-04 16:15:15 +00:00
3560febc3f
Add description and default schema 2025-01-02 11:35:45 +00:00
782690bd79
Add request logs 2024-12-20 16:10:17 +00:00
bdd8650ba7
Add ctrl+c handler 2024-12-18 22:37:42 +00:00
2d5c91a5ef
More lints 2024-12-18 22:27:25 +00:00
1e1dd7b877
Apply more lints 2024-12-18 22:14:09 +00:00
0c92bf959b
Make lints pass 2024-12-18 21:54:58 +00:00
da0e5f7373
Enable more lints 2024-12-18 21:33:30 +00:00
c567cec656
Add back document ids 2024-12-15 11:45:53 +00:00
fe8d236948
Extract responses 2024-12-14 16:48:31 +00:00
fe7ff5349d
Replace document_id with relative path 2024-12-14 14:59:29 +00:00
a67bac63b6
Add ping endpoint 2024-12-10 21:36:32 +00:00
69babdf5a3
Add CORS 2024-12-08 22:02:34 +00:00
49638e5aa7
Update formatting 2024-12-08 18:22:17 +00:00
dda356ea00
Add auth 2024-12-08 18:14:14 +00:00
1e1934b492
Add create document endpoint 2024-12-08 17:17:02 +00:00
d5a5367e1e
Add OpenAPI docs 2024-12-08 15:15:10 +00:00
d4b66508ee
Add endpoint handlers 2024-12-08 14:23:07 +00:00