LANCommander/LANCommander/Migrations
Pat Hartl 4fb11c1dd7 Change server HTTP options to allow multiple specified paths.
This is useful if you only want to share specific paths via HTTP, or have the paths stored in multiple places and want to unite them under one URL structure.
2023-11-04 19:43:38 -05:00
..
20220905222402_InitialSeed.cs Move LANCommander application to its own directory 2023-01-04 19:30:32 -06:00
20220905222402_InitialSeed.Designer.cs Move LANCommander application to its own directory 2023-01-04 19:30:32 -06:00
20220907043213_AddCompanies.cs Move LANCommander application to its own directory 2023-01-04 19:30:32 -06:00
20220907043213_AddCompanies.Designer.cs Move LANCommander application to its own directory 2023-01-04 19:30:32 -06:00
20221229082813_AlterGameRequiredFields.cs Move LANCommander application to its own directory 2023-01-04 19:30:32 -06:00
20221229082813_AlterGameRequiredFields.Designer.cs Move LANCommander application to its own directory 2023-01-04 19:30:32 -06:00
20221230033714_AddGameArchives.cs Move LANCommander application to its own directory 2023-01-04 19:30:32 -06:00
20221230033714_AddGameArchives.Designer.cs Move LANCommander application to its own directory 2023-01-04 19:30:32 -06:00
20230103064847_RekeyUsers.cs Move LANCommander application to its own directory 2023-01-04 19:30:32 -06:00
20230103064847_RekeyUsers.Designer.cs Move LANCommander application to its own directory 2023-01-04 19:30:32 -06:00
20230103070011_SimplifyUserNavigation.cs Move LANCommander application to its own directory 2023-01-04 19:30:32 -06:00
20230103070011_SimplifyUserNavigation.Designer.cs Move LANCommander application to its own directory 2023-01-04 19:30:32 -06:00
20230105053952_AddUserRefreshToken.cs Added token authentication 2023-01-04 23:45:11 -06:00
20230105053952_AddUserRefreshToken.Designer.cs Added token authentication 2023-01-04 23:45:11 -06:00
20230106065219_AddArchiveFileSizes.cs Record archive file sizes. Automatically create archive record after upload. 2023-01-06 02:06:19 -06:00
20230106065219_AddArchiveFileSizes.Designer.cs Record archive file sizes. Automatically create archive record after upload. 2023-01-06 02:06:19 -06:00
20230108011351_AddKeyModel.cs Added interface for adding keys 2023-01-07 20:54:24 -06:00
20230108011351_AddKeyModel.Designer.cs Added interface for adding keys 2023-01-07 20:54:24 -06:00
20230108014549_AdjustKeyColumnLengths.cs Added interface for adding keys 2023-01-07 20:54:24 -06:00
20230108014549_AdjustKeyColumnLengths.Designer.cs Added interface for adding keys 2023-01-07 20:54:24 -06:00
20230109032336_ManifestMigration.cs Start migrating manifests to database 2023-01-08 21:43:01 -06:00
20230109032336_ManifestMigration.Designer.cs Start migrating manifests to database 2023-01-08 21:43:01 -06:00
20230109073520_CascadeGameArchiveDeletion.cs Cascade delete archives when game is deleted 2023-01-09 01:35:47 -06:00
20230109073520_CascadeGameArchiveDeletion.Designer.cs Cascade delete archives when game is deleted 2023-01-09 01:35:47 -06:00
20230109230618_CascadeGameKeyDeletion.cs Cascade delete keys on game deletion 2023-01-09 18:55:50 -06:00
20230109230618_CascadeGameKeyDeletion.Designer.cs Cascade delete keys on game deletion 2023-01-09 18:55:50 -06:00
20230110023006_AddGameIGDBId.cs Added metadata pulling from IGDB. Added select inputs that works like tags and allow freeform submission. 2023-01-10 02:25:16 -06:00
20230110023006_AddGameIGDBId.Designer.cs Added metadata pulling from IGDB. Added select inputs that works like tags and allow freeform submission. 2023-01-10 02:25:16 -06:00
20230110023249_ChangeGameRequiredFields.cs Added metadata pulling from IGDB. Added select inputs that works like tags and allow freeform submission. 2023-01-10 02:25:16 -06:00
20230110023249_ChangeGameRequiredFields.Designer.cs Added metadata pulling from IGDB. Added select inputs that works like tags and allow freeform submission. 2023-01-10 02:25:16 -06:00
20230113234542_UpdateActionAndMultiplayerModelRequired.cs Migration to modify required fields on games and dependent entities 2023-01-14 15:10:20 -06:00
20230113234542_UpdateActionAndMultiplayerModelRequired.Designer.cs Migration to modify required fields on games and dependent entities 2023-01-14 15:10:20 -06:00
20230115073716_AddScripts.cs Added ability to manage scripts for a game 2023-01-15 03:11:51 -06:00
20230115073716_AddScripts.Designer.cs Added ability to manage scripts for a game 2023-01-15 03:11:51 -06:00
20230115085220_AddScriptRequiresAdminOption.cs Added ability to manage scripts for a game 2023-01-15 03:11:51 -06:00
20230115085220_AddScriptRequiresAdminOption.Designer.cs Added ability to manage scripts for a game 2023-01-15 03:11:51 -06:00
20230116051528_AddIconField.cs Load/cache icon directly out of archive, don't rely on embedded manifest 2023-01-16 00:01:50 -06:00
20230116051528_AddIconField.Designer.cs Load/cache icon directly out of archive, don't rely on embedded manifest 2023-01-16 00:01:50 -06:00
20230117002451_AddActionSortOrder.cs Added sort ordering to actions and fixed install process not updating game from live manifest 2023-01-16 23:45:46 -06:00
20230117002451_AddActionSortOrder.Designer.cs Added sort ordering to actions and fixed install process not updating game from live manifest 2023-01-16 23:45:46 -06:00
20230118013618_AddGameSaves.cs Added GameSaves table migration 2023-01-17 19:36:58 -06:00
20230118013618_AddGameSaves.Designer.cs Added GameSaves table migration 2023-01-17 19:36:58 -06:00
20230121023958_Add64BitFlagForScripts.cs Start adding support to run scripts in 64 bit 2023-01-20 21:29:38 -06:00
20230121023958_Add64BitFlagForScripts.Designer.cs Start adding support to run scripts in 64 bit 2023-01-20 21:29:38 -06:00
20230123044346_Remove64BitScriptFlag.cs Remove 64 bit flag from scripts 2023-01-22 22:44:22 -06:00
20230123044346_Remove64BitScriptFlag.Designer.cs Remove 64 bit flag from scripts 2023-01-22 22:44:22 -06:00
20230317234303_AddBasicServerModel.cs Started adding basic support for servers 2023-03-18 00:44:31 -05:00
20230317234303_AddBasicServerModel.Designer.cs Started adding basic support for servers 2023-03-18 00:44:31 -05:00
20230326223408_AddSavePaths.cs Added defineable save paths for either files or registry 2023-03-27 01:19:21 -05:00
20230326223408_AddSavePaths.Designer.cs Added defineable save paths for either files or registry 2023-03-27 01:19:21 -05:00
20230402013359_AddUserApproval.cs Allow users to be approved 2023-08-11 13:30:29 -05:00
20230402013359_AddUserApproval.Designer.cs Allow users to be approved 2023-08-11 13:30:29 -05:00
20230811190752_AddServerUseShellExecuteAndAutostartDelay.cs Allow servers to autostart. Enable setting to control if server is executed using shell 2023-08-11 15:03:30 -05:00
20230811190752_AddServerUseShellExecuteAndAutostartDelay.Designer.cs Allow servers to autostart. Enable setting to control if server is executed using shell 2023-08-11 15:03:30 -05:00
20230815021613_LinkGameServers.cs Allow linking servers to games 2023-08-14 21:28:18 -05:00
20230815021613_LinkGameServers.Designer.cs Allow linking servers to games 2023-08-14 21:28:18 -05:00
20230815054532_AddServerLogModel.cs Add server log file monitoring 2023-08-15 20:15:53 -05:00
20230815054532_AddServerLogModel.Designer.cs Add server log file monitoring 2023-08-15 20:15:53 -05:00
20230818003437_AddRCON.cs Rename ServerLog to ServerConsole. Add console type and RCON properties to model 2023-08-17 19:55:46 -05:00
20230818003437_AddRCON.Designer.cs Rename ServerLog to ServerConsole. Add console type and RCON properties to model 2023-08-17 19:55:46 -05:00
20230818054703_NullRconPort.cs Add RCON support to UI for adding consoles 2023-08-18 00:50:12 -05:00
20230818054703_NullRconPort.Designer.cs Add RCON support to UI for adding consoles 2023-08-18 00:50:12 -05:00
20230827172826_AddGameNotes.cs Added notes field to games 2023-08-27 12:31:04 -05:00
20230827172826_AddGameNotes.Designer.cs Added notes field to games 2023-08-27 12:31:04 -05:00
20230914005736_AddServerHTTPSupport.cs Add ability to enable HTTP routes for servers to host static files 2023-09-13 23:29:59 -05:00
20230914005736_AddServerHTTPSupport.Designer.cs Add ability to enable HTTP routes for servers to host static files 2023-09-13 23:29:59 -05:00
20231017011454_AddPlayerAlias.cs Introduce user alias for persisting name changes separate from username 2023-10-16 20:48:12 -05:00
20231017011454_AddPlayerAlias.Designer.cs Introduce user alias for persisting name changes separate from username 2023-10-16 20:48:12 -05:00
20231018060152_AddRedistributables.cs Add database models and migrations for redistributables 2023-10-18 01:14:31 -05:00
20231018060152_AddRedistributables.Designer.cs Add database models and migrations for redistributables 2023-10-18 01:14:31 -05:00
20231019005133_AddGameRedistributableRelationship.cs Allow games to select redistributables required 2023-10-22 17:59:00 -05:00
20231019005133_AddGameRedistributableRelationship.Designer.cs Allow games to select redistributables required 2023-10-22 17:59:00 -05:00
20231102020229_AddMediaEntity.cs Add ability to add media to games. Search media from steamgriddb.com 2023-11-02 01:24:42 -05:00
20231102020229_AddMediaEntity.Designer.cs Add ability to add media to games. Search media from steamgriddb.com 2023-11-02 01:24:42 -05:00
20231103010139_AddMediaMimeType.cs Remove committed media. Store and serve proper mime type. 2023-11-02 22:13:19 -05:00
20231103010139_AddMediaMimeType.Designer.cs Remove committed media. Store and serve proper mime type. 2023-11-02 22:13:19 -05:00
20231103052501_RemoveGameIconProperty.cs Remove icon extraction from WinPE files. Add migration from old extracted icons to new media entries. 2023-11-03 01:24:27 -05:00
20231103052501_RemoveGameIconProperty.Designer.cs Remove icon extraction from WinPE files. Add migration from old extracted icons to new media entries. 2023-11-03 01:24:27 -05:00
20231104224712_AddServerHttpPaths.cs Change server HTTP options to allow multiple specified paths. 2023-11-04 19:43:38 -05:00
20231104224712_AddServerHttpPaths.Designer.cs Change server HTTP options to allow multiple specified paths. 2023-11-04 19:43:38 -05:00
DatabaseContextModelSnapshot.cs Change server HTTP options to allow multiple specified paths. 2023-11-04 19:43:38 -05:00