e444c6bcf0
fix #2777 - module rendering order within pane - moved default module ordering logic to server API for consistency and better performance
2023-05-03 12:25:52 -04:00
e4a24df7b4
prepare for 3.4.3 release
2023-05-02 15:54:36 -04:00
e88ca00658
Merge pull request #2770 from thabaum/patch-23
...
Remove Admin Page/Module Registered User View
2023-05-02 15:41:27 -04:00
2312c612d7
Merge pull request #2774 from sbwalker/dev
...
remove message items as these are handled by MessageType enum and UX styles
2023-05-02 15:14:34 -04:00
3aee52482d
remove message items as these are handled by MessageType enum and UX styles
2023-05-02 15:14:17 -04:00
32248e0be6
Merge pull request #2745 from thabaum/patch-18
...
Add support for new language translation values for #2732 .
2023-05-02 15:05:36 -04:00
6c18c320bd
Merge pull request #2773 from sbwalker/dev
...
fixed compilation error and improved UTF8 support
2023-05-02 15:03:43 -04:00
e31f32e5aa
fixed compilation error and improved UTF8 support
2023-05-02 15:03:26 -04:00
a856390566
Merge pull request #2772 from sbwalker/dev
...
improve module/theme/translation upload user experience to be consistent with download
2023-05-02 14:22:56 -04:00
64b8291487
improve module/theme/translation upload user experience to be consistent with download
2023-05-02 14:22:34 -04:00
2ebd1310c9
Merge pull request #2747 from thabaum/patch-19
...
Add content-type to sitemap: Fixes issues 2749 2764
2023-05-02 14:20:39 -04:00
09118fcb42
Updates lastmod date
2023-05-02 07:15:22 -07:00
5d5167abbc
Merge pull request #2771 from vnetonline/dev
...
Invalid template when I try and use the Deploy to Azure button
2023-05-02 09:01:41 -04:00
bf43dea060
Merge branch 'oqtane:dev' into dev
2023-05-02 15:53:56 +10:00
6ebab830c5
Invalid template when I try and use the Deploy to Azure button
...
1. removed depends on connection strings
2. Moved sku outside properties for type Microsoft.Web/serverfarms and added various app plans
3. Removed worker size and replaced with instance capacity
4. Replaced database and sqlserver to use various editions
5. Updated ApiVersions for various types
2023-05-02 15:47:31 +10:00
9a9a78e0bd
Remove Admin Page/Module Registered User View
2023-05-01 20:01:49 -07:00
418eff7d21
Merge pull request #2754 from pepsinio/dev
...
Add ability to use environment variables in order to set them as app settings in Azure
2023-05-01 16:14:47 -04:00
d39869ca8e
Merge pull request #2759 from leigh-pointer/MenuHorizontal#2757
...
Fix for MenuHorizontal #2757
2023-05-01 16:14:16 -04:00
7829168ea7
Merge pull request #2768 from sbwalker/dev
...
fix #2761 - updating Module Definition name, description, category not invalidating cache
2023-05-01 15:38:46 -04:00
dd83e3ee67
fix #2761 - updating Module Definition name, description, category not invalidating cache
2023-05-01 15:38:18 -04:00
c3ac0e365d
Removed PR comments
2023-04-27 16:32:48 -07:00
2986625605
Update content type to XML and include UTF-8
2023-04-27 16:22:35 -07:00
8beaeabf09
Include utf-8 encoding.
2023-04-27 16:21:14 -07:00
fa9b4b6112
Fix for MenuHorizontal #2757
...
Add the css class to MenuHorizontal to handle scrolling when hamburger Menu is in use.
2023-04-26 09:43:11 +02:00
d81fbe4585
Fixed missing logic from PR
2023-04-19 10:18:27 -07:00
536c044139
Add environment settings needed for Azure deployment
2023-04-19 19:18:19 +02:00
376531195e
Add environment settings needed for Azure deployment
2023-04-19 19:17:33 +02:00
abf4ff71d7
re-add missing settings
2023-04-19 10:13:31 -07:00
d25debcea3
cleanup using
2023-04-19 10:11:16 -07:00
948c186cb5
fixed formatting
2023-04-19 10:09:00 -07:00
ba27e70fe3
Removed unnecessary cache comments.
2023-04-19 10:05:43 -07:00
c93d2576af
Updates content-type to "application/xml"
...
removes sitemap cache from previous commits.
2023-04-19 10:00:33 -07:00
e0b0156640
allow module and theme dependencies setting to include .dll file extension, added testmode config setting for validating list of assemblies sent to client
2023-04-19 08:48:52 -07:00
a3ca6a3071
Merge pull request #2753 from sbwalker/dev
...
allow module and theme dependencies setting to include .dll file extension, added testmode config setting for validating list of assemblies sent to client
2023-04-19 08:46:12 -07:00
b20157450b
Add caching and content-type
2023-04-14 18:08:39 -07:00
7e4f0923d7
Add support for new language translation values.
2023-04-13 07:42:04 -07:00
e0c2b2982f
improvements to #2736 to support scenarios where module is not explicitly assigned to a page
2023-04-11 13:01:34 -04:00
9a231c28af
Merge pull request #2742 from sbwalker/dev
...
improvements to #2736 to support scenarios where module is not explicitly assigned to a page
2023-04-11 12:59:33 -04:00
94a02b7bf9
add filter to exclude orphaned permissions
2023-04-11 10:35:23 -04:00
22c8fb411a
Merge pull request #2741 from sbwalker/dev
...
add filter to exclude orphaned permissions
2023-04-11 10:33:09 -04:00
cf46210ff8
Merge pull request #2725 from thabaum/patch-17
...
Fixes null reference permissions issue: Fixes #2724
2023-04-11 10:22:08 -04:00
f32d988297
Merge pull request #2740 from sbwalker/dev
...
Routes with Module ID and no Action can be displayed on any page regardless of whether a PageModule record exists (ie. Admin Dashboard)
2023-04-11 10:19:28 -04:00
7fe4577158
Routes with Module ID and no Action can be displayed on any page regardless of whether a PageModule record exists (ie. Admin Dashboard)
2023-04-11 10:21:37 -04:00
8985dcb4c0
fix #2736 - UI not loading correct module instance in scenarios where a module exists on multiple pages
2023-04-10 08:37:35 -04:00
d346444c51
Merge pull request #2739 from sbwalker/dev
...
fix #2736 - UI not loading correct module instance in scenarios where a module exists on multiple pages
2023-04-10 08:35:42 -04:00
ef27a0d6b0
Merge pull request #2727 from leigh-pointer/ModulePassSettings
...
Fix for #2718 SiteMap functionality missing Settings
2023-04-05 10:53:09 -04:00
627158cb5d
Merge pull request #2729 from leigh-pointer/PwdControlCancelFocus
...
Fix for #2728 Toggle Password button focus
2023-04-05 10:51:27 -04:00
648edcabba
Merge pull request #2731 from sbwalker/dev
...
fix #2720 - module definition permissions not being created properly for new sites
2023-04-05 10:27:44 -04:00
0f34c6efc5
fix #2720 - module definition permissions not being created properly for new sites
2023-04-05 10:29:51 -04:00
cc3cc55269
consolidated package installation so that it always occurs during startup and added logging in case of errors
2023-04-05 10:26:21 -04:00