Commit Graph

33 Commits

Author SHA1 Message Date
3cbb6e3e6e enable module creator to add embeddedresources to csproj for internal modules 2020-05-15 12:36:52 -04:00
ac03afb146 added ability to set default container at the page level, expanded size of role description in upgrade script for 0.9.2 2020-05-15 09:50:48 -04:00
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
3afa489f22 upgrade to .NET Core 3.2 RC 2020-05-01 11:32:41 -04:00
7c6dc6d774 Added ability to execute version specific code during framework upgrade (removed ApplicationVersion table and replaced with Version field on Tenant table), updated version number to 0.9.0 and renamed install scripts to match - this will be a baseline release which will be upgradeable 2020-05-01 10:27:14 -04:00
34538dd945 install/upgrade refactoring to consolidate all use cases and implement IInstallable interface for modules, moved tenant creation to site management UI, fixed z-order issues in Blazor theme, enhanced JS Interop methods to support integrity and crossorigin 2020-04-30 13:58:04 -04:00
9a7bde4357 Merge pull request #402 from hishamco/preview5
Updated to Blazor WebAssembly 3.2 preview 5
2020-04-26 13:20:50 -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
91d1e7c684 Updated to Blazor WebAssembly 3.2 preview 5 2020-04-25 17:25:20 +03:00
f83778fd70 Updated to Blazor WebAssembly 3.2 preview 4 2020-04-21 19:56:24 +03: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
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
7da2824e50 fixed issues with client-side Blazor 2020-03-19 15:03:11 -04:00
50bbc7f5b8 moved to version 0.0.9 in preparation for MVP release 2020-03-18 08:59:41 -04:00
edf3a816c1 Changed root namespace in project to reflect namespaces in files 2020-03-11 15:39:09 +01:00
00914208ba added image preview to the file manager component 2020-02-22 09:56:28 -05:00
0aed11e71c notification service and user management improvements 2020-02-03 16:43:37 -05:00
e7822d5ba1 Upgrade to .NET Core 3.1 2019-12-04 13:28:24 -05:00
2e3a4efb74 structured logging 2019-10-22 11:57:28 -04:00
ce25967633 renamed control to action to reflect its purpose and be more consistent with asp.net conventions 2019-10-19 11:09:10 -04:00
c56845a451 update to .net core 3.0.0 final and lastest wasm build 2019-09-24 11:33:23 +02:00
ec89e0ed4d update to RC1 2019-09-17 11:17:17 +02:00
779446b39a Reverted csproj configuration to enable client-side Blazor 2019-09-16 03:47:42 -04:00
d1faa0ee5f Initial migration 2019-09-15 12:21:32 +02:00
de4fa48a29 Added Swagger support for API 2019-08-16 11:35:00 -04:00
9dbd44b112 Correct EF Core references 2019-08-15 08:25:02 -04:00
03c7a99906 Upgrade to Preview8 2019-08-14 13:28:49 -04:00
b71f007981 Support for third party modules, improved error handling, standardardized enum naming, reorganized interface definitions, support for DB script upgrades, added Settings entity 2019-08-14 09:34:35 -04:00
6cf1eb1c31 Integrated AuthenticationStateProvider using .NET Core Identity 2019-07-08 12:52:40 -04:00
46821b8a10 Split master and tenant installation scripts 2019-06-26 09:24:23 -04:00
59a715e468 Changes for Preview6 2019-06-19 08:32:04 -04:00
4c3d76dac6 Make LocalDB database installation more robust 2019-05-06 08:59:51 -04:00
d71de1c21f Initial commit 2019-05-04 20:32:08 -04:00