Pas
2df313dbe0
update debrid logic
2025-11-19 11:55:52 -07: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
efb8c2e7ad
Update progress.ts
2025-10-30 13:27:06 -06:00
Pas
ceab17ec27
add way to manually delete progress
...
this works quite differently than the bookmarks since bookmarks overwrites all the bookmarks when we post. But progress items are loaded and send individually via the server to save bandwidth. Since the player posts progress every 5s
2025-10-30 13:01:02 -06:00
Pas
3fc8a54c98
update progress so we dont save finished or unwatched media
2025-10-30 12:46:48 -06:00
Pas
80642641c9
fix critical typo
2025-10-30 12:29:47 -06:00
FifthWit
441895b26f
Merge pull request #23 from FifthWit/master
...
updates
2025-10-25 14:37:51 -05:00
FifthWit
e3a59bc3b2
Optimized the progress/[tmdb_id]/ endpoint to be less verbose
2025-10-25 13:06:07 -05:00
FifthWit
0e45ff1b70
Optimized bookmarks endpoint to be less verbose
2025-10-25 13:01:43 -05:00
FifthWit
b956aa7297
changed interfaces to more reusable/safe imports from prisma
2025-10-25 12:48:59 -05:00
Pas
0db4681ef3
Reapply "fix: prevent overwriting settings with defaults"
...
This reverts commit ffa2a7e602 .
2025-10-23 12:02:36 -06:00
Pas
ffa2a7e602
revert change
2025-10-23 11:07:59 -06:00
Pas
0b6343fe38
add missing settings
2025-10-23 11:07:59 -06:00
Aykhan
955578c429
fix: prevent overwriting settings with defaults
2025-10-23 11:07:59 -06:00
Pas
d15be26cde
revert change
2025-10-23 10:33:40 -06:00
Pas
b38f7c1c2a
add missing settings
2025-10-23 09:23:12 -06:00
Aykhan
46a0af9401
fix: prevent overwriting settings with defaults
2025-10-23 18:55:56 +04:00
Pas
ace0376ad5
add favorite episode support to bookmarks
...
also delete unused bookmark file
2025-09-29 17:47:50 -06:00
Pas
14cfd53505
add group order and fixes
2025-07-31 10:37:34 -06:00
Pas
6ee37ff8f2
convert groups to array
2025-07-22 11:02:00 -06:00
Pas
ba50d9760b
add group var to bookmarks
2025-07-17 11:26:43 -06:00
Pas
951e6d2d39
add (almost) every user preference
2025-06-05 22:46:45 -06:00
Pas
c7fbf0369e
application lang is optional
2025-05-18 13:57:04 -06:00
Pas
0cacd84da7
prettier
2025-05-17 19:09:27 -06:00
Pas
eb2cb15c43
fix import errors
2025-05-05 10:08:04 -06:00
Pas
04c823a126
fix minor bugs and lint
2025-05-05 09:53:17 -06:00
FifthWit
1d91fbd66a
Updated docs because people dont use google
2025-05-01 13:13:53 -05:00
FifthWit
9e3959b2fc
Fixed up the lists, looking much nicer and it should be perfectly ready
2025-04-22 16:03:12 -05:00
Pas
ad1ded7abb
Revert "add region route"
...
This reverts commit e54a9280ee .
2025-04-18 17:39:54 -06:00
Pas
e54a9280ee
add region route
...
readd migration, correctly this time 😭
oopsie missed this
2025-04-18 17:39:25 -06:00
FifthWit
2fb3470f7a
URGENT FIX
2025-04-16 20:37:06 -05:00
FifthWit
b99d88cf2e
Added custom lists
2025-04-02 21:04:46 -05:00
Pas
63278102b4
add user deletion
2025-03-13 11:33:30 -06:00
Pas
96e9d832e5
Reapply with fixes
...
I think I got it this time
2025-03-13 00:00:28 -06:00
Pas
2e27016e81
Revert "update formating and schemas"
...
This reverts commit 950c1e051a .
2025-03-12 23:35:59 -06:00
Pas
950c1e051a
update formating and schemas
2025-03-12 22:34:56 -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
3e88b42770
Added progress saving
2025-03-11 00:29:51 -05:00
root
2c6666494b
minor fix, validates the number is between 0 and 10
2025-03-11 00:08:18 -05:00
root
3ea2d71d0b
added custom ratings
2025-03-11 00:03:18 -05:00
root
15d1bed09c
Big 'ol fix, deleting sessions, creating users, migrations, etc
2025-03-09 21:35:51 -05:00
FifthWit
6d0e59d2ae
First Major commit for BackendV2, still more to do
2025-03-06 22:25:17 -06:00