aboutsummaryrefslogtreecommitdiffstats
path: root/packages/trpc/routers/admin.ts (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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