Commit graph

42 commits

Author SHA1 Message Date
a2522ca44a
WIP 2025-03-02 10:25:38 +00:00
e493b98a24
Don't merge with existing document on create for correctness reasons 2025-02-26 23:11:46 +00:00
0111afd296
Extract & add test 2025-02-23 21:34:19 +00:00
c5a89f5205
Fix path deduping again 2025-02-23 14:12:42 +00:00
0ab89ccf01
Fix dedup logic 2025-02-23 13:56:37 +00:00
4ed2095fd6
Dedup renamed files 2025-02-23 12:30:59 +00:00
60181ae53f
Add fetch doc version endpoints 2025-01-14 21:41:11 +00:00
a9227fa5bb
Merge based on file type 2025-01-11 10:53:05 +00:00
72be6ba18b
Implement multipart upload endpoints 2025-01-07 22:29:13 +00:00
f4a87d073a
Bump rust edition & reformat 2025-01-07 22:25:59 +00:00
6d5b183a3c
Sanitize relative paths server-side 2025-01-04 16:16:54 +00:00
0943681702
Move app state 2025-01-04 16:15:15 +00:00
c41ce7ef68
Don't return content in response if it's unchanged 2025-01-04 12:32:18 +00:00
752efd7a27
Use new API 2025-01-03 22:30:46 +00:00
b074202ed8
No need to merge if the contents are equal 2025-01-03 18:25:00 +00:00
aeae75b541
Typo 2025-01-03 14:45:32 +00:00
2911b195f4
Don't create new doc if one already exists with the same content 2025-01-03 14:40:52 +00:00
ec9845577a
Add lints 2024-12-20 11:08:14 +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
5bea3c94c1
Add write transactions 2024-12-18 20:36:38 +00:00
cfeab3939f
Fix delete bug 2024-12-15 15:47:25 +00:00
c567cec656
Add back document ids 2024-12-15 11:45:53 +00:00
65a42a18bf
Implement "since" query for fetch_latest_documents 2024-12-14 17:02:58 +00:00
70471f5142
Go from per document to per vault version ids to allow "since" queries 2024-12-14 17:02:44 +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
10bc8c7099
Extract binary merging logic 2024-12-12 22:07:36 +00:00
7a8cca8fe7
Show auth success 2024-12-12 21:32:41 +00:00
0c3e74e2b8
Return existing doc in create if one with the same path already exists 2024-12-10 22:22:14 +00:00
30d998e437
Return content on update 2024-12-10 22:18:44 +00:00
a67bac63b6
Add ping endpoint 2024-12-10 21:36:32 +00:00
f9dafdfc88
Make path params work with aide 2024-12-08 22:03:58 +00:00
0c14a36da6
Make request objects camelCase 2024-12-08 22:03:35 +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
3f5409da60
Add DTOs 2024-12-08 14:25:12 +00:00
d4b66508ee
Add endpoint handlers 2024-12-08 14:23:07 +00:00