pstream-backend/server/routes/users/[id]
Pas 2ebdb1c901 Add nickname to users
Introduces a 'nickname' field to the users table and Prisma schema. Updates user registration and profile update routes to handle nicknames, including random nickname generation for new users. Adds a utility for generating random nicknames and migrates existing users to have generated nicknames.
2025-11-17 10:35:11 -07:00
..
bookmarks/[tmdbid] Optimized bookmarks endpoint to be less verbose 2025-10-25 13:01:43 -05:00
lists fix minor bugs and lint 2025-05-05 09:53:17 -06:00
progress fix critical typo 2025-10-30 12:29:47 -06:00
bookmarks.ts changed interfaces to more reusable/safe imports from prisma 2025-10-25 12:48:59 -05:00
group-order.ts add group order and fixes 2025-07-31 10:37:34 -06:00
index.ts Add nickname to users 2025-11-17 10:35:11 -07:00
progress.ts Update progress.ts 2025-10-30 13:27:06 -06:00
ratings.ts fix minor bugs and lint 2025-05-05 09:53:17 -06:00
sessions.ts fix minor bugs and lint 2025-05-05 09:53:17 -06:00
settings.ts Merge pull request #23 from FifthWit/master 2025-10-25 14:37:51 -05:00