Commit Graph

204 Commits (92d4c0d9c1d0c2a9fd7cf900a652877380750ccf)

Author SHA1 Message Date
tidusjar 068f75f514 User work
8 years ago
tidusjar 764e158138 Add more unit tests
8 years ago
tidusjar 13324cac14 More unit tests around the login and also the core Plex Checker
8 years ago
tidusjar d7997d5cc0 Reworked #466
8 years ago
tidusjar 4522c8bbf6 Fixed the build.
8 years ago
tidusjar d6c2956ee7 Small improvements to the wizard
8 years ago
tidusjar 963b4e6ee8 Added an option to disable/enable the Plex episode cacher
8 years ago
tidusjar 632ce75fa0 Finished #459
8 years ago
tidusjar 6f008f77a3 Added some code to shrink the DB. reworked the search to speed it up.
8 years ago
tidusjar d19deea56c Added the transaction back into the DB.
8 years ago
tidusjar 2608e53399 #254 Removed the cache, we are now storing the plex information into the database.
8 years ago
tidusjar 0f34885444 Consolidate newtonsoft.json packages
8 years ago
tidusjar 698b08aff9 Updated Newtonsoft.Json, Autofixture, Nlog and Dapper packages
8 years ago
tidusjar a38877d984 Small changes, we will actually see the episode cacher on the scheduled jobs page now
8 years ago
tidusjar b3e90c7a7f Async async async improvements.
8 years ago
tidusjar 14fddfc118 Finished #266
8 years ago
TidusJar ce7305faf0 Should fix #429
8 years ago
tidusjar 67df79bcca Done #135 We are including the application version number in the directory.
8 years ago
tidusjar 6392ee0bde #387 trim the spaces from the api key. Tidied up the setting models a bit.
8 years ago
tidusjar 57ec940d5a Moved the plex auth token to the plex settings where it should belong.
8 years ago
tidusjar c764d6557a angular
8 years ago
tidusjar a19e81d1f8 Reworked the custom notifications... again. Need to figure out how to find the view to the model
9 years ago
tidusjar ae64c11485 Added code to request the api key for CouchPotato
9 years ago
tidusjar 152408571f Removed NinjectConventions, we hadn't started to use it anyway.
9 years ago
tidusjar fea4dd6309 Fixed the way we will be using custom messages
9 years ago
tidusjar 6d30bea5c7 Added automation tests
9 years ago
tidusjar a732753a56 Updated packages
9 years ago
tidusjar d7f01dcbb5 WIP on notification resolver
9 years ago
tidusjar d4074fc0f3 Added MediatR
9 years ago
tidusjar 7e6742e70c Some more unit tests around the NotificationMessageResolver
9 years ago
tidusjar 88a43563c4 Added some of the backend bits for #182
9 years ago
tidusjar 3650c4f943 Finished #6
9 years ago
tidusjar 7a8d7e3f19 Started #243
9 years ago
tidusjar 7b57e3fffc Fixed #353 #354 #355
9 years ago
Drewster727 96f27f8f1a add an option to stop sending notifications for requests that don't require approval #345
9 years ago
Drewster727 8e004cea2e workaround for #334
9 years ago
tidusjar 6f18c69f5f Fixes to the issues
9 years ago
tidusjar 3e16d8acf0 done #318
9 years ago
tidusjar 3df6b65666 #298 added some tests for the landing page
9 years ago
tidusjar fefad77ac1 Attempting to improve #219
9 years ago
tidusjar 5bf557658d Just some more async changes
9 years ago
tidusjar fcf2c84f61 More work on #298. Everything wired up
9 years ago
tidusjar 46f7a0769e styling for #298 done, just need to wire up the model and do the actual status check
9 years ago
tidusjar 7d03d296fd Removed a change that shoudn't have been commited.
9 years ago
tidusjar 4808fffcef most of #273 done
9 years ago
tidusjar 0dd30968d5 Started #298
9 years ago
tidusjar 071daf4ab4 a crap tonne of work on #273
9 years ago
tidusjar 67a079a17c updated nlog and fixed #295
9 years ago
tidusjar 9d4881032d #273
9 years ago
tidusjar 5b7e4aa5e3 Finished #221 and added more async #278
9 years ago
tidusjar ebeedb90af More work on #273
9 years ago
tidusjar ae4d51de9b Started #273
9 years ago
tidusjar 03ce361183 Made the search page all async goodness #278
9 years ago
tidusjar 166e0f81cf Made more async goodness
9 years ago
tidusjar 34e74c74c1 Fixed #277
9 years ago
Drewster727 217ce391e0 #221 delete requests per category
9 years ago
tidusjar 16bd4f5b71 Set the admin to have all claims
9 years ago
tidusjar 7f3105003f We wan't updating the DB schema.
9 years ago
tidusjar c41944c933 Implimented a theme changer, waiting for the Plex theme
9 years ago
tidusjar 5a6863456f #164 has been resolved
9 years ago
tidusjar 8cce80654b Resolved #224 , Removed the 'SSL' option from the email notification settings. We will now use the correct secure socket options (SSL/TLS) for your email host.
9 years ago
tidusjar cbfe88cd6d Added the ability to get the apikey from the api if you provide a correct username and password.
9 years ago
tidusjar fb1d3a9e92 Fixed
9 years ago
TidusJar 98eadc9cc6 Updated the claims so we can support more users.
9 years ago
TidusJar 96abba49f7 packages
9 years ago
TidusJar 03c7585ebe Finished #209
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 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