Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Ombi/commits/commit/cd247e1ebc27ba928cb450135e99c486ea2df2e0/PlexRequests.Services/Jobs?page=2 You should set ROOT_URL correctly, otherwise the web may not work correctly.
Commit Graph

95 Commits (cd247e1ebc27ba928cb450135e99c486ea2df2e0)

Author SHA1 Message Date
tidusjar 4bccb8fcf0 Reworked the cacher, fixed the memory leak. No more logging within tight loops. 9 years ago
tidusjar 8f4adf780b Some logging 9 years ago
tidusjar a38877d984 Small changes, we will actually see the episode cacher on the scheduled jobs page now 9 years ago
tidusjar 236024e4ae Added 9 years ago
tidusjar 14fddfc118 Finished 9 years ago
tidusjar 5041653c9a More work for 9 years ago
tidusjar 57ec940d5a Moved the plex auth token to the plex settings where it should belong. 9 years ago
tidusjar e82fad7428 Trycatch around the availbility checker 9 years ago
tidusjar a32599cbde Fixed a timing bug found the in build. Note, when working with time differences use TotalDays. 9 years ago
tidusjar a5899ff4af CodeCleanup 9 years ago
tidusjar 2d0b87b558 Fixed a bit of a stupid bug in the resetter and added unit tests around it to make sure this never happens again. 9 years ago
tidusjar 88a43563c4 Added some of the backend bits for 9 years ago
tidusjar 3650c4f943 Finished 9 years ago
tidusjar 8b52ba2967 Generic try catch to fix 9 years ago
tidusjar af9953be6c Added logging 9 years ago
tidusjar 0b1edcc488 Slight changes, moved the donate button 9 years ago
tidusjar 752915ea0a Potential fix for 9 years ago
Drewster727 ffc0ec34c4 null provider check for movies 9 years ago
Drewster727 87bb392b41 fix obj ref error when scheduler runs (ProviderId is null?) 9 years ago
tidusjar 3e16d8acf0 done 9 years ago
tidusjar e8706354b9 Fixed tests 9 years ago
tidusjar 5a8342eeb8 We are now only keeping the latest 1000 log records in the database. Delete everything else. 9 years ago
tidusjar 89db8eb728 Added the new advanced search into the search page too. 9 years ago
tidusjar fefad77ac1 Attempting to improve 9 years ago
tidusjar 0ed75f163f Removed some DumpJson() from the trace logs. 9 years ago
tidusjar 6a33868ed9 Reduced kept logs for 2 days 9 years ago
tidusjar 9ffe184dd3 More for 9 years ago
tidusjar 6067a4743e Small changes 9 years ago
tidusjar c57f33151b Revert "Small changes" 9 years ago
tidusjar 6d40d3b891 Small changes 9 years ago
tidusjar 34e74c74c1 Fixed 9 years ago
tidusjar 31e5c07383 Fixed a bug in the user notification where if an admin wants to be notified they wouldn't be. 9 years ago
Drewster727 a679f1a6a1 fix null exception possibility in cp/sickrage cacher classes 9 years ago
tidusjar e49b160500 Fully finished just need to test it! 9 years ago
tidusjar 437a28b108 update 9 years ago
TidusJar 809b2bf0a8 Made the store backup clean up some of the older backups (> 7 days). 9 years ago
tidusjar df3dc4ac04 - Added a visual indication on the UI to tell the admin there is a update available. 9 years ago
tidusjar af2c661d61 Finished 9 years ago
tidusjar c50e2bb644 Added the actual notification part of 9 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 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