Commit Graph

40 Commits

Author SHA1 Message Date
58fa52f083 fix: reset episodes when url not found 2024-09-23 17:57:05 -04:00
90cf038337 feat: new version for getEpisodeUrl by just passing the episode number 2024-09-23 17:52:53 -04:00
eec512c729 fix: skip time conversion to be undefined if both are 0 2024-09-23 17:52:11 -04:00
87b938bdaa fix: update "new episode" route to check all providers before throwing error 2024-09-23 17:36:18 -04:00
00d0f641a4 fix: update source priorities for anify 2024-09-22 15:53:49 -04:00
3d0c76444e fix: flakiness in promiseTimeout test 2024-09-22 15:49:14 -04:00
a740fa3e93 fix: foreign key constraint errors happening in tests 2024-09-21 15:08:49 -04:00
c1bf12de4f feat: associate device id with username when logging in 2024-09-21 13:18:16 -04:00
76ed45558d fix: internal "new episode" route throwing error code 1042 in prod 2024-09-10 23:10:56 -04:00
25ed096b38 feat: create script to initialize "next episode" queue 2024-09-09 05:07:21 -05:00
1d606ef0d3 feat: support sending "new episode" notifications to devices 2024-09-08 13:46:14 -05:00
ae99918524 chore: disable consumet temporarily 2024-08-31 20:33:57 -04:00
a9fa2baafe fix: userPreferred best matches not being matched properly 2024-08-26 22:12:00 -04:00
342e2c2bd8 fix: use string matching to map to correct title in Aniwatch 2024-08-26 21:55:11 -04:00
dac2040e36 fix: default to english title when searching aniwatch 2024-08-19 08:39:34 -04:00
71f1682ae2 fix: ignore some tests 2024-08-18 23:08:20 -04:00
1a06eb51eb refactor: replace amvstrm source with aniwatch 2024-08-18 21:37:13 -04:00
36aa521bf8 feat: change amvstrm to point to self hosted instance 2024-08-18 17:05:53 -04:00
30abd1eba8 chore: add "tower of god s2" to anify denylist 2024-08-18 16:09:01 -04:00
ec150f81ea fix: update amvstrm url 2024-08-18 16:08:28 -04:00
0e30b6b7d3 fix: update anify url 2024-08-12 18:56:25 -04:00
dfd709ad1c test: preload mocked modules 2024-06-15 06:24:29 -04:00
c47c042917 fix: use anify as last source if other sources aren't recognized 2024-06-08 11:43:17 -04:00
1ccd004c77 fix: fetchFromMultipleSources returns errorOccurred only if all sources fail 2024-06-07 23:42:41 -04:00
c35c9b9e09 feat: add more error handling 2024-06-07 23:26:37 -04:00
ad61f3d18a test: add response snapshots for larger responses 2024-06-05 07:17:16 -04:00
be5dedc51c fix: remove legacy route 2024-06-03 07:23:46 -04:00
79fd51951b feat: support legacy routes
Summary:

Test Plan:
2024-06-02 06:46:22 -04:00
d2645028c5 fix: missing path parameter in OpenAPI route for fetchStreamUrl
Summary:

Test Plan:
2024-05-30 23:01:49 -04:00
c0ef6838fc feat: add Amvstrm as provider for stream URL
Summary:

Test Plan:
2024-05-30 22:48:02 -04:00
7e3c818828 feat: add Consumet as provider for stream URL
Summary:

Test Plan:
2024-05-30 09:47:07 -04:00
7aab9a19ec feat: create route to fetch stream URL from provider
Summary:

Test Plan:
2024-05-30 08:44:20 -04:00
8b6aecca5c refactor: move fetchEpisodes in to subfolder 2024-05-29 08:38:37 -04:00
d19f76689c feat: set fetchEpisodes as operation id
Summary:

Test Plan:
2024-05-29 08:23:33 -04:00
b661b59078 feat: add Amvstrm as source for /episodes
Summary:

Test Plan:
2024-05-26 13:22:03 -04:00
e91f92354c fix: import Consumet source dynamically for episodes route
Summary:

Test Plan:
2024-05-26 13:22:03 -04:00
13f923ab92 feat: use Wrangler auto-generated env variables
Summary:

Test Plan:
2024-05-26 13:22:03 -04:00
6e8fe4f7b0 fix: Anify timeout logic running even when fetch resolved
Summary:

Test Plan:
2024-05-26 13:22:03 -04:00
00ff0e0295 feat: add Consumet as source for /episodes 2024-05-26 13:22:03 -04:00
75bb7615f5 feat: create route to fetch episodes for a title
Summary:

Test Plan:
2024-05-24 17:07:06 -04:00