Commit Graph

142 Commits (698b08aff9a4bba6a27be813e8fa4ae9c070a7f2)

Author SHA1 Message Date
tidusjar fb1d3a9e92 Fixed
8 years ago
TidusJar 98eadc9cc6 Updated the claims so we can support more users.
8 years ago
TidusJar 96abba49f7 packages
8 years ago
TidusJar 03c7585ebe Finished #209
8 years ago
tidusjar df3dc4ac04 - Added a visual indication on the UI to tell the admin there is a update available.
9 years ago
tidusjar b0ef40a560 Remove old migration code and added new migration code.
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
Drewster727 84edd6636d fix saving the log level
9 years ago
tidusjar 67c968e886 BaseUrl is finally finished! #72
9 years ago
tidusjar 6190eceb60 Finally fixed #72
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 5f67302b32 #150 sonarr/sickrage cache checking. sickrage has a couple small items left
9 years ago
tidusjar 1af3c21655 Added a url base
9 years ago
Drewster727 6ed7df2c21 cache the couchpotato wanted list, update it on an interval, and use it to determine if a movie has been queued already
9 years ago
tidusjar f3cca9f0e9 Some final tweaks for #32
9 years ago
tidusjar f0d44b2788 Fixed an issue where we would add the Sickrage series but it would fail on adding the seasons.
9 years ago
Drewster727 b1ea713c77 task.run for startup caching + fix admin module unit test failures
9 years ago
Drewster727 7593d3a7e9 cache injection, error handling and logging on startup, etc
9 years ago
tidusjar 4e1a668d3c Updated where we update the request blobs schema change
9 years ago
tidusjar a776f5c36d Add a reference to API Interfaces to fix the build
9 years ago
Drewster727 e8c222f66e #114 start caching quality profiles. Set the cache on startup and when obtaining quality profiles in settings
9 years ago
Drewster727 9ac949a67c #114 first pass at choosing quality profile when approving + focus search input by default and when switching tabs
9 years ago
Drewster727 c52ca41e32 remove references to obsolete RequestedBy property + start setting the db schema to the app version, and check that in the future for migrations.
9 years ago
tidusjar e037ad0f2b Got the search finished up for #32
9 years ago
tidusjar 420e43dfaf Change the new columns type
9 years ago
tidusjar 425302ba12 Added a DBSchema so we have an easier way to update the DB
9 years ago
tidusjar c43f70a0e0 Most of the UI work done for #32
9 years ago
Drewster727 a028a68a08 merge changes from main dev branch. fix up requestedmodel users null issue.
9 years ago
tidusjar f7c33d48f4 Added a scroll to the top thingy and a bit more work on headphones
9 years ago
Drewster727 b8a01b62b9 only show requested by users to admins + start maintaining a list of users with each request
9 years ago
Drewster727 dce5983720 merge in tidusjar's dev changes, remove approve all, fix alignment on approve all category buttons
9 years ago
tidusjar e2aa4016a8 Added some tests and fixed the issue where the DB would get created in the wrong place depending on how you launched the application
9 years ago
tidusjar 5843dee2a5 Added the settings page for #32
9 years ago
Drewster727 f5ecb63071 #84 provide an option in settings to resttrict users from viewing requests other than their own.
9 years ago
Drewster727 fff267db37 #54 comma separated list of users who don't require approval + fix a couple request messages (include show title)
9 years ago
Drewster727 673f3416e0 approve tv shows or movies
9 years ago
Jamie 47c0c0daf0 Merge pull request #83 from shiitake/dev
9 years ago
Shannon Barrett 15f7572cf5 Updated the logic for handling specific seasons in Sonarr and Sickrage
9 years ago
tidusjar 7be244c310 fixed the build
9 years ago
tidusjar 24781fbd1f Finished #49
9 years ago
tidusjar 2d016315c7 Added the ability to sepcify a username in the email notification settings for external MTA's. We have had to add a new option called Email Sender because of this. #78
9 years ago
tidusjar 68f8b9cd71 MERGE
9 years ago
tidusjar c7ac8a7d99 Done most on #59
9 years ago
tidusjar 2d5612a045 Finished adding pushover support. #44
9 years ago
tidusjar 59cf379d56 Fixed an issue where the table didn't match the model.
9 years ago
tidusjar c4f57169ad Improved the status page with the suggestion from #29
9 years ago
tidusjar 8f7098d048 Hooked up most of #49 Just the validation messages need to be done.
9 years ago
tidusjar 37fa7809cc Finished #71
9 years ago
tidusjar 895a0c50eb Added a subdir to CP, SickRage, Sonarr and Plex #43
9 years ago
tidusjar 6f8dc7c224 Fixed an issue where the default quality on Sickrage wouldn't work
9 years ago
tidusjar 803b12da0f Added the api and settings page for Sickrage. Just need to do the tester and hook it up #40
9 years ago
tidusjar e34170f55a Added the option to set a CP quality #38
9 years ago
tidusjar 4136116555 Added the code to lookup the old requests and refresh them with new information from TVMaze
9 years ago
tidusjar cd682cdff9 another test for #37
9 years ago
Jamie Rees 3c6338cadc Catch the missing table exception when they have a new DB
9 years ago
Jamie Rees 76808adba2 Fixed #33 we now have SSL options for Sonarr and CP
9 years ago
tidusjar 2e8bb783d9 Fixed #16 and #30
9 years ago
tidusjar b62b7c1305 Added migration code and cleaned up the DB
9 years ago
tidusjar ce416ae046 Updated the way we add requests
9 years ago
tidusjar 5dd9857011 Modified the adding of request to update the model with the added ID
9 years ago
tidusjar 5f26aecb98 Switched over to the new service
9 years ago
Jamie Rees e6d67c7320 Fixed #22
9 years ago
tidusjar 07b42ffd50 Started on #16, nothing is hooked up yet.
9 years ago
tidusjar f046c5d39b Added Pushbullet notifications #8
9 years ago
tidusjar b9a886d5dc Added first implimentation of the Notification Service #8
9 years ago
tidusjar aa5304b8dd Added validation to the Email settings, also increased the availability checker from 2 minutes to 5
9 years ago
Jamie Rees a2f44cf8d2 Finished the notes! Resolved #7
9 years ago
Jamie Rees 1936512dbe #12
9 years ago
Jamie Rees 7c8d0b269a Finished the status page #11 and some more work to #12
9 years ago
tidusjar 33130589ae Added latest version code and view. Need to finish the view #11
9 years ago
Jamie Rees cc3d41aa9a Small changes
9 years ago
Jamie Rees 5dd9885885 Added the support for TV Series integrating with Sonarr
9 years ago
Jamie Rees 640e76e167 Added the code to get the quality profiles from Sonarr
9 years ago
tidusjar 2ee94f78b4 Added the denied user check to the UserLoginModule. added a test case to cover it.
9 years ago
tidusjar 7636409790 First pass at the plex update service
9 years ago
Jamie Rees 3b0b0c521e Started to impliment the Plex checker. This will check plex every x minutes to see if there is any new content and then update the avalibility of the requests
9 years ago
Jamie Rees 003dd47e3c mre work
9 years ago
Jamie Rees b9dd08a8bc few small changes, added plex settings
9 years ago
Jamie Rees f2399d6407 Making the configuration actually do something. Setting a default configuration if there is no DB
9 years ago
Jamie Rees 65087642e1 Fixed the issue when sending movies to CouchPotato.
9 years ago
tidusjar 7274f2d9f6 Upgraded .net to 4.6
9 years ago
tidusjar 73635e06c3 Firstpass integrating with CouchPotato
9 years ago
tidusjar 725678779a Added missing files
9 years ago
tidusjar 07beddc26a Fixed the plex friends. Added some unit tests, moved the plex auth into it's own page
9 years ago
Jamie Rees 7677831bbc Fully switched the TV shows over to use the other provider.
9 years ago
tidusjar 46dc9d95f1 Added logging (Still WIP)
9 years ago
tidusjar d1827cd3be Renamed folders
9 years ago