rdt-client/server/RdtClient.Data/Migrations
2024-12-10 23:44:11 +10:00
..
20210110025102_Initial.cs Refactored download processor. 2021-01-09 19:51:36 -07:00
20210110025102_Initial.Designer.cs Refactored download processor. 2021-01-09 19:51:36 -07:00
20210311002748_Downloads_Add_Path.cs Changed the unrestrict process to only unrestrict when the download is starting. 2021-03-10 17:56:54 -07:00
20210311002748_Downloads_Add_Path.Designer.cs Changed the unrestrict process to only unrestrict when the download is starting. 2021-03-10 17:56:54 -07:00
20210311005539_Torrents_Removed_Auto.cs Changed the unrestrict process to only unrestrict when the download is starting. 2021-03-10 17:56:54 -07:00
20210311005539_Torrents_Removed_Auto.Designer.cs Changed the unrestrict process to only unrestrict when the download is starting. 2021-03-10 17:56:54 -07:00
20210313145632_Torrents_Add_FileOrMagnet.cs Add a retry button in the interface. 2021-03-13 08:04:03 -07:00
20210313145632_Torrents_Add_FileOrMagnet.Designer.cs Add a retry button in the interface. 2021-03-13 08:04:03 -07:00
20210401211556_Downloads_Add_RetryCount.cs Fixed bug where downloads sometimes got added twice. 2021-04-01 15:45:46 -06:00
20210401211556_Downloads_Add_RetryCount.Designer.cs Fixed bug where downloads sometimes got added twice. 2021-04-01 15:45:46 -06:00
20210718222602_Torrents_Add_Actions.cs Big update on the add download and setting screens which are now proper pages instead of modals. 2021-07-18 17:29:45 -06:00
20210718222602_Torrents_Add_Actions.Designer.cs Big update on the add download and setting screens which are now proper pages instead of modals. 2021-07-18 17:29:45 -06:00
20210718231758_Torrents_Add_FilesSelected.cs Big update on the add download and setting screens which are now proper pages instead of modals. 2021-07-18 17:29:45 -06:00
20210718231758_Torrents_Add_FilesSelected.Designer.cs Big update on the add download and setting screens which are now proper pages instead of modals. 2021-07-18 17:29:45 -06:00
20211009221133_Downloads_Add_RemoteId.cs Add first Aria2c support. 2021-10-09 20:35:03 -06:00
20211009221133_Downloads_Add_RemoteId.Designer.cs Add first Aria2c support. 2021-10-09 20:35:03 -06:00
20211011193848_Torrent_Add_RetryCount.cs Add torrent retry functionality. 2021-10-11 13:50:27 -06:00
20211011193848_Torrent_Add_RetryCount.Designer.cs Add torrent retry functionality. 2021-10-11 13:50:27 -06:00
20211024161405_Torrents_Add_Priority.cs Add priority mechanishm and support for sonarr priority. 2021-10-24 10:40:59 -06:00
20211024161405_Torrents_Add_Priority.Designer.cs Add priority mechanishm and support for sonarr priority. 2021-10-24 10:40:59 -06:00
20211029131846_Torrents_Add_Retry.cs Add retry count as a setting per torrent and global. 2021-10-30 10:25:53 -06:00
20211029131846_Torrents_Add_Retry.Designer.cs Add retry count as a setting per torrent and global. 2021-10-30 10:25:53 -06:00
20211029133429_Torrents_Error.cs Add retry count as a setting per torrent and global. 2021-10-30 10:25:53 -06:00
20211029133429_Torrents_Error.Designer.cs Add retry count as a setting per torrent and global. 2021-10-30 10:25:53 -06:00
20211029142739_Torrents_Add_RetryAttempts.cs Add retry count as a setting per torrent and global. 2021-10-30 10:25:53 -06:00
20211029142739_Torrents_Add_RetryAttempts.Designer.cs Add retry count as a setting per torrent and global. 2021-10-30 10:25:53 -06:00
20220206223254_Torrents_Add_DeleteOnError.cs Added setting to automatically delete torrents in the state of error after a certain amount of time. 2022-02-06 15:34:36 -07:00
20220206223254_Torrents_Add_DeleteOnError.Designer.cs Added setting to automatically delete torrents in the state of error after a certain amount of time. 2022-02-06 15:34:36 -07:00
20220206225658_Torrents_Add_Lifetime.cs Added lifetime setting to automatically expire torrents after a certain amount of time. 2022-02-06 16:03:12 -07:00
20220206225658_Torrents_Add_Lifetime.Designer.cs Added lifetime setting to automatically expire torrents after a certain amount of time. 2022-02-06 16:03:12 -07:00
20220513164723_Settings_Remove_Type.cs Rewrote the setting store, retrieve and displaying on the settings page to make maintenance a lot easier. 2022-05-13 14:39:52 -06:00
20220513164723_Settings_Remove_Type.Designer.cs Rewrote the setting store, retrieve and displaying on the settings page to make maintenance a lot easier. 2022-05-13 14:39:52 -06:00
20220513175547_Settings_Migrate.cs Rewrote the setting store, retrieve and displaying on the settings page to make maintenance a lot easier. 2022-05-13 14:39:52 -06:00
20220513175547_Settings_Migrate.Designer.cs Rewrote the setting store, retrieve and displaying on the settings page to make maintenance a lot easier. 2022-05-13 14:39:52 -06:00
20220514010531_Nullables.cs Added missing migration, fixed watch folders. 2022-05-14 08:09:15 -06:00
20220514010531_Nullables.Designer.cs Added missing migration, fixed watch folders. 2022-05-14 08:09:15 -06:00
20221018174415_Torrents_Add_HostDownloadAction.cs Add setting to skip downloading the files to the host. 2022-10-18 12:06:03 -06:00
20221018174415_Torrents_Add_HostDownloadAction.Designer.cs Add setting to skip downloading the files to the host. 2022-10-18 12:06:03 -06:00
20221129035837_Settings_Migrate_InternalDownloader.cs Migrated the simple downloader to the Downloader. 2022-11-28 21:51:25 -07:00
20221129035837_Settings_Migrate_InternalDownloader.Designer.cs Migrated the simple downloader to the Downloader. 2022-11-28 21:51:25 -07:00
20240105164132_Torrents_Add_DownloadClient.cs Store the download client on the Torrent itself when creating the download. Make sure the torrent doesn't get automatically deleted on the debrid client when the symlink downloader is used. 2024-01-05 09:42:18 -07:00
20240105164132_Torrents_Add_DownloadClient.Designer.cs Store the download client on the Torrent itself when creating the download. Make sure the torrent doesn't get automatically deleted on the debrid client when the symlink downloader is used. 2024-01-05 09:42:18 -07:00
20240213025207_Torrent_Add_Include_Exclude.cs Add regex option to include or exclude files. 2024-02-12 21:39:02 -07:00
20240213025207_Torrent_Add_Include_Exclude.Designer.cs Add regex option to include or exclude files. 2024-02-12 21:39:02 -07:00
20240406222830_Migrate_Debug_Level.cs Add migration to set log level to debug. 2024-04-06 16:38:10 -06:00
20240406222830_Migrate_Debug_Level.Designer.cs Add migration to set log level to debug. 2024-04-06 16:38:10 -06:00
20241210071621_Downloads_Add_FileName.cs [TB] Add FileName value to Download model 2024-12-10 23:44:11 +10:00
20241210071621_Downloads_Add_FileName.Designer.cs [TB] Add FileName value to Download model 2024-12-10 23:44:11 +10:00
DataContextModelSnapshot.cs [TB] Add FileName value to Download model 2024-12-10 23:44:11 +10:00