Commit graph

122 commits

Author SHA1 Message Date
tidusjar
963b4e6ee8 Added an option to disable/enable the Plex episode cacher 2016-08-10 12:39:48 +01:00
tidusjar
f8457d1db2 Updated the episode cacher to have a minimum of 11 hours before it runs again. 2016-08-10 12:28:39 +01:00
tidusjar
d843ab0ebb #459 is almost done 2016-08-09 13:27:09 +01:00
tidusjar
2608e53399 #254 Removed the cache, we are now storing the plex information into the database.
There is a big structure change around this, also increased the default check time to be in hours.
2016-08-05 11:34:00 +01:00
tidusjar
7f6c70d7b2 Some small tweaks to improve the memory alloc 2016-08-04 21:53:19 +01:00
tidusjar
2105ee9073 Update build no 2016-07-29 13:49:39 +01:00
tidusjar
14fddfc118 Finished #266
Added a new cacher job to cache all episodes in Plex.
2016-07-28 17:05:24 +01:00
tidusjar
5455b0076a Rename SubDir to Base Url 2016-07-26 20:05:54 +01:00
tidusjar
0cfb6c8b1e Finished the auth stuff 2016-07-25 14:05:44 +01:00
TidusJar
ce7305faf0 Should fix #429 2016-07-23 09:52:47 +01:00
tidusjar
d7c40164cb #424 2016-07-15 13:37:56 +01:00
tidusjar
57ec940d5a Moved the plex auth token to the plex settings where it should belong. 2016-07-14 13:01:07 +01:00
tidusjar
a19e81d1f8 Reworked the custom notifications... again. Need to figure out how to find the view to the model 2016-07-08 17:29:14 +01:00
tidusjar
ae64c11485 Added code to request the api key for CouchPotato 2016-07-08 13:46:56 +01:00
tidusjar
152408571f Removed NinjectConventions, we hadn't started to use it anyway. 2016-07-08 08:57:25 +01:00
tidusjar
694bc8aa02 More translations on the search page (Mainly the notification messages) #243 2016-06-29 12:31:24 +01:00
tidusjar
2d0b87b558 Fixed a bit of a stupid bug in the resetter and added unit tests around it to make sure this never happens again. 2016-06-29 09:42:17 +01:00
tidusjar
3563f166c9 Fixed an issue where we didn't provide the correct response when clearing the logs 2016-06-29 09:02:03 +01:00
tidusjar
7956f9f7ff Made it so users that are in the whitelist do not have a request limit 2016-06-28 14:09:02 +01:00
tidusjar
6aae347297 Finished #337 2016-06-27 16:16:33 +01:00
tidusjar
3650c4f943 Finished #6 2016-06-24 15:33:38 +01:00
tidusjar
f834e9635c Fixed a circular reference issue 2016-06-22 13:50:17 +01:00
Drewster727
96f27f8f1a add an option to stop sending notifications for requests that don't require approval #345 2016-06-21 19:43:31 -05:00
tidusjar
eb6d8af92e small changes 2016-06-13 13:21:38 +01:00
tidusjar
3e16d8acf0 done #318 2016-06-13 13:01:22 +01:00
tidusjar
1c0e00e4ba Some analytic stuff 2016-06-10 11:41:51 +01:00
tidusjar
fefad77ac1 Attempting to improve #219
We now have a new setting "Advanced Search". What this does is for each item  in the plex library we will get the ratingKey and perform another API call to get the MetaData for that ratingKey, inside the metadata it contains the "guid", the guid contains either a IMDBId or TheTVDBID. We will then use that to match the request. This does mean that we now need to capture the TvDbId for each TV Request.
2016-06-09 22:21:41 +01:00
tidusjar
5bf557658d Just some more async changes 2016-06-09 16:59:35 +01:00
tidusjar
fcf2c84f61 More work on #298. Everything wired up 2016-06-09 13:36:34 +01:00
tidusjar
81d26a5442 Fixed the issue on the landing page #298 2016-06-08 22:40:36 +01:00
tidusjar
46f7a0769e styling for #298 done, just need to wire up the model and do the actual status check 2016-06-08 22:06:38 +01:00
Drewster727
7e92705633 datepicker UI fixes + small landing page UI fix 2016-06-08 11:00:33 -05:00
tidusjar
66bede34f4 Settings done for #298 2016-06-06 17:19:56 +01:00
tidusjar
0dd30968d5 Started #298 2016-06-06 14:31:20 +01:00
tidusjar
071daf4ab4 a crap tonne of work on #273 2016-06-04 17:51:13 +01:00
tidusjar
e3cd016dc7 Updater wouldn't work when running a reverse proxy #236 2016-05-27 14:14:15 +01:00
Drewster727
6660209427 #262 make the auth users list taller 2016-05-27 02:52:20 -05:00
tidusjar
605878700d Fixed an issue where if you have only 1 plex friend it would not show in the list 2016-05-25 16:38:51 +01:00
tidusjar
4c85522c2b fixed #428 2016-05-25 14:09:07 +01:00
tidusjar
170e1bc4fb Fixed the release build issue where we could not access the settings #239 2016-05-25 10:57:52 +01:00
tidusjar
f285305cac cleanup 2016-05-25 09:16:32 +01:00
tidusjar
4b5c2d627c typo 2016-05-25 09:16:14 +01:00
tidusjar
bebc7d524f Fixed #241 2016-05-25 09:15:26 +01:00
tidusjar
02ef2902c8 Fixed #239 2016-05-25 08:59:51 +01:00
tidusjar
9ccd837758 Fixed an issue with the auth page when running with a reverse proxy 2016-05-24 21:29:34 +01:00
tidusjar
2187b1453a Plex theme 2016-05-24 13:21:46 +01:00
tidusjar
c41944c933 Implimented a theme changer, waiting for the Plex theme 2016-05-24 12:58:01 +01:00
tidusjar
5a6863456f #164 has been resolved 2016-05-23 13:28:16 +01:00
tidusjar
8cce80654b Resolved #224 , Removed the 'SSL' option from the email notification settings. We will now use the correct secure socket options (SSL/TLS) for your email host. 2016-05-23 11:40:22 +01:00
tidusjar
4fd3db1ae5 Using Mailkit to fix #204 2016-05-20 21:24:26 +01:00