LANCommander/LANCommander.Server.Services
2025-11-10 18:06:55 -06:00
..
Abstractions Remove projection overloads 2025-10-05 19:41:24 -05:00
Enums Added ability to add multiple Steam profiles, handle login + logout 2025-08-12 18:52:58 -05:00
Exceptions Handle errors with specific exceptions, provide error response with message for clients 2025-06-22 01:33:03 +02:00
Extensions Merge branch 'main' into refactor/sdk-dependency-injection 2025-09-25 19:38:21 -05:00
Factories Separate import and export functionality 2025-07-27 17:51:50 -05:00
Helpers Move data and service layers to separate projects, update packages 2024-10-07 18:04:26 -05:00
Mappers Add mapping for chat thread 2025-11-09 19:44:54 -06:00
MediaGrabbers Change namespace of abstractions 2025-03-16 14:35:53 -05:00
Models Allow different cookie policies for HTTP/S 2025-10-21 21:28:52 -05:00
ServerEngines Use Options pattern, 2025-09-26 00:51:02 -05:00
Utilities Abstract server control to IServerEngine, basic implementation of DockerServerEngine 2025-03-23 17:30:50 -05:00
_BaseDatabaseService.cs Set created by based on ID 2025-08-15 02:15:20 -05:00
_BaseService.cs Remove use of DatabaseServiceFactory, update service dependency injection 2025-02-01 02:21:34 -06:00
ActionService.cs Add action service 2025-03-29 17:58:10 -05:00
ArchiveClient.cs Rename SDK services -> clients, implement new configuration, use dependency injection for clients 2025-09-24 20:58:23 -05:00
AuthenticationService.cs Rename SDK services -> clients, implement new configuration, use dependency injection for clients 2025-09-24 20:58:23 -05:00
CategoryService.cs Fix adding data with relationships 2025-02-23 08:50:16 -06:00
ChatMessageService.cs Initial backend implementation for chat 2025-08-19 03:08:30 -05:00
ChatService.cs Add hub method to get stripped list of users 2025-11-10 18:06:55 -06:00
ChatThreadService.cs Remove manual tracking of user connections, populate participants in database 2025-10-28 22:19:48 -05:00
CollectionService.cs Fix adding data with relationships 2025-02-23 08:50:16 -06:00
CompanyService.cs Fix adding data with relationships 2025-02-23 08:50:16 -06:00
EngineService.cs Fix adding data with relationships 2025-02-23 08:50:16 -06:00
GameCustomFieldService.cs Working selective export (at least for manifest) 2025-07-25 17:57:33 -05:00
GameSaveService.cs Start implementing new import process with individual record importers 2025-03-28 19:16:51 -05:00
GameService.cs Rename SDK services -> clients, implement new configuration, use dependency injection for clients 2025-09-24 20:58:23 -05:00
GenreService.cs Fix genre adding 2025-02-25 21:24:11 -06:00
GitHubService.cs Fix nightly launcher list/download 2025-05-03 16:48:05 -05:00
IGDBService.cs Remove mapping of IGDB categories to game type 2025-09-25 19:12:31 -05:00
IPXRelayService.cs Fix IPX relay not closing sockets on stop 2025-03-09 14:50:25 -05:00
IssueService.cs Fix adding data with relationships 2025-02-23 08:50:16 -06:00
KeyService.cs Fix adding data with relationships 2025-02-23 08:50:16 -06:00
LANCommander.Server.Services.csproj Centrally manage packages 2025-09-25 19:11:37 -05:00
LibraryService.cs Remove-game-library dialog to remove base game + addons 2025-05-25 22:25:17 +02:00
MediaService.cs Remove old SettingsService, replace with Options pattern 2025-09-29 19:49:09 -05:00
MultiplayerModeService.cs Working in game imports 2025-03-29 20:10:35 -05:00
PageService.cs Fix adding data with relationships 2025-02-23 08:50:16 -06:00
PlatformService.cs Fix adding data with relationships 2025-02-23 08:50:16 -06:00
PlaySessionService.cs Use server engines to start/stop servers 2025-03-24 00:19:33 -05:00
RedistributableService.cs Remove projection overloads 2025-10-05 19:41:24 -05:00
RoleService.cs Fix first time setup administrator creation 2025-03-13 01:24:09 -05:00
SavePathService.cs Fix adding data with relationships 2025-02-23 08:50:16 -06:00
ScriptService.cs Fix adding data with relationships 2025-02-23 08:50:16 -06:00
ServerHttpPathService.cs Complete import relationships, start hooking up importers for games, redists, and servers. 2025-03-30 21:06:01 -05:00
ServerLogService.cs Complete import relationships, start hooking up importers for games, redists, and servers. 2025-03-30 21:06:01 -05:00
ServerService.cs Remove projection overloads 2025-10-05 19:41:24 -05:00
SettingService.cs Standardize YAML serializers 2025-10-06 19:23:49 -05:00
SetupService.cs Prevent accessing setup pages after initialization 2025-04-24 02:22:18 +02:00
SteamCMDService.cs Used cached credentials for SteamCMD 2025-08-15 02:15:40 -05:00
StorageLocationService.cs Fix adding data with relationships 2025-02-23 08:50:16 -06:00
TagService.cs Fix adding data with relationships 2025-02-23 08:50:16 -06:00
UpdateService.cs Fix nightly launcher list/download 2025-05-03 16:48:05 -05:00
UserCustomFieldService.cs Fix adding data with relationships 2025-02-23 08:50:16 -06:00
UserService.cs Merge branch 'main' into refactor/optional-import-export 2025-07-25 18:42:39 -05:00