Pat Hartl
c81630b18a
Fix merge issue
2025-07-25 18:49:38 -05:00
Pat Hartl
a5dab5c094
Merge branch 'main' into refactor/optional-import-export
...
# Conflicts:
# LANCommander.Server.Services/GameService.cs
# LANCommander.Server.Services/ImportService.cs
# LANCommander.Server.Services/Importers/GameImporter.cs
# LANCommander.Server.Services/UserService.cs
# LANCommander.Server/UI/Components/AvatarUploader.razor
# LANCommander.Server/UI/Components/ImportUploadDialog.razor
2025-07-25 18:42:39 -05:00
Pat Hartl
2e073e9332
Render export dialog, resolve circular DI issues
...
- Fixed circular DI issues with importers and importer context
- Added additional mappings for data <-> manifest models
- Avoid null reference exceptions when trying to export archives/media where files don't exist
- Consolidate import dialogs
- Render selectable flags in export dialog
- Fixed various media uploaders to use new MediaService.WriteToFile
2025-07-19 17:39:55 -05:00
RattleSN4K3
e2ba7d76cb
Fix uploading avatar (Media accessed null), also AddSync called twice
2025-05-24 19:32:47 +02:00
Pat Hartl
af08645396
Remove use of DatabaseServiceFactory, update service dependency injection
2025-02-01 02:21:34 -06:00
Pat Hartl
e4a6feab7d
Fix avatar uploader trying to lazy load media
2024-11-27 03:13:58 -06:00
Pat Hartl
5de9eccce1
Adjust Blazor server-side to pull data with new context
2024-11-25 22:29:56 -06:00
Pat Hartl
1dda11dd0a
Switch dependency injection for services that access database
2024-11-22 02:04:04 -06:00
Pat Hartl
00b9ca5953
Rename service and repository methods to async
2024-11-12 18:32:46 -06:00
Pat Hartl
d8fbd3a940
Fix roles, users, and collection editing pages
2024-10-23 02:29:59 -05:00
Pat Hartl
07882e39d2
Add ability to specify multiple upload folders for archives
...
Implements #97
2024-10-11 01:09:12 -05:00
Pat Hartl
a40de21fc7
Rename settings models
2024-10-07 18:38:27 -05:00
Pat Hartl
91ee1d47a9
Move data and service layers to separate projects, update packages
2024-10-07 18:04:26 -05:00
Pat Hartl
78c6063b34
Add custom fields to users, move avatar uploader to component
2024-08-21 19:40:27 -05:00