aboutsummaryrefslogtreecommitdiffstats
path: root/packages/trpc/routers/users.ts (unfollow)
Commit message (Expand)AuthorFilesLines
2025-04-15fix: Add password salt to the user tableMohamed Bassem1-3/+7
2025-04-12chore: Rename hoarder packages to karakeepMohamedBassem1-5/+5
2025-03-11feat: Add endpoints for whoami and user stats. Fixes #1113Mohamed Bassem1-9/+68
2024-10-19feature: Allow reseting user password, change their roles and create new user...kamtschatka1-43/+66
2024-10-12feature: Allow to disable default password login after SSO is configured. Fix...kamtschatka1-2/+2
2024-10-06feature: Allow disabling password signups (#413)kamtschatka1-2/+8
2024-10-05feature(web): Async validate JWT account and sign out the user if they no lon...MohamedBassem1-2/+11
2024-04-18refactor: Move the shared types to the shared packageMohamedBassem1-1/+1
2024-04-05fix: Delete user's assets when the user is deletedMohamedBassem1-0/+2
2024-03-22feature: Add an option to disable new signupsMohamedBassem1-0/+7
2024-03-18feature(web): Add the ability to change passwordsMohamedBassem1-8/+34
2024-03-05build: Fix the web buildMohamedBassem1-2/+2
2024-03-05extension: Show who the logged in user is in the extension optionsMohamedBassem1-1/+17
2024-03-05refactor: Extract trpc logic into its packageMohamedBassem1-3/+3
2024-03-02feature: Show user list in admin pageMohamedBassem1-2/+41
2024-03-02feature: Make the first user an admin automaticallyMohamedBassem1-0/+7
2024-02-28tests: Add tests for the bookmarks routesMohamedBassem1-3/+3
2024-02-23db: Migrate from prisma to drizzleMohamedBassem1-11/+13
2024-02-22feature: Add support for credentials registration and sign inMohamedBassem1-0/+45