Commit graph

1711 commits

Author SHA1 Message Date
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
Drewster727
20a18c516b Merge branch 'dev' of https://github.com/tidusjar/PlexRequests.Net.git 2016-06-08 11:04:50 -05:00
Drewster727
7e92705633 datepicker UI fixes + small landing page UI fix 2016-06-08 11:00:33 -05:00
tidusjar
0eea53e8fe Landing page stuff #298 2016-06-08 14:58:12 +01:00
tidusjar
7d03d296fd Removed a change that shoudn't have been commited. 2016-06-07 18:38:21 +01:00
tidusjar
dd46f08f8b Fixed tests 2016-06-07 16:28:48 +01:00
tidusjar
05e4c313bf More work for #298 2016-06-07 16:22:05 +01:00
tidusjar
0fa42b93f5 #273 added for only available content on the search 2016-06-07 14:35:48 +01:00
tidusjar
679236c381 Merge branch 'dev' of https://github.com/tidusjar/PlexRequests.Net.git 2016-06-07 14:27:11 +01:00
tidusjar
4808fffcef most of #273 done 2016-06-07 14:26:54 +01:00
tidusjar
709203935a Fixed #303 Looks like there was some incorrect business logic. 2016-06-06 22:22:47 +01:00
tidusjar
66bede34f4 Settings done for #298 2016-06-06 17:19:56 +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