aboutsummaryrefslogtreecommitdiffstats
path: root/packages/trpc/routers/users.ts (unfollow)
Commit message (Expand)AuthorFilesLines
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