Commit Graph

1830 Commits (03e98523302c5e4f6dc414bc718bb7323ad5511a)
 

Author SHA1 Message Date
Shaun McPeck e46b621a2d Needed to treat a 201 as success, too. + removed some commented out code.
8 years ago
smcpeck f400412568 Normalized spacing/tabs
8 years ago
smcpeck b7bfc2fcc0 Move local user login to be the first thing checked; renamed old Api variable to PlexApi now that Emby is in play.
8 years ago
smcpeck f0358c1f5e Remove all the polling/retry logic around HP requests. This was a problem do to not properly awaiting the initial AddArtist API call being sent to HP. Also fix SetAlbumStatus to use ReleaseId instead of MusicBrainsId (same fix previously applied to AddArtist).
8 years ago
smcpeck b5fc7692d6 Restore checking of HTTP StatusCode on ApiRequests; remove checking of response.ErrorException
8 years ago
Jamie.Rees 7d8848a69c Added gravitar image
8 years ago
smcpeck 3ee4ae34d5 Reverted (for now) non-200 response handling; added some extra logging.
8 years ago
smcpeck ec973917b4 Tweaked ApiRequest behavior on non-200 responses; think it was breaking login. :-"
8 years ago
smcpeck 231a525109 Only deserialize response payload in ApiRequest when StatusCode == 200. Will a default return value in other cases cause other issues?
8 years ago
smcpeck a5651775a6 Merge branch 'hp-timeout' of https://github.com/smcpeck/Ombi into hp-timeout
8 years ago
smcpeck e57cdf8c6f Added a missing `await` for an HP AddArtist call. Added some more Trace logging.
8 years ago
smcpeck 652650dacc Added a missing `await` for an HP AddArtist call. Added some more Trace logging.
8 years ago
smcpeck f931750f98 Merge branch 'hp-timeout' of https://github.com/smcpeck/Ombi into hp-timeout
8 years ago
smcpeck af463d0dd7 Added some logging around API calls.
8 years ago
Shaun McPeck 68807c899c Merge pull request #3 from tidusjar/EAP
8 years ago
Jamie.Rees f6bf6493b2 Merge branch 'dev' of https://github.com/tidusjar/PlexRequests.Net.git
8 years ago
Jamie.Rees 0dfd2f2658 Fixed #1192
8 years ago
Jamie 3c6321f699 Merge pull request #1191 from tidusjar/dev
8 years ago
Jamie 1b8f175bcf Merge pull request #1190 from tidusjar/EAP
8 years ago
tidusjar 5095d30a3c Fixed a slight issue where we could click the change folders button rather than the dropdown arrow #1189
8 years ago
Jamie e43d2d8880 Merge pull request #1186 from smcpeck/EAP
8 years ago
smcpeck 2178881895 Headphones - added releaseID to generic RequestedModel and passing that through to HP request. Their API doesn't request via the MusicBrainzId.
8 years ago
Jamie 4472ebdb97 Merge pull request #1185 from tidusjar/dev
8 years ago
Jamie e420d03a77 Merge pull request #1178 from smcpeck/master
8 years ago
tidusjar 3d6264095e Bunch of updater files
8 years ago
Shaun McPeck 63b6c8ea76 Merge pull request #1 from tidusjar/EAP
8 years ago
tidusjar 0da49440e2 #1163 #117
8 years ago
distaula a0c783ea81 fixup! Reset the branch on v2.1.0 tag to get to a shared state between dev and Master.
8 years ago
smcpeck 99e48f31fe changed IEmbyAvailabilityChecker to use IEnumberables + checking actor search against Emby content + PR feedback
8 years ago
smcpeck c96ec2ef9d removed some unnecessary 'ConfigureAwait` uses
8 years ago
smcpeck 65b69e3cad remove meaningless html class from actor searching checkbox
8 years ago
smcpeck bdecd9cdac Merge branch 'master' of https://github.com/smcpeck/Ombi
8 years ago
smcpeck 1f18dd61f5 Remove extra delay when filtering out existing movies
8 years ago
Shaun McPeck 017ea96d9e Merge branch 'dev' into master
8 years ago
Jamie bf35663c5f Merge pull request #1183 from tidusjar/dev
8 years ago
tidusjar 844938a92c Fixed an issue where we were not always showing movies from external programs
8 years ago
smcpeck 3c3afb37c2 Changed actor searching to support non-actors too
8 years ago
smcpeck 7156869621 Added a 10 second timer to refresh some new caching I put in
8 years ago
smcpeck 6ab8d52242 Post merge build fixes
8 years ago
Shaun McPeck f817953ba3 Merge branch 'dev' into master
8 years ago
smcpeck 39871802b5 UI changes to add checkbox and support searching for only new matches via new API.
8 years ago
smcpeck 0d3ff966d6 Added API endpoint for /actor/new/ to support searching for movies not already available/requested
8 years ago
smcpeck b51f790493 REFACTOR: IAvailabilityChecker - changed arrays to IEnumerables
8 years ago
Jamie b752a22199 Merge pull request #1181 from tidusjar/dev
8 years ago
tidusjar 9542286806 fix
8 years ago
tidusjar 55e7b50b85 Fixed #1177
8 years ago
smcpeck 0aa00fd888 UI changes to consume actor searching API
8 years ago
smcpeck 9380ba3e45 API changes to allow for searching movies by actor
8 years ago
smcpeck a8288a93b0 Enforcing async/await in synchronous methods that were marked async.
8 years ago
Jamie b160c54f27 Merge pull request #1169 from tidusjar/dev
8 years ago