Commit Graph

168 Commits

Author SHA1 Message Date
Kyrch 72b24f2eb6 feat(graphql): add support for IN operators in complex filtering (#1181) 2026-04-19 11:32:35 -03:00
Kyrch 00c60c58c4 clean(graphql): remove a lot of useless arguments & deletedAt fields (#1180) 2026-04-19 10:58:07 -03:00
Kyrch 5be6f661a4 fix(graphql): add missing studio sort argument (#1179) 2026-04-19 10:02:48 -03:00
Kyrch 4e1d4236fc fix(graphql): dont register pivot types (#1178) 2026-04-19 09:57:37 -03:00
Kyrch 75f391cc65 feat(graphql): build sort enums on demand for better management (#1177) 2026-04-19 09:50:00 -03:00
Kyrch 80d59f7e45 refactor(graphql): remove resolver classes (#1176) 2026-04-19 06:28:58 -03:00
Kyrch b1d7e9ed30 feat(graphql): remove IN filter from Float fields (#1175) 2026-04-19 05:13:07 -03:00
Kyrch a1341d0157 feat(graphql): remove EQ filter from DateTimeTz fields (#1174) 2026-04-19 05:10:39 -03:00
Kyrch cac463383e fix(graphql): fix playlist mutation (#1173) 2026-04-17 14:20:49 -03:00
Kyrch eeb5fd006a feat: anime format field (#1170) 2026-04-17 13:54:35 -03:00
Kyrch b9b95acb0b feat(graphql): deprecate internal queries and fields (#1169) 2026-04-17 11:06:35 -03:00
Kyrch 582ca2b7dd feat(api): remove guard name fields (#1168) 2026-04-17 10:48:29 -03:00
Kyrch 3ae5898927 feat(graphql): deprecate deletedAt field (#1166) 2026-04-17 10:40:23 -03:00
Kyrch 544155052c fix(graphql): add missing audio link field (#1154) 2026-04-07 21:03:17 -03:00
Kyrch fcaa13891b feat!: remove memberships and add performance schema to JSON:API (#1150) 2026-04-03 04:20:01 -03:00
Kyrch c42771a411 feat(search): add Typesense support (#1146) 2026-03-31 15:32:32 -03:00
Kyrch fc3f146bb4 chore: Laravel 13 (#1135) 2026-03-23 15:31:57 -03:00
Kyrch 722aaf9c14 chore: formatting minor stuff (#1134) 2026-03-22 23:20:22 -03:00
Kyrch cd2039d6e1 fix(graphql): fix relation sorting (#1128) 2026-03-16 17:53:37 -03:00
Kyrch 2ae33b0fed feat: artist synonyms (#1125) 2026-03-09 14:52:16 -03:00
Kyrch 8323620f83 refactor(graphql): rename methods (#1123) 2026-03-09 10:41:34 -03:00
Kyrch 8386535251 feat(graphql): add middleware to mutations (#1120) 2026-03-05 07:30:09 -03:00
Kyrch 93a48173e5 feat: add tracks position (#1116) 2026-03-04 16:50:17 -03:00
Kyrch fb05c1770e feat(graphql): add ENTRY_ID and VIDEO_ID to PlaylistTrackFilterableColumns (#1113) 2026-02-23 21:45:21 -03:00
Kyrch c1bf8be3a1 clean: remove view aggregate (#1110) 2026-02-18 20:32:58 -03:00
Kyrch b66c5cb3da feat: synonyms rework (#1109) 2026-02-18 20:26:46 -03:00
Kyrch e4179cf312 feat(graphql): Me.likes relation (#1103) 2026-02-16 21:29:19 -03:00
Kyrch d2ced8db70 tests: add mutation tests (#1100) 2026-02-15 16:35:04 -03:00
Kyrch fcf64b6406 feat(graphql): toggle like mutation (#1099) 2026-02-15 07:03:06 -03:00
Kyrch dff1634480 feat: WIP add watch history (#1098) 2026-02-14 03:17:36 -03:00
Kyrch 5e7b03b167 feat(graphql): made animethemeShuffle.spoiler optional (#1093) 2026-02-10 02:10:56 -03:00
Kyrch 747d1d8fc3 refactor(graphql): pass type instances for relations (#1092) 2026-02-09 23:31:55 -03:00
Kyrch e99e692694 feat(graphql): video-tracks relation (#1091) 2026-02-09 20:28:51 -03:00
Kyrch c7e83e0ae9 feat(graphql): animethemeShuffle query (#1090) 2026-02-09 20:10:21 -03:00
Kyrch 3815716a9f feat: dump public attribute (#1089) 2026-02-08 23:10:14 -03:00
Kyrch 3356167e3b feat: page previous & next relations (#1087) 2026-02-08 20:53:48 -03:00
Kyrch 7d676d3010 feat: improve search with word_delimiter_graph (#1086) 2026-02-08 01:46:02 -03:00
Kyrch f8786cb6bf fix: remove moderation rule from playlist descriptions (#1084) 2026-02-06 04:51:11 -03:00
Kyrch 5817636003 tests: add missing model tests & sort tests (#1082) 2026-02-05 19:24:38 -03:00
Kyrch af2946155e feat: video priority attribute (#1079) 2026-02-04 13:24:03 -03:00
Kyrch 742dc20106 refactor(graphql): relations extends field (#1078) 2026-02-04 11:16:19 -03:00
Kyrch 03103389b2 feat(graphql): add support for pivot one-to-many relationships (#1077) 2026-02-03 20:02:04 -03:00
Kyrch 7c5075b188 chore!: database changes part 2 (#1072) 2026-01-30 23:04:49 -03:00
Kyrch 60c5351b04 chore!: database & GraphQL changes (#1070) 2026-01-30 20:56:59 -03:00
Kyrch fa5468d1a5 chore: handle performances when artist is deleted (#1069) 2026-01-30 15:07:34 -03:00
Kyrch 7eac12d788 chore: unlock filament dependency (#1068) 2026-01-29 18:56:01 -03:00
Kyrch a71ca35efb chore: bump dependencies (#1067) 2026-01-28 00:13:07 -03:00
Kyrch 45ea839c4e fix(graphql): fix sandbox csrf & role color/priority nullable (#1064) 2026-01-27 19:58:47 -03:00
Kyrch 1f815a6082 fix(graphql): fix auth session (#1063) 2026-01-27 19:07:00 -03:00
Kyrch fdb6b69687 chore: bump dependencies (#1062) 2026-01-27 13:35:19 -03:00