Ombi/PlexRequests.Store
2016-08-08 15:41:01 +01:00
..
Models #254 Removed the cache, we are now storing the plex information into the database. 2016-08-05 11:34:00 +01:00
Properties #12 2016-03-15 18:48:08 +00:00
Repository Added the transaction back into the DB. 2016-08-08 13:38:26 +01:00
app.config More work on #298. Everything wired up 2016-06-09 13:36:34 +01:00
DbConfiguration.cs Made the store backup clean up some of the older backups (> 7 days). 2016-05-15 23:39:40 -04:00
Entity.cs Renamed folders 2016-03-03 10:26:16 +00:00
ISqliteConfiguration.cs Finished #186 2016-04-28 14:20:35 +01:00
packages.config Consolidate newtonsoft.json packages 2016-08-04 12:08:03 +01:00
PlexRequests.Store.csproj #254 Removed the cache, we are now storing the plex information into the database. 2016-08-05 11:34:00 +01:00
RequestedModel.cs Got mostly everything working for #254 Ready for testing 2016-08-07 18:54:49 +01:00
Sql.Designer.cs Renamed folders 2016-03-03 10:26:16 +00:00
Sql.resx Small changes 2016-03-04 22:24:18 +00:00
sqlite3.dll Renamed folders 2016-03-03 10:26:16 +00:00
SqlTables.sql Since we are multithreading, we should use a threadsafe type to store the episodes to prevent any threading or race conditions. 2016-08-08 10:52:15 +01:00
TableCreation.cs Added some code to shrink the DB. reworked the search to speed it up. 2016-08-08 15:41:01 +01:00
UserEntity.cs Fixed an issue where the table didn't match the model. 2016-03-22 13:22:47 +00:00
UserRepository.cs #254 Removed the cache, we are now storing the plex information into the database. 2016-08-05 11:34:00 +01:00
UsersModel.cs Finished #49 2016-03-24 14:07:01 +00:00