aboutsummaryrefslogtreecommitdiff
path: root/utils/api
AgeCommit message (Expand)AuthorFilesLines
2026-02-25Refactor anime update logic and task managementBobby4-34/+28
2026-02-24feat: Enhance person handling and synchronization logicBobby1-0/+19
2026-02-24feat: Refactor anime and character handlingBobby1-0/+19
2026-02-24Add GetAnimeEpisodes endpoint and implement episode retrieval logicBobby1-0/+50
2026-02-24Refactor rate limiter: simplify implementation and improve token managementBobby1-2/+2
2026-02-09Refactor AnimeUpdate worker logging and enhance API request for skip timesBobby1-1/+1
2026-02-06Refactor database interactions: replace direct database calls with DB variabl...Bobby1-0/+8
2026-02-06Refactor Jikan API client: improve context management in GetAnimeProducers an...Bobby1-3/+4
2026-02-06Refactor task management and producer synchronizationBobby1-2/+0
2026-02-06Refactor TMDB and TVDB API integrationBobby10-797/+569
2026-02-05Refactor MALSync API client: enhance request handling with retry logic and er...Bobby2-81/+111
2026-02-05Enhance episode and skip time structures: add EpisodeNumber and EpisodeLength...Bobby2-368/+95
2026-02-05Add repository functions for genre, meta, and producer managementBobby3-680/+140
2026-02-05Refactor Jikan API types: remove unused structures and add HTTP client config...Bobby2-434/+597
2026-02-03Add genre-based anime retrieval with pagination and related database updatesBobby2-0/+71
2026-01-20Implement genre synchronization from MAL via Jikan API and add genre retrieva...Bobby2-0/+33
2026-01-20Add TVDB integration for episode retrieval and configuration setupBobby4-1/+457
2026-01-16Rename streaming source type from "M3U8" to "HLS" for clarity in GetEpisodeLi...Bobby1-1/+1
2026-01-16Add curl fallback for HTTP requests in JikanClientBobby1-1/+20
2026-01-15Add episode streaming functionality and cachingBobby1-4/+50
2025-05-09increased max retries for TMDB dataBobby1-6/+11
2025-05-09removed time until airing from responsesBobby1-8/+118
2025-05-09updated tmdb for simple retryingBobby1-76/+99
2025-05-09refactored typesBobby13-132/+633
2025-05-09special query filters for special anime casesBobby2-31/+36
2025-05-09move anime to services. refactor. add sub dub streaming countsBobby7-0/+1984