Commit Graph

116 Commits

Author SHA1 Message Date
Jon Fuller a8c6660450
Merge branch 'main' into feat/delete-low-confidence-documents 2025-06-27 15:17:50 -07:00
perf3ct a642eec3ce
feat(server/client): implement button deleting low confidence documents (e.g. documents that have no text) 2025-06-27 22:16:38 +00:00
perf3ct fc0324da80
feat(client/server): add a new badge for each source that shows the number of documents stored from each source 2025-06-27 21:32:50 +00:00
perf3ct cdad6477ed
feat(server): reorganize components into their own modules and fix imports 2025-06-27 18:27:42 +00:00
Jon Fuller c8f4886fc6
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
perf3ct 72708a05f3
feat(oidc): fix oidc, tests, and everything in between 2025-06-27 05:03:27 +00:00
perf3ct 2c39f96dcf
fix(metrics): fix broken prometheus metrics 2025-06-26 22:14:42 +00:00
perf3ct daac9599b8
feat(metrics): add more prometheus metrics, and create grafana dashboard 2025-06-26 21:14:00 +00:00
perf3ct 10d9a1a661
feat(server): set up oidc system and migrations 2025-06-26 18:52:57 +00:00
perf3ct 6f4c4dae8b
feat(swagger): add a ton of docstrings to functions 2025-06-25 23:58:37 +00:00
perf3ct 6c2f16e666
fix(server): also fix these broken user isolation SQL statements 2025-06-24 17:43:58 +00:00
perf3ct 0bb6d4d4df
fix(server): better error responses when creating users 2025-06-24 17:33:59 +00:00
perf3ct 4ce21ef931
fix(server): resolve lack of user isolation 2025-06-24 17:28:28 +00:00
perf3ct afa0565634
feat(server/client): implement feature of ignoring already deleted files, and add failed OCR queue tests 2025-06-24 17:20:33 +00:00
perf3ct e78a353751
feat(tests): resolve admin integration test issues 2025-06-22 17:28:45 +00:00
perf3ct 1cb5341c4e
feat(ci): fix other tests, part 9000 2025-06-21 18:08:34 +00:00
perf3ct ecf5a0ea50
feat(tests): resolve failing and ignored tests 2025-06-20 18:37:52 +00:00
perf3ct 7b5914f972
fix(documents): remove old code in favor of document ingestion engine 2025-06-20 17:18:00 +00:00
perf3ct 5aaf90ba20
Merge branch 'main' into feat/document-deletion 2025-06-20 17:11:26 +00:00
perf3ct a58c3abefc
feat(ingestion): have everything use the document ingestion engine 2025-06-20 16:53:06 +00:00
perf3ct df8eeba2c2
feat(ingestion): create ingestion engine to handle document creation, and centralize deduplication logic 2025-06-20 16:24:26 +00:00
aaldebs99 a5ebbd59bd feat(everything): Add document deletion 2025-06-20 03:49:16 +00:00
aaldebs99 ec497a4a08
Merge branch 'main' into feat/document-labels 2025-06-19 18:40:50 -07:00
aaldebs99 3ecc82dfdf fix(frontend): label writing and fetching logic 2025-06-20 01:32:32 +00:00
aaldebs99 e7b47b7d61 fi(backend): migrate python code to rust lol 2025-06-20 01:32:05 +00:00
perf3ct 741fcc2826
feat(tests): resolve issue with 'source' tests 2025-06-19 20:29:35 +00:00
aaldebs99 0e19ba3ea9 fix(backend): lables handling 2025-06-19 19:47:49 +00:00
aaldebs99 5de7f03a3e fix(backend): labels 2025-06-19 18:58:00 +00:00
perf3ct 4a54b0a8b7
feat(server/client): implement labels for documents 2025-06-18 16:12:42 +00:00
perf3ct bdb136d615
feat(server/client): implement updated FailedOcrPage, duplicate management, and file hashing 2025-06-17 16:17:23 +00:00
perf3ct 75747016f0
feat(server): add hash for documents 2025-06-17 15:41:42 +00:00
perf3ct d7607923be
feat(server): create specific endpoint for fetching documents, fix client being served again 2025-06-17 04:05:57 +00:00
perf3ct f0f90d71de
feat(client/server): create endpoint for fetching individual files, and fix client not serving files 2025-06-17 03:38:16 +00:00
perf3ct 3ae542088b
feat(client/server): advanced search, along with fixing build errors 2025-06-17 02:56:59 +00:00
perf3ct 76529f83be
feat(client/server): implement a much better search 2025-06-17 02:41:16 +00:00
perf3ct b9f2014509
feat(server): if there's no sync even running, allow sync to be cancelled 2025-06-16 21:39:41 +00:00
perf3ct 6f3aa771c0
feat(server/client): fix thumbnails and quick search 2025-06-16 17:40:53 +00:00
perf3ct e33240a811
feat(server): implement queue system for ocr process as well, to fight resource exhaustion 2025-06-16 01:20:13 +00:00
perf3ct a7cf67f90d
feat(server/client): add pagination in client, resolve race condition in server 2025-06-15 21:48:59 +00:00
perf3ct 42bc72ded4
feat(server/client): add lots of OCR tweaks 2025-06-15 21:24:06 +00:00
perf3ct 0cc77ed8ac
feat(server): fix the sync scheduler for sources 2025-06-15 18:05:56 +00:00
perf3ct 6004f3a001
feat(client): also show settings for s3 and local sources in the client 2025-06-15 18:00:35 +00:00
perf3ct df51e61d06
feat(client): also update sources page and the various buttons 2025-06-15 17:06:38 +00:00
perf3ct 59e5356a25
feat(server): create 'sources' concept and move WebDAV settings page to it 2025-06-15 16:12:18 +00:00
perf3ct 691c5e6bb8
feat(db): try to improve db queue and number of connections 2025-06-15 05:04:48 +00:00
perf3ct 6898d85981
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
perf3ct 4aa3d77e40
feat(server): fix recursively scanning the uploads folder, and the quick search bar 2025-06-15 04:37:49 +00:00
perf3ct 99521b4ca0
feat(server): fix breaking changes in deps, take 2 2025-06-15 04:08:34 +00:00
perf3ct f8853ce6a6
feat(server): upgrade all versions and resolve breaking changes 2025-06-15 02:23:35 +00:00
perf3ct e8dd7a788e
feat(server): rewrite nearly everything to be async/follow best practices 2025-06-15 02:06:17 +00:00
perf3ct f2136cbd7b
feat(server): webdav download and ocr actually works 2025-06-15 01:12:01 +00:00
perf3ct 5b67232266 feat(server): webdav integration nearly done 2025-06-14 16:14:41 +00:00
perf3ct 57c118c049 feat(server): implement notifications and webdav 2025-06-14 01:34:56 +00:00
perf3ct 63b322ac7a feat(server): add role capability, and fix tests 2025-06-13 20:58:36 +00:00
perf3ct e3f1855711 feat(client/server): add nextcloud/webdav capability, add integration tests 2025-06-13 17:09:05 +00:00
perf3ct 725105d62f feat(migrations): add missing migrations and fix metrics endpoint 2025-06-13 15:55:30 +00:00
perf3ct 00b2bfe22c feat(server/client): the /documents endpoint works again, and so does the watch folder...kinda 2025-06-13 15:53:19 +00:00
perfectra1n d61b1c3f4b feat(server): implement ocr enhanced service throughout 2025-06-12 22:12:50 -07:00
perfectra1n 1a1f886f04 feat(client/server): update search tests, and upgrade OCR 2025-06-12 22:00:14 -07:00
perfectra1n 1f50004d66 feat(client/server): add swagger-ui, improve search bar 2025-06-12 21:46:41 -07:00
perfectra1n 0abc8f272a feat(client): update the search functionality 2025-06-12 21:31:46 -07:00
perf3ct 90599eed74 feat(server): implement queue system 2025-06-12 20:34:51 +00:00
perf3ct 3ba0dd1c14 feat(server): improve settings page and settings 2025-06-12 18:49:08 +00:00
perfectra1n e03e9daeed feat(client/server): search works again, maybe only works after restart? 2025-06-11 22:10:02 -07:00
perfectra1n aa8af7e018 feat(server/client): also update the tests and settings pages 2025-06-11 21:58:25 -07:00
perf3ct b88774272d Initial commit to setup repo via Fish 2025-06-11 23:04:21 +00:00