aboutsummaryrefslogtreecommitdiffstats
path: root/packages/trpc/routers/admin.ts (follow)
Commit message (Expand)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
* 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
* 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 user...kamtschatka2024-10-191-0/+64
* 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
* 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
* 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