johnpyp
02969d5426
feat: simple failed request handling ( #474 )
...
When a movie or series is added with radarr or sonarr, if it fails, this changes the media state to
unknown and sends a notification to admins. Client side this will look like a failed state along
with a retry button that will delete the request and re-queue it.
4 years ago
Jayesh
e88dc83aeb
feat: YouTube Movie/TV Trailers ( #454 )
...
* feat: Get Youtube trailers from TMDB API and show on Movie/TV details page
* docs(overseerr-api.yml): remove youtube trailer URL (unused) from OAS
4 years ago
sct
a333a09582
feat: add collections ( #484 )
...
closes #418
4 years ago
sct
32b4c99950
fix(api): correctly return firstAirDate for series in search endpoints
...
fixes #462
4 years ago
sct
4b505223b8
fix(logs): improve logging when adding to sonarr/radarr
4 years ago
johnpyp
7e8f361af7
feat: import users from plex ( #428 )
...
* feat: import users from plex
fix #281
* fix(frontend): re-enable delete user confirmation button after finished
4 years ago
sct
f35dae56a5
fix(api): fix cross-imported type crashing build
4 years ago
sct
5deb64a87f
fix(frontend): allow more special characters in search input
...
fixes #430
4 years ago
sct
2a4dd52275
fix(frontend): hide Request More button if all current seasons are available
...
fixes #343
4 years ago
sct
f88c4a6d4a
feat(api): add movie keyword search
4 years ago
sct
0972f40a4e
feat: anime profile support ( #384 )
...
closes #266
4 years ago
ecelebi29
e9c899ce41
fix(sonarr.ts, mediarequest.ts): add missing seasonFolder option ( #358 )
4 years ago
sct
e08fa35548
fix(api): only run recently added sync on enabled libraries
...
fixes #259
4 years ago
sct
3ba09d07eb
fix: add support for ssl when connecting to plex
...
fixes #275
4 years ago
Alex Zoitos
f998873fc5
fix(services): improve logging for when Radarr movie already exists ( #285 )
...
re #260
4 years ago
darknessgp
6d08b10820
fix: changing parameter name to use correct 'port' #276 ( #277 )
...
Co-authored-by: Ryan Boyles <Ryan.Boyles@ahstech.com>
4 years ago
sct
6c1ee830a1
fix(services): improve logging for adding movies to Radarr
4 years ago
sct
79a352b7b3
build(deps): update dependencies and update relevant files
4 years ago
Alex Zoitos
2aefcfdfb9
Person API calls ( #188 )
...
* feat(frontend): person API call - details, combined credits
* feat(frontend): add next for error handling + remove conditional
* feat(frontend): add status code to next error
4 years ago
sct
1694f60e8a
feat: rotten tomatoes scores on movie/tv details pages
4 years ago
sct
ff8b9d8e7e
feat: add trending to discover page
4 years ago
sct
67290dd502
feat: upcoming movies on discover
4 years ago
sct
1390cc1f13
feat(api): plex tv sync and recently added sync
4 years ago
sct
320432657e
feat: sonarr edit/delete modal
4 years ago
sct
9385592362
feat(api): sonarr api wrapper / send to sonarr
4 years ago
sct
2bf7e10e32
feat(frontend/api): beginning of new request modal
...
also includes new api endpoints for seasons
4 years ago
sct
1be8b18361
feat(api): plex Sync (Movies)
...
Also adds winston logging
5 years ago
sct
4aa74319e0
feat(api): add external ids to movie/tv response
5 years ago
sct
02cbb5b030
feat(frontend/api): tv details page
5 years ago
sct
514714071d
feat(api): allow plex logins from users who have access to the server
5 years ago
sct
8f6247d821
feat(api): validate plex when settings are saved
5 years ago
sct
9131254f33
feat(frontend/api): i18n support
5 years ago
sct
04252f88bb
feat(frontend/api): cast included with movie request and cast list on detail page
5 years ago
sct
6398e3645a
feat(frontend/api): movie recommendations/similar request and frontend detail page update
5 years ago
sct
a3beeede7e
feat(api): tv details endpoint
5 years ago
sct
48d62c3178
feat(api): radarr api wrapper / send to radarr when requests approved ( #93 )
5 years ago
sct
f4c2c47e56
feat(api): request api ( #80 )
5 years ago
sct
ba34e54d77
feat(api): tmdb trending api wrapper ( #68 )
5 years ago
sct
839448fcc8
feat(api): add tmdb discover api wrapper ( #67 )
5 years ago
sct
c702c17cee
feat(api): tmdb api wrapper / multi search route ( #62 )
...
Adds a "The Movie DB" api wrapper for some basic requests (search/get movie details/get tv details).
Also adds a search endpoint to our api and mappers to convert the tmdb results
5 years ago
sct
5343f35e5b
feat(api): initial implementation of the auth system ( #30 )
...
Adds the auth system but does not add all required features. They will be handled in other tickets
5 years ago