bc73e5e3d0
modifications to ActionLink and ActionDialog controls, added logic to prevent IHostedService from blocking startup, made controller route prefix consistent in module template
2020-07-17 15:09:05 -04:00
9db4985b14
Merge pull request #655 from alexhendel/fix-path-handling
...
Fix directory separator for path operations
2020-07-16 10:27:34 -04:00
807252c9e5
Fix directory separator for path operations
2020-07-15 16:09:19 +02:00
f515def414
Html encode job log messages, add new IModule property to allow modules to specify Runtime support, provide feedback during module content import, remove default EditMode option at the Page level (should be implemented at Module level) - resolves issue where Admin modules could not be deleted, include link to Event Log in AddModuleMessage for Error message type, fixed fallback support for themes in siterouter, integrated auth policy into site templates for Module Creator
2020-07-08 19:56:02 -04:00
e615263706
Merge pull request #647 from chlupac/Notifications
...
Notification changes UNDO
2020-07-07 08:43:52 -04:00
a083405b48
Fix directory seperator in InstallationManager
2020-07-07 09:56:24 +02:00
3ea280c82a
Motification changes UNDO
2020-07-06 15:27:35 +02:00
b17f679f38
Notification job optimalization
2020-07-03 10:19:12 +02:00
4285603563
migrate script naming convention
2020-06-14 13:06:33 -04:00
99cad13890
restrict user data leakage
2020-06-03 19:46:47 -04:00
f1f07f45c6
Merge pull request #531 from chlupac/ControlPanel
...
Control panel persistence between module addings
2020-05-24 10:54:10 -04:00
068803615b
Notification job fill mail subject
2020-05-22 21:29:52 +02:00
6ac2b64d7d
improvements to module creator templates
2020-05-22 13:39:59 -04:00
066ef44773
fixes to upgrade project
2020-05-20 11:57:41 -04:00
b61446a50a
updated screenshots
2020-05-19 17:49:11 -04:00
35b26c7525
update to version 1.0.0
2020-05-19 14:08:03 -04:00
263b045c75
module creator template updates
2020-05-19 09:08:29 -04:00
1532eb7586
Optimized downloading of assemblies when using WebAssembly
2020-05-18 18:02:23 -04:00
6ae019336d
changing default theme to Oqtane theme
2020-05-18 10:44:54 -04:00
8a1e83ff7f
Modified the package installer to use target folders ( based on the Nuget specification ) rather than file extensions
2020-05-15 17:43:45 -04:00
aa97dd4d0d
Allow modules to be installed/uninstalled with embedded scripts or IInstallable interface. Fix module uninstall issues.
2020-05-14 11:54:28 -04:00
7c814a67b3
IServerStartup implementation
2020-05-11 11:19:12 +02:00
d7ad175cd7
fixes for framework upgrade, fixes for control panel CSS styles, added AllPages attrubute for Modules, bumped version to 0.9.1 to test upgrades
2020-05-07 14:38:24 -04:00
a02cfea6c9
improve performance of alias handling and allow aliases to be an unlimited number of subfolders in depth
2020-05-05 09:15:36 -04:00
45aeb17020
fixed module action import/export, improved module installation
2020-05-01 15:58:34 -04:00
7c6dc6d774
Added ability to execute version specific code during framework upgrade (removed ApplicationVersion table and replaced with Version field on Tenant table), updated version number to 0.9.0 and renamed install scripts to match - this will be a baseline release which will be upgradeable
2020-05-01 10:27:14 -04:00
d387e6e573
Page editor fix
...
Script check
2020-05-01 11:24:10 +02:00
34538dd945
install/upgrade refactoring to consolidate all use cases and implement IInstallable interface for modules, moved tenant creation to site management UI, fixed z-order issues in Blazor theme, enhanced JS Interop methods to support integrity and crossorigin
2020-04-30 13:58:04 -04:00
375c706029
Get custom theme and layout on a default install
2020-04-28 14:51:27 +02:00
df3afb1e21
Merge branch 'master' into master
2020-04-26 13:27:16 -04:00
6d93fcfc1c
Merge pull request #401 from chlupac/DatabaseManagerBug
...
Create Data directoty if does not exists
2020-04-26 13:21:42 -04:00
06db9efc08
Merge branch 'master' into PermissionOptimalization
2020-04-26 13:19:54 -04:00
58d3c406cd
added IInstallable interface and uninstall implementation for modules. Refactoring module installation to use interface still in progress.
2020-04-26 13:15:02 -04:00
7606e7b488
Permission Optimalization
2020-04-26 16:19:20 +02:00
a09be84824
Create Data directoty if does not exists
2020-04-25 10:58:38 +02:00
79eae9c5fa
Merge branch 'master' into master
2020-04-21 15:17:22 -04:00
ab5257cea2
Security fixes for Site Administrators to ensure proper access. Improvements to User and Role management components. Fix logic in CreateUser so that it does not prevent Administrators from creating users.
2020-04-21 15:16:12 -04:00
72995cd8fa
added system info admin page/module, improved UI for framework, module, and theme install/upgrade, added version to ModuleDefinitions, fixed bug in logging logic introduced during code standardization
2020-04-20 18:05:37 -04:00
22b0f42461
Merge pull request #391 from sbwalker/master
...
added system info admin page/module, improved UI for framework, module, and theme install/upgrade, added version to ModuleDefinitions, fixed bug in logging logic introduced during code standardization
2020-04-20 18:05:01 -04:00
f0043f53ee
OS independent file paths & Utility.PathCombine added
...
System.IO.Path.Combine provides cross-platform support for system paths, however rooted paths discarding of earlier segments
Utilities.PathCombine ensures if any parameters start with root chacters does not discard previous Utilities.PathCombine allows appending of "\\" to translate to the correct cross-platform result
2020-04-18 14:57:31 -04:00
46b205102a
Merge pull request #1 from oqtane/master
...
Update to match source
2020-04-18 12:22:30 -04:00
62987ca72f
allow users to modify default module names, descriptions, and categories and improve control panel behavior
2020-04-18 10:51:07 -04:00
b84db01810
Merge pull request #389 from sbwalker/master
...
allow users to modify default module names, descriptions, and categories and improve control panel behavior
2020-04-18 10:50:54 -04:00
69ceb5dd42
HostUser change is not allowed in silent install
2020-04-18 11:11:44 +02:00
209f6db0fb
Database creation bug
...
HostUser change is not allowed in silent install
2020-04-17 22:29:39 +02:00
70502cd881
OS independent file paths
2020-04-17 16:25:00 -04:00
482747627e
added uninstall support for modules
2020-04-12 20:08:19 -04:00
94cab7d4db
Solution of warning
...
"Calling 'BuildServiceProvider' from application code results in an additional copy of singleton services being created. Consider alternatives such as dependency injecting services as parameters to 'Configure'"
2020-04-12 11:14:59 +02:00
dbcb973119
fixes to emable module package installation from wwwroot/modules
2020-04-11 14:02:42 -04:00
3fc7e78e56
nuget module installation fix
2020-04-07 11:21:33 +02:00