d6a7e32ca9
Merge pull request #3006 from sbwalker/dev
...
support both 404 and 403 status codes in GET API response (404 should not log)
2023-07-11 08:14:52 -04:00
df0f562817
support both 404 andf 403 status codes in API response (404 should not log)
2023-07-11 08:14:00 -04:00
0dea2bc79e
The Down path is incorrect
...
The Down Path drops the wrong column
2023-07-11 08:37:23 +02:00
dc1d1015ed
Merge pull request #2999 from sbwalker/dev
...
prepare for 4.0.1 release
2023-07-10 16:51:20 -04:00
59fffbd3ee
prepare for 4.0.1 release
2023-07-10 16:51:03 -04:00
655cbca574
Merge pull request #2998 from sbwalker/dev
...
add module name to the Module Settings UI
2023-07-10 16:36:57 -04:00
e22c28a3c9
add module name to the Module Settings UI
2023-07-10 16:36:37 -04:00
e823e371f6
Merge pull request #2997 from sbwalker/dev
...
fix #2976 - add logging methods to ThemeBase
2023-07-10 16:26:49 -04:00
feae7d6269
fix #2976 - add logging methods to ThemeBase
2023-07-10 16:26:30 -04:00
e1c0ea0720
Merge pull request #2996 from sbwalker/dev
...
fix #2977 - margin between edit and cog
2023-07-10 16:20:33 -04:00
4e1a389c8b
fix #2977 - margin between edit and cog
2023-07-10 16:20:16 -04:00
0362a6a3dc
Merge pull request #2995 from sbwalker/dev
...
fix #2978 - allow host users and admins to have personalized pages
2023-07-10 16:14:14 -04:00
3891dea009
fix #2978 - allow host users and admins to have personalized pages
2023-07-10 16:13:56 -04:00
1ccb7e2092
Merge pull request #2994 from sbwalker/dev
...
prevent logging of error for personalized pages
2023-07-10 14:51:58 -04:00
62ad99d0b6
prevent logging of error for personalized pages
2023-07-10 14:51:32 -04:00
66d07fbed3
Merge pull request #2980 from vnetonline/fix-ispersonalised
...
Fixing personalized page created to be UserName if DisplayName is null
2023-07-10 14:28:55 -04:00
ec117adb2d
Merge pull request #2993 from sbwalker/dev
...
make GetHttpClient() public
2023-07-10 14:16:35 -04:00
3aff31b826
make GetHttpClient() public
2023-07-10 14:16:17 -04:00
1621944105
Merge pull request #2992 from sbwalker/dev
...
refactored upload so that it is not dependent on Folder Browse permission
2023-07-10 11:44:28 -04:00
16d0d11e0b
refactored upload so that it is not dependent on Folder Browse permission
2023-07-10 11:44:05 -04:00
0b81f28e99
Merge pull request #2991 from sbwalker/dev
...
fix validation issue in FileManager related to Browse permissions
2023-07-10 10:10:16 -04:00
2ccb814223
fix validation issue in FileManager related to Browse permissions
2023-07-10 10:09:57 -04:00
f213abd70a
Merge pull request #2990 from sbwalker/dev
...
fix migration error caused by new IsRead field in Notifications. Microsoft.Data.SqlClient.SqlException: 'ALTER TABLE only allows columns to be added that can contain nulls, or have a DEFAULT definition specified.'
2023-07-10 08:59:37 -04:00
b87eddeeda
fix migration error caused by new IsRead field in Notifications. Microsoft.Data.SqlClient.SqlException: 'ALTER TABLE only allows columns to be added that can contain nulls, or have a DEFAULT definition specified.'
2023-07-10 08:59:09 -04:00
92fc56e70d
Merge pull request #2988 from leigh-pointer/TemplateConfig
...
Remove Build for Oqtane Server in ConfigManger
2023-07-10 08:45:16 -04:00
e22f3238fb
Merge pull request #2989 from sbwalker/dev
...
add API method to get File based on name, and fix permission validation for Folder
2023-07-10 08:44:41 -04:00
c597c4c234
add API method to get File based on name, and fix permission validation for Folder
2023-07-10 08:44:14 -04:00
5973c3d1a0
Remove Build for Oqtane Server in ConfigManger
...
Remove Build for Oqtane Server in ConfigManger
2023-07-10 14:40:00 +02:00
d50472cd7b
Merge pull request #2984 from leigh-pointer/ConfigExtern
...
Fix for #2983 Oqtane. Server selected in for build in configmanager
2023-07-10 07:44:46 -04:00
11604bbcfd
Merge pull request #2985 from vnetonline/fix-modulesettings-resource-type-name
...
[FIX] - Fixed the ResourceType in Module Settings with correct NameSpace
2023-07-10 07:41:34 -04:00
cf428598d5
[FIX] - Fixed the Resource Type in Module Settings with correct Namespace
2023-07-10 12:52:02 +10:00
a45fc0c4df
Fix for #2983 Oqtane. Server selected in for build in configmanager
...
Removed Oqtane. Server build from configuration manager debug and release
2023-07-09 21:30:45 +02:00
5abf0df154
Merge pull request #2982 from sbwalker/dev
...
Package enhancements for Marketplace
2023-07-09 08:36:34 -04:00
9a3b458c45
Package enhancements for Marketplace
2023-07-09 08:36:14 -04:00
1b2de37c4e
Merge pull request #2975 from vnetonline/enhance-notifications-isread
...
[ENHANCE] - Added IsRead property to Notifications
2023-07-08 10:07:44 -04:00
f7338bf00e
Update GetNotifications (read) to retrieve descending oder by CreatedOn at repository level
2023-07-07 10:21:22 +10:00
bad7be39a6
Fixing personalized page created to be UserName if DisplayName is null
2023-07-07 09:21:49 +10:00
40459defa4
Cosmetic change to more the filter drop down to top of the notifications tab
2023-07-06 15:28:11 +10:00
b7de4b81a6
[ENHANCE] - Added IsRead property to Notifications
...
Fixed Version to Tenant.04.00.01.01 and reverted the Program.cs back to the way it was
This reverts commit 82fef82c4f
.
[ENHANCE] - Added API to get Count of New Notifications based on IsRead
Fixed Typo in Notification Controller
[ENHANCE] - Added API to get Notifications by Count and IsRead
2023-07-06 01:02:05 +10:00
563695cdfa
Merge pull request #2967 from leigh-pointer/RemoveRazorLangVersion
2023-07-01 16:03:48 -04:00
fd30112ee8
Removed RazorLangVersion tag from Client project files
...
as to discussion #2965
2023-07-01 14:41:03 +02:00
a36794b98b
Merge pull request #1 from OpenEugene/markdav-is-patch-theme-dropdown
...
Show all themes when editing
2023-06-30 17:18:30 -07:00
e52653469d
Merge pull request #2 from OpenEugene/markdav-is-patch-add-themes
...
show all themes when adding
2023-06-30 17:18:14 -07:00
b61035a3a3
show all themes when adding
2023-06-30 17:12:14 -07:00
b3039e71be
Show all themes when editing
2023-06-30 17:07:46 -07:00
2c614f3bb6
Merge pull request #2961 from leigh-pointer/UnPubPage
...
Fixes #2960 - cant unpublish page.
2023-06-30 15:43:52 -04:00
07a27b25e0
Merge pull request #2959 from leigh-pointer/ModActRoleButt
...
ModuleActions not displaying the correct mouse pointer
2023-06-30 15:43:34 -04:00
4c080572ac
Merge pull request #2940 from vnetonline/dev
...
Added ThemeSettings and ContainerSettings to Default Theme Template
2023-06-30 15:43:22 -04:00
95cd6ea48e
Fixes #2960 - cant unpublish page.
...
Added the reverse code to change a published page to unpublished.
2023-06-30 08:53:09 +02:00
2e3c57226f
ModuleActions not displaying the correct mouse pointer
...
Upated the <ul> tag with a role attribute button.
2023-06-30 08:20:57 +02:00