Commit Graph

93 Commits (9aa60dfc23f38a37ec70da47aea0f3d111b69f71)

Author SHA1 Message Date
tidusjar 0ac114d987 Finished #18
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 0b21c69a46 Commented out the transaction for now to debug it.
8 years ago
tidusjar e4f9b4c71e Added logging
8 years ago
tidusjar f112af7e85 Since we are multithreading, we should use a threadsafe type to store the episodes to prevent any threading or race conditions.
8 years ago
tidusjar 5471a77480 Wrapped the bulk insert inside a transaction
8 years ago
tidusjar 0699d777d6 Got mostly everything working for #254 Ready for testing
8 years ago
tidusjar 131a99b1bb Fixed issue with saving to db
8 years ago
tidusjar a3c3945540 Dump an item
8 years ago
tidusjar c4a96e311c Changed the query slightly
8 years ago
tidusjar 94f8cee015 Small change with the return value in the batch insert
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 50f9348350 Added unit tests
8 years ago
tidusjar b3e90c7a7f Async async async improvements.
8 years ago
tidusjar 5041653c9a More work for #254
8 years ago
tidusjar c5ad97780f Wrapped the repo to catch Sqlite corrupt messages.
8 years ago
tidusjar eba1570399 Small bit of work for #359
8 years ago
tidusjar 3650c4f943 Finished #6
8 years ago
Drewster727 818c2e80f7 better way of obtaining clean enum string
8 years ago
Drewster727 f76e54408e show request type in notifications #346 and fix an issue from previous commit for #345
8 years ago
tidusjar 7ca1272ca4 Capture the TVDBID when requesting.
8 years ago
tidusjar fcf2c84f61 More work on #298. Everything wired up
8 years ago
tidusjar 0ed75f163f Removed some DumpJson() from the trace logs.
8 years ago
tidusjar 67a079a17c updated nlog and fixed #295
8 years ago
tidusjar ebeedb90af More work on #273
8 years ago
tidusjar ae4d51de9b Started #273
8 years ago
tidusjar a35516b646 Updated dapper.contrib. Looks like there was a bug in the async methods.
8 years ago
tidusjar 03ce361183 Made the search page all async goodness #278
8 years ago
tidusjar 166e0f81cf Made more async goodness
8 years ago
Drewster727 217ce391e0 #221 delete requests per category
8 years ago
tidusjar e49b160500 Fully finished #27 just need to test it!
9 years ago
tidusjar fb1d3a9e92 Fixed
9 years ago
TidusJar 79086dcf45 Added in an audit table. Since we are now allowing multiple users to change and modify things we need to audit this.
9 years ago
TidusJar 809b2bf0a8 Made the store backup clean up some of the older backups (> 7 days).
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 af2c661d61 Finished #186
9 years ago
tidusjar 7051c31dd3 More work on #27 Added a new notify button to the search UI (Needs styling). Also fixed a bug where if the user could only see their own requests, if they search for something that has been requested, it will show as requested.
9 years ago
tidusjar b0ef40a560 Remove old migration code and added new migration code.
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
tidusjar 39a5032c3e Finished the bulk work for Headphones. Needs testing #32
9 years ago
tidusjar 9d9fc3daf8 Merge branch 'dev' of https://github.com/tidusjar/PlexRequests.Net.git
9 years ago
tidusjar acb39b56f8 work for #32
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