Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 1.4.0 #42

Merged
merged 35 commits into from
Mar 19, 2016
Merged
Changes from 1 commit
Commits
Show all changes
35 commits
Select commit Hold shift + click to select a range
f5cb4d6
fixed #25
tidusjar Mar 17, 2016
5f26aec
Switched over to the new service
Mar 18, 2016
f7b32ca
Updated the Dapper.Contrib package, it had a bug where it wasn't retu…
Mar 18, 2016
5dd9857
Modified the adding of request to update the model with the added ID
Mar 18, 2016
ce416ae
Updated the way we add requests
Mar 18, 2016
b62b7c1
Added migration code and cleaned up the DB
Mar 18, 2016
2e8bb78
Fixed #16 and #30
Mar 18, 2016
2c32626
Update README.md
Mar 18, 2016
55f296b
Added TVMaze to the search. #21
Mar 18, 2016
663d517
Merge branch 'dev' of https://github.com/tidusjar/PlexRequests.Net.git
Mar 18, 2016
e74fd2b
Should fix #28
shiitake Mar 18, 2016
ffb29ae
Merge pull request #35 from shiitake/dev
Mar 18, 2016
b1d7a31
Update StatusCheckerTests.cs
Mar 18, 2016
f88c7d7
Almost fully integrated TVMaze #21 and also improved the fix for #31
tidusjar Mar 18, 2016
87baf54
Fixed tests
tidusjar Mar 18, 2016
87b497e
Removed all the html from the new TVMaze api (for overview).
tidusjar Mar 18, 2016
76808ad
Fixed #33 we now have SSL options for Sonarr and CP
tidusjar Mar 18, 2016
613e4c3
Merge pull request #1 from tidusjar/dev
shiitake Mar 18, 2016
2786d13
Exploratory test for #37
tidusjar Mar 18, 2016
3c6338c
Catch the missing table exception when they have a new DB
tidusjar Mar 18, 2016
1d814cd
This should fix #37
tidusjar Mar 18, 2016
cd682cd
another test for #37
Mar 18, 2016
a2d2121
back to what it was :(
Mar 18, 2016
4136116
Added the code to lookup the old requests and refresh them with new i…
Mar 18, 2016
c28a264
Should fix issue #36
Mar 19, 2016
e34170f
Added the option to set a CP quality #38
Mar 19, 2016
1ebf80d
Fixed the new dependancy with the admin class tests
Mar 19, 2016
803b12d
Added the api and settings page for Sickrage. Just need to do the tes…
Mar 19, 2016
9402d14
Wow, that was a lot of work.
Mar 19, 2016
6f8dc7c
Fixed an issue where the default quality on Sickrage wouldn't work
Mar 19, 2016
d1adae1
When we do a batch update we need to reset the cache
Mar 19, 2016
8b76732
Updated the build version ready for the next release
Mar 19, 2016
c5db1ed
Merge pull request #39 from shiitake/dev
Mar 19, 2016
792bbf5
This fixes #36
Mar 19, 2016
054c161
Merge branch 'master' into dev
Mar 19, 2016
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update README.md
Jamie committed Mar 18, 2016

Verified

This commit was signed with the committer’s verified signature. The key has expired.
333fred Fred Silberberg
commit 2c3262665209d3422d3621d032c10b8e46b39bd2
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -12,7 +12,8 @@ I wanted to write a similar application in .Net!

#Features

* Integration with [TheMovieDB](https://www.themoviedb.org/) for all Movies and TV shows
* Integration with [TheMovieDB](https://www.themoviedb.org/) for all Movies
* Integration with [TheTvDb](http://thetvdb.com/) for all TV shows! (soon to be changed [#21](https://github.com/tidusjar/PlexRequests.Net/issues/21))
* Secure authentication
* [Sonarr](https://sonarr.tv/) integration (SickRage/Sickbeard TBD)
* [CouchPotato](https://couchpota.to/) integration