Commit graph

78 commits

Author SHA1 Message Date
TidusJar
683e4831c4 fixed #622 2016-11-02 21:34:33 +00:00
Jamie.Rees
42c437905e User management, migration and newsletter 2016-10-24 15:08:30 +01:00
Jim MacKenzie
b8c488ce3d Marked as obsolete 2016-10-17 20:00:03 -05:00
Jim MacKenzie
83050edf68 Merge dev into branch 2016-10-17 19:55:53 -05:00
Jamie.Rees
67b124148c Plex DB 2016-10-17 17:31:38 +01:00
Jim MacKenzie
bfea681522 Migration setup 2016-10-14 22:14:27 -05:00
Jim MacKenzie
626decacb1 Moved Newsletter Settings to its own page 2016-10-12 21:26:03 -05:00
Jim MacKenize
41e6d72210 Added Paypalme options, no UI yet (#568)
* Added Paypalme options

* Added Custom Donation UI

* Updated error checking

* Review fixes to donation work
2016-10-10 07:59:39 +01:00
tidusjar
6e3e290359 #569 2016-10-09 01:13:52 +01:00
Matt McHughes
f32276151a added properties to disable tv requests for specific episodes or seasons and wired up to admin settings 2016-10-06 14:52:39 -05:00
tidusjar
9c789363f6 notification improvements 2016-09-25 01:03:23 +01:00
tidusjar
7db336e202 Finished #415 2016-08-25 22:53:05 +01:00
tidusjar
185abcb1a5 Working on the beta releases page and also the user management 2016-08-22 13:11:03 +01:00
tidusjar
d7997d5cc0 Reworked #466 2016-08-11 21:47:01 +01:00
tidusjar
963b4e6ee8 Added an option to disable/enable the Plex episode cacher 2016-08-10 12:39:48 +01:00
tidusjar
632ce75fa0 Finished #459 2016-08-09 14:03:48 +01:00
tidusjar
d19deea56c Added the transaction back into the DB.
Do not run the episode cacher if it's been run in the last hour
2016-08-08 13:38:26 +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
a38877d984 Small changes, we will actually see the episode cacher on the scheduled jobs page now 2016-08-03 13:01:32 +01:00
tidusjar
b3e90c7a7f Async async async improvements. 2016-07-29 16:50:35 +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
ce7305faf0 Should fix #429 2016-07-23 09:52:47 +01:00
tidusjar
67df79bcca Done #135 We are including the application version number in the directory. 2016-07-20 10:40:00 +01:00
tidusjar
6392ee0bde #387 trim the spaces from the api key. Tidied up the setting models a bit. 2016-07-20 10:08:44 +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
fea4dd6309 Fixed the way we will be using custom messages 2016-07-07 15:37:12 +01:00
tidusjar
d7f01dcbb5 WIP on notification resolver 2016-07-05 17:29:42 +01:00
tidusjar
88a43563c4 Added some of the backend bits for #182 2016-06-28 16:32:57 +01:00
tidusjar
3650c4f943 Finished #6 2016-06-24 15:33:38 +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
3e16d8acf0 done #318 2016-06-13 13:01:22 +01:00
tidusjar
3df6b65666 #298 added some tests for the landing page 2016-06-13 10:28:36 +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
fcf2c84f61 More work on #298. Everything wired up 2016-06-09 13:36:34 +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
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
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
98eadc9cc6 Updated the claims so we can support more users.
Added a user management section (not yet complete)
Added the api to the solution and a api key in the settings (currently only gets the requests).
2016-05-15 21:51:20 -04:00
tidusjar
54ab4854e6 Added the 'enable user notifications' to the email settings view and model. 2016-04-20 13:48:44 +01:00
Drewster727
84edd6636d fix saving the log level 2016-04-17 21:58:34 -05:00
tidusjar
6190eceb60 Finally fixed #72 2016-04-14 14:50:40 +01:00
tidusjar
1af3c21655 Added a url base 2016-04-08 14:14:08 +01:00
tidusjar
f0d44b2788 Fixed an issue where we would add the Sickrage series but it would fail on adding the seasons. 2016-04-05 21:51:52 +01:00
Drewster727
9ac949a67c #114 first pass at choosing quality profile when approving + focus search input by default and when switching tabs 2016-04-03 17:30:12 -05:00
tidusjar
e037ad0f2b Got the search finished up for #32 2016-04-01 23:05:17 +01:00