| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | fix(extension): Fix handling for empty storage. #10 | MohamedBassem | 2025-03-12 | 1 | -13/+36 |
| | | |||||
| * | feat: Add endpoints for whoami and user stats. Fixes #1113 | Mohamed Bassem | 2025-03-11 | 9 | -9/+455 |
| | | |||||
| * | fix: Revert the accidental upgrade of deps. #1107 | Mohamed Bassem | 2025-03-10 | 9 | -6992/+681 |
| | | |||||
| * | build(deps-dev): bump vitest from 1.3.1 to 1.6.1 (#1104) | dependabot[bot] | 2025-03-09 | 5 | -265/+232 |
| | | | | | | | | | | | | | | | Bumps [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) from 1.3.1 to 1.6.1. - [Release notes](https://github.com/vitest-dev/vitest/releases) - [Commits](https://github.com/vitest-dev/vitest/commits/v1.6.1/packages/vitest) --- updated-dependencies: - dependency-name: vitest dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | ||||
| * | fix: Resync the openapi spec | Mohamed Bassem | 2025-03-09 | 2 | -8/+61 |
| | | |||||
| * | fix: Add error boundary around bookmark cards | Mohamed Bassem | 2025-03-09 | 5 | -3/+59 |
| | | |||||
| * | fix: Harden getBookmarks endpoint against inconsistent bookmarks. Fixes #1094 | Mohamed Bassem | 2025-03-09 | 2 | -66/+60 |
| | | |||||
| * | build(deps-dev): bump vite from 5.1.4 to 5.4.12 (#1103) | dependabot[bot] | 2025-03-09 | 4 | -175/+458 |
| | | | | | | | | | | | | | | | | Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 5.1.4 to 5.4.12. - [Release notes](https://github.com/vitejs/vite/releases) - [Changelog](https://github.com/vitejs/vite/blob/v5.4.12/packages/vite/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite/commits/v5.4.12/packages/vite) --- updated-dependencies: - dependency-name: vite dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | ||||
| * | build(deps): bump dompurify from 3.0.9 to 3.2.4 (#1102) | dependabot[bot] | 2025-03-09 | 2 | -347/+6408 |
| | | | | | | | | | | | | | | | Bumps [dompurify](https://github.com/cure53/DOMPurify) from 3.0.9 to 3.2.4. - [Release notes](https://github.com/cure53/DOMPurify/releases) - [Commits](https://github.com/cure53/DOMPurify/compare/3.0.9...3.2.4) --- updated-dependencies: - dependency-name: dompurify dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | ||||
| * | fix(extension): Fix extension setting hook not firing on setting change. #10 | MohamedBassem | 2025-03-09 | 3 | -23/+37 |
| | | |||||
| * | feat: Expose bookmark summarization in the API (#1088) | erik-nilcoast | 2025-03-09 | 3 | -0/+121 |
| | | | | Proxy to the TRPC Summarize mutation for use in the public API | ||||
| * | feat: Move background jobs with the admin actions. Fixes #1083 | Mohamed Bassem | 2025-03-09 | 8 | -257/+284 |
| | | |||||
| * | fix: Fix missing workers in the server stats | Mohamed Bassem | 2025-03-09 | 3 | -0/+86 |
| | | |||||
| * | feat(web): Redesign the import/export page | Mohamed Bassem | 2025-03-08 | 1 | -68/+135 |
| | | |||||
| * | fix(workers): Small typo fix in assetPreprocessingWorker.ts | Chris | 2025-03-08 | 1 | -2/+2 |
| | | |||||
| * | feat: Add support for 'ai tagged' as a webhook trigger. Fixes #1092 | Mohamed Bassem | 2025-03-07 | 4 | -4/+12 |
| | | |||||
| * | fix(workers): Fix webhook events being sent regardless of selected user ↵ | Mohamed Bassem | 2025-03-07 | 1 | -46/+50 |
| | | | | | operation. Fixes #1092 | ||||
| * | fix(workers): Fix pdf screenshotting not working when a text is extracted. ↵ | Mohamed Bassem | 2025-03-07 | 1 | -5/+9 |
| | | | | | Fixes #1096 | ||||
| * | fix: Validate the output of the feed xml parser. Fixes #1085 | Mohamed Bassem | 2025-03-02 | 1 | -8/+19 |
| | | |||||
| * | fix: Fix fixMode preventing images from getting tagged | Mohamed Bassem | 2025-03-02 | 1 | -1/+1 |
| | | |||||
| * | fix: Move away from JSON outputs to structured outputs. Fixes #1047 | Mohamed Bassem | 2025-03-02 | 7 | -39/+74 |
| | | |||||
| * | feat(web): Show list stats in the sidebar | Mohamed Bassem | 2025-03-02 | 6 | -42/+97 |
| | | |||||
| * | refactor: Move the list logic into a separate model | Mohamed Bassem | 2025-03-02 | 6 | -194/+308 |
| | | |||||
| * | docs: Add instructions for node environment setup (#1078) | Mosab Ibrahim | 2025-03-02 | 1 | -0/+59 |
| | | | | | Hoarder uses node version 22, and makes use of `corepack` features. Instructions for setting those up correctly were missing. | ||||
| * | fix: Add missing list to PWA. Fixes #884 | Mohamed Bassem | 2025-02-23 | 1 | -2/+18 |
| | | |||||
| * | feat: Add a setting page to manage assets. Fixes #730 | Mohamed Bassem | 2025-02-23 | 16 | -347/+630 |
| | | |||||
| * | feat: Add PDF screenshot generation and display (#995) | Ahmad Mujahid | 2025-02-17 | 34 | -101/+545 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Updated pdf2json to 3.1.5 * Extract and store a screenshot from PDF files using pdf2pic * Installing graphicsmagick and ghostscript * Generate Missing PDF screenshot with tidyAssets worker for backward support * Display PDF screenshot instead of the PDF in web if it exists. * Display PDF screenshot in mobile app if exists. * Updated pnpm-lock.yaml * Removed console.log * Revert the unnecessary changes in package.json * Revert pnpm-lock changes * Prevent rendering PDF files if the screenshot is not generated * refactor: replace useEffect with useMemo for section initialization * feat: show PDF file download button and handle large PDFs by defaulting to screenshot view * feat: add file size to openapi spec * feature: Add Assets preprocessing in fix mode to admin actions * i18n: add reprocess_assets_fix_mode translation * i18n: Add missing ar translations * A bunch of fixes * Fix openspec schema --------- Co-authored-by: Mohamed Bassem <me@mbassem.com> | ||||
| * | chore: Add question issue template and update other ones | Mohamed Bassem | 2025-02-16 | 3 | -2/+10 |
| | | |||||
| * | fix: custom fetch wrapper for ollama inference. Fixes #656 (#1032) | Gavin Mogan | 2025-02-16 | 5 | -12/+34 |
| | | | | | | | | | | | | | | | | | * Add configurable fetch timeout for Ollama client * Worker service needs access to the .env file * repair typescript types * Update customFetch.ts * update the config docs --------- Co-authored-by: sbarbett <shane@barbetta.me> Co-authored-by: Mohamed Bassem <me@mbassem.com> | ||||
| * | docs: Add CONTRIBUTING.md (#1009) | Mohamed Bassem | 2025-02-16 | 1 | -0/+46 |
| | | |||||
| * | docker: Pin corepack version in the AIO image | Mohamed Bassem | 2025-02-09 | 1 | -0/+3 |
| | | |||||
| * | fix(mobile): add header class name corresponding to dark mode for text color ↵ | Md. Saadman Farhad | 2025-02-09 | 1 | -0/+1 |
| | | | | | (#1005) | ||||
| * | fix: Loosen the restriction about the browser address env variable. Fixes #1000 | Mohamed Bassem | 2025-02-09 | 1 | -2/+2 |
| | | |||||
| * | docker: Add a warning about now changing the DATA_DIR env variable | Mohamed Bassem | 2025-02-09 | 1 | -1/+7 |
| | | |||||
| * | feat(web): bulk tag deletion. Fixes #872 (#900) | lexafaxine | 2025-02-09 | 5 | -23/+311 |
| | | | | | | | | | | | | | | | | * feat(web): #872 bulk tag deletion * revert lock file change * change bulk tag action type def and fix small issue * fix prettier * minor fixes --------- Co-authored-by: Mohamed Bassem <me@mbassem.com> | ||||
| * | build: Add error handling to installation script and other small fixes (#980) | Chris | 2025-02-09 | 1 | -8/+33 |
| | | | | Script will now exit on error and when there is an unset variable | ||||
| * | feat: add URL protocol validation to extension and mobile app (#996) | Ahmad Mujahid | 2025-02-09 | 2 | -0/+23 |
| | | |||||
| * | feat(i18n): add Arabic language support (#983) | Ahmad Mujahid | 2025-02-09 | 3 | -1/+324 |
| | | |||||
| * | ci: Fix corepack issue in CI and docker build | Mohamed Bassem | 2025-02-02 | 2 | -2/+4 |
| | | |||||
| * | build: Fix corepack issues in the linux installation script. #967 | Mohamed Bassem | 2025-02-02 | 1 | -0/+2 |
| | | |||||
| * | release(sdk): Release the 0.22 sdk | Mohamed Bassem | 2025-02-02 | 1 | -1/+1 |
| | | |||||
| * | docs: Release the 0.22 docs | Mohamed Bassem | 2025-02-02 | 27 | -0/+1259 |
| | | |||||
| * | i18n: Enable the Hungarian translation | Mohamed Bassem | 2025-02-02 | 1 | -0/+1 |
| | | |||||
| * | i18n: Merged translations from weblate | Mohamed Bassem | 2025-02-02 | 10 | -19/+589 |
| |\ | |||||
| * | | fix: Hide tags that were attached once by humans from AI tags | Mohamed Bassem | 2025-02-02 | 1 | -1/+3 |
| | | | |||||
| | * | i18n: Translated using Weblate (Norwegian Bokmål) | Andreas | 2025-02-02 | 1 | -1/+19 |
| | | | | | | | | | | | | | | | Currently translated at 3.6% (9 of 250 strings) Translation: Hoarder/Hoarder Translate-URL: https://hosted.weblate.org/projects/hoarder/hoarder/nb_NO/ | ||||
| | * | i18n: Added translation using Weblate (Norwegian Bokmål) | Andreas | 2025-02-02 | 1 | -0/+1 |
| | | | |||||
| | * | i18n: Translated using Weblate (Hungarian) | Piyoka Smith | 2025-02-02 | 1 | -1/+339 |
| | | | | | | | | | | | | | | | Currently translated at 100.0% (249 of 249 strings) Translation: Hoarder/Hoarder Translate-URL: https://hosted.weblate.org/projects/hoarder/hoarder/hu/ | ||||
| | * | i18n: Translated using Weblate (Chinese (Traditional Han script)) | hugoalh | 2025-02-02 | 1 | -3/+23 |
| | | | | | | | | | | | | | | | Currently translated at 68.2% (170 of 249 strings) Translation: Hoarder/Hoarder Translate-URL: https://hosted.weblate.org/projects/hoarder/hoarder/zh_Hant/ | ||||
| | * | i18n: Translated using Weblate (German) | Blubberland | 2025-02-02 | 1 | -7/+67 |
| | | | | | | | | | | | | | | | Currently translated at 100.0% (249 of 249 strings) Translation: Hoarder/Hoarder Translate-URL: https://hosted.weblate.org/projects/hoarder/hoarder/de/ | ||||
