sbwalker
749e11762f
fix GetFolderByPath to support root folder path
2023-08-03 17:29:02 -04:00
sbwalker
fa18467cdd
fix #3069 - exclude templates from release packages
2023-08-03 15:26:23 -04:00
sbwalker
04202a6b70
Merge branch 'dev' of https://github.com/sbwalker/oqtane.framework into dev
2023-08-03 14:45:39 -04:00
sbwalker
4483901270
fix #3072 - add error handling and logging to folder creation logic
2023-08-03 14:45:27 -04:00
Shaun Walker
2bc130856a
Merge pull request #3047 from leigh-pointer/FixTemplateNULL
...
Fixes Module Creator problem #3041
2023-08-03 14:23:55 -04:00
sbwalker
93be61e483
fix #3065 - redirect user if they are logged in and navigating to Login page
2023-08-03 12:46:42 -04:00
sbwalker
9cdcb4b22c
remove unecessary using statement added by Visual Studio
2023-08-03 11:51:26 -04:00
sbwalker
61df26b667
fix #3082 - handle username claim as "unique_name" with "name" as fallback, improve validation logic and logging
2023-08-03 11:48:59 -04:00
sbwalker
6b982bc0c7
fix #3093 - user email links include extra "://"
2023-08-03 11:11:14 -04:00
sbwalker
c1b1cef590
trim dependencies for Themes (related to #3079 )
2023-08-02 14:48:51 -04:00
Shaun Walker
507f7804c3
Merge pull request #3079 from vnetonline/fix-3078
...
[FIX] - #3078 - ModuleInfo Dependency needs to be trimmed so there is no white space (credit @maxmontgmx))
2023-08-02 14:45:23 -04:00
sbwalker
7a42646bed
Fix #3068 - support microsites in .NET MAUI
2023-08-02 13:55:01 -04:00
vnetonline
d2df3b2d9a
ModuleInfo Dependency needs to be trimmed so there is no white space at the end (credit @maxmontgmx))
2023-08-01 21:02:19 +10:00
sbwalker
805018286c
fix #3046 - user folders displayed in folder lists
2023-07-19 16:14:48 -04:00
Leigh Pointer
88c06eea6e
Fixes Module Creator problem #3041
...
This fix is to handle a returned null from the database. This issue came to light while using Postgresql
2023-07-19 09:58:36 +02:00
sbwalker
100b92036b
use html line breaks in error log notifications
2023-07-17 16:59:40 -04:00
sbwalker
985d324593
use discretion with LogLevel.Error messages
2023-07-17 09:28:29 -04:00
sbwalker
f41e2358a9
Added logic to ensure assembly version being installed is equal to or greater than existing assembly
2023-07-17 08:15:56 -04:00
sbwalker
465f241e89
Added a ShowProgress parameter to FileManager (enabled by default). Disabling will display a simple spinner rather than detailed progress information during upload.
2023-07-17 07:42:48 -04:00
sbwalker
fec9fa17e8
marketplace changes
2023-07-15 10:01:27 -04:00
sbwalker
0e042925f2
SupportUrl integration
2023-07-14 15:18:52 -04:00
sbwalker
8bdbf7b994
moved UserManager to Managers namespace
2023-07-13 17:05:01 -04:00
sbwalker
63b3e4d90d
add handling for DisplayName
2023-07-13 11:16:49 -04:00
sbwalker
a6d83149a4
fix bash script line endings and preserve using gitattributes (credit @rcpacheco in #2958 )
2023-07-13 10:18:52 -04:00
Leigh Pointer
4820a27016
User management sort
...
Added Sorting to User management component.
2023-07-13 12:54:08 +02:00
sbwalker
f546a68f7c
remove unnecessary using statement
2023-07-12 17:59:21 -04:00
sbwalker
35fa18a852
migrate remaining methods to UserManager
2023-07-12 17:52:16 -04:00
Shaun Walker
404c32b49b
Merge pull request #3011 from sbwalker/dev
...
add a UserManager to simplify user creation, improve response validation in ServiceBase, allow Section component to support parameter changes
2023-07-12 16:37:54 -04:00
sbwalker
c0f4cd2097
add a UserManager to simplify user creation, improve response validation in ServiceBase, allow Section component to support parameter changes
2023-07-12 16:37:18 -04:00
Shaun Walker
a02e28f493
Merge pull request #3005 from leigh-pointer/DropIsPublic
...
The Down path is incorrect
2023-07-11 08:59:39 -04:00
sbwalker
df0f562817
support both 404 andf 403 status codes in API response (404 should not log)
2023-07-11 08:14:00 -04:00
Leigh Pointer
0dea2bc79e
The Down path is incorrect
...
The Down Path drops the wrong column
2023-07-11 08:37:23 +02:00
sbwalker
59fffbd3ee
prepare for 4.0.1 release
2023-07-10 16:51:03 -04:00
sbwalker
3891dea009
fix #2978 - allow host users and admins to have personalized pages
2023-07-10 16:13:56 -04:00
sbwalker
62ad99d0b6
prevent logging of error for personalized pages
2023-07-10 14:51:32 -04:00
Shaun Walker
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
sbwalker
16d0d11e0b
refactored upload so that it is not dependent on Folder Browse permission
2023-07-10 11:44:05 -04:00
sbwalker
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
Shaun Walker
92fc56e70d
Merge pull request #2988 from leigh-pointer/TemplateConfig
...
Remove Build for Oqtane Server in ConfigManger
2023-07-10 08:45:16 -04:00
Shaun Walker
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
sbwalker
c597c4c234
add API method to get File based on name, and fix permission validation for Folder
2023-07-10 08:44:14 -04:00
Leigh Pointer
5973c3d1a0
Remove Build for Oqtane Server in ConfigManger
...
Remove Build for Oqtane Server in ConfigManger
2023-07-10 14:40:00 +02:00
Shaun Walker
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
vnetonline
cf428598d5
[FIX] - Fixed the Resource Type in Module Settings with correct Namespace
2023-07-10 12:52:02 +10:00
Leigh Pointer
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
sbwalker
9a3b458c45
Package enhancements for Marketplace
2023-07-09 08:36:14 -04:00
vnetonline
f7338bf00e
Update GetNotifications (read) to retrieve descending oder by CreatedOn at repository level
2023-07-07 10:21:22 +10:00
vnetonline
bad7be39a6
Fixing personalized page created to be UserName if DisplayName is null
2023-07-07 09:21:49 +10:00
vnetonline
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 82fef82c4f29115a3c9f2ffefbae355ce24605e6.
[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
Leigh Pointer
fd30112ee8
Removed RazorLangVersion tag from Client project files
...
as to discussion #2965
2023-07-01 14:41:03 +02:00