This website requires JavaScript.
Explore
Help
Sign In
Diplomarbeit-Absolventenverein
/
oqtane.framework-not-mirrored
Archived
Watch
9
Star
0
Fork
0
You've already forked oqtane.framework-not-mirrored
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
This repository has been archived on
2025-05-14
. You can view files and clone it, but cannot push or open issues or pull requests.
oqtane.framework-not-mirrored
/
Oqtane.Server
/
Controllers
History
Leigh Pointer
e23a9f22dd
Fix Correct Permission Delete when ModuleDef is deleted
#2619
...
Added PermissionsRepository to delete the Module permissions when the Module Definition is deleted.
2023-03-02 06:58:19 +01: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
set the DefaultDBType as the default database option in the Installer and Add Site UI
2021-06-11 08:43:46 -04:00
FileController.cs
fix
#2596
- fix EF Core tracking error when updating a file in a folder which has a Capacity specified
2023-02-15 12:43:18 -05:00
FolderController.cs
Major refactoring replacing permission strings with permission collections. These changes will require extensive regression testing. These changes may include breaking changes which will need to be identified and resolved to provide backward compatibility.
2023-02-28 17:59:21 -05:00
InstallationController.cs
fix
#2567
- migrate tenant connection string details from database to appsettings.json
2023-02-23 16:29:15 -05:00
JobController.cs
convention shortcut to suppress title in container
2022-01-06 17:24:18 -05:00
JobLogController.cs
improve validation and exception handling in API Controllers
2021-06-15 19:11:00 -04:00
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
Improve validation and error handling in Controller methods
2021-06-07 15:29:08 -04:00
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
Fix Correct Permission Delete when ModuleDef is deleted
#2619
2023-03-02 06:58:19 +01: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
Major refactoring replacing permission strings with permission collections. These changes will require extensive regression testing. These changes may include breaking changes which will need to be identified and resolved to provide backward compatibility.
2023-02-28 17:59:21 -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
added new methods for managing visitor settings (for personalization)
2023-02-08 17:43:55 -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
optimizing tenant resolution and routing
2021-05-10 17:45:39 -04:00
SqlController.cs
fix
#2567
- migrate tenant connection string details from database to appsettings.json
2023-02-23 16:29:15 -05:00
SyncController.cs
refactoring, enhancements, and some fixes
2021-06-10 08:16:02 -04:00
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
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
refactor visitor cookie name into a shared constant
2023-02-07 16:26:23 -05:00