Pavel Vesely
88cf30f7c6
Merge branch 'master' of https://github.com/oqtane/oqtane.framework into IClientStartup
2020-05-12 23:20:06 +02:00
Pavel Vesely
4c188b782d
ClientAssembly selection criteria changed
2020-05-12 23:17:37 +02:00
Shaun Walker
6fd0efbb73
updated module creator templates to use dependency injection in module components
2020-05-12 16:31:53 -04:00
Shaun Walker
9eec0fd86b
updated HtmlText module to use dependency injection
2020-05-12 15:04:07 -04:00
Shaun Walker
6ac4ba4617
Merge pull request #462 from mikecasas/patch-1
...
Update IModuleControl.cs
2020-05-12 14:30:59 -04:00
Shaun Walker
f4710f90c0
Merge pull request #464 from sbwalker/master
...
validate folder names, handle missing files more gracefully
2020-05-12 14:30:44 -04:00
Shaun Walker
6f3fe8d933
validate folder names, handle missing files more gracefully
2020-05-12 13:24:51 -04:00
Mike Casas
7f157582cc
Update IModuleControl.cs
...
Added additional comments.
2020-05-11 13:47:12 -04:00
Pavel Vesely
7c814a67b3
IServerStartup implementation
2020-05-11 11:19:12 +02:00
Shaun Walker
c2ed71ab0d
added classes to all theme controls, added mobile support to Oqtane theme
2020-05-08 17:30:35 -04:00
Shaun Walker
aaf2c96374
minor fix for placeholder content
2020-05-08 12:25:37 -04:00
Shaun Walker
051534b80c
resolved #270 - migrated raw html entry into richtexteditor control
2020-05-08 12:17:06 -04:00
Shaun Walker
f07146fd50
updated external module template to support new assembly loading criteria, fixed minor issue in assembky loading logic
2020-05-07 16:24:36 -04:00
Shaun Walker
d6f3fd108b
Merge pull request #449 from chlupac/LoadOptimalization
...
Simplified loading of oqtane assemblies
2020-05-07 15:09:32 -04:00
Pavel Vesely
47f17a589f
implementation of [OqtaneIgnore] class attribute in controls
2020-05-07 21:02:43 +02:00
Shaun Walker
d58b6e5d83
Merge pull request #450 from sbwalker/master
...
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:37:49 -04:00
Shaun Walker
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
Shaun Walker
c394c6ea7a
Resolved authentication issue #441 related to alias refactoring #439 , fixed breaking change in .NET Core 3.2 related to Blazor WebAssembly identification
2020-05-05 16:28:50 -04:00
Shaun Walker
6586883979
Merge pull request #445 from sbwalker/master
...
Resolved authentication issue #441 related to alias refactoring #439 , fixed breaking change in .NET Core 3.2 related to Blazor WebAssembly identification
2020-05-05 16:27:52 -04:00
Shaun Walker
00bf917f6c
Merge pull request #435 from thabaum/patch-1
...
Log details displayed from disabled to readonly
2020-05-05 09:15:48 -04:00
Shaun Walker
a02cfea6c9
improve performance of alias handling and allow aliases to be an unlimited number of subfolders in depth
2020-05-05 09:15:36 -04:00
Cody
8f1a3c99c3
changed displayed input to readonly
...
Fixes issue of unable to select information displayed from input and textarea changing the select property from disabled to readonly
2020-05-04 12:14:51 -07:00
Shaun Walker
bf84f12471
fixed theme/layout handling in Add/Edit Page
2020-05-03 11:39:34 -04:00
Shaun Walker
3afa489f22
upgrade to .NET Core 3.2 RC
2020-05-01 11:32:41 -04:00
Pavel Vesely
d387e6e573
Page editor fix
...
Script check
2020-05-01 11:24:10 +02:00
Shaun Walker
aacb2a0563
Merge pull request #423 from sbwalker/master
...
fixes to module templates
2020-04-30 14:36:07 -04:00
Shaun Walker
573c623592
fixes to module templates
2020-04-30 14:36:30 -04:00
Shaun Walker
723855b94c
Merge pull request #420 from chlupac/ModuleTemplateFix
...
ModuleCreator: WebAssembly references causes build error in some scenarios.
2020-04-30 14:04:44 -04:00
Shaun Walker
e0ee2419e7
Merge pull request #421 from SPSeanLong/master
...
Fixed add profile property
2020-04-30 14:03:18 -04:00
Shaun Walker
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
Sean Long
3be19df4a5
Fixed add profile property
2020-04-29 20:49:12 -04:00
Pavel Vesely
4e5ca01ebd
WebAssembly references causes build error in some scenarios. Works without them.
...
https://gitter.im/aspnet/Blazor?at=5e915f6ee24b4d6c44fe1827
2020-04-29 21:55:12 +02:00
Mike Casas
43a94eb60a
Fix for the correct version.
2020-04-26 16:16:40 -04:00
Mike Casas
fa91a2fd46
Update to Preview 5.
2020-04-26 14:52:39 -04:00
Shaun Walker
779bb7aad5
Merge pull request #403 from hishamco/fix#396
...
Render line break conditionally in HtmlText module
2020-04-26 13:20:33 -04:00
Shaun Walker
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
Hisham Bin Ateya
967f92c1aa
Render line break conditionally in HtmlText module
2020-04-25 17:35:50 +03:00
Shaun Walker
62a7c0e584
Merge pull request #392 from hishamco/remove-unnecessary-modules
...
Remove unnecessary modules
2020-04-21 15:19:51 -04:00
Shaun Walker
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
Hisham Bin Ateya
ed0cc42852
Remove unnecessary modules
2020-04-21 19:02:06 +03:00
Shaun Walker
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
Shaun Walker
62987ca72f
allow users to modify default module names, descriptions, and categories and improve control panel behavior
2020-04-18 10:51:07 -04:00
Shaun Walker
f56d1fe543
improving admin components
2020-04-17 12:59:53 -04:00
Shaun Walker
b9d70dd11a
changed ServerAssemblyName to ServerManagerType to optimize processing
2020-04-16 22:27:12 -04:00
Shaun Walker
f5e4c1dd29
fixed user registration, and updated module creator templates to use new Service approach
2020-04-16 10:21:16 -04:00
Pavel Vesely
95e9bee4e2
Migration to using System.Net.Http.Json; part one - functional migration
2020-04-15 23:07:27 +02:00
Shaun Walker
fe2ad29b3b
Merge pull request #374 from mikecasas/fix-register
...
Fix register
2020-04-15 16:18:57 -04:00
Mike Casas
85343ade60
Hide the container if registration is disabled.
2020-04-14 17:04:26 -04:00
Mike Casas
5b48240322
If site does not allow registration then disable it.
2020-04-14 16:55:03 -04:00
Shaun Walker
2c54bcd80e
minor modifications to external module template
2020-04-14 16:34:41 -04:00