Commit Graph

210 Commits

Author SHA1 Message Date
aaldebs99 58652bc300 Feat(UI): hide UI login when ALLOW_LOCAL_AUTH is set to false 2025-10-30 22:10:04 +00:00
perf3ct 65c49ef4f2
feat(ocr): implement new dev stack and allow for more numbers in ocr documents 2025-10-28 14:34:34 -07:00
perf3ct 8337b988b7
fix(tests): resolve issue in document details unit tests 2025-10-27 14:51:43 -07:00
perf3ct d5963585fd
feat(ocr): soften the requirements around OCR, and update the UI to better handle issues in word count 2025-10-18 14:31:10 -07:00
aaldebs99 d46abbb5a4
Merge pull request #269 from readur/oidc-improvements
Fix(OIDC): redirect to frontend, jwt, and callback handling
2025-10-11 21:08:11 -07:00
aaldebs99 943a3eefae fix(OIDC): redirect to frontend, jwt, and callback handling 2025-10-12 02:15:47 +00:00
perf3ct e7574cb0da
feat(ui): handle strange responses that the UI could recieve 2025-10-05 13:45:10 -07:00
perf3ct ca471438a6
feat(tests): resolve issues in frontend unit tests due to i18n 2025-10-04 14:27:55 -07:00
perf3ct 16daadc3e7
feat(tests): fix unit tests and ts linting 2025-10-04 14:20:27 -07:00
perf3ct c78fa4c8be
feat(ui): add german and french translations 2025-10-04 14:14:42 -07:00
perf3ct 1cc4c5c813
feat(ui): migrate hardcoded strings to i18n for translations 2025-10-04 14:00:17 -07:00
perf3ct 7616691939
fix(tests): resolve issues with webdav scan failure testing 2025-08-18 15:47:58 +00:00
perf3ct d793509af9
feat(source): update names of sourceerror, and update tests 2025-08-17 22:37:41 +00:00
perf3ct 6a64d9e6ed
feat(source): implement generic "SourceError" and then have it be propagated as "WebDAVerror", etc. 2025-08-17 22:05:58 +00:00
perf3ct cddba50799
feat(webdav): webdav error management and tests 2025-08-17 20:16:46 +00:00
perf3ct 93c2863d01
feat(webdav): support capturing individual directory errors in webdav 2025-08-14 16:24:05 +00:00
perf3ct 4b6e0820b7
feat(websocket): update websockets and websocket tests so that they actually pass 2025-08-11 20:08:36 +00:00
perfectra1n 08a195edd5 feat(client): start to use a better eventemitter 2025-07-30 20:30:04 -07:00
perfectra1n 0fbb106668 fix(tests): resolve typescript compilation and test compilation errors 2025-07-30 20:03:13 -07:00
perfectra1n 8968f023d2 feat(tests): implement frontend integration tests 2025-07-30 19:39:28 -07:00
perf3ct 32983c3fba feat(server): implement #106 for per-user watch directories 2025-07-31 00:10:10 +00:00
perf3ct 7da99cd992 feat(server): implement websockets over sse 2025-07-30 02:04:44 +00:00
perf3ct 030d22af71 fix(tests): fix the mocking in the frontend test 2025-07-29 03:37:39 +00:00
perf3ct 009b4ce9f4 fix(tests): reslove issues with frontend unit tests 2025-07-28 15:30:51 +00:00
perf3ct c37014f924 feat(tests): work on resolving tests that don't pass given the large rewrite 2025-07-28 04:13:14 +00:00
perf3ct 2c0ef814d9 feat(client/server): implement better source sync output 2025-07-27 05:02:13 +00:00
perf3ct 79d1d6ad19 fix(upload): resolve upload hanging with comprehensive error handling and timeouts 2025-07-22 03:46:54 +00:00
perf3ct c382f0651f fix(tests): hopefully fix the labels frontend unit test once and for all 2025-07-21 19:29:57 +00:00
perfectra1n f7e1538ab5 fix(client): resolve frontend compilation issues due to error model changes 2025-07-19 21:47:36 -07:00
perf3ct fbaf30b29e fix(tests): resolve frontend unit test issues due to new errors system 2025-07-20 04:09:47 +00:00
perf3ct aac32ea64a feat(dev): let's just implement an entire error system while we're at it, since the tests are already broken 2025-07-20 03:38:13 +00:00
perf3ct 6b1a1eba14 feat(tests): resolve test issues to do with integration tests 2025-07-18 21:00:42 +00:00
perf3ct 7d89a711cb fix(tests): resolve issue in languageselector component for frontend tests 2025-07-18 20:39:41 +00:00
perf3ct 7c4f0ba706 fix(tests): even more tests pass now, just need to fix this last 1 2025-07-16 19:52:17 +00:00
perf3ct 49faaefc21 fix(tests): remove annoying output from e2e tests, add test for new Source page functionality 2025-07-15 20:44:59 +00:00
perf3ct 80f40ec3d2 fix(client): resolve themeing issue in "watch" folder page 2025-07-15 20:44:26 +00:00
perf3ct 5a79f9676e feat(client): on sources page, have new modal for sync that asks user what kind of sync they would like to run
asdf
2025-07-15 20:43:59 +00:00
perf3ct c903c3d3cf fix(client): update the LanguageSelector colors for the upload page 2025-07-15 19:08:13 +00:00
perf3ct e20c4df1a2 feat(client): resolve language selector on upload page 2025-07-15 17:12:36 +00:00
perf3ct 03bb4bf87d fix(client): resolve issues with showing user settings on debug pge 2025-07-15 16:20:30 +00:00
perf3ct 30d1f9b949 feat(client): make a fancy navbar for the left side 2025-07-15 16:16:36 +00:00
perf3ct 66f6e73f77 fix(client): resolve broken Debug page 2025-07-15 16:11:11 +00:00
perf3ct 8e435072be fix(client): actually have the delete functionality work 2025-07-15 15:51:30 +00:00
perf3ct 22653925b0 fix(tests): resolve issues in integration tests for the new multiple ocr languages 2025-07-14 21:45:50 +00:00
perf3ct d1f95bc7ad feat(document_details): add "expand" to OCR text box 2025-07-14 21:44:29 +00:00
perf3ct 6bbf09e336 feat(lang): implement tests for this updated language selection 2025-07-14 20:46:51 +00:00
perf3ct bd3f35cf38 feat(lang): create frontend components to support multiple ocr languages 2025-07-14 19:45:35 +00:00
perf3ct 31791b777b fix(tests): resolve some broken frontend unit tests for multiple ocr languages, might have removed too much 2025-07-14 04:16:01 +00:00
perf3ct c984544106 fix(tests): resolve some broken frontend unit tests for multiple ocr languages 2025-07-14 04:01:15 +00:00
perf3ct 0c963a6597 fix(tests): resolve some broken e2e tests? 2025-07-14 00:31:53 +00:00