oqtane.framework/Oqtane.Server/Controllers
2021-04-05 08:53:22 -04:00
..
AliasController.cs Localization fixes - table definition, SQL script naming, SQL script not marked as Embedded Resource, changed column name from IsCurrrent to IsDefault to reflect intent, set default language for site in _Host 2021-01-21 17:09:34 -05:00
FileController.cs Introduce GetFolderPath and GetFilePath repository methods 2021-01-11 16:32:13 +01:00
FolderController.cs fix #1197 - move folder path logic from Client Service to Server Controller 2021-04-05 08:53:22 -04:00
InstallationController.cs Ensure Install Wizard will only be displayed if the Master database connection string in appsettings.json is not specified. This addresses a potential security issue where the Install Wizard could be displayed in an existing installation if the Master database connection failed during startup. 2021-03-30 17:48:49 -04:00
JobController.cs Factor out default controller route. 2020-10-16 10:37:17 -05:00
JobLogController.cs Factor out default controller route. 2020-10-16 10:37:17 -05:00
LanguageController.cs Unauthenticated users need to be able to retrieve the list of languages 2021-02-14 18:35:42 -05:00
LocalizationController.cs Use REST style 2020-12-03 15:50:25 +03:00
LogController.cs Factor out default controller route. 2020-10-16 10:37:17 -05:00
ModuleController.cs include syncevents on module add/update/delete to trigger reload in UI 2020-11-10 16:26:50 -05:00
ModuleControllerBase.cs improvements for custom authorization policy usage 2020-06-25 10:23:27 -04:00
ModuleDefinitionController.cs make module creator templates extensible 2021-03-30 10:06:25 -04:00
NotificationController.cs add ability to test SMTP connection in Site Settings 2021-04-01 09:44:07 -04:00
PackageController.cs Merge pull request #788 from sbwalker/master 2020-10-18 08:53:11 -04:00
PageController.cs Factor out default controller route. 2020-10-16 10:37:17 -05:00
PageModuleController.cs performance optimization to reduce calls from client to server unless content is changed 2020-11-04 15:58:13 -05:00
ProfileController.cs Factor out default controller route. 2020-10-16 10:37:17 -05:00
RoleController.cs Factor out default controller route. 2020-10-16 10:37:17 -05:00
SettingController.cs include syncevents on module add/update/delete to trigger reload in UI 2020-11-10 16:26:50 -05:00
SiteController.cs Factor out default controller route. 2020-10-16 10:37:17 -05:00
SiteTemplateController.cs Factor out default controller route. 2020-10-16 10:37:17 -05:00
SqlController.cs Factor out default controller route. 2020-10-16 10:37:17 -05:00
SystemController.cs Factor out default controller route. 2020-10-16 10:37:17 -05:00
TenantController.cs Factor out default controller route. 2020-10-16 10:37:17 -05:00
ThemeController.cs Fix issue when creating assets.json and folder does not exist. Improve module/theme uninstall to remove empty folders. 2021-02-26 09:08:25 -05:00
UserController.cs refactor user deletion 2021-03-29 12:58:40 -04:00
UserRoleController.cs Factor out default controller route. 2020-10-16 10:37:17 -05:00