fallenbagel
7861db4941
fix(imdbRadarrProxy): pass headers and nodeCache as options instead of params ( #2900 )
2026-04-17 12:57:27 +02:00
Michael Thomas
36243a0deb
chore: upgrade to eslint v9 ( #2574 )
2026-03-16 21:12:30 +05:00
fallenbagel
8b41685b31
chore(deps): upgrade prettier, and tailwind ( #2351 )
2026-01-29 07:48:34 +01:00
Georgy
d3fd5028dc
feat: add IMDb rating votes count in tooltip ( #1696 )
...
* feat: add IMDb rating votes count in tooltip
* feat: add IMDb rating votes count in tooltip
* feat: add IMDb rating votes count in tooltip
2025-08-19 22:26:42 +02:00
Gauthier
a488f850f3
refactor: switch from Fetch API to Axios ( #1520 )
...
* refactor: switch from Fetch API to Axios
* fix: remove unwanted changes
* fix: rewrite error handling for Axios and remove IPv4 first setting
* style: run prettier
* style: run prettier
* fix: add back custom proxy agent
* fix: add back custom proxy agent
* fix: correct rebase issue
* fix: resolve review comments
2025-04-08 13:20:10 +02:00
Ben Haney
907ba6fdea
feat(api): make rottentomatoes matching more robust ( #1265 )
2025-01-31 23:04:34 +08:00
Ben Haney
347a24a97b
fix: handle non-existent rottentomatoes rating for movies ( #1169 )
...
This fixes a bug where some movies don't have any rottentomatoes
ratings, which causes ratings from other services to not show
2024-12-20 18:23:14 +08:00
Gauthier
a351264b87
fix: handle non-existent rottentomatoes rating ( #1018 )
...
This fixes a bug where some media don't have any rottentomatoes ratings.
2024-10-17 18:37:19 +08:00
Gauthier
74a2d25f15
fix(api): handle non-existent ratings on IMDb ( #822 )
2024-08-05 14:30:27 +02:00
Gauthier
b36bb3fa58
refactor: switch from Axios for Fetch API ( #840 )
...
* refactor: switch ExternalAPI to Fetch API
* fix: add missing auth token in Plex request
* fix: send proper URL params
* ci: try to fix format checker
* ci: ci: try to fix format checker
* ci: try to fix format checker
* refactor: make tautulli use the ExternalAPI class
* refactor: add rate limit to fetch api
* refactor: add rate limit to fetch api
* refactor: switch server from axios to fetch api
* refactor: switch frontend from axios to fetch api
* fix: switch from URL objects to strings
* fix: use the right search params for ExternalAPI
* fix: better log for ExternalAPI errors
* feat: add retry to external API requests
* fix: try to fix network errors with IPv6
* fix: imageProxy rate limit
* revert: remove retry to external API requests
* feat: set IPv4 first as an option
* fix(jellyfinapi): add missing argument in JellyfinAPI constructor
* refactor: clean the rate limit utility
2024-07-14 19:04:36 +02:00
Marco Faggian
b4191f9c65
feat(rating): added IMDB Radarr proxy ( #3496 )
...
* feat(rating): added imdb radarr proxy
Signed-off-by: marcofaggian <m@marcofaggian.com >
* refactor(rating/imdb): rm export unused interfaces
Signed-off-by: marcofaggian <m@marcofaggian.com >
* docs(rating/imdb): rt to imdb
Signed-off-by: marcofaggian <m@marcofaggian.com >
* refactor(rating/imdb): specified error message
Signed-off-by: marcofaggian <m@marcofaggian.com >
* refactor(rating/imdb): rm line break
Signed-off-by: marcofaggian <m@marcofaggian.com >
* refactor(rating): conform to types patter
Signed-off-by: marcofaggian <m@marcofaggian.com >
* chore(rating/imdb): added line to translation file
Signed-off-by: marcofaggian <m@marcofaggian.com >
* feat(rating/imdb): ratings to ratingscombined
Signed-off-by: marcofaggian <m@marcofaggian.com >
* fix(rating/imdb): reinstating ratings route
Signed-off-by: marcofaggian <m@marcofaggian.com >
* docs(ratings): openapi ratings
Signed-off-by: marcofaggian <m@marcofaggian.com >
* chore(ratings): undo openapi ratings apex
Signed-off-by: marcofaggian <m@marcofaggian.com >
---------
Signed-off-by: marcofaggian <m@marcofaggian.com >
2023-07-28 20:51:19 +09:00