Pavel Vesely
940cdcb349
Database Manager
...
done:
+ master.sql as resource
+ implemented incremental database changes also for Master
+ dbUp sql script variables implemented
+ improved database handling and creation code
+ simpified database creation
+ almost all Database and Tenant creation moved to DatabaseManager.cs (rest code marked with TODO)
+ Unattended install of master can be performed by settings in appsettings.json
+ Improved IsInstalled checking
+ Removed DBSchema field from Tenant
+ Default database and site creation moved to Program.Main
2020-03-29 14:45:02 +02:00
Shaun Walker
744782df7a
Merge pull request #307 from sbwalker/master
...
Fixed some display issues for mobile rendering
2020-03-25 10:55:00 -04:00
Shaun Walker
1e688dcf5e
Fixed some display issues for mobile rendering
2020-03-25 10:54:34 -04:00
Mike Casas
24263025c9
Adds an icon for the link/button.
2020-03-24 21:27:35 -04:00
Shaun Walker
20e481af3d
fixes to role management
2020-03-24 16:56:01 -04:00
Shaun Walker
ee59634e23
Merge pull request #303 from sbwalker/master
...
SQL maanager, Module Creator, module settings enhancements
2020-03-24 14:08:55 -04:00
Shaun Walker
d9265e127e
SQL maanager, Module Creator, module settings enhancements
2020-03-24 14:08:29 -04:00
Mike Casas
ca62560616
Code formatting.
2020-03-23 10:25:12 -04:00
Mike Casas
ad031cb375
Added functionality to add icons to the ActionLinks.
2020-03-23 10:24:54 -04:00
Shaun Walker
7da2824e50
fixed issues with client-side Blazor
2020-03-19 15:03:11 -04:00
Shaun Walker
0c2d1d2449
Merge branch 'master' into master
2020-03-19 12:10:12 -04:00
Shaun Walker
18a843e74f
extensibility enhancements for site templates
2020-03-19 12:07:33 -04:00
Pavel Vesely
65d39974b5
Magic Strings - EntityNames
2020-03-18 09:11:49 +01:00
Shaun Walker
8bc694fe63
Label component for field level help
2020-03-16 15:06:59 -04:00
Pavel Vesely
cf6643aef3
Client fixes
...
Client is partially done.
227 warnings left out of 1500
I like Rider
2020-03-15 15:19:35 +01:00
Pavel Vesely
ab3f0853a7
Naming conventions
2020-03-14 21:52:26 +01:00
Pavel Vesely
7feee22b32
EntityNames replacements
2020-03-14 18:16:04 +01:00
Shaun Walker
eec983707a
Merge branch 'master' into NamingFixes
2020-03-14 12:27:34 -04:00
Pavel Vesely
e5fde5a436
Naming fixes
2020-03-14 14:37:51 +01:00
Pavel Vesely
a06ad38432
Naming fixes
2020-03-14 11:07:49 +01:00
Pavel Vesely
b4d3903517
Replace magic strings in other places
2020-03-14 10:12:07 +01:00
Pavel Vesely
3e1c371be6
PermissionNames constants
...
Replace magic strings in authorisation calls
2020-03-14 09:21:26 +01:00
Shaun Walker
0eb681dc25
Merge pull request #279 from sbwalker/master
...
fixes to permission grid
2020-03-11 16:45:29 -04:00
Shaun Walker
f46b9a2fb2
fixes to permission grid
2020-03-11 16:45:11 -04:00
Shaun Walker
afd4471b87
Merge pull request #278 from sbwalker/master
...
optimizations and fixes
2020-03-11 14:40:08 -04:00
Shaun Walker
fe98084324
optimizations and fixes
2020-03-11 14:39:49 -04:00
Shaun Walker
adb8542005
Merge pull request #268 from chlupac/master
...
HTML text fix
2020-03-10 14:45:55 -04:00
Pavel Vesely
805c25330c
HTML text fix
2020-03-10 18:33:52 +01:00
Shaun Walker
155c4e12d9
completed client state invalidation in multi-user environment
2020-03-10 10:37:42 -04:00
Shaun Walker
d7b3b444b5
infrastructure for dealing with client cache invalidation in a multi-user environment
2020-03-09 15:37:49 -04:00
Shaun Walker
b9b89e6046
Merge pull request #263 from chlupac/NamingFix
...
Naming fix
2020-03-07 12:33:05 -05:00
Pavel Vesely
14aeee1e4b
Naming fix
2020-03-07 00:41:20 +01:00
Pavel Vesely
c467a5cb67
EditHtml fix second part
2020-03-07 00:10:03 +01:00
Pavel Vesely
8730ecc6ad
EditHtml fix
2020-03-06 22:55:46 +01:00
Pavel Vesely
ff18059b06
HtmlText null exception fix
...
HtmlText Mode switch fix
Control panel fix
(cherry picked from commit b7d2cd0600
)
2020-03-06 22:55:46 +01:00
Pavel Vesely
5ef433c6b3
ModuleBase fix
2020-03-06 17:06:30 +01:00
Pavel Vesely
fe66600e37
ModuleBase fix
2020-03-06 16:29:21 +01:00
Hisham Bin Ateya
425b4e1c67
Fix casing for constructor params
2020-03-05 20:03:54 +03:00
Hisham Bin Ateya
303bdf3be2
Remove this keyword
2020-03-05 19:22:13 +03:00
Shaun Walker
4c2007439d
module load error handler, router optimizaton, relative paths, fixed add existing module control panel issue
2020-03-04 13:22:58 -05:00
Shaun Walker
06257943ca
refactored site management to include better support for multi-tenancy
2020-03-03 16:23:06 -05:00
Shaun Walker
897b3f1949
Merge pull request #247 from sbwalker/master
...
cosmetic changes to filemanager
2020-03-02 09:26:26 -06:00
Shaun Walker
1146133cff
cosmetic changes to filemanager
2020-03-02 10:23:21 -05:00
Pavel Vesely
68d9508c44
Folder creation fail
2020-02-28 13:03:15 +01:00
Shaun Walker
b4ddc45829
resolved a number of issues with site creation #224
2020-02-25 18:53:36 -05:00
Shaun Walker
9e4d5f2f75
Merge pull request #223 from sbwalker/master
...
Removed Repository methods which are not used and are not valid because they do not adhere to tenant scope boundaries
2020-02-23 10:48:29 -05:00
Shaun Walker
d18b4d574a
Removed Repository methods which are not used and are not valid because they do not adhere to tenant scope boundaries
2020-02-23 10:45:32 -05:00
Shaun Walker
07b29bff1f
Merge pull request #209 from hishamco/root-site
...
Unable to deleted the root site
2020-02-22 10:03:23 -05:00
Shaun Walker
00914208ba
added image preview to the file manager component
2020-02-22 09:56:28 -05:00
Hisham Bin Ateya
0eef1790c3
Add Disabled property to ActionLink
2020-02-20 17:26:41 +03:00