aboutsummaryrefslogtreecommitdiffstats
path: root/apps/web/components/dashboard/admin (unfollow)
Commit message (Collapse)AuthorFilesLines
2024-12-30feat: Change the admin page to be tabbed similar to that of the settings pageMohamed Bassem8-1001/+0
2024-12-21feature: Add an admin notice about the usage of the legacy container imagesMohamed Bassem2-0/+74
2024-11-17feature: Add i18n support. Fixes #57 (#635)Mohamed Bassem3-34/+53
* feature(web): Add basic scaffolding for i18n * refactor: Switch most of the app's strings to use i18n strings * fix: Remove unused i18next-resources-for-ts command * Add user setting * More translations * Drop the german translation for now
2024-10-19feature: Allow reseting user password, change their roles and create new ↵kamtschatka4-7/+554
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-1/+10
2024-10-12feature: Introduce a mechanism to cleanup dangling assetsMohamedBassem3-1/+45
2024-09-29feature(web): Add ability to rerun inference on all bookmarks. Fixes 443MohamedBassem1-0/+24
2024-07-21refactor: Replace the usage of bullMQ with the hoarder sqlite-based queue (#309)Mohamed Bassem1-3/+3
2024-06-29ui: refactor admin settings page (#249)Md Saban3-0/+284
* ui: refactor admin ui * fix: pr comments * chore: lint fix * chore: refactor * minor tweaks --------- Co-authored-by: MohamedBassem <me@mbassem.com>