aboutsummaryrefslogtreecommitdiffstats
path: root/apps/web/components/dashboard/admin (follow)
Commit message (Collapse)AuthorAgeFilesLines
* feat: Change the admin page to be tabbed similar to that of the settings pageMohamed Bassem2024-12-308-1001/+0
|
* feature: Add an admin notice about the usage of the legacy container imagesMohamed Bassem2024-12-212-0/+74
|
* feature: Add i18n support. Fixes #57 (#635)Mohamed Bassem2024-11-173-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
* feature: Allow reseting user password, change their roles and create new ↵kamtschatka2024-10-194-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>
* feature: Support regenerating AI tags only for failed bookmarksMohamedBassem2024-10-131-1/+10
|
* feature: Introduce a mechanism to cleanup dangling assetsMohamedBassem2024-10-123-1/+45
|
* feature(web): Add ability to rerun inference on all bookmarks. Fixes 443MohamedBassem2024-09-291-0/+24
|
* refactor: Replace the usage of bullMQ with the hoarder sqlite-based queue (#309)Mohamed Bassem2024-07-211-3/+3
|
* ui: refactor admin settings page (#249)Md Saban2024-06-293-0/+284
* ui: refactor admin ui * fix: pr comments * chore: lint fix * chore: refactor * minor tweaks --------- Co-authored-by: MohamedBassem <me@mbassem.com>