|
7f15a5f464
|
prepare for 1.0.4 release
|
2020-09-09 12:01:16 -04:00 |
|
|
e76f1b9663
|
use Label component in Module Creator templates
|
2020-08-31 10:00:30 -04:00 |
|
|
d0c8399dd9
|
enhanced Module Creator to allow developer to specify framework reference version so that modules can target any version including the local development environment
|
2020-08-29 11:30:16 -04:00 |
|
|
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 |
|
|
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 |
|
|
4aa0b83807
|
wired up JavaScript support in Module Creator templates
|
2020-08-27 17:16:54 -04:00 |
|
|
bb21eba39f
|
script file name should reflect next major version
|
2020-08-26 15:24:44 -04:00 |
|
|
bbbe48b976
|
Merge pull request #700 from nohorse/patch-1
Create Tenant.01.00.02.02.sql
|
2020-08-26 15:08:35 -04:00 |
|
|
a036ee19a4
|
Merge pull request #698 from hishamco/logo
Fix logo
|
2020-08-26 15:02:43 -04:00 |
|
|
760fc3b8d4
|
Ensure folder does not contain files during deletion and remove directory during deletion, fix validation issue in add page which would allow a user to create a page without selecting a layout, modify action dialog to use its own CSS class name so it can be styled independently from the Admin Modal, rollback "container" CSS class assigment on panes
|
2020-08-26 15:00:07 -04:00 |
|
|
fc50a45ecd
|
Create Tenant.01.00.02.02.sql
Proposed fixed for #699
|
2020-08-22 14:55:43 -07:00 |
|
|
e3fe8c5914
|
Fix logo
|
2020-08-22 04:19:11 +03:00 |
|
|
38738e0844
|
Add project reference for dotnet publish to work without errors.
|
2020-08-16 22:35:09 -04:00 |
|
|
809946685a
|
resolved #604 - added support for renaming files and moving to a different folder. Also added support for renaming folders and moving to a different parent folder.
|
2020-08-16 19:00:49 -04:00 |
|
|
282579fcf2
|
resolve #526 remove pluralization from module creation templates
|
2020-08-14 12:44:37 -04:00 |
|
|
cf198ff781
|
prepare for 1.0.3 release
|
2020-08-07 13:23:58 -04:00 |
|
|
ea6dc6b983
|
fixed very large file upload
|
2020-08-07 11:46:11 -04:00 |
|
|
a471784cf3
|
allow user to reinstall current version
|
2020-08-06 16:46:22 -04:00 |
|
|
3fa620f3bc
|
include logging during module and theme installation
|
2020-08-06 16:37:27 -04:00 |
|
|
5cf35fd70a
|
fix regression bug caused by #649 related to installing nupkg packages
|
2020-08-06 16:10:19 -04:00 |
|
|
1750f28a9f
|
modifications for System Update
|
2020-08-06 13:30:06 -04:00 |
|
|
04257f75e7
|
modifications for System Update feature
|
2020-08-04 13:06:54 -04:00 |
|
|
94f0bdcce9
|
Improvements to System Update
|
2020-08-04 08:47:39 -04:00 |
|
|
8d539d058c
|
preparing for 1.0.2 release
|
2020-07-23 15:07:18 -04:00 |
|
|
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 |
|
|
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 |
|
|
75fe4e7c89
|
optimize NotificationJob so that it only processes the sites for each tenant once.
|
2020-07-23 14:14:29 -04:00 |
|
|
410f8c74e5
|
Merge pull request #649 from JoergH66/feature/LoadDependDlls_InstallManager
Fixes 2 external module installation problems
|
2020-07-23 11:39:35 -04:00 |
|
|
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 |
|
|
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 |
|
|
23e7f66188
|
Delete module id as it is getting added in CreateAuthPolicyUrl method.
|
2020-07-14 11:47:59 -04:00 |
|
|
57c500f4bc
|
Merge remote-tracking branch 'github-mike/upstream-local' into upstream-local
|
2020-07-14 11:42:55 -04:00 |
|
|
fe302aa9e4
|
Should be moduleid as the entity id is added in the CreateAuthPolicyUrl method.
|
2020-07-12 18:59:20 -04:00 |
|
|
b5db62ef6a
|
remove line feeds from content during import
|
2020-07-09 08:45:23 -04: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 |
|
|
4bdf20822f
|
check whether the file is in use, dependent runtime-dlls will distribute
|
2020-07-08 14:06:41 +02: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 |
|
|
2e7cfefb2e
|
Notification Repository Breaking change fix
|
2020-07-01 14:23:55 +02:00 |
|
|
6e7c8e7b05
|
improvements for custom authorization policy usage
|
2020-06-25 10:23:27 -04:00 |
|
|
fa15a5e44b
|
preparing for 1.0.1 release
|
2020-06-23 09:41:17 -04:00 |
|
|
f81ef89c61
|
enhancement to load dependencies from the /bin if they are not loaded automatically
|
2020-06-22 16:58:41 -04:00 |
|
|
3ac4116a84
|
Merge pull request #628 from thabaum/dashboard-table-col-size
Fix Dashboard button/input table col size
|
2020-06-19 17:29:27 -04:00 |
|
|
65df0549fd
|
Merge pull request #625 from mikecasas/feature-email
Send notification based on a future datetime
|
2020-06-19 17:24:31 -04:00 |
|
|
99d99ca6ad
|
upgrade themes to latest Bootstrap, fix breaking change to ThemeBase due to IThemeControl being removed
|
2020-06-19 17:22:26 -04:00 |
|
|
0659fc53b7
|
default launch settings
|
2020-06-18 23:16:18 -07:00 |
|