You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Ombi/PlexRequests.Store
Jamie.Rees 1a0e7cbe7b
#601
9 years ago
..
Models #601 9 years ago
Properties
Repository More rework to use the Plex DB 9 years ago
DbConfiguration.cs Made the store backup clean up some of the older backups (> 7 days). 9 years ago
Entity.cs
IPlexDatabase.cs Plex DB 9 years ago
ISqliteConfiguration.cs Finished #186 9 years ago
PlexDatabase.cs More rework to use the Plex DB 9 years ago
PlexRequests.Store.csproj Plex DB 9 years ago
RequestedModel.cs Finished #18 9 years ago
Sql.Designer.cs
Sql.resx
SqlTables.sql Since we are multithreading, we should use a threadsafe type to store the episodes to prevent any threading or race conditions. 9 years ago
TableCreation.cs Added some code to shrink the DB. reworked the search to speed it up. 9 years ago
UserEntity.cs
UserRepository.cs #254 Removed the cache, we are now storing the plex information into the database. 9 years ago
UsersModel.cs
app.config More work on #298. Everything wired up 9 years ago
packages.config Consolidate newtonsoft.json packages 9 years ago
sqlite3.dll