0b302c6e26
Startup migration bug ( #320 )
...
* Startup migration bug
* ModuleCreator - sql name fix
* Database Manager fixes and improvements
* Database Manager fixes and improvements - removed default password
2020-04-02 08:08:36 -04:00
66ad089088
Refactoring ( #314 )
...
* Refactoring
* Refactoring
* Check for a valid email.
* Fixed missing character.
* Moved logic to the Utilities class.
* Rename template .sql file
* Modified null and empty string check.
* Check for a valid email.
* Fixed missing character.
* Moved logic to the Utilities class.
* Added Favicon support, Progressive Web App support, page title and url support, and private/public user registration options
* Refactoring
* Refactoring
* Check for a valid email.
* Moved logic to the Utilities class.
Co-authored-by: Aubrey <aubrey.b@treskcow.tech >
Co-authored-by: MIchael Atwood <matwood@dragonmastery.com >
Co-authored-by: Shaun Walker <shaun.walker@siliqon.com >
2020-03-31 10:21:05 -04:00
35f87d25be
Added Favicon support, Progressive Web App support, page title and url support, and private/public user registration options
2020-03-30 20:42:43 -04:00
65540618d6
Merge pull request #312 from PoisnFang/master
...
Rename template .sql file
2020-03-30 14:41:53 -04:00
974b8877dc
Merge pull request #309 from aubrey-b/email-check
...
Check for a valid email.
2020-03-30 14:41:38 -04:00
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
00c30dc1cb
Rename template .sql file
2020-03-28 00:33:23 -07:00
f8d7732025
Moved logic to the Utilities class.
2020-03-27 13:42:14 -04:00
815572b9a7
Fixed missing character.
2020-03-27 11:29:49 -04:00
9335b18d16
Check for a valid email.
2020-03-27 11:20:36 -04:00
744782df7a
Merge pull request #307 from sbwalker/master
...
Fixed some display issues for mobile rendering
2020-03-25 10:55:00 -04:00
1e688dcf5e
Fixed some display issues for mobile rendering
2020-03-25 10:54:34 -04:00
24263025c9
Adds an icon for the link/button.
2020-03-24 21:27:35 -04:00
20e481af3d
fixes to role management
2020-03-24 16:56:01 -04:00
ee59634e23
Merge pull request #303 from sbwalker/master
...
SQL maanager, Module Creator, module settings enhancements
2020-03-24 14:08:55 -04:00
d9265e127e
SQL maanager, Module Creator, module settings enhancements
2020-03-24 14:08:29 -04:00
ca62560616
Code formatting.
2020-03-23 10:25:12 -04:00
ad031cb375
Added functionality to add icons to the ActionLinks.
2020-03-23 10:24:54 -04:00
7da2824e50
fixed issues with client-side Blazor
2020-03-19 15:03:11 -04:00
0c2d1d2449
Merge branch 'master' into master
2020-03-19 12:10:12 -04:00
18a843e74f
extensibility enhancements for site templates
2020-03-19 12:07:33 -04:00
65d39974b5
Magic Strings - EntityNames
2020-03-18 09:11:49 +01:00
8bc694fe63
Label component for field level help
2020-03-16 15:06:59 -04:00
cf6643aef3
Client fixes
...
Client is partially done.
227 warnings left out of 1500
I like Rider
2020-03-15 15:19:35 +01:00
ab3f0853a7
Naming conventions
2020-03-14 21:52:26 +01:00
7feee22b32
EntityNames replacements
2020-03-14 18:16:04 +01:00
eec983707a
Merge branch 'master' into NamingFixes
2020-03-14 12:27:34 -04:00
e5fde5a436
Naming fixes
2020-03-14 14:37:51 +01:00
a06ad38432
Naming fixes
2020-03-14 11:07:49 +01:00
b4d3903517
Replace magic strings in other places
2020-03-14 10:12:07 +01:00
3e1c371be6
PermissionNames constants
...
Replace magic strings in authorisation calls
2020-03-14 09:21:26 +01:00
0eb681dc25
Merge pull request #279 from sbwalker/master
...
fixes to permission grid
2020-03-11 16:45:29 -04:00
f46b9a2fb2
fixes to permission grid
2020-03-11 16:45:11 -04:00
afd4471b87
Merge pull request #278 from sbwalker/master
...
optimizations and fixes
2020-03-11 14:40:08 -04:00
fe98084324
optimizations and fixes
2020-03-11 14:39:49 -04:00
adb8542005
Merge pull request #268 from chlupac/master
...
HTML text fix
2020-03-10 14:45:55 -04:00
805c25330c
HTML text fix
2020-03-10 18:33:52 +01:00
155c4e12d9
completed client state invalidation in multi-user environment
2020-03-10 10:37:42 -04:00
d7b3b444b5
infrastructure for dealing with client cache invalidation in a multi-user environment
2020-03-09 15:37:49 -04:00
b9b89e6046
Merge pull request #263 from chlupac/NamingFix
...
Naming fix
2020-03-07 12:33:05 -05:00
14aeee1e4b
Naming fix
2020-03-07 00:41:20 +01:00
c467a5cb67
EditHtml fix second part
2020-03-07 00:10:03 +01:00
8730ecc6ad
EditHtml fix
2020-03-06 22:55:46 +01:00
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
5ef433c6b3
ModuleBase fix
2020-03-06 17:06:30 +01:00
fe66600e37
ModuleBase fix
2020-03-06 16:29:21 +01:00
425b4e1c67
Fix casing for constructor params
2020-03-05 20:03:54 +03:00
303bdf3be2
Remove this keyword
2020-03-05 19:22:13 +03:00
4c2007439d
module load error handler, router optimizaton, relative paths, fixed add existing module control panel issue
2020-03-04 13:22:58 -05:00
06257943ca
refactored site management to include better support for multi-tenancy
2020-03-03 16:23:06 -05:00