| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | fix: browser service connection check using dns instead. Fixes #2080 | Mohamed Bassem | 2025-11-02 | 1 | -6/+8 |
| | | |||||
| * | refactor: generalize tidy assets queue into admin maintenance (#2059) | Mohamed Bassem | 2025-10-26 | 1 | -14/+16 |
| | | | | | | * refactor: generalize admin maintenance queue * more fixes | ||||
| * | feat: Add service dependency checks in the server overview page | Mohamed Bassem | 2025-10-12 | 1 | -0/+116 |
| | | |||||
| * | refactor: Move callsites to liteque to be behind a plugin | Mohamed Bassem | 2025-09-14 | 1 | -1/+1 |
| | | |||||
| * | refactor: Move webhook, users and tags into models | MohamedBassem | 2025-08-02 | 1 | -2/+2 |
| | | |||||
| * | refactor: Extract meilisearch as a plugin | MohamedBassem | 2025-07-27 | 1 | -3/+3 |
| | | |||||
| * | fix: Drop legacy container notice | Mohamed Bassem | 2025-07-26 | 1 | -3/+2 |
| | | |||||
| * | feat: Allow setting browserless crawling per user | Mohamed Bassem | 2025-07-19 | 1 | -0/+4 |
| | | |||||
| * | fix: Prioritize crawling user added links over bulk imports. fixes #1717 | Mohamed Bassem | 2025-07-12 | 1 | -2/+8 |
| | | |||||
| * | feat: Add per user storage quota | Mohamed Bassem | 2025-07-06 | 1 | -0/+4 |
| | | |||||
| * | feat: Add per user bookmark count quota | Mohamed Bassem | 2025-07-04 | 1 | -5/+23 |
| | | |||||
| * | feat: Add AI auto summarization. Fixes #1163 | Mohamed Bassem | 2025-05-18 | 1 | -8/+28 |
| | | |||||
| * | fix: When triggering a re-index, drop all the documents first | Mohamed Bassem | 2025-04-27 | 1 | -0/+3 |
| | | |||||
| * | fix: Add password salt to the user table | Mohamed Bassem | 2025-04-15 | 1 | -3/+4 |
| | | |||||
| * | chore: Rename hoarder packages to karakeep | MohamedBassem | 2025-04-12 | 1 | -4/+4 |
| | | |||||
| * | feat: Move background jobs with the admin actions. Fixes #1083 | Mohamed Bassem | 2025-03-09 | 1 | -8/+17 |
| | | |||||
| * | fix: Fix missing workers in the server stats | Mohamed Bassem | 2025-03-09 | 1 | -0/+54 |
| | | |||||
| * | feat: Add PDF screenshot generation and display (#995) | Ahmad Mujahid | 2025-02-17 | 1 | -0/+10 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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> | ||||
| * | feature: Add an admin notice about the usage of the legacy container images | Mohamed Bassem | 2024-12-21 | 1 | -0/+12 |
| | | |||||
| * | feature: Allow reseting user password, change their roles and create new ↵ | kamtschatka | 2024-10-19 | 1 | -0/+64 |
| | | | | | | | | | | | | | | | | users. Fixes #495 (#567) * How do I set the variable "user" or "system" for AI inference #262 changed from system to user * Make Myself an Admin #560 added user management functionality to the admin page * A bunch of UI fixes and simplifications --------- Co-authored-by: Mohamed Bassem <me@mbassem.com> | ||||
| * | feature: Support regenerating AI tags only for failed bookmarks | MohamedBassem | 2024-10-13 | 1 | -10/+19 |
| | | |||||
| * | feature: Introduce a mechanism to cleanup dangling assets | MohamedBassem | 2024-10-12 | 1 | -2/+63 |
| | | |||||
| * | feature(web): Add ability to rerun inference on all bookmarks. Fixes 443 | MohamedBassem | 2024-09-29 | 1 | -0/+11 |
| | | |||||
| * | refactor: Replace the usage of bullMQ with the hoarder sqlite-based queue (#309) | Mohamed Bassem | 2024-07-21 | 1 | -13/+13 |
| | | |||||
| * | fix: Trigger search re-index on bookmark tag manual updates. Fixes #208 (#210) | kamtschatka | 2024-06-09 | 1 | -8/+2 |
| | | | | | | | | | | | | | * re-index of database is not scanning all places when bookmark tags are changed. Manual indexing is working as workaround #208 introduced a new function to trigger a reindex to reduce copy/paste added missing reindexes when tags are deleted/bookmarks are updated * give functions a bit more descriptive name --------- Co-authored-by: kamtschatka <simon.schatka@gmx.at> Co-authored-by: MohamedBassem <me@mbassem.com> | ||||
| * | feature: Allow recrawling bookmarks without running inference jobs | MohamedBassem | 2024-04-20 | 1 | -0/+2 |
| | | |||||
| * | fix: Differentiate between pending in db and in redis in admin job stats | MohamedBassem | 2024-04-12 | 1 | -18/+52 |
| | | |||||
| * | feature: Recrawl failed links from admin UI (#95) | Ahmad Mujahid | 2024-04-11 | 1 | -19/+45 |
| | | | | | | * feature: Retry failed crawling URLs * fix: Enhancing visuals and some minor changes. | ||||
| * | format: Add missing lint and format, and format the entire repo | MohamedBassem | 2024-03-30 | 1 | -2/+4 |
| | | |||||
| * | refactor: Extract trpc logic into its package | MohamedBassem | 2024-03-05 | 1 | -0/+77 |
