Commit Graph

273 Commits

Author SHA1 Message Date
perf3ct 34dc9a38b8
fix(tests): resolve broken integration test for ocr retry, and fix frontend tests 2025-07-02 16:39:41 +00:00
renovate[bot] 32e804043c
fix(deps): update material-ui monorepo to v7.2.0 2025-07-02 16:25:47 +00:00
perf3ct dadd1c3c0e
fix(server/client): try to resolve more tests for the new retry functionality 2025-07-02 04:52:44 +00:00
perf3ct 2d702f1c07
fix(server): resolve test for retry issues 2025-07-02 03:22:41 +00:00
perf3ct d6c0f412b5
feat(tests): create unit tests for retry 2025-07-02 02:13:58 +00:00
perf3ct 4e8c96a518
fix(client): resolve incorrect import on documentService 2025-07-02 00:21:36 +00:00
perf3ct c878a5a860
fix(tests): resolve broken frontend tests due to retry functionality 2025-07-02 00:18:21 +00:00
perf3ct e4faf2cfd2
feat(server/client): implement retry functionality for both successful and failed documents 2025-07-02 00:06:47 +00:00
Jon Fuller aa3d0c3b72
Merge pull request #39 from readur/renovate/vite-7.x
chore(deps): update dependency vite to v7
2025-07-01 14:24:22 -07:00
Jon Fuller a88f387aeb
Merge branch 'main' into feat/multiple-ocr-languages 2025-07-01 11:53:42 -07:00
perf3ct 680cf5f526
feat(client): combine the low confience ocr tab with the bulk cleanup tab, and move debug menu 2025-07-01 18:52:28 +00:00
perf3ct a8a6047214
fix(client): try to fix the lint issues on the debug page 2025-07-01 02:25:24 +00:00
perf3ct 8deca105b1
fix(client): try to fix the lint issues on the debug page 2025-07-01 01:05:40 +00:00
perf3ct 2a1eeeda50
feat(debug): debug page actually works and does something 2025-07-01 00:15:48 +00:00
Jon Fuller 799fd88f41
Merge pull request #79 from readur/renovate/playwright-monorepo
chore(deps): update dependency @playwright/test to v1.53.2
2025-06-30 16:31:26 -07:00
perf3ct 72781aa7b9
fix(tests): update frontend tests for new FailedDocument view 2025-06-30 21:20:34 +00:00
perf3ct d9b695f0bd
feat(server/client): add metadata to file view 2025-06-30 19:13:16 +00:00
renovate[bot] 4d0af80971
chore(deps): update dependency @playwright/test to v1.53.2 2025-06-30 18:56:41 +00:00
perf3ct bf98aaab85
feat(client): fix faileddocumentviewer 2025-06-30 00:59:34 +00:00
perf3ct 5f10a8b82c
feat(server): continue to try to wrangle the failed and ignored documents 2025-06-29 23:27:51 +00:00
perf3ct e0b0f49ba2
feat(tests): implement and update tests for multiple OCR languages 2025-06-29 23:03:37 +00:00
renovate[bot] d46a056cd7
chore(deps): update dependency vite to v7 2025-06-29 22:56:05 +00:00
perf3ct b4ddf034b0
feat(server/client): support multiple OCR languages 2025-06-29 22:51:06 +00:00
perf3ct 879425c192
feat(client): rename FailedOcrPage to DocumentManagementPage 2025-06-29 21:48:44 +00:00
perf3ct cf8b9444ee
feat(client): remove demo statement from frontend 2025-06-29 21:44:11 +00:00
perf3ct fa7fd86622
fix(tests): fix ocr endpoint tests due to our endpoint change 2025-06-28 23:11:47 +00:00
perf3ct 28a7e4eb45
fix(tests): resolve a whole lot of test issues 2025-06-28 22:50:40 +00:00
perf3ct df254d59e3
feat(server/client): resolve failing tests 2025-06-28 21:21:05 +00:00
perf3ct 34bc207e39
feat(server/client): add failed_documents table to handle failures, and move logic of failures 2025-06-28 20:52:58 +00:00
perf3ct 6dd580fa2f
fix(ocr_status): populate the ocr queue with pending jobs and add easy 'retry' button 2025-06-28 18:08:00 +00:00
Jon Fuller a314f64ca9
Merge pull request #69 from readur/fix/ocr-confidence-1
fix(server/client): fix incorrect OCR measurements
2025-06-28 09:53:56 -07:00
aaldebs99 83217e508e feat(frontend): view failed document and link to details 2025-06-28 05:10:38 +00:00
aaldebs99 e3e5d28a2a feat(frontend): click to expand preview in document details 2025-06-28 04:33:35 +00:00
Jon Fuller f0b675f4f1
Merge pull request #67 from readur/feat/easily-unignore-documents
feat(server/client): easily undelete ignored files, if the user wishe…
2025-06-27 21:04:46 -07:00
perfectra1n 7f69cd2e5f fix(server/client): fix incorrect OCR measurements 2025-06-27 20:23:59 -07:00
renovate[bot] 3fac447b9b
fix(deps): update dependency react-hook-form to v7.59.0 2025-06-28 02:47:40 +00:00
perf3ct 7a623ca8d6
feat(server/client): easily undelete ignored files, if the user wishes to do so 2025-06-28 00:37:49 +00:00
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
Jon Fuller 91f2045731
Merge pull request #63 from readur/feat/reorganize-part1
feat(server): reorganize components into their own modules and fix im…
2025-06-27 12:23:29 -07:00
perf3ct 1af971b3da
fix(test): try to resolve flaky label create test, again 2025-06-27 18:53:42 +00:00
perf3ct cf98da3298
fix(tests): also resolve this silly failing label unit test 2025-06-27 18:32:56 +00:00
renovate[bot] 7b16d1abe8
fix(deps): update dependency react-router-dom to v7.6.3 2025-06-27 17:49:20 +00:00
Jon Fuller eb95b1ca70
Merge pull request #58 from readur/renovate/material-ui-monorepo
fix(deps): update dependency @mui/x-date-pickers to v8.6.0
2025-06-27 10:48:39 -07: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 af3aab3cda
fix(tests): resolve last OIDC test issues 2025-06-27 17:32:33 +00:00
renovate[bot] 5c757fc54a
fix(deps): update dependency @mui/x-date-pickers to v8.6.0 2025-06-27 10:52:34 +00:00
perf3ct 72708a05f3
feat(oidc): fix oidc, tests, and everything in between 2025-06-27 05:03:27 +00:00
perf3ct ddc93fa51a
feat(client): add button in user dropdown for swagger docs 2025-06-26 19:23:24 +00:00
perf3ct ff50fe1155
feat(client): paginate search results and they look much better now 2025-06-26 19:13:34 +00:00
perf3ct 10d9a1a661
feat(server): set up oidc system and migrations 2025-06-26 18:52:57 +00:00
perf3ct e57935a4b5
feat(client): update the messy search 2025-06-26 18:49:24 +00:00
perf3ct 8cafe14e89
feat(client): add favicon and icons 2025-06-26 18:49:07 +00:00
perf3ct ad07f30370
feat(client): update titles of cards used on search and sources page 2025-06-26 16:46:19 +00:00
Jon Fuller 0f57e0e4a0
Merge pull request #48 from readur/renovate/tailwindcss-monorepo
chore(deps): update dependency tailwindcss to v4.1.11
2025-06-26 08:08:30 -07:00
renovate[bot] 9645c34554
fix(deps): update dependency @emotion/styled to v11.14.1 2025-06-26 11:46:51 +00:00
renovate[bot] 3f8af8fbff
chore(deps): update dependency tailwindcss to v4.1.11 2025-06-26 11:46:33 +00:00
perf3ct dd8555b088
fix(client): fix broken 'download' function on FailedOCR page 2025-06-25 22:49:53 +00:00
perf3ct a6d9446d1f
feat(client): also update the text color used on dashboard 2025-06-25 22:42:41 +00:00
perf3ct 9f071a9370
feat(client): fix the theme for the FailedOcr, and dashboard values 2025-06-25 22:18:05 +00:00
Jon Fuller 37f1ad5b3b
Merge pull request #13 from readur/renovate/vitejs-plugin-react-4.x
chore(deps): update dependency @vitejs/plugin-react to v4
2025-06-24 16:49:07 -07:00
renovate[bot] 2b7e126315
chore(deps): update dependency tailwindcss to v4 2025-06-24 22:54:04 +00:00
renovate[bot] 33e119df85
chore(deps): update dependency @vitejs/plugin-react to v4 2025-06-24 22:53:56 +00:00
perf3ct b8fee9405b
fix(tests): resolve FailedOcrPage frontend unit test, part 2 2025-06-24 22:02:48 +00:00
perf3ct 19ef540bb0
fix(tests): resolve buggy FailedOcrPage frontend unit test issues 2025-06-24 21:57:02 +00:00
perf3ct 78f87d49ef
fix(client): fix broken IgnoredFilesPage notifications 2025-06-24 17:43:37 +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 319cf4f4d0
fix(ocr): set preprocessing to false by default 2025-06-24 01:28:12 +00:00
perf3ct 3d93c96c31
fix(client): resolve React import errors 2025-06-23 16:27:34 +00:00
perf3ct 6ad5276a04
fix(client): let's just nuke the frontend package lock, and see what happens 2025-06-23 16:17:45 +00:00
Jon Fuller ff1ea2fb0b
Merge pull request #22 from readur/renovate/major-react-monorepo
fix(deps): update react monorepo to v19 (major)
2025-06-22 21:45:07 -07:00
Jon Fuller cb4f4b2b54
Merge pull request #3 from readur/renovate/material-ui-monorepo
fix(deps): update material-ui monorepo
2025-06-22 21:43:56 -07:00
Jon Fuller 329e39593c
Merge pull request #7 from readur/renovate/axios-1.x-lockfile
fix(deps): update dependency axios to v1.10.0
2025-06-22 21:42:58 -07:00
Jon Fuller 328e33df4d
Merge pull request #8 from readur/renovate/react-hook-form-7.x-lockfile
fix(deps): update dependency react-hook-form to v7.58.1
2025-06-22 21:41:32 -07:00
Jon Fuller 5c3680a7aa
Merge pull request #21 from readur/renovate/major-react-router-monorepo
fix(deps): update dependency react-router-dom to v7
2025-06-22 21:32:27 -07:00
Jon Fuller 814e9e43c3
Merge pull request #2 from readur/renovate/postcss-8.x-lockfile
chore(deps): update dependency postcss to v8.5.6
2025-06-22 20:16:03 -07:00
Jon Fuller 7a9c72ab35
Merge pull request #33 from readur/renovate/playwright-monorepo
chore(deps): update dependency @playwright/test to v1.53.1
2025-06-22 20:14:47 -07:00
renovate[bot] 9ae33a1c6b
fix(deps): update dependency react-router-dom to v7 2025-06-23 00:47:29 +00:00
renovate[bot] 3b2c292f7a
fix(deps): update material-ui monorepo 2025-06-23 00:46:11 +00:00
renovate[bot] 2db60fbcb1
fix(deps): update react monorepo to v19 2025-06-22 22:36:06 +00:00
renovate[bot] d0dad8b48e
chore(deps): update testing-library monorepo 2025-06-22 22:35:49 +00:00
renovate[bot] 2b83c5a337
fix(deps): update dependency react-hook-form to v7.58.1 2025-06-22 22:32:54 +00:00
renovate[bot] 9f540e156b
fix(deps): update dependency axios to v1.10.0 2025-06-22 22:32:47 +00:00
renovate[bot] 0db49eeccc
chore(deps): update dependency postcss to v8.5.6 2025-06-22 22:32:06 +00:00
renovate[bot] 631e70c4cf
chore(deps): update dependency @playwright/test to v1.53.1 2025-06-22 22:31:58 +00:00
perf3ct 4b3195422c
fix(tests): label frontend tests are passing now too 2025-06-20 19:43:31 +00:00
perf3ct 984e94d869
fix(tests): resolve a huge number of failing frontend tests due to labels 2025-06-20 19:38:20 +00:00
perf3ct 5aaf90ba20
Merge branch 'main' into feat/document-deletion 2025-06-20 17:11:26 +00:00
perf3ct 4d5396bfac
fix(tests): also disable the last stuck e2e test, logout testing 2025-06-20 17:05:22 +00:00
perf3ct 91bc6693c4
fix(tests): ignore failing tests for now, to get baseline 2025-06-20 15:35:53 +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
perf3ct 3a580ff4fe
feat(tests): configure PLAYWRIGHT_BASE_URL for use in CI tests 2025-06-19 21:56:19 +00:00
aaldebs99 f1a22aba65 fix(frontend): labels 2025-06-19 21:28:16 +00:00
aaldebs99 9271e53acd fix(frontend): labels handling 2025-06-19 20:06:15 +00:00
Jon Fuller a335af6fff
Merge branch 'main' into feat/document-labels 2025-06-18 19:07:54 -07:00
perf3ct 7e19323a1d
fix(tests): playwright mostly cooperates now? 2025-06-19 02:07:31 +00:00
perf3ct 539f7cda79
fix(tests): add back the playwright test, and banish the searchpage test to an integration test 2025-06-18 21:18:13 +00:00
perf3ct 7d3ad04006
fix(tests): fix the one e2e test, rename the search test 2025-06-18 20:54:19 +00:00
perf3ct 1bfc90dfc2
fix(tests): don't run e2e tests in unit testing, and resolve more test issues 2025-06-18 20:10:03 +00:00
perf3ct 712ec546ac
fix(tests): resolve the uploadzone test issue 2025-06-18 19:51:43 +00:00
perf3ct 7f22fdc890
feat(labels): fix label dialogs and tests 2025-06-18 19:19:41 +00:00
perf3ct f0b88a4ca3
feat(labels): fix broken label frontend and hook 2025-06-18 18:41:29 +00:00
perf3ct cc129dc64e
Merge branch 'main' into feat/document-labels 2025-06-18 17:45:23 +00:00
perf3ct 53672ff1c6
feat(tests): add some tests back, but just disable them 2025-06-18 17:41:38 +00:00
perf3ct 0204a8c4fa
feat(tests): fix/resolve/disable more tests 2025-06-18 17:30:21 +00:00
perf3ct 4a54b0a8b7
feat(server/client): implement labels for documents 2025-06-18 16:12:42 +00:00
perf3ct 4012339d83
fix(unit): fix more broken tests, disable some 2025-06-18 04:50:30 +00:00
perf3ct cad033ad82
fix(unit): fix more broken tests 2025-06-18 03:54:04 +00:00
perf3ct def227c2ef
fix(unit): fix more broken tests 2025-06-18 02:55:35 +00:00
perf3ct 1ec8235f63
fix(unit): fix more broken tests 2025-06-18 02:18:46 +00:00
aaldebs99 97189b7998 chore(server): Remove Why Choose Readur badge from upload page 2025-06-17 23:01:27 +00:00
perf3ct 261d71c5ae
feat(tests): fix the vast majority of both server and client tests 2025-06-17 22:06:12 +00:00
perf3ct 21b868a2e4
feat(tests): add actual images as part of e2e and testing 2025-06-17 21:26:39 +00:00
perf3ct f17e398232
feat(e2e): add playwright for e2e tests 2025-06-17 20:10:04 +00:00
perf3ct 5a15955557
feat(client): update grid import and dependency 2025-06-17 19:54:45 +00:00
perf3ct 7b2a52b3c5
feat(client): have vite be quiet 2025-06-17 19:17:41 +00:00
perf3ct e2d6c7e080
feat(client): update the suggested input for webdav sources 2025-06-17 18:19:34 +00:00
perf3ct 309a61bcd4
feat(client): update failedOcr page for duplicates 2025-06-17 16:52:45 +00:00
perf3ct bdb136d615
feat(server/client): implement updated FailedOcrPage, duplicate management, and file hashing 2025-06-17 16:17:23 +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 98a4b7479b
feat(server/client): remove webdav feature from user's settings as it's in sources now 2025-06-17 01:57:56 +00:00
perf3ct 3ef3af6ca8
feat(client): fix the watch page 2025-06-16 23:14:48 +00:00
perf3ct 54a5e88ae3
feat(client): give more space to the quick search bar 2025-06-16 21:02:57 +00:00
perf3ct 8a3db3f4f7
feat(client): give more space to the quick search bar 2025-06-16 21:01:02 +00:00
perf3ct 797ed2f306
feat(client): fix quick search text 2025-06-16 17:42:53 +00:00
perf3ct 6f3aa771c0
feat(server/client): fix thumbnails and quick search 2025-06-16 17:40:53 +00:00
perf3ct d51f2793e9
feat(server/client): update function used to display singular documents 2025-06-16 17:10:55 +00:00
perf3ct de4ace5858
feat(client): fix errors in the client about document slices 2025-06-16 16:57:45 +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 6004f3a001
feat(client): also show settings for s3 and local sources in the client 2025-06-15 18:00:35 +00:00
perf3ct ea8ad2c262
feat(server/client): working s3 and local source types 2025-06-15 17:51:04 +00:00
perf3ct df51e61d06
feat(client): also update sources page and the various buttons 2025-06-15 17:06:38 +00:00
perf3ct 41774056c7
feat(async): create dedicated pools + runtime isolation for OCR 2025-06-15 16:47:55 +00:00
perf3ct 0f14b5c8e7
feat(server): upgrade WebDAV settings on Sources page 2025-06-15 16:31:58 +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 4aa3d77e40
feat(server): fix recursively scanning the uploads folder, and the quick search bar 2025-06-15 04:37:49 +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 003d90943c fix(client): fix debounce on settings page causing annoying bug 2025-06-14 16:28:27 +00:00
perf3ct 57c118c049 feat(server): implement notifications and webdav 2025-06-14 01:34:56 +00:00
perf3ct d128079ce0 feat(client/server): implement notifications 2025-06-14 00:06:23 +00:00
perf3ct f7874f4541 feat(docs): clean up docs and make dev ex easier with variables 2025-06-13 23:21:45 +00:00
perf3ct bc303d235c feat(client): fix darkmode 2025-06-13 23:00:54 +00:00