Commit Graph

540 Commits

Author SHA1 Message Date
fd60b40c53 Fixes to make site alias, page path, and module action Url resolutions case insensitive. Optimized logic for Settings component which fixed localization rendering issue. 2020-12-01 19:36:02 -05:00
330499dda5 Use Interop 2020-12-02 02:10:01 +03:00
c4d1b16abb Add LanguageSwitcher component 2020-12-02 01:52:46 +03:00
418c9888c4 Add LocalizationController 2020-12-02 01:38:00 +03:00
d964c25596 Add Resources folder 2020-11-27 22:06:54 +03:00
d5e48296ed Set RootNamespace 2020-11-27 22:06:40 +03:00
2ea0b7199b Localize log messages 2020-11-27 21:48:52 +03:00
4401dba4ec improve user experience of Module Creator flow 2020-11-25 11:59:17 -05:00
5e42ab8cca improve user experience by delegating application restart responsibility to the host user 2020-11-24 16:22:53 -05:00
322d45dd12 Runtime enum should be in Oqtane,Shared 2020-11-19 17:33:49 +03:00
32e8052079 removed unnecessary file 2020-11-11 10:24:10 -05:00
82b16d28ff Upgrade External Module Template to NET5.0 2020-11-10 21:02:51 -05:00
3970722abf Merge pull request #876 from sbwalker/master
include syncevents on module add/update/delete to trigger reload in UI
2020-11-10 16:27:37 -05:00
880ad0486a include syncevents on module add/update/delete to trigger reload in UI 2020-11-10 16:26:50 -05:00
45819aae07 Upgrade packages to .NET 5 RTM 2020-11-10 23:47:43 +03:00
2c58a97ec1 fixed malformed tokens in external module template 2020-11-09 09:42:01 -05:00
5e801bd5ee upgrade Module Creator external template to .NET 5 RC2 for testing. In order to use it you must choose Local as the Target Version in the Module Creator. 2020-11-07 16:35:44 -05:00
b602113cd1 move version to 2.0.0 2020-11-05 09:19:56 -05:00
f976910730 fixed JavaScript issue when loading scripts dynamically which caused only the first script to be loaded 2020-11-05 08:50:52 -05:00
23a35cf3c4 resolve Login UI issue #794 2020-11-04 17:43:27 -05:00
5b49e1bc7c use logo with glow effect so it is visible on both black and white backgrounds 2020-11-04 16:58:02 -05:00
8eaa298d8b performance optimization to reduce calls from client to server unless content is changed 2020-11-04 15:58:13 -05:00
97cec46ec1 load module settings automatically so that they are part of the ModuleState and can be easily accessed by developers 2020-11-04 15:40:57 -05:00
700b6e2d68 optimize performance when running on WebAssembly by caching assembly payload that needs to be served to new clients 2020-11-04 08:10:21 -05:00
b4b73b7e5a fixed compatibility issue in .NET5/WebAssembly where assemblies were not being loaded into the default AppDomain, optimized service registration on WebAssembly, fixed spelling mistake for satellite assemblies constant and fixed issue in LocalizableComponent 2020-11-03 14:41:49 -05:00
cdb7de84fa fix folder parsing issue specific to Azure environment where WebRootPath contains 2 wwwroot nested folders 2020-10-22 16:30:27 -04: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
892b79833b Merge pull request #837 from mikecasas/master
Deleted some white space.
2020-10-20 07:53:58 -04:00
ef51d5f05d Merge pull request #836 from TonyValenti/master
Factor out Policy Names
2020-10-20 07:53:19 -04:00
40d8315cff Merge pull request #834 from hishamco/lang
Remove LangVersion
2020-10-20 07:52:55 -04:00
17a9710c14 Delete white space. 2020-10-20 07:31:24 -04:00
8cf846ba90 Factor out Policy Names
Change AppDomain to AppContext
2020-10-19 20:04:13 -05:00
70a345d2a9 Remove LangVersion 2020-10-19 22:11:51 +03:00
1315e0382e Update template to use the new constants. 2020-10-19 09:26:28 -04:00
9294537e23 modify comment 2020-10-19 08:50:37 -04:00
ecacb681b4 introduce Resource Declaration and Location properties to offer more resource management options for developers 2020-10-19 08:03:04 -04:00
74026401a6 upgrade to .NET5 RC2 2020-10-18 09:30:24 -04:00
7c8beac3dc Merge pull request #788 from sbwalker/master
Changes for .NET 5
2020-10-18 08:53:11 -04:00
1293b98226 Merge pull request #801 from hishamco/localizable-labels
Use ServiceActivator instead of IHttpContextAccessor
2020-10-18 08:52:13 -04:00
c683de2cda Refactor TenantNames.Master 2020-10-16 10:45:13 -05:00
3e71bdfef3 Replace string with System.Net.Mime.MediaTypeNames.Application.Octet 2020-10-16 10:38:19 -05:00
766be6c929 Factor out default controller route. 2020-10-16 10:37:17 -05:00
f33fb4d001 Factoring out Constants.AdminPane and Constants.HostUser 2020-10-16 10:23:17 -05:00
becc779db8 Extracted "ViewModule" and "EditModule" into PolicyNames class. 2020-10-16 10:07:01 -05:00
955e7a3856 Factored out Contants.*** Role into RoleNames.***
Renamed 'AllUsers' to 'Everyone'
2020-10-16 06:22:52 -05:00
4a90e6e64f Use ServiceActivator instead of IHttpContextAccessor 2020-10-15 06:07:11 +03:00
86bb6d1ea8 Simplify localization settings configurations 2020-10-10 22:19:21 +03:00
b3db92ee95 Add blazor error details on DEV environment 2020-10-09 19:17:42 +03:00
aad10ab1c4 Changes for .NET 5 2020-10-08 11:20:43 -04:00
ce37d2f2d2 Skip missed satellite assemblies forlders 2020-10-03 23:26:44 +03:00