Commit graph

89 commits

Author SHA1 Message Date
Jamie.Rees
121cf90ba7 Removed the whitelist 2016-12-08 13:50:51 +00:00
Jamie.Rees
21f3131cb4 Finished #707 2016-11-28 08:26:12 +00:00
Jamie.Rees
f7bf2a2fe7 #218 2016-11-21 13:25:39 +00:00
Jamie.Rees
2a8927eb6d Fixed the issue with user management, needed to implement our own authentication provider 2016-11-18 17:17:35 +00:00
tidusjar
39888a4b94 done #679 2016-11-16 22:14:21 +00:00
Jamie.Rees
2f34aaec4b Fixed #681 2016-11-16 08:52:38 +00:00
Jamie.Rees
fdba68bb3d More user management 2016-11-15 16:11:07 +00:00
Jamie.Rees
50dec5f530 Started on the queue for requests #483 TV Requests with missing information has been completed 2016-11-09 14:32:23 +00:00
Jamie.Rees
1c7fb2e93e Finished #659
#236 has been modified slightly. Needs testing on Different systems
2016-11-08 13:35:35 +00:00
Jamie.Rees
1793c6f592 Merge branch 'master' into dev 2016-11-08 09:29:40 +00:00
Jamie.Rees
0950f20278 Almost finished #659 2016-11-07 17:21:05 +00:00
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