Commit Graph

89 Commits

Author SHA1 Message Date
Zoe Roux c730d47cd9 Add entries controller 2025-03-01 23:48:21 +01:00
Zoe Roux a370048a12 Update elysia and remove workaround 2025-02-22 19:30:19 +01:00
Zoe Roux b6dff90ccd Disable biome lint 2025-01-30 20:09:21 +01:00
Zoe Roux 4424e9b40a Handle extra seeding 2025-01-30 20:03:42 +01:00
Zoe Roux 32a1e89b27 Add insert seasons 2025-01-30 20:03:42 +01:00
Zoe Roux b1df97f767 Type extra & allow movie entries to specify a slug on seed 2025-01-30 20:03:42 +01:00
Zoe Roux cf59695e09 Fix need-rendering test 2025-01-30 20:03:42 +01:00
Zoe Roux 1a2ab48c73 Start the smart video controller 2025-01-30 20:03:42 +01:00
Zoe Roux e9c7cfe832 Fix entries insertion (special numbers not saved) 2025-01-30 20:03:42 +01:00
Zoe Roux b262aeed5d Better need rendering calculation when inserting entries 2025-01-30 20:03:42 +01:00
Zoe Roux f2c1982afa Test videos creation of slugs 2025-01-30 20:03:42 +01:00
Zoe Roux e5bb462e36 Update test helpers 2025-01-30 20:03:42 +01:00
Zoe Roux fabf6b6863 Define relations on evj 2025-01-30 20:03:42 +01:00
Zoe Roux 2588eef23b Create values helper & fix video join insertion 2025-01-30 20:03:42 +01:00
Zoe Roux 8d6121d8b0 Handle video joint creation with entries 2025-01-30 20:03:42 +01:00
Zoe Roux 0939289e2c Add seed entry capabilities 2025-01-30 20:03:42 +01:00
Zoe Roux 5ca0ef08d4 Make processImages synchronous 2025-01-30 20:03:42 +01:00
Zoe Roux 962672e4ed Start series insert 2025-01-30 20:03:42 +01:00
Zoe Roux 470a8deae9 Start entry insert 2025-01-30 20:03:42 +01:00
Zoe Roux ec3d48ac79 Extract movie insert to a show insert method 2025-01-30 20:03:42 +01:00
Zoe Roux e2d34a993b Format stuff 2025-01-25 15:12:22 +01:00
Zoe Roux bb2630431a Add seasons controller 2025-01-25 15:12:22 +01:00
Zoe Roux 9f929eeb7a Move description to common types 2025-01-25 15:12:22 +01:00
Zoe Roux 9abe7f191a Test & fix search 2025-01-24 22:48:03 +01:00
Zoe Roux 1634624701 Fix search sort 2025-01-24 22:48:03 +01:00
Zoe Roux ce81caaf14 Allow filter on tags 2025-01-24 22:48:03 +01:00
Zoe Roux 1c0fdf6f89 wip 2025-01-24 22:48:03 +01:00
Zoe Roux eaec881594 wip: Replace tsvector with trigram search 2025-01-24 22:48:03 +01:00
Zoe Roux 988b705a30 Fix schema utils to make drizzle-kit work 2025-01-24 22:48:03 +01:00
Zoe Roux a51de86c95 Stupid implementation of search, lots to fix 2025-01-24 22:48:03 +01:00
Zoe Roux a8fb84daf0 Format code 2025-01-18 16:39:40 +01:00
Zoe Roux 956ab51e1b Add a flag to retrieve all translations 2025-01-17 23:16:31 +01:00
Zoe Roux 02ddd1401b Add isAvailable 2025-01-17 23:16:31 +01:00
Zoe Roux a558f47558 Test & Fix prefer original for /movies/{id} 2025-01-17 18:49:24 +01:00
Zoe Roux 9fc5f8a706 Fix /movies select distinct 2025-01-17 18:49:24 +01:00
Zoe Roux 7fcaf6490d Add original translation support on the /movies/{id} route 2025-01-17 18:49:24 +01:00
Zoe Roux f3f69a0def Rewrite /movies/{id} to use the relational api 2025-01-17 18:49:24 +01:00
Zoe Roux 5ca1b19148 Add preferOriginal query param for /movies 2025-01-17 18:49:24 +01:00
Zoe Roux 7cc6e7e2d4 Handle fallback when creating new translations 2025-01-17 18:49:24 +01:00
Zoe Roux d1609ddfbf Fix & test random slug reservation 2025-01-13 14:16:43 +01:00
Zoe Roux 1cdb372079 Fix & test /movies/random 2025-01-13 14:16:43 +01:00
Zoe Roux b6f996139f Reserve the random slug 2025-01-13 14:16:43 +01:00
Zoe Roux b9da57fd88 Cleanups 2025-01-13 14:16:43 +01:00
Zoe Roux 9a54266967 Add /movies/random route 2025-01-13 14:16:43 +01:00
Arthur Jamet f490faa796 v5 api: Handle random in keyset paginate 2025-01-13 14:16:43 +01:00
Arthur Jamet 67ea86a955 v5 api: Random sort query parameter cannot be reversed 2025-01-13 14:16:43 +01:00
Arthur Jamet 2afccaa813 v5 api: Random query parameter becomes sort value 2025-01-13 14:16:43 +01:00
Arthur Jamet 0e230114a7 v5 api: Sort Movies Randomly, passing seed as query parameter 2025-01-13 14:16:42 +01:00
Zoe Roux 3547799079 Sort nulls at the end even in desc order 2025-01-10 12:16:33 +01:00
Zoe Roux 0555fcb9a5 Handle forced fallback on /movies 2025-01-10 12:16:32 +01:00