aboutsummaryrefslogtreecommitdiff
path: root/utils
AgeCommit message (Expand)AuthorFilesLines
2026-02-26anime parser fixHEADmainBobby4-88/+333
2026-02-26Add MAL client and anime parsing functionalityBobby11-0/+4580
2026-02-25Refactor anime update logic and task managementBobby5-34/+34
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 managementBobby3-76/+34
2026-02-24Refactor entities and repositories: update JSON tags, add season number, and ...Bobby6-32/+39
2026-02-09Refactor AnimeUpdate worker logging and enhance API request for skip timesBobby1-1/+1
2026-02-09Refactor request handling: enhance facade structure to include fiber context ...Bobby3-13/+25
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...Bobby2-5/+14
2026-02-06Refactor RateLimiter: improve request handling and cleanup logicBobby1-19/+20
2026-02-06Refactor task management and producer synchronizationBobby2-4/+2
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-04Refactor logger: enhance logging structure with zap integration and remove un...Bobby2-71/+100
2026-02-04Implement request middleware enhancements: add BuildRequest function and impr...Bobby7-0/+211
2026-02-04Add environment variable utilities: implement functions for retrieving and se...Bobby4-0/+247
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-16Refactor Log function to use 'any' type and improve message formattingBobby1-2/+2
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 typesBobby15-165/+698
2025-05-09special query filters for special anime casesBobby3-31/+52
2025-05-09move anime to services. refactor. add sub dub streaming countsBobby16-2064/+1223
2025-05-07Airing Schedule and Next Airing Episode in AnimeBobby1-1/+35
2025-05-07Added characters and streaming to animeBobby5-1/+887
2025-05-06additional data and seasonsBobby3-2/+411
2025-05-02malsync + crunchyroll integration; anime logos and episode thumbnails in resp...Bobby6-657/+993
2025-04-18make tmdb request with retries for handling temporary network failuresBobby1-24/+80
2025-04-18basic anime details with episodes; added jikan and anilist as metadata fetche...Bobby3-0/+1305
2025-04-06added stats specific utilsBobby2-0/+65
2025-04-06consistent logger paddingBobby1-0/+10
2025-04-06syncing anime lists via fribb mappingsBobby1-0/+47
2025-04-06initialised project bareboresBobby1-0/+95