Commit Graph

2551 Commits (f1e164d29ac4dfcabc62f19ffb38d25847fde01f)
 

Author SHA1 Message Date
tidusjar 186b18ccb9 Improved the startup of the application. We now properaly parse any args passed into the console.
8 years ago
tidusjar 145e02d2e5 Merge branch 'dev' of https://github.com/tidusjar/PlexRequests.Net.git
8 years ago
tidusjar b0ef40a560 Remove old migration code and added new migration code.
8 years ago
Drewster727 ba06e8630f additional cacher error handling + don't bother checking the requests when we don't get data back from plex
9 years ago
tidusjar 076a75b82f Stop the Cachers from bombing out when the response from the 3rd party api returns an exception or invalid response. #171
9 years ago
tidusjar 54ab4854e6 Added the 'enable user notifications' to the email settings view and model.
9 years ago
tidusjar 83bbd3fd88 merge and small changes
9 years ago
tidusjar 07c00d232c small changes
9 years ago
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
9 years ago
Drewster727 121465210d fix the cacher by adding locking + extra logging in the plex checker + use a const key for scheduler caching time
9 years ago
tidusjar 9c61f909de Switched out the schedulers, this seems to be a better implimentation to the previous and is easier to add new "jobs" in.
9 years ago
tidusjar 8388514931 Fixed #168
9 years ago
tidusjar ffbb3d9a44 Fixed #162
9 years ago
Drewster727 84edd6636d fix saving the log level
9 years ago
Jamie 5dc39b9b3a Update README.md
9 years ago
Drewster727 c4380589bc set the max json length (fixes large json response errors)
9 years ago
Jamie 0f3b010ad8 Merge pull request #158 from tidusjar/dev
9 years ago
Jamie 6fa64f0899 Update README.md
9 years ago
Jamie da344b24b1 Merge branch 'master' into dev
9 years ago
tidusjar 26c220e0cf Bump up the version number ready for the release.
9 years ago
tidusjar 67c968e886 BaseUrl is finally finished! #72
9 years ago
tidusjar 47dc543b09 #72 Login page done
9 years ago
tidusjar 51f8e2a95c More changes for the urlbase #72
9 years ago
Drewster727 94aee87882 Merge remote-tracking branch 'origin/dev' into dev
9 years ago
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)
9 years ago
Drewster727 4c6c0ae900 cache plex library data regardless of whether we have requests in the database or not
9 years ago
tidusjar 7c24597b3c Merge branch 'dev' of https://github.com/tidusjar/PlexRequests.Net.git
9 years ago
tidusjar 7c7142c8b5 Done the auth, cp, logs and sidebar for #72
9 years ago
Drewster727 e8e7367019 Merge remote-tracking branch 'origin/dev' into dev
9 years ago
Drewster727 770b447d5d return empty array when obtaining queued IDs in sickrage cacher
9 years ago
tidusjar 7888912c2d By default don't use a url base
9 years ago
tidusjar 256cfbc80f Fixed a small bug in the SR cacher
9 years ago
tidusjar f01f230901 Fixed when we do not have a base
9 years ago
tidusjar acb9aab369 More changes for #72
9 years ago
tidusjar 6dea8b7440 Fixed exception and all areas will now use the base url #72
9 years ago
tidusjar 866b6d6d6d removed the test code from #72
9 years ago
tidusjar 213a088f07 Commented out the unit tests as they need to be reworked now.
9 years ago
tidusjar 6190eceb60 Finally fixed #72
9 years ago
Drewster727 5352422688 Remove test code from plex api GetLibrary method
9 years ago
tidusjar fdbb373da5 Finished up the caching TODO's
9 years ago
Drewster727 39c89647f0 kick off the schedulers once the web app has started (fixes api errors on start)
9 years ago
tidusjar 854bfdd479 Converted the UI back down to .NET 4.5.2
9 years ago
tidusjar 7679a13254 Fixed #154
9 years ago
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
9 years ago
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.
9 years ago
Drewster727 e707837bf5 #150 split out the cache subscriptions to make sure they subscribe properly
9 years ago
Drewster727 5f67302b32 #150 sonarr/sickrage cache checking. sickrage has a couple small items left
9 years ago
tidusjar 35310d35ed Fixed args
9 years ago
tidusjar 50022cb559 fixed
9 years ago
tidusjar 75d3c40fcf Made the base better
9 years ago