perf3ct
|
8cea916abf
|
feat(server): allow also completed documents to be retried
|
2025-07-02 18:15:41 +00:00 |
perf3ct
|
6bdd6f4a56
|
feat(server): implement DEBUG environment variable
|
2025-07-02 17:57:57 +00:00 |
perf3ct
|
d4b57d2ae0
|
feat(server/client): implement retry functionality for both successful and failed documents
|
2025-07-02 00:06:47 +00:00 |
perf3ct
|
6a23a407bf
|
feat(client): update swagger ui endpoints
|
2025-07-01 20:54:45 +00:00 |
perf3ct
|
231f88f038
|
feat(debug): debug page actually works and does something
|
2025-07-01 00:15:48 +00:00 |
perf3ct
|
9e43df2fbe
|
feat(server/client): add metadata to file view
|
2025-06-30 19:13:16 +00:00 |
perf3ct
|
fef28a33c6
|
feat(server): continue to try to wrangle the failed and ignored documents
|
2025-06-29 23:27:51 +00:00 |
perf3ct
|
84577806ef
|
feat(server/client): add failed_documents table to handle failures, and move logic of failures
|
2025-06-28 20:52:58 +00:00 |
perfectra1n
|
582617ab88
|
fix(server/client): fix incorrect OCR measurements
|
2025-06-27 20:23:59 -07:00 |
perf3ct
|
aacfc96825
|
feat(server/client): implement button deleting low confidence documents (e.g. documents that have no text)
|
2025-06-27 22:16:38 +00:00 |
perf3ct
|
9a8bf72ff7
|
feat(server): reorganize components into their own modules and fix imports
|
2025-06-27 18:27:42 +00:00 |
perf3ct
|
05a1a07494
|
fix(server): also fix these broken user isolation SQL statements
|
2025-06-24 17:43:58 +00:00 |
perf3ct
|
3f3654c3cb
|
fix(server): resolve lack of user isolation
|
2025-06-24 17:28:28 +00:00 |
perf3ct
|
a0e75d4619
|
feat(server/client): implement feature of ignoring already deleted files, and add failed OCR queue tests
|
2025-06-24 17:20:33 +00:00 |
perf3ct
|
8ae976eda8
|
feat(tests): resolve failing and ignored tests
|
2025-06-20 18:37:52 +00:00 |
perf3ct
|
2c2d948aa2
|
fix(documents): remove old code in favor of document ingestion engine
|
2025-06-20 17:18:00 +00:00 |
perf3ct
|
eec1072677
|
Merge branch 'main' into feat/document-deletion
|
2025-06-20 17:11:26 +00:00 |
perf3ct
|
ac069de5bc
|
feat(ingestion): create ingestion engine to handle document creation, and centralize deduplication logic
|
2025-06-20 16:24:26 +00:00 |
aaldebs99
|
1507532083
|
feat(everything): Add document deletion
|
2025-06-20 03:49:16 +00:00 |
aaldebs99
|
4dd9162415
|
fix(frontend): label writing and fetching logic
|
2025-06-20 01:32:32 +00:00 |
perf3ct
|
80d58b0f28
|
feat(server/client): implement updated FailedOcrPage, duplicate management, and file hashing
|
2025-06-17 16:17:23 +00:00 |
perf3ct
|
58aaedf4a6
|
feat(server): add hash for documents
|
2025-06-17 15:41:42 +00:00 |
perf3ct
|
b2a7faaddb
|
feat(server): create specific endpoint for fetching documents, fix client being served again
|
2025-06-17 04:05:57 +00:00 |
perf3ct
|
7eb036b153
|
feat(client/server): create endpoint for fetching individual files, and fix client not serving files
|
2025-06-17 03:38:16 +00:00 |
perf3ct
|
479c62a4f1
|
feat(client/server): advanced search, along with fixing build errors
|
2025-06-17 02:56:59 +00:00 |
perf3ct
|
af7129da0a
|
feat(server/client): fix thumbnails and quick search
|
2025-06-16 17:40:53 +00:00 |
perf3ct
|
fe56ecdb00
|
feat(server): implement queue system for ocr process as well, to fight resource exhaustion
|
2025-06-16 01:20:13 +00:00 |
perf3ct
|
5b88c92937
|
feat(server/client): add pagination in client, resolve race condition in server
|
2025-06-15 21:48:59 +00:00 |
perf3ct
|
b21f2684bc
|
feat(server/client): add lots of OCR tweaks
|
2025-06-15 21:24:06 +00:00 |
perf3ct
|
7feec817d0
|
feat(server): fix recursively scanning the uploads folder, and the quick search bar
|
2025-06-15 04:37:49 +00:00 |
perf3ct
|
0ae562f4c3
|
feat(server): fix breaking changes in deps, take 2
|
2025-06-15 04:08:34 +00:00 |
perf3ct
|
d21e51436b
|
feat(server): rewrite nearly everything to be async/follow best practices
|
2025-06-15 02:06:17 +00:00 |
perf3ct
|
63b322ac7a
|
feat(server): add role capability, and fix tests
|
2025-06-13 20:58:36 +00:00 |
perf3ct
|
725105d62f
|
feat(migrations): add missing migrations and fix metrics endpoint
|
2025-06-13 15:55:30 +00:00 |
perf3ct
|
00b2bfe22c
|
feat(server/client): the /documents endpoint works again, and so does the watch folder...kinda
|
2025-06-13 15:53:19 +00:00 |
perfectra1n
|
1f50004d66
|
feat(client/server): add swagger-ui, improve search bar
|
2025-06-12 21:46:41 -07:00 |
perfectra1n
|
0abc8f272a
|
feat(client): update the search functionality
|
2025-06-12 21:31:46 -07:00 |
perf3ct
|
90599eed74
|
feat(server): implement queue system
|
2025-06-12 20:34:51 +00:00 |
perf3ct
|
3ba0dd1c14
|
feat(server): improve settings page and settings
|
2025-06-12 18:49:08 +00:00 |
perfectra1n
|
aa8af7e018
|
feat(server/client): also update the tests and settings pages
|
2025-06-11 21:58:25 -07:00 |
perf3ct
|
b88774272d
|
Initial commit to setup repo via Fish
|
2025-06-11 23:04:21 +00:00 |