| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | fix(media): guard publicMediaListCollection against missing AniList data | Fuwn | 2026-04-18 | 1 | -17/+18 |
| | | | | | | | | | | | | | The public variant of mediaListCollection chained data.MediaListCollection .lists with no null check, so any AniList error response (rate limit, private list, nonexistent user) threw a TypeError. Mirror the guard used by the authenticated sibling: if any of data, MediaListCollection, or lists is missing, return an empty array. The function currently has no in-tree callers; noting that it may be a candidate for removal in a follow-up. | ||||
| * | fix(schedule): stop duplicating first page in season pagination | Fuwn | 2026-04-18 | 1 | -37/+18 |
| | | | | | | | | | | | | | | The seasonal schedule collector pushed page 1 outside the while-loop, then re-pushed the current page on every loop iteration. That meant every multi-page season duplicated its first page's media, and the same bug ran a second time when includeLastSeason was set. Restructure into a shared collectAllSchedulePages helper with a single push-then-check-hasNextPage loop, so each page is pushed exactly once. Verified against AniList for SPRING 2026 with includeLastSeason=true: 210 media, 0 duplicates. | ||||
| * | fix(anilist): restore completed list query semantics | Fuwn | 2026-03-28 | 2 | -4/+5 |
| | | |||||
| * | fix(cache): restore instant filters and shared AniList cache | Fuwn | 2026-03-28 | 2 | -4/+2 |
| | | |||||
| * | fix(anilist): restore completed list filters | Fuwn | 2026-03-28 | 2 | -11/+41 |
| | | |||||
| * | fix(anilist): fall back to persisted media list cache | Fuwn | 2026-03-28 | 1 | -0/+56 |
| | | |||||
| * | fix(anilist): avoid leaking settings subscriptions | Fuwn | 2026-03-28 | 1 | -4/+1 |
| | | |||||
| * | fix(auth): ignore malformed user cookies | Fuwn | 2026-03-28 | 1 | -0/+14 |
| | | |||||
| * | fix(cache): respect AniList media list recache windows | Fuwn | 2026-03-28 | 2 | -50/+112 |
| | | |||||
| * | refactor: isolate last activity fetch path | Fuwn | 2026-03-22 | 1 | -0/+71 |
| | | |||||
| * | refactor(effect): harden settings and media cache json parsing | Fuwn | 2026-03-03 | 1 | -1/+2 |
| | | |||||
| * | chore(biome): drop formatter style overrides | Fuwn | 2026-03-01 | 12 | -1506/+1660 |
| | | |||||
| * | chore(biome): re-enable noImplicitAnyLet rule | Fuwn | 2026-03-01 | 3 | -5/+5 |
| | | |||||
| * | chore(biome): re-enable noDoubleEquals rule | Fuwn | 2026-03-01 | 1 | -2/+2 |
| | | |||||
| * | fix(anime): unify due classification and harden subtitle matching | Fuwn | 2026-03-01 | 1 | -0/+1 |
| | | |||||
| * | fix: Add null guards and improve error messaging for user lookups | Fuwn | 2026-01-23 | 2 | -2/+10 |
| | | |||||
| * | fix(AniList): Change customLists from Map to Record | Fuwn | 2026-01-23 | 1 | -1/+1 |
| | | |||||
| * | format: Apply Prettier formatting | Fuwn | 2026-01-22 | 2 | -9/+6 |
| | | |||||
| * | fix(EpisodeDiscussionCollector): Improve filtering | Fuwn | 2025-12-17 | 1 | -1/+4 |
| | | |||||
| * | format: Apply Prettier formatting | Fuwn | 2025-12-15 | 2 | -6/+9 |
| | | |||||
| * | feat(Wrapped): Add detailed activity fetcher toggle | Fuwn | 2025-12-15 | 2 | -4/+12 |
| | | |||||
| * | style: Reformat using latest formatting | Fuwn | 2025-06-11 | 2 | -9/+6 |
| | | |||||
| * | feat(List): List filtering | Fuwn | 2025-06-09 | 1 | -1/+2 |
| | | |||||
| * | feat(Anime): Add additional sort options | Fuwn | 2025-03-29 | 1 | -2/+4 |
| | | |||||
| * | style: Run formatter | Fuwn | 2025-02-14 | 1 | -18/+22 |
| | | |||||
| * | feat(notifications): fallback on service-worker-less notifications | Fuwn | 2025-01-28 | 1 | -12/+24 |
| | | |||||
| * | feat(Wrapped): start and end data filters | Fuwn | 2024-12-27 | 1 | -1/+5 |
| | | |||||
| * | fix(wrapped): li::marker consistent colouring | Fuwn | 2024-12-24 | 1 | -15/+13 |
| | | |||||
| * | feat(user): add simple null check for remote user identity fetch | Fuwn | 2024-11-10 | 1 | -4/+7 |
| | | |||||
| * | chore(prettier): use spaces instead of tabs | Fuwn | 2024-10-09 | 12 | -1399/+1399 |
| | | |||||
| * | refactor(Data): rename database references | Fuwn | 2024-08-24 | 1 | -1/+1 |
| | | |||||
| * | feat(SequelCatcher): side stories toggle | Fuwn | 2024-08-23 | 1 | -2/+3 |
| | | |||||
| * | fix(AniList): request relation native title | Fuwn | 2024-08-23 | 1 | -1/+1 |
| | | |||||
| * | feat(settings): data saver | Fuwn | 2024-08-22 | 7 | -11/+23 |
| | | |||||
| * | refactor(Database): separate providers | Fuwn | 2024-07-25 | 1 | -1/+1 |
| | | |||||
| * | feat(SequelCatcher): formatting | Fuwn | 2024-07-08 | 2 | -0/+4 |
| | | |||||
| * | refactor(SequelCatcher): tidy | Fuwn | 2024-07-07 | 2 | -40/+28 |
| | | |||||
| * | feat(tools): sequel catcher | Fuwn | 2024-07-07 | 2 | -33/+110 |
| | | |||||
| * | feat(list): blur nsfw media covers setting | Fuwn | 2024-04-17 | 1 | -1/+2 |
| | | |||||
| * | fix(anime): no match out-of-season anime | Fuwn | 2024-04-11 | 1 | -1/+2 |
| | | |||||
| * | refactor(anilist): move to data module | Fuwn | 2024-02-08 | 12 | -0/+1795 |