Commit graph

60 commits

Author SHA1 Message Date
tidusjar
a7d5378426 Attempt at fixing a potential bug found from #466 2016-08-11 12:41:47 +01:00
tidusjar
42706a3068 Added some useful analytical infomation around the wizard. 2016-08-09 16:53:09 +01:00
tidusjar
25b8e2e78b Log out the GUID causing the issue 2016-08-08 08:50:11 +01:00
tidusjar
0699d777d6 Got mostly everything working for #254 Ready for testing 2016-08-07 18:54:49 +01:00
tidusjar
e5e1256fad Fix the log path issue #451 2016-08-05 12:40:43 +01:00
tidusjar
2608e53399 #254 Removed the cache, we are now storing the plex information into the database.
There is a big structure change around this, also increased the default check time to be in hours.
2016-08-05 11:34:00 +01:00
tidusjar
7f6c70d7b2 Some small tweaks to improve the memory alloc 2016-08-04 21:53:19 +01:00
tidusjar
0f34885444 Consolidate newtonsoft.json packages 2016-08-04 12:08:03 +01:00
tidusjar
698b08aff9 Updated Newtonsoft.Json, Autofixture, Nlog and Dapper packages 2016-08-04 11:54:39 +01:00
tidusjar
53f806fc71 Some performance improvements around the new TV stuff 2016-08-04 11:48:05 +01:00
tidusjar
b3e90c7a7f Async async async improvements. 2016-07-29 16:50:35 +01:00
tidusjar
14fddfc118 Finished #266
Added a new cacher job to cache all episodes in Plex.
2016-07-28 17:05:24 +01:00
tidusjar
0e99dc29c9 Finished up the SMTP side of #429 2016-07-25 10:11:33 +01:00
tidusjar
f0ce5556c3 Added tests for the string hash 2016-07-08 14:47:01 +01:00
tidusjar
ae64c11485 Added code to request the api key for CouchPotato 2016-07-08 13:46:56 +01:00
tidusjar
a732753a56 Updated packages 2016-07-06 14:46:55 +01:00
tidusjar
f0fb065237 Analytics and fixes 2016-06-24 12:49:04 +01:00
tidusjar
d8cca4a971 Some more useful analytical information 2016-06-23 09:01:05 +01:00
tidusjar
63e0d0e531 Small changes around how we work with custom events in the analytics 2016-06-22 12:59:01 +01:00
tidusjar
e8706354b9 Fixed tests 2016-06-13 10:34:37 +01:00
tidusjar
1c0e00e4ba Some analytic stuff 2016-06-10 11:41:51 +01:00
tidusjar
fefad77ac1 Attempting to improve #219
We now have a new setting "Advanced Search". What this does is for each item  in the plex library we will get the ratingKey and perform another API call to get the MetaData for that ratingKey, inside the metadata it contains the "guid", the guid contains either a IMDBId or TheTVDBID. We will then use that to match the request. This does mean that we now need to capture the TvDbId for each TV Request.
2016-06-09 22:21:41 +01:00
tidusjar
fcf2c84f61 More work on #298. Everything wired up 2016-06-09 13:36:34 +01:00
tidusjar
67a079a17c updated nlog and fixed #295 2016-06-03 22:52:32 +01:00
tidusjar
166e0f81cf Made more async goodness 2016-05-27 15:07:07 +01:00
TidusJar
79086dcf45 Added in an audit table. Since we are now allowing multiple users to change and modify things we need to audit this. 2016-05-16 00:16:19 -04:00
TidusJar
98eadc9cc6 Updated the claims so we can support more users.
Added a user management section (not yet complete)
Added the api to the solution and a api key in the settings (currently only gets the requests).
2016-05-15 21:51:20 -04:00
TidusJar
24b329b132 Downgraded packages 2016-05-12 23:23:06 -04:00
TidusJar
03c7585ebe Finished #209 2016-05-12 16:01:05 -04:00
tidusjar
186b18ccb9 Improved the startup of the application. We now properaly parse any args passed into the console. 2016-04-25 11:08:24 +01: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
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
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
tidusjar
e8fb28a024 Change default logging 2016-04-07 22:44:03 +01:00
tidusjar
462eb0c9f2 I think i've fixed an issue where SickRage reports Show not found. 2016-04-07 22:33:46 +01:00
tidusjar
adfbfb54a3 Set the default log level to info. #141 2016-04-07 22:17:22 +01:00
tidusjar
dd07e7546b Added logging around SickRage 2016-04-07 22:15:14 +01:00
Drewster727
7593d3a7e9 cache injection, error handling and logging on startup, etc 2016-04-04 10:18:23 -05:00
Drewster727
e8c222f66e #114 start caching quality profiles. Set the cache on startup and when obtaining quality profiles in settings 2016-04-03 20:32:36 -05:00
tidusjar
acb39b56f8 work for #32 2016-04-03 21:35:09 +01:00
Drewster727
d370bf62d0 mono datetime offset workaround 2016-03-31 23:37:13 -05:00
Drewster727
3dbef199aa #122 store utc time in the databse + obtain timezone offset of the client upon login + offset times returned to client based on session offset 2016-03-31 22:23:38 -05:00
tidusjar
6940311b29 Fixed the logger no longer writing to the file. 2016-03-26 11:58:44 +00:00
tidusjar
b96087d089 Finished styling on the logger for now. #59 2016-03-24 23:16:55 +00:00
tidusjar
24781fbd1f Finished #49 2016-03-24 14:07:01 +00:00
tidusjar
c7ac8a7d99 Done most on #59 2016-03-23 13:43:27 +00:00
tidusjar
8f7098d048 Hooked up most of #49 Just the validation messages need to be done.
***NOTE: Due to we are now hashing the passwords and reading from a new table, We will need to create a new administrator account.***
2016-03-22 10:46:24 +00:00
tidusjar
895a0c50eb Added a subdir to CP, SickRage, Sonarr and Plex #43 2016-03-21 14:23:55 +00:00
tidusjar
9402d1409e Wow, that was a lot of work.
- So, I have now finished #40.
- Fixed a bug where we was not choosing the correct tv series (Because of TVMaze)
- Fixed a bug when checking for plex titles
- Fixed a bug where the wrong issue would clean on the UI (DB was correct)
- Refactored how we send tv shows
- And too many small changes to count.
2016-03-19 14:17:54 +00:00
Jamie Rees
87b497e48e Removed all the html from the new TVMaze api (for overview).
Added tests to cover the html removal.
updated Readme to remove TheTVDB
2016-03-18 21:36:21 +00:00