aboutsummaryrefslogtreecommitdiffstats
path: root/apps/web/components/admin (follow)
Commit message (Collapse)AuthorAgeFilesLines
* feat: Drop support for time bounded invitationsMohamedBassem2025-08-021-42/+5
|
* fix: Drop legacy container noticeMohamed Bassem2025-07-261-19/+0
|
* feat: Add invite user supportMohamed Bassem2025-07-103-102/+438
|
* feat: Add per user storage quotaMohamed Bassem2025-07-062-0/+33
|
* feat: Add per user bookmark count quotaMohamed Bassem2025-07-042-158/+193
|
* feat(admin): add confirmation dialog for user deletion (#1648) (#1649)Deepanshu Saini2025-06-211-10/+31
| | | | | | | | | * feat(admin): add confirmation dialog for user deletion (#1648) * No need to manage dialog state --------- Co-authored-by: Mohamed Bassem <me@mbassem.com>
* feat: Add AI auto summarization. Fixes #1163Mohamed Bassem2025-05-181-2/+22
|
* chore: Rename hoarder packages to karakeepMohamedBassem2025-04-123-3/+3
|
* chore: update repo release url to karakeep (#1210)Meysam2025-04-071-2/+2
|
* fix: Drop the rebranding bannerMohamed Bassem2025-04-051-17/+0
|
* chore: Hoarder to Karakeep rebranding (#1199)Mohamed Bassem2025-04-051-1/+18
| | | | | | | | | * The new logo * Changing hoarder.app to karakeep.app * Adding the admin panel warning * Update the readme
* feat: Move background jobs with the admin actions. Fixes #1083Mohamed Bassem2025-03-093-240/+258
|
* fix: Fix missing workers in the server statsMohamed Bassem2025-03-091-0/+28
|
* feat: Add PDF screenshot generation and display (#995)Ahmad Mujahid2025-02-171-0/+22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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>
* refactor: Refactor sidebar into a shared componentMohamed Bassem2024-12-303-88/+0
|
* feat: Change the admin page to be tabbed similar to that of the settings pageMohamed Bassem2024-12-3011-0/+1089