Jamie
47c0c0daf0
Merge pull request #83 from shiitake/dev
...
Fixes issue #62 and #68
2016-03-24 19:08:32 +00:00
Shannon Barrett
15f7572cf5
Updated the logic for handling specific seasons in Sonarr and Sickrage
2016-03-24 12:03:59 -05:00
tidusjar
7be244c310
fixed the build
2016-03-24 14:12:50 +00:00
tidusjar
24781fbd1f
Finished #49
2016-03-24 14:07:01 +00:00
tidusjar
2d016315c7
Added the ability to sepcify a username in the email notification settings for external MTA's. We have had to add a new option called Email Sender because of this. #78
2016-03-24 11:31:49 +00:00
tidusjar
68f8b9cd71
MERGE
2016-03-23 14:01:58 +00:00
tidusjar
c7ac8a7d99
Done most on #59
2016-03-23 13:43:27 +00:00
tidusjar
2d5612a045
Finished adding pushover support. #44
2016-03-22 22:17:06 +00:00
tidusjar
59cf379d56
Fixed an issue where the table didn't match the model.
...
Fixed #67
2016-03-22 13:22:47 +00:00
tidusjar
c4f57169ad
Improved the status page with the suggestion from #29
2016-03-22 11:06:43 +00:00
tidusjar
8f7098d048
Hooked up most of #49 Just the validation messages need to be done.
...
***NOTE: Due to we are now hashing the passwords and reading from a new table, We will need to create a new administrator account.***
2016-03-22 10:46:24 +00:00
tidusjar
37fa7809cc
Finished #71
2016-03-22 08:50:42 +00:00
tidusjar
895a0c50eb
Added a subdir to CP, SickRage, Sonarr and Plex #43
2016-03-21 14:23:55 +00:00
tidusjar
6f8dc7c224
Fixed an issue where the default quality on Sickrage wouldn't work
2016-03-19 15:49:02 +00:00
tidusjar
803b12da0f
Added the api and settings page for Sickrage. Just need to do the tester and hook it up #40
2016-03-19 12:25:51 +00:00
tidusjar
e34170f55a
Added the option to set a CP quality #38
2016-03-19 00:16:44 +00:00
tidusjar
4136116555
Added the code to lookup the old requests and refresh them with new information from TVMaze
2016-03-18 23:45:31 +00:00
tidusjar
cd682cdff9
another test for #37
2016-03-18 23:00:44 +00:00
Jamie Rees
3c6338cadc
Catch the missing table exception when they have a new DB
2016-03-18 21:59:34 +00:00
Jamie Rees
76808adba2
Fixed #33 we now have SSL options for Sonarr and CP
2016-03-18 21:39:05 +00:00
tidusjar
2e8bb783d9
Fixed #16 and #30
...
We are now using the new request service and storing the requests as json blobs
Added the db migration code. This can be removed in the next few builds.
2016-03-18 13:52:10 +00:00
tidusjar
b62b7c1305
Added migration code and cleaned up the DB
2016-03-18 12:25:16 +00:00
tidusjar
ce416ae046
Updated the way we add requests
2016-03-18 11:53:07 +00:00
tidusjar
5dd9857011
Modified the adding of request to update the model with the added ID
2016-03-18 11:51:35 +00:00
tidusjar
5f26aecb98
Switched over to the new service
2016-03-18 11:06:27 +00:00
Jamie Rees
e6d67c7320
Fixed #22
...
With the understanding that most people will not have a valid cert or self signed cert I have disabled the SSL warnings.
Added a SSL option to the Plex settings and added unit test to cover this.
2016-03-17 20:36:27 +00:00
tidusjar
07b42ffd50
Started on #16 , nothing is hooked up yet.
2016-03-17 17:17:34 +00:00
tidusjar
f046c5d39b
Added Pushbullet notifications #8
2016-03-17 14:34:55 +00:00
tidusjar
b9a886d5dc
Added first implimentation of the Notification Service #8
...
Added tests to cover the notification service
2016-03-17 13:32:58 +00:00
tidusjar
aa5304b8dd
Added validation to the Email settings, also increased the availability checker from 2 minutes to 5
2016-03-17 08:54:40 +00:00
Jamie Rees
a2f44cf8d2
Finished the notes! Resolved #7
2016-03-15 19:14:27 +00:00
Jamie Rees
1936512dbe
#12
2016-03-15 18:48:08 +00:00
Jamie Rees
7c8d0b269a
Finished the status page #11 and some more work to #12
2016-03-15 18:39:43 +00:00
tidusjar
33130589ae
Added latest version code and view. Need to finish the view #11
2016-03-15 17:05:48 +00:00
Jamie Rees
cc3d41aa9a
Small changes
2016-03-13 21:32:47 +00:00
Jamie Rees
5dd9885885
Added the support for TV Series integrating with Sonarr
2016-03-13 20:58:42 +00:00
Jamie Rees
640e76e167
Added the code to get the quality profiles from Sonarr
...
Started plugging that into the UI
2016-03-10 22:24:37 +00:00
tidusjar
2ee94f78b4
Added the denied user check to the UserLoginModule. added a test case to cover it.
2016-03-09 12:28:54 +00:00
tidusjar
7636409790
First pass at the plex update service
2016-03-07 13:08:30 +00:00
Jamie Rees
3b0b0c521e
Started to impliment the Plex checker. This will check plex every x minutes to see if there is any new content and then update the avalibility of the requests
2016-03-06 01:25:54 +00:00
Jamie Rees
003dd47e3c
mre work
2016-03-05 00:07:37 +00:00
Jamie Rees
b9dd08a8bc
few small changes, added plex settings
2016-03-04 23:36:39 +00:00
Jamie Rees
f2399d6407
Making the configuration actually do something. Setting a default configuration if there is no DB
2016-03-04 23:19:48 +00:00
Jamie Rees
65087642e1
Fixed the issue when sending movies to CouchPotato.
2016-03-04 20:48:56 +00:00
tidusjar
7274f2d9f6
Upgraded .net to 4.6
2016-03-04 17:14:36 +00:00
tidusjar
73635e06c3
Firstpass integrating with CouchPotato
2016-03-04 14:26:54 +00:00
tidusjar
725678779a
Added missing files
2016-03-04 12:46:01 +00:00
tidusjar
07beddc26a
Fixed the plex friends. Added some unit tests, moved the plex auth into it's own page
2016-03-04 12:45:42 +00:00
Jamie Rees
7677831bbc
Fully switched the TV shows over to use the other provider.
2016-03-03 22:42:58 +00:00
tidusjar
46dc9d95f1
Added logging (Still WIP)
2016-03-03 11:51:59 +00:00