| .. |
|
bin
|
feat(server): rewrite nearly everything to be async/follow best practices
|
2025-06-15 02:06:17 +00:00 |
|
db
|
feat(server/client): implement feature of ignoring already deleted files, and add failed OCR queue tests
|
2025-06-24 17:20:33 +00:00 |
|
routes
|
fix(server): also fix these broken user isolation SQL statements
|
2025-06-24 17:43:58 +00:00 |
|
tests
|
feat(server/client): implement feature of ignoring already deleted files, and add failed OCR queue tests
|
2025-06-24 17:20:33 +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
|
feat(server/client): implement feature of ignoring already deleted files, and add failed OCR queue tests
|
2025-06-24 17:20:33 +00:00 |
|
models.rs
|
feat(server/client): implement feature of ignoring already deleted files, and add failed OCR queue tests
|
2025-06-24 17:20:33 +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 feature of ignoring already deleted files, and add failed OCR queue tests
|
2025-06-24 17:20:33 +00:00 |
|
test_utils.rs
|
feat(server/client): implement feature of ignoring already deleted files, and add failed OCR queue tests
|
2025-06-24 17:20:33 +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(webdav): move etag parser to own function, create required migration
|
2025-06-23 19:39:39 +00:00 |