oqtane.framework/Oqtane.Server/Controllers
2023-04-19 08:48:52 -07:00
..
AliasController.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
DatabaseController.cs
FileController.cs #2618 - add backward compatibility for permissions optimizations 2023-03-02 15:34:42 -05:00
FolderController.cs #2618 - add backward compatibility for permissions optimizations 2023-03-02 15:34:42 -05:00
InstallationController.cs allow module and theme dependencies setting to include .dll file extension, added testmode config setting for validating list of assemblies sent to client 2023-04-19 08:48:52 -07:00
JobController.cs
JobLogController.cs
LanguageController.cs fix #2464 - translation install/upgrade experience 2022-10-20 13:16:18 -04:00
LocalizationController.cs fix #2464 - translation install/upgrade experience 2022-10-20 13:16:18 -04:00
LogController.cs
ModuleController.cs fix #2679 - fixed issue where ModuleDefinition cache properties were being overwritten (same issue as #2674 however implemented in ModuleController) 2023-03-14 11:49:38 -04:00
ModuleControllerBase.cs add ModuleControllerBase helper method for validating EntityId 2022-12-05 14:21:12 -05:00
ModuleDefinitionController.cs consolidated package installation so that it always occurs during startup and added logging in case of errors 2023-04-05 10:26:21 -04:00
NotificationController.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
PackageController.cs Resolve deserialization issue with System.Text.Json when accessing remote services 2022-10-12 12:37:03 -04:00
PageController.cs Code Cleanups 2023-03-21 00:45:17 +11:00
PageModuleController.cs #2618 - add backward compatibility for permissions optimizations 2023-03-02 15:34:42 -05:00
ProfileController.cs add support for API permissions at the UI layer - including ability to delegate user, role, profile management 2023-01-09 11:38:25 -05:00
RoleController.cs add support for API permissions at the UI layer - including ability to delegate user, role, profile management 2023-01-09 11:38:25 -05:00
SettingController.cs added new methods for managing visitor settings (for personalization) 2023-02-08 17:43:55 -05:00
SiteController.cs fix #2679 - fixed issue where ModuleDefinition cache properties were being overwritten (same issue as #2674 however implemented in ModuleController) 2023-03-14 11:49:38 -04:00
SiteTemplateController.cs
SqlController.cs fix #2567 - migrate tenant connection string details from database to appsettings.json 2023-02-23 16:29:15 -05:00
SyncController.cs
SystemController.cs fix #2567 - migrate tenant connection string details from database to appsettings.json 2023-02-23 16:29:15 -05:00
TenantController.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
ThemeController.cs consolidated package installation so that it always occurs during startup and added logging in case of errors 2023-04-05 10:26:21 -04:00
UrlMappingController.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
UserController.cs Code Cleanups 2023-03-21 00:45:17 +11:00
UserRoleController.cs add support for API permissions at the UI layer - including ability to delegate user, role, profile management 2023-01-09 11:38:25 -05:00
VisitorController.cs refactor visitor cookie name into a shared constant 2023-02-07 16:26:23 -05:00