Drewster727
ffc0ec34c4
null provider check for movies
2016-06-21 21:11:36 -05:00
Drewster727
f76e54408e
show request type in notifications #346 and fix an issue from previous commit for #345
2016-06-21 20:20:44 -05: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
Jamie
8dd399b7f6
Merge pull request #344 from tidusjar/dev
...
Update appveyor.yml
2016-06-21 23:21:28 +01:00
Jamie
4e10acbb51
Merge branch 'master' into dev
2016-06-21 22:28:38 +01:00
Jamie
b20aa7a714
Update appveyor.yml
2016-06-21 22:28:28 +01:00
Jamie
52ad5f24ad
Merge pull request #342 from tidusjar/dev
...
fix logic for obtaining a sonarr quality profile #340
2016-06-21 21:59:32 +01:00
Drewster727
a15fb60edd
Merge remote-tracking branch 'origin/dev' into dev
2016-06-21 15:50:49 -05:00
Drewster727
87bb392b41
fix obj ref error when scheduler runs (ProviderId is null?)
2016-06-21 15:50:39 -05:00
Jamie
238c4a4a44
Merge branch 'master' into dev
2016-06-21 21:39:42 +01:00
Drewster727
465665f414
fix logic for obtaining a sonarr quality profile #340
2016-06-21 15:35:04 -05:00
Jamie
493e14ad78
Merge pull request #335 from tidusjar/dev
...
workaround for #334
2016-06-21 16:25:25 +01:00
Jamie
f27212c43b
Merge branch 'master' into dev
2016-06-21 16:05:48 +01:00
Drewster727
8e004cea2e
workaround for #334
2016-06-21 10:00:22 -05:00
Jamie
6f30ce2d68
Merge pull request #333 from tidusjar/dev
...
Dev to master
2016-06-21 13:51:21 +01:00
Jamie
292e078c13
Merge branch 'master' into dev
2016-06-21 13:41:11 +01:00
tidusjar
a6176ade1c
Merge branch 'dev' of https://github.com/tidusjar/PlexRequests.Net into dev
2016-06-21 13:40:33 +01:00
tidusjar
6f18c69f5f
Fixes to the issues
2016-06-21 13:39:23 +01:00
Jamie
2963f3843e
Merge pull request #332 from tidusjar/dev
...
1.8.0
2016-06-21 13:23:37 +01:00
Jamie
463b0d6133
Merge branch 'master' into dev
2016-06-21 13:14:03 +01:00
tidusjar
5a1b606f01
Set the defaults for the landing page
2016-06-21 13:02:53 +01:00
tidusjar
f30bc103ed
revert branch to 664dae2
2016-06-21 09:01:48 +01:00
tidusjar
14ca513555
Some unit tests for the issues
2016-06-17 11:59:06 +01:00
Jamie
899f5e2f8d
Merge pull request #323 from tidusjar/tidusjar-patch-1
...
Update README.md
2016-06-16 11:23:11 +01:00
Jamie
9ec7fa0ef6
Update README.md
2016-06-16 11:14:14 +01:00
tidusjar
9450127893
Tidied up the bootstrapper
2016-06-16 10:52:16 +01:00
Drewster727
664dae23fd
fix up landing page UI
2016-06-14 23:09:16 -05:00
tidusjar
d165bf6484
Fixed CSS issue with the top arrow in the Plex theme
2016-06-13 13:26:17 +01:00
tidusjar
eb6d8af92e
small changes
2016-06-13 13:21:38 +01:00
tidusjar
3e16d8acf0
done #318
2016-06-13 13:01:22 +01:00
tidusjar
e8706354b9
Fixed tests
2016-06-13 10:34:37 +01:00
tidusjar
3df6b65666
#298 added some tests for the landing page
2016-06-13 10:28:36 +01:00
tidusjar
5a8342eeb8
We are now only keeping the latest 1000 log records in the database. Delete everything else.
2016-06-10 12:25:58 +01:00
Jamie
e43203515b
Merge pull request #316 from tidusjar/tidusjar-patch-1
...
Update README.md
2016-06-10 11:53:16 +01:00
Jamie
e50e406a28
Update README.md
2016-06-10 11:48:35 +01:00
tidusjar
1c0e00e4ba
Some analytic stuff
2016-06-10 11:41:51 +01:00
tidusjar
89db8eb728
Added the new advanced search into the search page too.
2016-06-09 22:27:36 +01:00
tidusjar
7ca1272ca4
Capture the TVDBID when requesting.
2016-06-09 22:21:55 +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
5bf557658d
Just some more async changes
2016-06-09 16:59:35 +01:00
tidusjar
68648dcccf
Change the way we configure the IoC container in the bootstrapper, we are registering all the concrete instances on application start rather than on each web request. This should increase the performance per HTTP request.
2016-06-09 16:15:09 +01:00
tidusjar
41e547ca10
Small changes
2016-06-09 13:42:42 +01:00
tidusjar
fcf2c84f61
More work on #298 . Everything wired up
2016-06-09 13:36:34 +01:00
tidusjar
81d26a5442
Fixed the issue on the landing page #298
2016-06-08 22:40:36 +01:00
tidusjar
553065e0fb
#298 moved the content to the left a bit
2016-06-08 22:22:32 +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
Drewster727
9f74d31f1d
Merge branch 'dev' of https://github.com/tidusjar/PlexRequests.Net.git
2016-06-08 11:24:23 -05:00
Drewster727
8f35ab73d7
small ui fix (100% width user/password fields to improve mobile experience)
2016-06-08 11:24:13 -05:00
tidusjar
13e3a459db
Bumped up the version number
2016-06-08 17:23:07 +01:00
tidusjar
0ed75f163f
Removed some DumpJson() from the trace logs.
2016-06-08 17:22:17 +01:00