Shaun Walker
|
5b49e1bc7c
|
use logo with glow effect so it is visible on both black and white backgrounds
|
2020-11-04 16:58:02 -05:00 |
|
Shaun Walker
|
cdb7de84fa
|
fix folder parsing issue specific to Azure environment where WebRootPath contains 2 wwwroot nested folders
|
2020-10-22 16:30:27 -04:00 |
|
Shaun Walker
|
9294537e23
|
modify comment
|
2020-10-19 08:50:37 -04:00 |
|
Shaun Walker
|
ecacb681b4
|
introduce Resource Declaration and Location properties to offer more resource management options for developers
|
2020-10-19 08:03:04 -04:00 |
|
Tony Valenti
|
c683de2cda
|
Refactor TenantNames.Master
|
2020-10-16 10:45:13 -05:00 |
|
Tony Valenti
|
f33fb4d001
|
Factoring out Constants.AdminPane and Constants.HostUser
|
2020-10-16 10:23:17 -05:00 |
|
Tony Valenti
|
955e7a3856
|
Factored out Contants.*** Role into RoleNames.***
Renamed 'AllUsers' to 'Everyone'
|
2020-10-16 06:22:52 -05:00 |
|
hishamco
|
2e2d46996a
|
Refactoring
|
2020-09-30 00:07:00 +03:00 |
|
hishamco
|
2924e7849f
|
Read supported cultures from appsettings.json
|
2020-09-29 21:23:22 +03:00 |
|
hishamco
|
52d1d5841e
|
Avoid looking for en-US culture resources
|
2020-09-29 18:50:06 +03:00 |
|
hishamco
|
0796ce54a9
|
Add localization settings
|
2020-09-29 17:30:56 +03:00 |
|
Shaun Walker
|
8196112a59
|
fixed Theme install/uninstall issue, fixed Layout inheritance issue, fixed File server performance issue, cleaned up remaining hardcoded permission strings
|
2020-09-16 15:24:07 -04:00 |
|
Shaun Walker
|
4065d87a74
|
improved module/theme installation by saving the list of files which are in the Nuget package and using that list to remove them during uninstall
|
2020-08-29 10:55:40 -04:00 |
|
Shaun Walker
|
a8cd84e798
|
added support for dynamic inclusion of global resources in _host.cshtml ( ie. global stylesheets and scripts such as those required by UI component suites )
|
2020-08-28 11:24:43 -04:00 |
|
Shaun Walker
|
282579fcf2
|
resolve #526 remove pluralization from module creation templates
|
2020-08-14 12:44:37 -04:00 |
|
Shaun Walker
|
a471784cf3
|
allow user to reinstall current version
|
2020-08-06 16:46:22 -04:00 |
|
Shaun Walker
|
5cf35fd70a
|
fix regression bug caused by #649 related to installing nupkg packages
|
2020-08-06 16:10:19 -04:00 |
|
Shaun Walker
|
04257f75e7
|
modifications for System Update feature
|
2020-08-04 13:06:54 -04:00 |
|
Shaun Walker
|
94f0bdcce9
|
Improvements to System Update
|
2020-08-04 08:47:39 -04:00 |
|
Shaun Walker
|
8d539d058c
|
preparing for 1.0.2 release
|
2020-07-23 15:07:18 -04:00 |
|
Shaun Walker
|
51bf822392
|
fix regression bug caused by #648 - the entries within a nupkg (zip) package use the '/' separator - the fix in #648 was causing a wwwroot\wwwroot\... folder to be created on Windows
|
2020-07-23 14:58:33 -04:00 |
|
Shaun Walker
|
679cc04178
|
Merge pull request #660 from sbwalker/master
optimize NotificationJob so that it only processes the sites for each tenant once.
|
2020-07-23 14:15:24 -04:00 |
|
Shaun Walker
|
75fe4e7c89
|
optimize NotificationJob so that it only processes the sites for each tenant once.
|
2020-07-23 14:14:29 -04:00 |
|
Shaun Walker
|
410f8c74e5
|
Merge pull request #649 from JoergH66/feature/LoadDependDlls_InstallManager
Fixes 2 external module installation problems
|
2020-07-23 11:39:35 -04:00 |
|
Shaun Walker
|
3a6cde0e24
|
fixed scheduler so that it does not set NextExecution until after the job has finished executing
|
2020-07-23 11:38:20 -04:00 |
|
Shaun Walker
|
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 |
|
Shaun Walker
|
9db4985b14
|
Merge pull request #655 from alexhendel/fix-path-handling
Fix directory separator for path operations
|
2020-07-16 10:27:34 -04:00 |
|
Alexander Hendel
|
807252c9e5
|
Fix directory separator for path operations
|
2020-07-15 16:09:19 +02:00 |
|
Shaun Walker
|
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 |
|
Jörg Helmrich
|
4bdf20822f
|
check whether the file is in use, dependent runtime-dlls will distribute
|
2020-07-08 14:06:41 +02:00 |
|
Shaun Walker
|
e615263706
|
Merge pull request #647 from chlupac/Notifications
Notification changes UNDO
|
2020-07-07 08:43:52 -04:00 |
|
Alexander Hendel
|
a083405b48
|
Fix directory seperator in InstallationManager
|
2020-07-07 09:56:24 +02:00 |
|
Pavel Vesely
|
3ea280c82a
|
Motification changes UNDO
|
2020-07-06 15:27:35 +02:00 |
|
Pavel Vesely
|
b17f679f38
|
Notification job optimalization
|
2020-07-03 10:19:12 +02:00 |
|
Shaun Walker
|
4285603563
|
migrate script naming convention
|
2020-06-14 13:06:33 -04:00 |
|
Shaun Walker
|
99cad13890
|
restrict user data leakage
|
2020-06-03 19:46:47 -04:00 |
|
Shaun Walker
|
f1f07f45c6
|
Merge pull request #531 from chlupac/ControlPanel
Control panel persistence between module addings
|
2020-05-24 10:54:10 -04:00 |
|
Pavel Vesely
|
068803615b
|
Notification job fill mail subject
|
2020-05-22 21:29:52 +02:00 |
|
Shaun Walker
|
6ac2b64d7d
|
improvements to module creator templates
|
2020-05-22 13:39:59 -04:00 |
|
Shaun Walker
|
066ef44773
|
fixes to upgrade project
|
2020-05-20 11:57:41 -04:00 |
|
Shaun Walker
|
b61446a50a
|
updated screenshots
|
2020-05-19 17:49:11 -04:00 |
|
Shaun Walker
|
35b26c7525
|
update to version 1.0.0
|
2020-05-19 14:08:03 -04:00 |
|
Shaun Walker
|
263b045c75
|
module creator template updates
|
2020-05-19 09:08:29 -04:00 |
|
Shaun Walker
|
1532eb7586
|
Optimized downloading of assemblies when using WebAssembly
|
2020-05-18 18:02:23 -04:00 |
|
Shaun Walker
|
6ae019336d
|
changing default theme to Oqtane theme
|
2020-05-18 10:44:54 -04:00 |
|
Shaun Walker
|
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 |
|
Shaun Walker
|
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 |
|
Pavel Vesely
|
7c814a67b3
|
IServerStartup implementation
|
2020-05-11 11:19:12 +02:00 |
|
Shaun Walker
|
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 |
|
Shaun Walker
|
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 |
|