Commit graph

58 commits

Author SHA1 Message Date
tidusjar
d1d65b24de Fixed #1445 2017-06-24 21:39:33 +01:00
Jamie
f7c25b0e15 Merge pull request #1243 from anonaut/master
Added Mattermost Notifications
2017-04-10 15:43:53 +01:00
Patrick Frisch
235337e7c9 fixed author and rewrote getter/setter method 2017-04-10 15:48:55 +02:00
Patrick Frisch
cd2c9a40e5 Merge remote-tracking branch 'upstream/dev' 2017-04-10 15:34:03 +02:00
tidusjar
ddefbf31db Made a start on the new Sonarr integration.
the Latest series option works.
2017-03-30 22:46:51 +01:00
tidusjar
41021240c9 Fixed an issue where we were retrying the API call when the Plex users login creds were invalid.
#1217

Also removed the Auto update button from the Update page
2017-03-29 21:10:06 +01:00
tidusjar
20c4ce8b7d Fixed a sonarr deseralization error. 2017-03-18 22:14:46 +00:00
tidusjar
2d0297231d Increased the delay for the Episode information api calls. #1163
Fixed the issue with notifications being slightly borked #1263

Fixed the issue for Radarr, the api changed again #1263
2017-03-17 20:58:53 +00:00
tidusjar
b9c0c20af6 Looks like we were overloading emby with out api calls.
Put a bit of handling around that to wait when we get some errors. Problem about this is it can take a long time to generate the infomation when we have episode searching enabled. #1109
2017-03-16 22:10:24 +00:00
anonaut
b287c8655f Implemented mattermost notifications based on slack notification 2017-03-13 23:43:42 +01:00
Jamie.Rees
2804191781 Added a release notes page, you can access via Admin>Updates>Recent Changes tab. Note to self, need to put better comments in for users to understand! 2017-03-13 12:28:36 +00:00
Jamie
83ee6427d8 Merge pull request #1204 from tidusjar/dev
Dev
2017-03-04 14:25:27 +00:00
Jamie.Rees
2259f18ae6 Fixed #1195 2017-03-02 09:53:20 +00:00
Shaun McPeck
e46b621a2d Needed to treat a 201 as success, too. + removed some commented out code. 2017-03-01 00:35:46 -06:00
smcpeck
b5fc7692d6 Restore checking of HTTP StatusCode on ApiRequests; remove checking of response.ErrorException 2017-02-28 20:48:00 -06:00
smcpeck
3ee4ae34d5 Reverted (for now) non-200 response handling; added some extra logging. 2017-02-27 23:46:06 -06:00
smcpeck
ec973917b4 Tweaked ApiRequest behavior on non-200 responses; think it was breaking login. :-" 2017-02-27 23:30:03 -06:00
smcpeck
231a525109 Only deserialize response payload in ApiRequest when StatusCode == 200. Will a default return value in other cases cause other issues? 2017-02-27 22:14:42 -06:00
smcpeck
e57cdf8c6f Added a missing await for an HP AddArtist call. Added some more Trace logging. 2017-02-27 21:18:35 -06:00
smcpeck
af463d0dd7 Added some logging around API calls. 2017-02-27 20:03:26 -06:00
smcpeck
1f18dd61f5 Remove extra delay when filtering out existing movies 2017-02-24 10:18:21 -06:00
smcpeck
3c3afb37c2 Changed actor searching to support non-actors too 2017-02-23 20:20:59 -06:00
Shaun McPeck
f817953ba3 Merge branch 'dev' into master 2017-02-23 17:44:46 -06:00
smcpeck
0d3ff966d6 Added API endpoint for /actor/new/ to support searching for movies not already available/requested 2017-02-23 17:15:58 -06:00
smcpeck
9380ba3e45 API changes to allow for searching movies by actor 2017-02-23 12:02:04 -06:00
smcpeck
a8288a93b0 Enforcing async/await in synchronous methods that were marked async. 2017-02-23 11:59:37 -06:00
tidusjar
a93c18bc04 Added root folder and approving quality profiles in radarr #1065 2017-02-17 23:47:03 +00:00
tidusjar
10ef372cfd Added some debugging code around the newsletter for Emby #1116 2017-02-17 22:37:19 +00:00
tidusjar
d6684eb1de Fixed #1133
Do not show shows that we do not ahve any information for.
2017-02-17 22:11:37 +00:00
tidusjar
12ff7378ba The landing page now works for emby #435 2017-02-17 21:36:27 +00:00
tidusjar
4439f0b41b small changes 2017-02-12 21:27:48 +00:00
Jamie.Rees
4cf4b33305 Merge branch 'dev' of https://github.com/tidusjar/PlexRequests.Net into dev 2017-02-06 16:14:28 +00:00
Jamie.Rees
88fa35da5e #1069 2017-02-06 16:14:02 +00:00
tidusjar
8393a31a48 Reworked the newsletter for Emby! Need to rework it for Plex and use the new way to do it.
Fixed collections for Emby #435
2017-02-03 20:26:28 +00:00
tidusjar
29c8b456f4 Removed Plex Request from the notifications 2017-02-03 14:35:41 +00:00
tidusjar
643676e7ea Added the user login for emby users #435 2017-01-30 23:12:12 +00:00
tidusjar
d59d64234f DAMN! #435 that's a lot of code! 2017-01-29 00:13:07 +00:00
tidusjar
868301f552 Started adding Emby, Lots of backend work done. Need a few more services done and login and user management. #435 2017-01-28 16:54:48 +00:00
Jamie.Rees
b2417d8477 Added a switch to use the new search or not, just in case people do not like it.
added a migration to turn on the new search.
2017-01-27 08:42:44 +00:00
Jamie.Rees
16c94f2414 Additional movie information 2017-01-26 16:30:40 +00:00
tidusjar
2d1ad10b70 Fix for #978 2017-01-25 21:22:28 +00:00
Jamie.Rees
a1fb4018b5 Fixed the login issue and pass Radarr the year #990 2017-01-25 14:41:04 +00:00
tidusjar
7fc26df599 Finished #535 #445 #170 2017-01-23 22:50:54 +00:00
Jamie.Rees
1c6e75a413 Started to add the specify Sonarr root folders. 2017-01-23 13:57:52 +00:00
Jamie.Rees
9886c40499 Added a bunch of categories for tv search similar to what we have for movies. 2017-01-20 15:56:49 +00:00
tidusjar
4926255094 Finished #923 !!! 2017-01-18 21:05:08 +00:00
tidusjar
5e06d9bd26 Radarr integartion in progress #923 2017-01-17 22:28:13 +00:00
Jamie.Rees
809d0103c3 Finished #739 2017-01-17 15:14:35 +00:00
Jamie.Rees
973688393f Initial impliementation of #739 2017-01-17 08:59:04 +00:00
Jamie.Rees
88c0651b1e Improved the search UI and made it more consistant.
Finished the Netflix API Part #884
2017-01-16 15:23:04 +00:00