45819aae07
Upgrade packages to .NET 5 RTM
2020-11-10 23:47:43 +03:00
b602113cd1
move version to 2.0.0
2020-11-05 09:19:56 -05:00
0ef04e81ff
Fixed issue where Page Url expansion script for 1.0.4 was not implemented properly - it was not tagged as an embedded resource.
2020-10-21 08:01:17 -04:00
74026401a6
upgrade to .NET5 RC2
2020-10-18 09:30:24 -04:00
aad10ab1c4
Changes for .NET 5
2020-10-08 11:20:43 -04:00
437170671f
Support server-sider localization
2020-09-29 20:20:38 +03:00
7f15a5f464
prepare for 1.0.4 release
2020-09-09 12:01:16 -04:00
38738e0844
Add project reference for dotnet publish to work without errors.
2020-08-16 22:35:09 -04:00
cf198ff781
prepare for 1.0.3 release
2020-08-07 13:23:58 -04:00
1750f28a9f
modifications for System Update
2020-08-06 13:30:06 -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
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
fa15a5e44b
preparing for 1.0.1 release
2020-06-23 09:41:17 -04:00
20b83c8809
Updated csproj.
2020-06-18 13:09:57 -04:00
ab8a1e7324
Step 1.
2020-06-18 06:13:15 -04:00
4285603563
migrate script naming convention
2020-06-14 13:06:33 -04:00
0f09df13b5
page redirect support and added missing unique indexes on database tables
2020-05-28 14:48:00 -04:00
795f591da2
Generate nugets in correct format
2020-05-26 09:28:37 +02:00
d8fca5de20
module creator templates need to be in the server project in order to be distributed with application
2020-05-20 15:31:09 -04:00
1d52de53a6
Update reference.
2020-05-20 06:47:57 -04:00
35b26c7525
update to version 1.0.0
2020-05-19 14:08:03 -04:00
b59e2533ea
update to .NET Core 3.2
2020-05-19 12:48:30 -04:00
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