aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2026-01-16Handle missing anime mapping by checking for MAL ID in getAnimeMapping functionBobby1-1/+2
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-16Add go mod tidy to setup process for improved dependency managementBobby1-0/+1
2026-01-15Add episode streaming functionality and cachingBobby8-14/+319
2025-08-25Updated Database Sync for AnimePriyansh6-829/+609
2025-08-25updated routes, added episode ids to each episodePriyansh7-18/+60
2025-08-19fix foreign key constraints in anime entitiesPriyansh3-766/+515
2025-08-19episodes router; anilist support; general fixesPriyansh7-20/+96
2025-08-18fix cache issues for large anime dataPriyansh1-4/+144
2025-05-09moved to a debian based image instead of alpineBobby1-2/+2
2025-05-09enable CGO in DockerfileBobby1-3/+5
2025-05-09do not fail on no env fileBobby1-3/+1
2025-05-09Create docker-publish.yml for publishing docker package on pushBobby1-0/+93
2025-05-09updated go version to `1.24`Bobby1-1/+1
2025-05-09added build and compile workflow to test successful compilationBobby1-0/+25
2025-05-09updated log message for anime updateBobby1-2/+2
2025-05-09fixed anime updaterBobby6-166/+441
2025-05-09task for updating animeBobby3-13/+257
2025-05-09increased max retries for TMDB dataBobby1-6/+11
2025-05-09removed time until airing from responsesBobby5-40/+142
2025-05-09added anime cacheBobby4-2/+1063
2025-05-09updated tmdb for simple retryingBobby1-76/+99
2025-05-09refactored typesBobby28-850/+912
2025-05-09removed unused stuff. refactored codeBobby1-160/+8
2025-05-09special query filters for special anime casesBobby3-31/+52
2025-05-09move anime to services. refactor. add sub dub streaming countsBobby20-2081/+2418
2025-05-07Airing Schedule and Next Airing Episode in AnimeBobby2-26/+68
2025-05-07Added characters and streaming to animeBobby6-34/+994
2025-05-06additional data and seasonsBobby5-21/+519
2025-05-02malsync + crunchyroll integration; anime logos and episode thumbnails in resp...Bobby7-665/+1051
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...Bobby13-31/+1864
2025-04-06refactored the readme, moved stuff to align things betterBobby1-13/+15
2025-04-06moved around stuff, reduced image size, refactored some linesBobby1-9/+8
2025-04-06useless badges and memeBobby1-0/+7
2025-04-06use custom HTTP logging middlewareBobby1-2/+2
2025-04-06implement: get tasks and get all tasksBobby1-0/+46
2025-04-06added health route for server statsBobby4-1/+102
2025-04-06added stats specific utilsBobby2-0/+65
2025-04-06fix tasks: tasks not starting after server rebootBobby1-30/+63
2025-04-06custom middleware for http loggingBobby1-0/+95
2025-04-06consistent logger paddingBobby1-0/+10
2025-04-06server basics with 404 routerBobby4-7/+80
2025-04-06added licenseBobby1-0/+21
2025-04-06adding example env which enables `make setup` and `Dockerfile`Bobby2-0/+24
2025-04-06add readme for good folksBobby1-0/+87
2025-04-06syncing anime lists via fribb mappingsBobby14-10/+823
2025-04-06initialised project bareboresBobby9-0/+332