Readur/src
perf3ct b6c1d18d88 fix(db): try to increase the connection timeout to 30s to grab db connections? 2025-07-24 22:32:23 +00:00
..
bin feat(ocr): use ocrmypdf and pdftotext to get OCR layer if it already exists 2025-07-15 15:59:29 +00:00
db fix(db): try to increase the connection timeout to 30s to grab db connections? 2025-07-24 22:32:23 +00:00
errors fix(errors): swap the http response when deleting a user is restricted 2025-07-21 19:34:33 +00:00
ingestion feat(ingestion): change noisy log-lines to debug instead of info 2025-07-22 19:31:09 +00:00
metadata_extraction feat(server): implement unit tests for source metadata extraction 2025-07-10 22:02:41 +00:00
models feat(lang): update backend to support multiple languages at the same time during OCR 2025-07-14 19:33:43 +00:00
monitoring fix(server): resolve import issues 2025-07-03 23:58:11 +00:00
ocr fix(ocr): use proper failure reasons to avoid constraint violations in failed_documents table 2025-07-21 20:43:37 +00:00
routes feat(webdav): move to tracking all subdirectory etags 2025-07-22 19:59:25 +00:00
scheduling feat(webdav): move to tracking all subdirectory etags 2025-07-22 19:59:25 +00:00
services feat(webdav): move to tracking all subdirectory etags 2025-07-22 19:59:25 +00:00
tests fix(tests): resolve issue in languageselector component for frontend tests 2025-07-18 20:39:41 +00:00
utils fix(server): resolve import issues 2025-07-03 23:58:11 +00:00
auth.rs feat(server): upgrade all versions and resolve breaking changes 2025-06-15 02:23:35 +00:00
config.rs fix(server): don't log usernames to log file, I guess 2025-07-11 20:05:56 +00:00
db_guardrails.rs fix(backend): lables handling 2025-06-19 19:47:49 +00:00
db_guardrails_simple.rs feat(server): create more DB guardrails, and lots of missing tests 2025-06-15 22:14:02 +00:00
lib.rs 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
main.rs fix(startup): also remove this now unused function check 2025-07-19 22:11:40 +00:00
metadata_extraction.rs feat(server): show source metadata EVEN better 2025-07-10 21:51:30 +00:00
oidc.rs fix(tests): move oidc tests to correct folder 2025-06-27 19:33:58 +00:00
seed.rs chore(server): remove unused system user 2025-06-19 00:41:01 +00:00
swagger.rs Merge branch 'main' into feat/multiple-ocr-languages 2025-07-14 11:29:46 -07:00
test_utils.rs 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
webdav_xml_parser.rs feat(server): show source metadata better, and implement tests 2025-07-10 21:40:16 +00:00