43a94eb60a
Fix for the correct version.
2020-04-26 16:16:40 -04:00
fa91a2fd46
Update to Preview 5.
2020-04-26 14:52:39 -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
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
62987ca72f
allow users to modify default module names, descriptions, and categories and improve control panel behavior
2020-04-18 10:51:07 -04:00
f56d1fe543
improving admin components
2020-04-17 12:59:53 -04:00
b9d70dd11a
changed ServerAssemblyName to ServerManagerType to optimize processing
2020-04-16 22:27:12 -04:00
f5e4c1dd29
fixed user registration, and updated module creator templates to use new Service approach
2020-04-16 10:21:16 -04:00
fe2ad29b3b
Merge pull request #374 from mikecasas/fix-register
...
Fix register
2020-04-15 16:18:57 -04:00
85343ade60
Hide the container if registration is disabled.
2020-04-14 17:04:26 -04:00
5b48240322
If site does not allow registration then disable it.
2020-04-14 16:55:03 -04:00
2c54bcd80e
minor modifications to external module template
2020-04-14 16:34:41 -04:00
70ebd6eb35
added defensive coding to deal with scenarios where files are deleted but still references from other entities
2020-04-14 12:18:11 -04:00
f41dd06f6d
fixed external module template so that it generates folder paths correctly
2020-04-13 12:48:49 -04:00
1ed8f4554a
added uninstall script to external module template as embedded resource
2020-04-12 20:12:10 -04:00
482747627e
added uninstall support for modules
2020-04-12 20:08:19 -04:00
112397c9de
fix regression bug related to transition to PermissionNames constants
2020-04-12 10:12:48 -04:00
89066ecfd0
help text update
2020-04-10 21:49:57 -04:00
8f4fd6f135
minor improvements to field level help
2020-04-10 14:18:22 -04:00
90a127fbb8
enhancements to ModuleCreator so that it can scaffold internal and external modules
2020-04-10 13:49:50 -04:00
1edc34dca0
NavigateUrl fix to deal with scenario where alias has a value and path is ""
2020-04-08 11:43:42 -04:00
c29195b417
fixed issue with module settings tab and module creator templating
2020-04-07 17:25:57 -04:00
9fff8be40a
update helptext
2020-04-06 16:00:58 -04:00
7421df2970
fixed issues when running on WebAssembly, made IModule implementations consistent
2020-04-06 13:25:19 -04:00
02fde9cec3
rolled back change creating an Infrastructure.Interfaces namespace, modified IModule interface to be strongly typed ( #343 )
...
* upgrade to .NET Core 3.2 Preview 3 and fixes for issues created by #314
* Components based on Bootstrap4 for Sections and TabStrip to increase productivity and promote uniformity in Module UIs
* rolled back change creating an Infrastructure.Interfaces namespace, modified IModule interface to be strongly typed
2020-04-05 14:39:08 -04:00
5af6f7a52d
Namespace Fix undo ( #340 )
2020-04-04 14:06:24 -04:00
71bd3a8d6a
Namespace fix ( #335 )
2020-04-03 17:18:33 -04:00
6fa2a38f36
Fix regression bugs ( #334 )
2020-04-03 16:37:02 -04:00
d8b15e7a4e
Components based on Bootstrap4 for Sections and TabStrip to increase productivity and promote uniformity in Module UIs ( #333 )
...
* upgrade to .NET Core 3.2 Preview 3 and fixes for issues created by #314
* Components based on Bootstrap4 for Sections and TabStrip to increase productivity and promote uniformity in Module UIs
2020-04-03 15:04:25 -04:00
e8efc5e508
upgrade to .NET Core 3.2 Preview 3 and fixes for issues created by #314 ( #323 )
2020-04-02 12:07:35 -04:00
c2a29831c4
Prevent deleting master tenant ( #319 )
...
* Prevent deleting master tenant
* Prevent deletion in APIS level
* Address feedback
2020-04-02 08:08:55 -04:00
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
1e688dcf5e
Fixed some display issues for mobile rendering
2020-03-25 10:54:34 -04:00
20e481af3d
fixes to role management
2020-03-24 16:56:01 -04:00
d9265e127e
SQL maanager, Module Creator, module settings enhancements
2020-03-24 14:08:29 -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