Drewster727
|
ba06e8630f
|
additional cacher error handling + don't bother checking the requests when we don't get data back from plex
|
2016-04-21 09:00:06 -05:00 |
|
tidusjar
|
076a75b82f
|
Stop the Cachers from bombing out when the response from the 3rd party api returns an exception or invalid response. #171
|
2016-04-21 12:10:36 +01:00 |
|
tidusjar
|
54ab4854e6
|
Added the 'enable user notifications' to the email settings view and model.
|
2016-04-20 13:48:44 +01:00 |
|
tidusjar
|
83bbd3fd88
|
merge and small changes
|
2016-04-20 13:41:34 +01:00 |
|
tidusjar
|
07c00d232c
|
small changes
|
2016-04-20 13:38:41 +01:00 |
|
Drewster727
|
508baeec04
|
increase the scheduler cache timeframe to avoid losing cache when the remote api endpoints go offline (due to a reboot or some other reason) -- if they're online, the cache will get refreshed every 10 minutes like normal
|
2016-04-19 13:55:37 -05:00 |
|
Drewster727
|
121465210d
|
fix the cacher by adding locking + extra logging in the plex checker + use a const key for scheduler caching time
|
2016-04-19 13:41:56 -05:00 |
|
tidusjar
|
9c61f909de
|
Switched out the schedulers, this seems to be a better implimentation to the previous and is easier to add new "jobs" in.
|
2016-04-19 13:37:58 +01:00 |
|
tidusjar
|
8388514931
|
Fixed #168
|
2016-04-18 20:09:03 +01:00 |
|
tidusjar
|
ffbb3d9a44
|
Fixed #162
|
2016-04-18 18:46:09 +01:00 |
|
Drewster727
|
84edd6636d
|
fix saving the log level
|
2016-04-17 21:58:34 -05:00 |
|
Jamie
|
5dc39b9b3a
|
Update README.md
|
2016-04-16 20:41:04 +01:00 |
|
Drewster727
|
c4380589bc
|
set the max json length (fixes large json response errors)
|
2016-04-16 12:22:02 -05:00 |
|
Jamie
|
0f3b010ad8
|
Merge pull request #158 from tidusjar/dev
Release 1.6.1
|
2016-04-16 14:46:50 +01:00 |
|
Jamie
|
6fa64f0899
|
Update README.md
Removed the ubuntu installation, this is now in the wiki
|
2016-04-16 14:22:23 +01:00 |
|
Jamie
|
da344b24b1
|
Merge branch 'master' into dev
|
2016-04-16 14:13:24 +01:00 |
|
tidusjar
|
26c220e0cf
|
Bump up the version number ready for the release.
|
2016-04-16 14:04:31 +01:00 |
|
tidusjar
|
67c968e886
|
BaseUrl is finally finished! #72
|
2016-04-16 14:02:06 +01:00 |
|
tidusjar
|
47dc543b09
|
#72 Login page done
|
2016-04-15 14:29:25 +01:00 |
|
tidusjar
|
51f8e2a95c
|
More changes for the urlbase #72
|
2016-04-15 14:23:32 +01:00 |
|
Drewster727
|
94aee87882
|
Merge remote-tracking branch 'origin/dev' into dev
|
2016-04-14 23:13:47 -05:00 |
|
Drewster727
|
1fbe29af10
|
add an extra check when determining if a tv show is already available (also check if it starts with the show name returned from the tv db)
|
2016-04-14 23:13:32 -05:00 |
|
Drewster727
|
4c6c0ae900
|
cache plex library data regardless of whether we have requests in the database or not
|
2016-04-14 23:06:42 -05:00 |
|
tidusjar
|
7c24597b3c
|
Merge branch 'dev' of https://github.com/tidusjar/PlexRequests.Net.git
|
2016-04-14 23:03:39 +01:00 |
|
tidusjar
|
7c7142c8b5
|
Done the auth, cp, logs and sidebar for #72
|
2016-04-14 23:03:33 +01:00 |
|
Drewster727
|
e8e7367019
|
Merge remote-tracking branch 'origin/dev' into dev
|
2016-04-14 16:14:27 -05:00 |
|
Drewster727
|
770b447d5d
|
return empty array when obtaining queued IDs in sickrage cacher
|
2016-04-14 16:13:56 -05:00 |
|
tidusjar
|
7888912c2d
|
By default don't use a url base
|
2016-04-14 22:12:20 +01:00 |
|
tidusjar
|
256cfbc80f
|
Fixed a small bug in the SR cacher
|
2016-04-14 21:40:38 +01:00 |
|
tidusjar
|
f01f230901
|
Fixed when we do not have a base
|
2016-04-14 21:29:32 +01:00 |
|
tidusjar
|
acb9aab369
|
More changes for #72
|
2016-04-14 17:30:02 +01:00 |
|
tidusjar
|
6dea8b7440
|
Fixed exception and all areas will now use the base url #72
|
2016-04-14 17:19:55 +01:00 |
|
tidusjar
|
866b6d6d6d
|
removed the test code from #72
|
2016-04-14 16:56:55 +01:00 |
|
tidusjar
|
213a088f07
|
Commented out the unit tests as they need to be reworked now.
|
2016-04-14 15:06:28 +01:00 |
|
tidusjar
|
6190eceb60
|
Finally fixed #72
|
2016-04-14 14:50:40 +01:00 |
|
Drewster727
|
5352422688
|
Remove test code from plex api GetLibrary method
|
2016-04-13 09:57:26 -05:00 |
|
tidusjar
|
fdbb373da5
|
Finished up the caching TODO's
|
2016-04-12 22:38:14 +01:00 |
|
Drewster727
|
39c89647f0
|
kick off the schedulers once the web app has started (fixes api errors on start)
|
2016-04-12 09:08:28 -05:00 |
|
tidusjar
|
854bfdd479
|
Converted the UI back down to .NET 4.5.2
|
2016-04-12 12:34:13 +01:00 |
|
tidusjar
|
7679a13254
|
Fixed #154
|
2016-04-12 12:32:27 +01:00 |
|
Drewster727
|
3261bdbf9b
|
revert everything (except PlexRequests.UI) back to .NET 4.5.2 -- fixes incompatibilities with the latest version of mono (4.2.3.4) -- fixes notifications not working #152 #147 #141
|
2016-04-10 20:01:35 -05:00 |
|
Drewster727
|
718e8868c1
|
#150 start caching plex media as well. refactored the availability checker. NEEDS TESTING. also, we need to make the Requests hit the plex api directly rather than hitting the cache as it does now.
|
2016-04-09 12:18:04 -05:00 |
|
Drewster727
|
e707837bf5
|
#150 split out the cache subscriptions to make sure they subscribe properly
|
2016-04-08 10:31:49 -05:00 |
|
Drewster727
|
5f67302b32
|
#150 sonarr/sickrage cache checking. sickrage has a couple small items left
|
2016-04-08 10:05:09 -05:00 |
|
tidusjar
|
35310d35ed
|
Fixed args
|
2016-04-08 14:23:26 +01:00 |
|
tidusjar
|
50022cb559
|
fixed
|
2016-04-08 14:16:47 +01:00 |
|
tidusjar
|
75d3c40fcf
|
Made the base better
|
2016-04-08 14:16:06 +01:00 |
|
tidusjar
|
1af3c21655
|
Added a url base
|
2016-04-08 14:14:08 +01:00 |
|
Drewster727
|
68624f6971
|
remove couchpotato api test code
|
2016-04-07 22:07:17 -05:00 |
|
Drewster727
|
5d1c1baae8
|
start the initial couchpotato cache call on a separate thread to keep the startup process quick
|
2016-04-07 22:00:02 -05:00 |
|