Commit Graph

267 Commits

Author SHA1 Message Date
perf3ct 7f950765df
feat(webdav): create dedicated module for managing the mess that is WebDAV XML responses 2025-07-26 23:37:09 +00:00
perf3ct b2a39ee5f3
fix(db): try to increase the connection timeout to 30s to grab db connections? 2025-07-24 22:32:23 +00:00
perf3ct 1ec56e1743
fix(tests): resolve issues with compilation in tests 2025-07-24 17:02:38 +00:00
perf3ct ab4e5cf38c
feat(sync): create further comprehensive tests for testing our new "smart sync" functionality for managing directory etags 2025-07-22 20:32:59 +00:00
perf3ct 0e39ef607b
feat(webdav): move to tracking all subdirectory etags 2025-07-22 19:59:25 +00:00
perf3ct ac3b2e6f03
feat(webdav): also decrease log noise in webdav 2025-07-22 19:32:30 +00:00
perf3ct 1447f0c8db
feat(ingestion): change noisy log-lines to debug instead of info 2025-07-22 19:31:09 +00:00
perf3ct 0f39950de3
fix(upload): resolve upload hanging with comprehensive error handling and timeouts 2025-07-22 03:46:54 +00:00
perf3ct 47ce114ef4
fix(ocr): use proper failure reasons to avoid constraint violations in failed_documents table 2025-07-21 20:43:37 +00:00
perf3ct 80c4aec5e6
feat(tests): update default credentials for test db 2025-07-21 20:31:07 +00:00
perf3ct 74f9e0484c
fix(ci): add missing languages to ci 2025-07-21 19:50:06 +00:00
perf3ct 4e1b3e8d6c
fix(errors): swap the http response when deleting a user is restricted 2025-07-21 19:34:33 +00:00
perf3ct fb98d48377
feat(dev): let's just implement an entire error system while we're at it, since the tests are already broken 2025-07-20 03:38:13 +00:00
perf3ct 5b61252606
feat(ocr): get rid of managing TESSDATA_PREFIX 2025-07-20 02:23:06 +00:00
perf3ct 7312cec281
feat(api): implement custom error type for document interactions 2025-07-19 22:28:39 +00:00
perf3ct d075558e7b
fix(startup): also remove this now unused function check 2025-07-19 22:11:40 +00:00
perf3ct 438d2730f8
feat(api): provide better error responses when manipulating documents 2025-07-19 22:10:28 +00:00
perf3ct 4b655b8814
fix(startup): remove annoying function check output from startup 2025-07-19 21:41:26 +00:00
perf3ct 8f7d6becc1
feat(tests): try to fix the TESSDATA environment variable in tests, again 2025-07-18 21:15:16 +00:00
perf3ct d63e06ea40
feat(tests): resolve test issues to do with integration tests 2025-07-18 21:00:42 +00:00
perf3ct 65404a7cf9
fix(tests): resolve issue in languageselector component for frontend tests 2025-07-18 20:39:41 +00:00
perf3ct 0f5f2fdd6e
fix(tests): also fix the test utils 2025-07-18 20:03:38 +00:00
perf3ct 4baef92bc4
fix(tests): resolve issues in unit tests due to dep changes 2025-07-17 16:09:10 +00:00
perf3ct 79b37ea473
fix(client): resolve issues with showing user settings on debug pge 2025-07-15 16:20:30 +00:00
perf3ct 564c564613
feat(ocr): use ocrmypdf and pdftotext to get OCR layer if it already exists 2025-07-15 15:59:29 +00:00
perf3ct 3df5b5ef1d
fix(client): also resolve missing thumbnails 2025-07-15 15:57:14 +00:00
perf3ct 549c2f8a16
feat(dev): drop pdf_extract in favor of ocrmypdf 2025-07-15 14:50:17 +00:00
perf3ct a393bd030f
fix(tests): resolve issues in integration tests for the new multiple ocr languages 2025-07-14 21:28:55 +00:00
perf3ct fd152acb91
Merge branch 'feat/multiple-ocr-languages' of https://github.com/readur/readur into feat/multiple-ocr-languages 2025-07-14 19:33:51 +00:00
perf3ct 9d9488954c
feat(lang): update backend to support multiple languages at the same time during OCR 2025-07-14 19:33:43 +00:00
Jon Fuller 8edc4759f1
Merge branch 'main' into feat/multiple-ocr-languages 2025-07-14 11:29:46 -07:00
perf3ct b68c20e9d6
feat(dev): update references of readur to newer versions 2025-07-14 17:17:24 +00:00
perf3ct 9c051b6f55
feat(ocr): gracefully handle problematic PDFs in all the ways, create tests so that it doesn't happen again 2025-07-14 16:36:32 +00:00
perf3ct 1d7d1b8813
fix(tests): resolve some broken e2e tests? 2025-07-14 01:39:30 +00:00
perf3ct b048cfecee
fix(tests): resolve issue in compilation of tests due to multiple ocr languages 2025-07-13 17:26:06 +00:00
perf3ct 5671038bd1
fix(dev): merge main into feature 2025-07-13 17:15:59 +00:00
perf3ct 637ab076c0
fix(tests): fix urls used in test 2025-07-12 23:27:27 +00:00
perf3ct 28f4a2370d
fix(webdav): fix incorrect concatenation logic when building URLs 2025-07-12 23:26:19 +00:00
perf3ct f79b3647e6
fix(webdav): make sure to normalize URL for double slashes, trailing slashes, etc. 2025-07-12 23:15:14 +00:00
perfectra1n 895c43fc61 feat(client): add new frontend page for admins to view running config settings 2025-07-12 14:06:09 -07:00
perfectra1n cd358f63f2 fix(upload): resolve issue with Axum not having config values set 2025-07-12 14:04:54 -07:00
perf3ct e23d620a38
feat(server): rename queue-failed endpoint 2025-07-11 21:28:23 +00:00
perf3ct f18696d4f8
feat(server): gracefully manage requeue requests for the same document 2025-07-11 21:27:12 +00:00
perf3ct 40740634de
fix(server): don't log usernames to log file, I guess 2025-07-11 20:05:56 +00:00
perf3ct e5ae013ef4
fix(tests): also resolve document struct in this unit test 2025-07-11 17:50:49 +00:00
perf3ct bddc86694b
feat(tests): do tests pass now? 2025-07-11 00:39:12 +00:00
perf3ct 0b9eaedf59
feat(server): implement unit tests for source metadata extraction 2025-07-10 22:02:41 +00:00
perf3ct 59b4eb170c
feat(server): show source metadata EVEN better 2025-07-10 21:51:30 +00:00
perf3ct 4c4a593a1e
feat(server): show source metadata better, and implement tests 2025-07-10 21:40:16 +00:00
perf3ct c4c0bc3295
feat(server): updating the watcher.rs file to preserve source metadata 2025-07-10 21:18:08 +00:00