FifthWit
ce112ff652
primsa7
2025-12-02 16:25:44 -06:00
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
Pas
62e0b545be
increase watchparty cleanup to 30 min
2025-10-23 11:07:59 -06:00
Pas
639674a17a
Update metrics.ts
2025-09-17 10:11:30 -06:00
Pas
3d17e32338
update metric to fix maybe?
2025-08-20 13:49:19 -06:00
Pas
a24f27679e
alert if no crypto secret
...
also fix typo
2025-07-31 12:31:50 -06:00
Pas
d229a2fc84
fix metrics tracking
2025-07-17 11:18:15 -06:00
Pas
b7f8d8899c
Add cron jobs to make timed metrics
...
/metrics
/metrics/monthly
/metrics/weekly
/metrics/daily
2025-06-26 15:51:15 -06:00
Pas
4dbc103545
maybe fix metrics?
2025-06-06 18:38:41 -06:00
Pas
fc31e82ad7
bump bersion
2025-05-17 19:54:53 -06:00
Pas
0cacd84da7
prettier
2025-05-17 19:09:27 -06:00
Pas
e37eeae3fe
add watchparty sync service
2025-05-17 19:08:46 -06:00
Pas
ec8a973c2e
make trakt client id optional
2025-05-05 10:08:14 -06:00
Pas
04c823a126
fix minor bugs and lint
2025-05-05 09:53:17 -06:00
FifthWit
a4aa1b9a2d
changed some minor things
2025-04-13 15:15:13 -05:00
FifthWit
05bbc4720d
fixed type and trying to debug issue
2025-04-02 19:43:12 -05:00
FifthWit
fda99a46ac
Added Trakt Lists
2025-03-28 14:42:15 -05:00
Pas
e5a8afab2f
add metrics
...
hopefully this works
2025-03-12 20:21:10 -06:00
root
180fac4164
created a better useAuth util to remove the constant boilerplate, now to get a user its just const user = await useAuth().getCurrentSession() and it handles all the content
2025-03-11 15:31:27 -05:00
root
2f2dbdbb96
Fixed issues with enviroment variables, and a typo
2025-03-10 21:27:51 -05:00
root
96c12982e2
Issue with deploying since nitropack didnt detect tweetnacl because I was using a commonjs to esm syntax, fixed that, and also ran npm upgrade
2025-03-09 22:00:23 -05:00
FifthWit
6d0e59d2ae
First Major commit for BackendV2, still more to do
2025-03-06 22:25:17 -06:00