Commit Graph

233 Commits

Author SHA1 Message Date
4f5b33d8df Null or empty check for FormatContent
Added null or empty check for the content and alias parameters at the beginning of the method.
2024-05-02 09:03:26 +02:00
70057542c1 fix path issue for root page 2024-04-23 13:15:44 -04:00
6162244730 fix #4165 - missing slash in subfolder sites 2024-04-22 17:09:18 -04:00
2a0399b98d include .NET MAUI CORS policy for static files, add support for [wwwroot] in content 2024-04-16 12:36:31 -04:00
7cc5787779 prepare for 5.1.1 release 2024-04-11 14:27:59 -04:00
4944a9e51e fix SiteMap so that it supports page Urls 2024-04-02 08:44:51 -04:00
e600da229c fix #4091 - double slash generated for home page path ("/") and urlparameters 2024-04-01 15:11:20 -04:00
e37bc99c36 fix #4020 - EditUrl contains extra slash on child sites 2024-03-19 14:16:37 -04:00
5a2b9b60e6 fix #3984 - error when file path not specified 2024-03-13 17:54:25 -04:00
8e287da7b5 consolidate Clone logic for Resource objects 2024-03-08 19:33:09 -05:00
48b70d0254 fix 3937 - url decode before converting to friendly url 2024-03-04 08:24:26 -05:00
dd1d0d1cb8 optimize ParseParameters to use native Uri class 2024-02-29 10:09:19 -05:00
f439541844 fix page Path so it supports the specification of external Urls, querystrings, and anchors 2024-02-28 13:10:14 -05:00
f12b404d58 clone Platform property in SiteStte 2024-02-26 14:58:01 -05:00
553bbda769 add Platform property to SiteState and populate on both Web and .NET MAUI 2024-02-26 14:12:52 -05:00
b0487798c2 fix issues with installer 2024-02-16 11:13:31 -05:00
829e004ee5 bump version to 5.1.0 2024-02-15 21:26:44 -05:00
3db744269e force control panel to interactive render mode 2024-02-14 11:05:49 -05:00
7c04792777 remove unnecessary constants 2024-02-01 10:45:52 -05:00
abd235f332 add RenderMode to IModuleControl 2024-02-01 09:59:28 -05:00
156d39490e use new contants in .NET MAUI 2024-02-01 09:47:46 -05:00
1e332ed075 split RenderMode and Runtime configuration 2024-02-01 09:08:39 -05:00
8e499d164a render mode integration 2024-01-31 15:22:21 -05:00
ea04c7d5eb bump version to 5.0.3 2024-01-29 12:55:39 -05:00
d57d7ec4d8 improvements to .NET MAUI file upload based on #3674 (credit @thabaum) 2024-01-24 09:37:27 -05:00
f59f8d1937 prepare for 5.0.2 release 2024-01-23 11:06:15 -05:00
b8fe95b945 fix #3669 add CORS policy and use Jwt with XHR to allow file uploads to work in .NET MAUI 2024-01-23 10:34:18 -05:00
22e4e4efc1 Updates
Loops tighter
Updated Logout base
SiteController corrected.
2024-01-03 12:12:27 +01:00
5ce5193430 Modifications 2024-01-02 16:09:54 +01:00
b048d81ac0 prepare for 5.0.1 release 2023-12-19 12:51:44 -05:00
3c33614115 user identity improvements 2023-11-29 10:42:23 -05:00
93ab8b88d4 include Review Claims option in External Login for troubleshooting settings 2023-11-27 15:07:48 -05:00
6b2a5d7777 add SiteState.IsPrerendering property back to avoid breaking change. New implementation relies on .NET 8 HttpContext CascadingParameter 2023-11-15 15:00:34 -05:00
7a748bd142 fix #3438 - remove IsPrerendering property as it is not used, and remove reference to HttpContext 2023-11-07 13:49:54 -05:00
9f28ee2982 .NET 8 initial migration 2023-10-18 15:22:53 -04:00
c057430488 prepare for 4.0.6 release 2023-10-16 08:43:31 -04:00
575bbdb53b optimize UrlCombine method 2023-10-09 12:00:34 -04:00
3c2e314e2d fix UrlCombine so that it handles leading and trailing path delimiters and returns proper paths 2023-09-27 16:07:13 -04:00
00f1dbc3dd prepare for 4.0.5 2023-09-26 11:34:52 -04:00
6b9de40442 prepare for 4.0.4 release 2023-09-20 14:58:54 -04:00
f22e0c4384 prepare for 4.0.3 release 2023-08-28 07:58:33 -04:00
b4ab45d2e7 simplified method names 2023-08-25 12:29:46 -04:00
96480b4382 Override and 2 new functions 2023-08-25 12:09:16 +02:00
073b10929a Fix for Schedular Allows incorrect Time format #3184
Modified code to accept correct time types.
2023-08-24 18:37:33 +02:00
22cfec9276 prepare for 4.0.2 release 2023-08-06 08:33:36 -04:00
f7bd03d051 add transparency support on image resizing 2023-08-04 16:07:37 -04:00
7a42646bed Fix #3068 - support microsites in .NET MAUI 2023-08-02 13:55:01 -04:00
59fffbd3ee prepare for 4.0.1 release 2023-07-10 16:51:03 -04:00
bda0943d58 create AppendHeadContent method to consolidate logic 2023-06-14 09:37:34 -04:00
b57450398c optimize pane rendering, preserve querystring parameters in edit mode, relocate anchor tags to ensure they are always injected, add ability to determine if navigation is internal 2023-06-01 08:44:07 -04:00