Commit Graph

502 Commits

Author SHA1 Message Date
3be19df4a5 Fixed add profile property 2020-04-29 20:49:12 -04:00
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
eebe5d8d8c Merge pull request #416 from chlupac/SiteInstall
Get custom theme and layout on a default install
2020-04-28 09:02:55 -04:00
e0389f809b Merge pull request #414 from chlupac/ComponentRefactoring
Theme base components refactoring - clear of async warnings
2020-04-28 08:58:44 -04:00
375c706029 Get custom theme and layout on a default install 2020-04-28 14:51:27 +02:00
e29b4f9d8d Theme base components refactoring - clear of async warnings 2020-04-27 22:43:24 +02:00
1ebe678d45 Merge branch 'master' into ComponentRefactoring 2020-04-27 14:25:09 -04:00
d2fd8c7f4e improved responsive design for Blazaor theme to make it more mobile friendly 2020-04-27 14:18:58 -04:00
ced2051704 Theme base components refactoring 2020-04-27 19:28:58 +02:00
8dd2677b8f Menu component refactoring
Login component refactoring
2020-04-27 10:05:13 +02:00
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
df3afb1e21 Merge branch 'master' into master 2020-04-26 13:27:16 -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
779bb7aad5 Merge pull request #403 from hishamco/fix#396
Render line break conditionally in HtmlText module
2020-04-26 13:20:33 -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
967f92c1aa Render line break conditionally in HtmlText module 2020-04-25 17:35:50 +03:00
91d1e7c684 Updated to Blazor WebAssembly 3.2 preview 5 2020-04-25 17:25:20 +03:00
3f9b112ea6 Merge pull request #398 from hishamco/remove-wwwroot
Remove wwwroot from Oqtane.Client
2020-04-23 10:07:34 -04:00
6790dfe9a2 Merge pull request #393 from hishamco/preview4
Updated to Blazor WebAssembly 3.2 preview 4
2020-04-23 10:07:18 -04:00
2278e49983 Remove wwwroot from Oqtane.Client 2020-04-23 03:36:32 +03:00
845d38caf6 Remove AddBaseAddressHttpClient() 2020-04-23 00:22:12 +03:00
62a7c0e584 Merge pull request #392 from hishamco/remove-unnecessary-modules
Remove unnecessary modules
2020-04-21 15:19:51 -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
f83778fd70 Updated to Blazor WebAssembly 3.2 preview 4 2020-04-21 19:56:24 +03:00
ed0cc42852 Remove unnecessary modules 2020-04-21 19:02:06 +03: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
f0043f53ee OS independent file paths & Utility.PathCombine added
System.IO.Path.Combine provides cross-platform support for system paths, however rooted paths discarding of earlier segments
Utilities.PathCombine ensures if any parameters start with root chacters does not discard previous Utilities.PathCombine allows appending of "\\" to translate to the correct cross-platform result
2020-04-18 14:57:31 -04:00
46b205102a Merge pull request #1 from oqtane/master
Update to match source
2020-04-18 12:22:30 -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
70502cd881 OS independent file paths 2020-04-17 16:25:00 -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
69bfd6f0e8 Migration to using System.Net.Http.Json; part two
- some cosmetics and bugs,
 - logging preparation,
 - error checking
 - Fixed bug with site.AllowRegistration in case of installation
2020-04-16 10:04:02 +02:00
95e9bee4e2 Migration to using System.Net.Http.Json; part one - functional migration 2020-04-15 23:07:27 +02:00
fe2ad29b3b Merge pull request #374 from mikecasas/fix-register
Fix register
2020-04-15 16:18:57 -04:00
1b373a4bfa Added site service to be able to get the site properties. 2020-04-15 05:52:57 -04:00
5232762c0d Fix Notifications parameters
Removed space causing siteid to always send null.
2020-04-14 21:51:22 -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