Readur/src
aaldebs99 3cf1b8cd73 fix(server): static file routes 2025-06-19 18:29:52 +00:00
..
bin feat(server): rewrite nearly everything to be async/follow best practices 2025-06-15 02:06:17 +00:00
db feat(client): update failedOcr page for duplicates 2025-06-17 16:52:45 +00:00
routes feat(server/client): implement updated FailedOcrPage, duplicate management, and file hashing 2025-06-17 16:17:23 +00:00
tests feat(tests): fix the vast majority of both server and client tests 2025-06-17 22:06:12 +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): add hash for documents 2025-06-17 15:41:42 +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_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): break up large db.rs file into multiple files, and add more PDF guardrails 2025-06-17 00:25:21 +00:00
error_management.rs feat(server): break up large db.rs file into multiple files, and add more PDF guardrails 2025-06-17 00:25:21 +00:00
file_service.rs feat(server): add hash for documents 2025-06-17 15:41:42 +00:00
lib.rs feat(tests): fix the vast majority of both server and client tests 2025-06-17 22:06:12 +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 fix(server): static file routes 2025-06-19 18:29:52 +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(tests): resolve last test issues 2025-06-17 22:14:38 +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 fix(ocr_queue): don't slam the DB while we wait 2025-06-17 14:45:44 +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(tests): fix the vast majority of both server and client tests 2025-06-17 22:06:12 +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 chore(server): remove unused system user 2025-06-19 00:41:01 +00:00
source_scheduler.rs feat(server): try to resume syncs after server restart 2025-06-16 23:21:43 +00:00
source_sync.rs feat(server): add hash for documents 2025-06-17 15:41:42 +00:00
swagger.rs feat(server/client): implement updated FailedOcrPage, duplicate management, and file hashing 2025-06-17 16:17:23 +00:00
test_utils.rs feat(tests): fix the vast majority of both server and client tests 2025-06-17 22:06:12 +00:00
watcher.rs feat(server): add hash for documents 2025-06-17 15:41:42 +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