.. |
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
|
move UI logic from FileService to FileManager, add progressive retry logic, update file attributes if uploading a new version of a file, clean up temporary artifacts on failure, improve upload efficiency
|
2022-11-09 21:11:02 -05:00 |
FolderController.cs
|
Scope permissions by SiteId to support entity level authorization as well as improve caching and performance. Optimize GetTenant to use existing cache.
|
2022-11-07 18:16:32 -05:00 |
InstallationController.cs
|
clean up pdb files on client, hash assembly file names
|
2022-09-14 10:09:50 -04:00 |
JobController.cs
|
convention shortcut to suppress title in container
|
2022-01-06 17:24:18 -05:00 |
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
|
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 |
ModuleControllerBase.cs
|
add ModuleControllerBase helper method for validating EntityId
|
2022-12-05 14:21:12 -05:00 |
ModuleDefinitionController.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 |
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
|
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 |
PageModuleController.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 |
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
|
permission updates
|
2023-01-10 08:20:32 -05:00 |
SiteController.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 |
SiteTemplateController.cs
|
|
|
SqlController.cs
|
Exception is not saved to log
|
2022-06-09 10:24:13 +02:00 |
SyncController.cs
|
|
|
SystemController.cs
|
add ability to view error.log in System Info
|
2023-01-05 10:18:55 -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
|
fix #2427 - issue with upgrade available in Language Management
|
2022-09-28 16:16:46 -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
|
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 |
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
|
Add support for IsPublic to all Setting types, enable Url Mapping for internal links
|
2021-12-18 10:35:22 -05:00 |