tidusjar
da8b6340ae
Fixed #74 and #64
2016-03-22 08:59:31 +00:00
tidusjar
206fd74d7f
Resolved #70
2016-03-22 08:55:57 +00:00
tidusjar
37fa7809cc
Finished #71
2016-03-22 08:50:42 +00:00
Shannon Barrett
170b2c86f0
Merge pull request #2 from tidusjar/dev
...
Dev
2016-03-21 15:17:07 -05:00
tidusjar
af6deec3f0
Got the filter working on both movie and tv #57
2016-03-21 19:05:01 +00:00
tidusjar
bbe2bcbfed
Started #57 , currently there is a bug where the TV list won't filter
2016-03-21 17:18:57 +00:00
tidusjar
895a0c50eb
Added a subdir to CP, SickRage, Sonarr and Plex #43
2016-03-21 14:23:55 +00:00
Jamie
21ea315cd0
Merge pull request #61 from tidusjar/master
...
Merge
2016-03-21 13:32:49 +00:00
Jamie
79e7cc5ab3
Merge pull request #53 from tidusjar/Hotfix-1
...
Update appveyor.yml
2016-03-20 11:22:41 +00:00
Jamie
2df4600586
Merge branch 'master' into Hotfix-1
2016-03-20 10:56:31 +00:00
Jamie
d18534cf3f
Update appveyor.yml
2016-03-20 10:56:15 +00:00
Jamie
c22a9cba26
Merge pull request #52 from tidusjar/Hotfix-1
...
Update AvailabilityUpdateService.cs
2016-03-20 10:54:38 +00:00
Jamie
08cfc31970
Update AvailabilityUpdateService.cs
...
Fixed the bug
2016-03-20 10:30:17 +00:00
Jamie
14d4f6f098
Merge pull request #42 from tidusjar/dev
...
Release 1.4.0
2016-03-19 16:52:03 +00:00
Jamie
054c161727
Merge branch 'master' into dev
2016-03-19 16:48:37 +00:00
tidusjar
792bbf5f95
This fixes #36
2016-03-19 16:42:11 +00:00
Jamie
c5db1ed8e6
Merge pull request #39 from shiitake/dev
...
Fixes for Checking if the user is the owner
2016-03-19 16:15:32 +00:00
tidusjar
8b76732ee8
Updated the build version ready for the next release
2016-03-19 16:11:00 +00:00
tidusjar
d1adae1538
When we do a batch update we need to reset the cache
2016-03-19 15:57:39 +00:00
tidusjar
6f8dc7c224
Fixed an issue where the default quality on Sickrage wouldn't work
2016-03-19 15:49:02 +00:00
Jamie
c3d56fbf0b
Merge pull request #41 from tidusjar/tidusjar-patch-1
...
Update README.md
2016-03-19 14:31:04 +00:00
Jamie
f2f74f7ec4
Update README.md
2016-03-19 14:26:05 +00:00
tidusjar
9402d1409e
Wow, that was a lot of work.
...
- So, I have now finished #40 .
- Fixed a bug where we was not choosing the correct tv series (Because of TVMaze)
- Fixed a bug when checking for plex titles
- Fixed a bug where the wrong issue would clean on the UI (DB was correct)
- Refactored how we send tv shows
- And too many small changes to count.
2016-03-19 14:17:54 +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
1ebf80d1d1
Fixed the new dependancy with the admin class tests
2016-03-19 00:17:53 +00:00
tidusjar
e34170f55a
Added the option to set a CP quality #38
2016-03-19 00:16:44 +00:00
Shannon Barrett
c28a26413a
Should fix issue #36
2016-03-18 19:16:29 -05: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
a2d2121afe
back to what it was :(
2016-03-18 23:28:24 +00:00
tidusjar
cd682cdff9
another test for #37
2016-03-18 23:00:44 +00:00
Jamie Rees
1d814cd76e
This should fix #37
2016-03-18 22:11:11 +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
2786d13a17
Exploratory test for #37
2016-03-18 21:50:00 +00:00
Shannon Barrett
613e4c3aa8
Merge pull request #1 from tidusjar/dev
...
Dev
2016-03-18 16:48:35 -05:00
Jamie Rees
76808adba2
Fixed #33 we now have SSL options for Sonarr and CP
2016-03-18 21:39:05 +00:00
Jamie Rees
87b497e48e
Removed all the html from the new TVMaze api (for overview).
...
Added tests to cover the html removal.
updated Readme to remove TheTVDB
2016-03-18 21:36:21 +00:00
Jamie Rees
87baf542c5
Fixed tests
2016-03-18 21:12:44 +00:00
Jamie Rees
f88c7d7583
Almost fully integrated TVMaze #21 and also improved the fix for #31
2016-03-18 21:10:01 +00:00
Jamie
b1d7a3187e
Update StatusCheckerTests.cs
2016-03-18 17:15:13 +00:00
Jamie
ffb29ae9e7
Merge pull request #35 from shiitake/dev
...
Should fix #28
2016-03-18 17:01:51 +00:00
Shannon Barrett
e74fd2b441
Should fix #28
2016-03-18 11:50:00 -05:00
tidusjar
663d517e98
Merge branch 'dev' of https://github.com/tidusjar/PlexRequests.Net.git
2016-03-18 14:39:07 +00:00
tidusjar
55f296b9a4
Added TVMaze to the search. #21
2016-03-18 14:39:04 +00:00
Jamie
2c32626652
Update README.md
2016-03-18 14:00:34 +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
f7b32ca9dc
Updated the Dapper.Contrib package, it had a bug where it wasn't returning the correct Id from inserts
2016-03-18 11:07:46 +00:00
tidusjar
5f26aecb98
Switched over to the new service
2016-03-18 11:06:27 +00:00