Shaun Walker
18102cbd78
Merge pull request #5160 from sbwalker/dev
...
sort endpoints by route
2025-03-11 13:11:34 -04:00
sbwalker
262d6a1529
sort endpoints by route
2025-03-11 13:11:19 -04:00
Shaun Walker
1124ddaf90
Merge pull request #5157 from zyhfish/task/fix-5156
...
Fix #5156 : update the bind event to oninput.
2025-03-11 11:51:38 -04:00
sbwalker
8d4b30140e
rename Cache service to OutputCache
2025-03-11 11:48:43 -04:00
Ben
b9c59137a8
Fix #5156 : update the bind event to oninput.
2025-03-11 22:58:06 +08:00
sbwalker
70a3fab1ff
added Logout Everywhere option to User Settings
2025-03-10 10:53:05 -04:00
sbwalker
c0e3483cc7
modify localization text
2025-03-05 10:44:34 -05:00
David Montesinos
eab3a753f5
resolves #4899 : output cache for sitemap
2025-03-03 17:54:33 +01:00
Shaun Walker
f50ba1a91e
Merge branch 'dev' into task/fix-4936
2025-02-28 10:47:24 -05:00
sbwalker
c52ee3d91d
provide option to assign a theme to a site
2025-02-28 10:45:25 -05:00
Ben
1ced5c0425
update the cookie consent control.
2025-02-28 23:32:17 +08:00
sbwalker
08dff5fb67
add missing maxlength attributes
2025-02-27 10:51:22 -05:00
sbwalker
5505c91ae0
remove package validation logic
2025-02-26 12:53:53 -05:00
Ben
6dddd8eff8
only allow essential cookies when cookie consent not granted.
2025-02-26 19:41:58 +08:00
sbwalker
101ededd89
remove warning message related to no jobs being registered
2025-02-18 11:50:36 -05:00
sbwalker
ed353461da
enhance purge job to trim broken urls based on retention policy
2025-02-09 13:02:07 -05:00
sbwalker
05a767c7be
moved file setting to File Management and added Max Chunk Size
2025-02-06 15:10:14 -05:00
sbwalker
0dd0752710
modify button spacing
2025-01-31 14:50:54 -05:00
sbwalker
de6c57a7ee
add user impersonation
2025-01-31 11:14:13 -05:00
sbwalker
8562a68306
improve asset caching help text
2025-01-29 12:39:47 -05:00
sbwalker
65f171f701
provides options to control caching for static assets
2025-01-28 14:29:58 -05:00
sbwalker
2a06304a2c
add caching support for folders
2025-01-28 12:47:23 -05:00
sbwalker
bfb4b4431b
improve terminology
2025-01-28 08:34:15 -05:00
sbwalker
0ef24ebc3f
allow packages to be managed across installations
2025-01-23 09:08:02 -05:00
sbwalker
90d2e0a40b
fix #4976 - manage hierarchical path updates and page deletion
2025-01-21 15:57:48 -05:00
sbwalker
16477052e2
fix #4965 - improve user/site management
2025-01-21 12:21:27 -05:00
Shaun Walker
4630ee6e93
Merge pull request #4992 from beolafsen/dev
...
Trim ModuleOwner and ModuleName before create
2025-01-16 12:29:00 -05:00
sbwalker
334054bcd4
fix #4984 - path mapping for personalized pages
2025-01-16 09:25:27 -05:00
beolafsen
5bb98eb5b2
Trim ModuleOwner and ModuleName before create
2025-01-16 09:32:18 +01:00
sbwalker
1fb54a0b0f
include option for external login to save tokens
2025-01-13 15:14:13 -05:00
sbwalker
7fb51bdd0a
fix compilation issues in PR #4782
2024-12-20 12:36:10 -05:00
Shaun Walker
abdbe3694f
Merge pull request #4782 from thabaum/edit-add-page-scrolltotoppage-error
...
Fixes #4781 : Adds Edit + Add Page ScrollToTopPage() On Settings Tab Form Error Messages
2024-12-20 12:26:55 -05:00
Leigh Pointer
1133d7fcba
User Profile Update: Utilizing User Settings Object
...
This pull request updates the User Profile implementation to utilize the existing User Settings object on the user object. While the current implementation is functional, this change offers several benefits:
Improved code consistency
Better guidance for developers accessing User Settings
Alignment with the framework's best practices
2024-12-14 11:09:54 +01:00
Leigh Pointer
cd0ee1c26d
FIX for #4906 Profile Field does not allow max length
...
This update applies the maxlength attribute fix to all input and textarea elements. The maxlength attribute will only be added if p.MaxLength is greater than 0, allowing unlimited characters when it's 0 or less.
2024-12-10 09:25:01 +01:00
sbwalker
ffea9e3210
prevent notifications from being accessed by other users
2024-11-26 14:30:41 -05:00
Shaun Walker
a5ccc23604
Revert "Fix for Tabpanel is not updating the UI. #4778 "
2024-11-26 13:36:05 -05:00
Shaun Walker
4a74549c1b
Revert "Rework for Tabstrip regression issue"
2024-11-26 13:35:21 -05:00
Leigh Pointer
a845dd1976
Rework for Tabstrip regression issue
...
Fix for Tabpanel is not updating the UI. #4778 #4828
2024-11-26 15:39:51 +01:00
Leigh Pointer
9d7549da70
Reverted TabStrip and Panel
2024-11-26 10:33:18 +01:00
Leigh Pointer
1578f82efb
Updated the Module Settings to use the new ActiveTab parameter
2024-11-23 11:42:22 +01:00
sbwalker
6d3092f440
fix #4760 - display update confirmation message in Site Settings
2024-11-22 16:34:35 -05:00
Shaun Walker
f4a7b79c4f
Merge pull request #4828 from leigh-pointer/TabChange
...
Fix for Tabpanel is not updating the UI. #4778
2024-11-22 15:30:51 -05:00
Leigh Pointer
db6dd5abee
Fix for TabPanel is not updating the UI. #4778
...
Modified that TabStrip and TabPane, now when the ActiveTab is changed the TabPanel is selected
2024-11-14 10:35:15 +01:00
Leigh Pointer
aaaf5683a5
Fix: "Search_Enabled" was being saved as Private so unauthorized users can not access this value.
2024-11-14 09:50:05 +01:00
sbwalker
0f698e0c50
make indexing of Files opt-in rather than opt-out
2024-11-08 15:16:32 -05:00
sbwalker
fdbdd0ef4c
Added defensive logic to File Indexer for scenarios where file does not exist on disk. Added ability to reset the search index prior to reindexing.
2024-11-07 17:05:28 -05:00
sbwalker
18b1b5fca5
default Description to Module Name if not specified in Module Creator
2024-11-07 11:52:53 -05:00
Cody
80316824f7
Remove Blank Page Specific Error Message
2024-10-24 13:21:40 -07:00
Cody
97d3764b6e
Remove Blank Page Specific Error Message
2024-10-24 13:20:52 -07:00
Cody
15867a7807
Adds await ScrollToPageTop(); to error messages + Page Name Error Message
2024-10-24 12:23:29 -07:00