.. |
EventSubscribers
|
invalidate client assemblies cache when site is updated
|
2023-12-03 10:27:33 -05:00 |
HostedServices
|
added IEventSubscriber amd EventDistributorHostedService to optimize event processing
|
2023-05-31 09:36:32 -04:00 |
Interfaces
|
Fix #3068 - support microsites in .NET MAUI
|
2023-08-02 13:55:01 -04:00 |
Jobs
|
fix #3157 - provide support for asynchronous scheduled jobs
|
2023-08-18 13:34:38 -04:00 |
Localization
|
User experience improvements
|
2021-04-17 19:18:24 -04:00 |
Logging
|
constrain file logger size
|
2021-09-17 09:17:42 -04:00 |
Middleware
|
ignore Blazor framework requests
|
2023-12-13 18:25:21 -05:00 |
Options
|
add named site option support to factory
|
2023-09-21 17:17:46 -04:00 |
SiteMigration
|
adopt more of the migrations conventions
|
2022-04-02 11:24:41 -04:00 |
SiteTemplates
|
fix #3069 - exclude templates from release packages
|
2023-08-03 15:26:23 -04:00 |
AliasAccessor.cs
|
Added support for per site options and OpenID Connect
|
2022-03-13 22:55:52 -04:00 |
ConfigManager.cs
|
fix #2567 - migrate tenant connection string details from database to appsettings.json
|
2023-02-23 16:29:15 -05:00 |
DatabaseManager.cs
|
added HybridEnabled field to Site table to indicate if .NET MAUI hybrid applications can be integrated
|
2023-12-04 16:35:03 -05:00 |
InstallationManager.cs
|
fix .NET upgrade issue related to database provider packages
|
2023-11-21 15:09:14 -05:00 |
LocalizationManager.cs
|
fix installed cultures logic to recognize all satellite resources
|
2023-08-08 13:21:56 -04:00 |
LogManager.cs
|
use html line breaks in error log notifications
|
2023-07-17 16:59:40 -04:00 |
ServerState.cs
|
Fix #3068 - support microsites in .NET MAUI
|
2023-08-02 13:55:01 -04:00 |
ServerStateManager.cs
|
Fix #3068 - support microsites in .NET MAUI
|
2023-08-02 13:55:01 -04:00 |
SiteState.cs
|
cleanly separate SiteState service for client and server use cases
|
2022-03-27 21:05:44 -04:00 |
SyncManager.cs
|
Enhance SyncManager to raise events which can be handled on the server within hosted services. Raise create, update, delete events for all major entities. Include support for refresh and reload events to synchronize client state. Move client state cache invalidation to a hosted service to separate concerns and demonstrate events.
|
2022-10-04 19:20:02 -04:00 |
TenantManager.cs
|
Fix #3068 - support microsites in .NET MAUI
|
2023-08-02 13:55:01 -04:00 |
UpgradeManager.cs
|
fix #3065 - redirect user if they are logged in and navigating to Login page
|
2023-08-03 12:46:42 -04:00 |