aboutsummaryrefslogtreecommitdiff
path: root/controllers/anime.go
AgeCommit message (Expand)AuthorFilesLines
2026-02-26Add MAL client and anime parsing functionalityBobby1-11/+9
2026-02-24feat: Refactor anime and character handlingBobby1-328/+0
2026-02-24Add GetAnimeEpisodes endpoint and implement episode retrieval logicBobby1-0/+18
2026-02-24Refactor GetAnime function: remove unnecessary service call and streamline an...Bobby1-7/+1
2026-02-09Refactor AnimeUpdate worker logging and enhance API request for skip timesBobby1-2/+8
2026-02-05Refactor Jikan API types: remove unused structures and add HTTP client config...Bobby1-191/+302
2026-02-03Add genre-based anime retrieval with pagination and related database updatesBobby1-0/+46
2026-01-20Implement genre synchronization from MAL via Jikan API and add genre retrieva...Bobby1-0/+18
2026-01-16Handle missing anime mapping by checking for MAL ID in getAnimeMapping functionBobby1-1/+2
2026-01-15Add episode streaming functionality and cachingBobby1-0/+50
2025-08-25updated routes, added episode ids to each episodePriyansh1-2/+23
2025-08-19episodes router; anilist support; general fixesPriyansh1-11/+50
2025-05-09refactored typesBobby1-3/+2
2025-05-09move anime to services. refactor. add sub dub streaming countsBobby1-2/+15
2025-04-18basic anime details with episodes; added jikan and anilist as metadata fetche...Bobby1-0/+40