aboutsummaryrefslogtreecommitdiffstats
path: root/packages/trpc/routers/admin.ts (unfollow)
Commit message (Collapse)AuthorFilesLines
2026-02-08fix: correctly sum low pri and normal crawl queue sizeMohamed Bassem1-3/+10
2026-02-08fix: lower the priority of recrawlingMohamed Bassem1-8/+9
2026-02-04fix: lower priority of mass admin actionsMohamedBassem1-12/+33
2026-01-11feat: privacy-respecting bookmark debugger admin tool (#2373)Mohamed Bassem1-0/+172
* fix: parallelize queue enqueues in bookmark routes * fix: guard meilisearch client init with mutex * feat: add bookmark debugging admin tool * more fixes * more fixes * more fixes
2026-01-10fix: depri mass admin actionsMohamed Bassem1-10/+31
2026-01-03feat: Add retry buttons for pending bookmarks in admin panel (#2341)Mohamed Bassem1-2/+2
2025-11-02fix: browser service connection check using dns instead. Fixes #2080Mohamed Bassem1-6/+8
2025-10-26refactor: generalize tidy assets queue into admin maintenance (#2059)Mohamed Bassem1-14/+16
* refactor: generalize admin maintenance queue * more fixes
2025-10-12feat: Add service dependency checks in the server overview pageMohamed Bassem1-0/+116
2025-09-14refactor: Move callsites to liteque to be behind a pluginMohamed Bassem1-1/+1
2025-08-02refactor: Move webhook, users and tags into modelsMohamedBassem1-2/+2
2025-07-27refactor: Extract meilisearch as a pluginMohamedBassem1-3/+3
2025-07-26fix: Drop legacy container noticeMohamed Bassem1-3/+2
2025-07-19feat: Allow setting browserless crawling per userMohamed Bassem1-0/+4
2025-07-12fix: Prioritize crawling user added links over bulk imports. fixes #1717Mohamed Bassem1-2/+8
2025-07-06feat: Add per user storage quotaMohamed Bassem1-0/+4
2025-07-04feat: Add per user bookmark count quotaMohamed Bassem1-5/+23
2025-05-18feat: Add AI auto summarization. Fixes #1163Mohamed Bassem1-8/+28
2025-04-27fix: When triggering a re-index, drop all the documents firstMohamed Bassem1-0/+3
2025-04-15fix: Add password salt to the user tableMohamed Bassem1-3/+4
2025-04-12chore: Rename hoarder packages to karakeepMohamedBassem1-4/+4
2025-03-09feat: Move background jobs with the admin actions. Fixes #1083Mohamed Bassem1-8/+17
2025-03-09fix: Fix missing workers in the server statsMohamed Bassem1-0/+54
2025-02-17feat: Add PDF screenshot generation and display (#995)Ahmad Mujahid1-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>
2024-12-21feature: Add an admin notice about the usage of the legacy container imagesMohamed Bassem1-0/+12
2024-10-19feature: Allow reseting user password, change their roles and create new ↵kamtschatka1-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>
2024-10-13feature: Support regenerating AI tags only for failed bookmarksMohamedBassem1-10/+19
2024-10-12feature: Introduce a mechanism to cleanup dangling assetsMohamedBassem1-2/+63
2024-09-29feature(web): Add ability to rerun inference on all bookmarks. Fixes 443MohamedBassem1-0/+11
2024-07-21refactor: Replace the usage of bullMQ with the hoarder sqlite-based queue (#309)Mohamed Bassem1-13/+13
2024-06-09fix: Trigger search re-index on bookmark tag manual updates. Fixes #208 (#210)kamtschatka1-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>
2024-04-20feature: Allow recrawling bookmarks without running inference jobsMohamedBassem1-0/+2
2024-04-12fix: Differentiate between pending in db and in redis in admin job statsMohamedBassem1-18/+52
2024-04-11feature: Recrawl failed links from admin UI (#95)Ahmad Mujahid1-19/+45
* feature: Retry failed crawling URLs * fix: Enhancing visuals and some minor changes.
2024-03-30format: Add missing lint and format, and format the entire repoMohamedBassem1-2/+4
2024-03-05refactor: Extract trpc logic into its packageMohamedBassem1-1/+1
2024-03-02feature: Show user list in admin pageMohamedBassem1-10/+1
2024-03-01feature: Add an admin page showing server stats and actionsMohamedBassem1-0/+86