Readur/src
perf3ct fe56ecdb00 feat(server): implement queue system for ocr process as well, to fight resource exhaustion 2025-06-16 01:20:13 +00:00
..
bin feat(server): rewrite nearly everything to be async/follow best practices 2025-06-15 02:06:17 +00:00
routes feat(server): implement queue system for ocr process as well, to fight resource exhaustion 2025-06-16 01:20:13 +00:00
tests feat(server): implement queue system for ocr process as well, to fight resource exhaustion 2025-06-16 01:20:13 +00:00
auth.rs feat(server): upgrade all versions and resolve breaking changes 2025-06-15 02:23:35 +00:00
batch_ingest.rs feat(server): rewrite nearly everything to be async/follow best practices 2025-06-15 02:06:17 +00:00
config.rs feat(server): fix recursively scanning the uploads folder, and the quick search bar 2025-06-15 04:37:49 +00:00
db.rs feat(server/client): add pagination in client, resolve race condition in server 2025-06-15 21:48:59 +00:00
db_guardrails.rs feat(server): create more DB guardrails, and lots of missing tests 2025-06-15 22:14:02 +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
db_monitoring.rs feat(server): create more DB guardrails, and lots of missing tests 2025-06-15 22:14:02 +00:00
enhanced_ocr.rs feat(server/client): add lots of OCR tweaks 2025-06-15 21:24:06 +00:00
file_service.rs feat(server): rewrite nearly everything to be async/follow best practices 2025-06-15 02:06:17 +00:00
lib.rs feat(server): implement queue system for ocr process as well, to fight resource exhaustion 2025-06-16 01:20:13 +00:00
local_folder_service.rs feat(server/client): working s3 and local source types 2025-06-15 17:51:04 +00:00
main.rs feat(server): implement queue system for ocr process as well, to fight resource exhaustion 2025-06-16 01:20:13 +00:00
migrations.rs feat(migrations): improve migrations and split large SQL statements into smaller ones 2025-06-12 22:27:04 -07:00
models.rs feat(server/client): add lots of OCR tweaks 2025-06-15 21:24:06 +00:00
ocr.rs feat(server): fix migration not working 2025-06-14 22:57:43 +00:00
ocr_api.rs feat(server): fix migration not working 2025-06-14 22:57:43 +00:00
ocr_enhanced.rs feat(server): implement better ocr failure and guardrails 2025-06-14 22:13:04 +00:00
ocr_error.rs feat(server): implement better ocr failure and guardrails 2025-06-14 22:13:04 +00:00
ocr_health.rs feat(server): implement better ocr failure and guardrails 2025-06-14 22:13:04 +00:00
ocr_queue.rs feat(server): implement queue system for ocr process as well, to fight resource exhaustion 2025-06-16 01:20:13 +00:00
ocr_tests.rs feat(server): webdav download and ocr actually works 2025-06-15 01:12:01 +00:00
request_throttler.rs feat(server): implement queue system for ocr process as well, to fight resource exhaustion 2025-06-16 01:20:13 +00:00
s3_service.rs feat(server/client): working s3 and local source types 2025-06-15 17:51:04 +00:00
s3_service_stub.rs feat(server/client): working s3 and local source types 2025-06-15 17:51:04 +00:00
seed.rs feat(server): add role capability, and fix tests 2025-06-13 20:58:36 +00:00
source_scheduler.rs feat(server/client): add lots of OCR tweaks 2025-06-15 21:24:06 +00:00
source_sync.rs feat(server/client): add lots of OCR tweaks 2025-06-15 21:24:06 +00:00
swagger.rs feat(server/client): the /documents endpoint works again, and so does the watch folder...kinda 2025-06-13 15:53:19 +00:00
watcher.rs feat(server): I feel like I'm going to have to come back and fix this later 2025-06-15 04:58:22 +00:00
webdav_scheduler.rs feat(server): create 'sources' concept and move WebDAV settings page to it 2025-06-15 16:12:18 +00:00
webdav_service.rs feat(server): create 'sources' concept and move WebDAV settings page to it 2025-06-15 16:12:18 +00:00
webdav_xml_parser.rs feat(server): upgrade all versions and resolve breaking changes 2025-06-15 02:23:35 +00:00