aboutsummaryrefslogtreecommitdiffstats
path: root/packages/trpc/routers/admin.ts (follow)
Commit message (Collapse)AuthorAgeFilesLines
* fix: browser service connection check using dns instead. Fixes #2080Mohamed Bassem2025-11-021-6/+8
|
* refactor: generalize tidy assets queue into admin maintenance (#2059)Mohamed Bassem2025-10-261-14/+16
| | | | | * refactor: generalize admin maintenance queue * more fixes
* feat: Add service dependency checks in the server overview pageMohamed Bassem2025-10-121-0/+116
|
* refactor: Move callsites to liteque to be behind a pluginMohamed Bassem2025-09-141-1/+1
|
* refactor: Move webhook, users and tags into modelsMohamedBassem2025-08-021-2/+2
|
* refactor: Extract meilisearch as a pluginMohamedBassem2025-07-271-3/+3
|
* fix: Drop legacy container noticeMohamed Bassem2025-07-261-3/+2
|
* feat: Allow setting browserless crawling per userMohamed Bassem2025-07-191-0/+4
|
* fix: Prioritize crawling user added links over bulk imports. fixes #1717Mohamed Bassem2025-07-121-2/+8
|
* feat: Add per user storage quotaMohamed Bassem2025-07-061-0/+4
|
* feat: Add per user bookmark count quotaMohamed Bassem2025-07-041-5/+23
|
* feat: Add AI auto summarization. Fixes #1163Mohamed Bassem2025-05-181-8/+28
|
* fix: When triggering a re-index, drop all the documents firstMohamed Bassem2025-04-271-0/+3
|
* fix: Add password salt to the user tableMohamed Bassem2025-04-151-3/+4
|
* chore: Rename hoarder packages to karakeepMohamedBassem2025-04-121-4/+4
|
* feat: Move background jobs with the admin actions. Fixes #1083Mohamed Bassem2025-03-091-8/+17
|
* fix: Fix missing workers in the server statsMohamed Bassem2025-03-091-0/+54
|
* feat: Add PDF screenshot generation and display (#995)Ahmad Mujahid2025-02-171-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 imagesMohamed Bassem2024-12-211-0/+12
|
* feature: Allow reseting user password, change their roles and create new ↵kamtschatka2024-10-191-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 bookmarksMohamedBassem2024-10-131-10/+19
|
* feature: Introduce a mechanism to cleanup dangling assetsMohamedBassem2024-10-121-2/+63
|
* feature(web): Add ability to rerun inference on all bookmarks. Fixes 443MohamedBassem2024-09-291-0/+11
|
* refactor: Replace the usage of bullMQ with the hoarder sqlite-based queue (#309)Mohamed Bassem2024-07-211-13/+13
|
* fix: Trigger search re-index on bookmark tag manual updates. Fixes #208 (#210)kamtschatka2024-06-091-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 jobsMohamedBassem2024-04-201-0/+2
|
* fix: Differentiate between pending in db and in redis in admin job statsMohamedBassem2024-04-121-18/+52
|
* feature: Recrawl failed links from admin UI (#95)Ahmad Mujahid2024-04-111-19/+45
| | | | | * feature: Retry failed crawling URLs * fix: Enhancing visuals and some minor changes.
* format: Add missing lint and format, and format the entire repoMohamedBassem2024-03-301-2/+4
|
* refactor: Extract trpc logic into its packageMohamedBassem2024-03-051-0/+77