Commit graph

54 commits

Author SHA1 Message Date
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
993f9ff483 Update derive-public-key.post.ts 2025-08-20 13:51:07 -06:00
Pas
fa64d49f25 Create derive-public-key.post.ts 2025-08-20 13:42:34 -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
b7f8d8899c Add cron jobs to make timed metrics
/metrics
/metrics/monthly
/metrics/weekly
/metrics/daily
2025-06-26 15:51:15 -06:00
FifthWit
ba3f278603 fixed letterboxd issue 2025-06-06 13:02:45 -05:00
FifthWit
9ccdf8c8c7 added results 2025-06-06 12:35:41 -05:00
Pas
951e6d2d39 add (almost) every user preference 2025-06-05 22:46:45 -06:00
FifthWit
d97b93b0c1 enabled the caching behavior LOL 2025-06-03 13:30:32 -05:00
FifthWit
687d72d8f8 Merge branch 'master' of https://github.com/FifthWit/backend 2025-06-03 13:27:06 -05:00
FifthWit
9c9593b0c6 Added Letterboxd Scrapinggit add .git add .git add .! use /letterboxd to use 2025-06-03 13:26:20 -05: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
FifthWit
3be055bb48 Added Sharable lists 2025-04-22 15:33:25 -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
0547d2b951 added some extra films for discover like box office, and most watched 2025-04-03 03:31:19 -05:00
FifthWit
b99d88cf2e Added custom lists 2025-04-02 21:04:46 -05:00
FifthWit
fda99a46ac Added Trakt Lists 2025-03-28 14:42:15 -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
FifthWit
c9bb651995 migrated metrics route file 2025-03-12 22:22:40 -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
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