Readur/src
Jon Fuller b095cb951f Merge pull request #55 from readur/feat/oidc-setup
feat(server): set up oidc system and migrations
2025-06-27 10:48:28 -07:00
..
bin feat(server): decrease logging verbosity for ingestion 2025-06-25 21:41:46 +00:00
db feat(oidc): fix oidc, tests, and everything in between 2025-06-27 05:03:27 +00:00
routes Merge pull request #55 from readur/feat/oidc-setup 2025-06-27 10:48:28 -07:00
tests fix(tests): resolve last OIDC test issues 2025-06-27 17:32: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): set up oidc system and migrations 2025-06-26 18:52:57 +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(server): decrease logging verbosity for ingestion 2025-06-25 21:41:46 +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): use poppler for pdf image generation 2025-06-26 20:39:42 +00:00
lib.rs feat(server): set up oidc system and migrations 2025-06-26 18:52:57 +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): set up oidc system and migrations 2025-06-26 18:52:57 +00:00
models.rs feat(server): set up oidc system and migrations 2025-06-26 18:52:57 +00:00
ocr.rs fix(server): catch pdf-extract spammy logs 2025-06-25 23:26:11 +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
oidc.rs feat(server): set up oidc system and migrations 2025-06-26 18:52:57 +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): implement better error for configuration issues 2025-06-25 19:37:16 +00:00
source_sync.rs feat(server): decrease logging verbosity for ingestion 2025-06-25 21:41:46 +00:00
swagger.rs feat(swagger): add a ton of docstrings to functions 2025-06-25 23:58:37 +00:00
test_utils.rs fix(tests): resolve some difficult race conditions in test 2025-06-27 05:08: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 fix(server): resolve compilation issues due to increased logging 2025-06-25 20:00:09 +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