Readur/src
perf3ct 33ae814a43 fix(tests): also fix unit tests 2025-06-22 21:31:11 +00:00
..
bin feat(server): rewrite nearly everything to be async/follow best practices 2025-06-15 02:06:17 +00:00
db feat(everything): Add document deletion 2025-06-20 03:49:16 +00:00
routes feat(tests): resolve admin integration test issues 2025-06-22 17:28:45 +00:00
tests fix(tests): also fix unit tests 2025-06-22 21:31:11 +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(ingestion): have everything use the document ingestion engine 2025-06-20 16:53:06 +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 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
db_monitoring.rs feat(server): create more DB guardrails, and lots of missing tests 2025-06-15 22:14:02 +00:00
document_ingestion.rs feat(ingestion): create ingestion engine to handle document creation, and centralize deduplication logic 2025-06-20 16:24:26 +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 fix(deletion): properly handle concurrent deletion requests 2025-06-20 18:40:24 +00:00
lib.rs feat(ingestion): create ingestion engine to handle document creation, and centralize deduplication logic 2025-06-20 16:24:26 +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 Merge branch 'main' into feat/document-labels 2025-06-19 11:32:03 -07: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 fix(tests): repair the label tests 2025-06-20 18:10:27 +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(ingestion): have everything use the document ingestion engine 2025-06-20 16:53:06 +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(ingestion): have everything use the document ingestion engine 2025-06-20 16:53:06 +00:00
webdav_scheduler.rs feat(ingestion): have everything use the document ingestion engine 2025-06-20 16:53:06 +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