Leigh Pointer
dc5441da07
This is a cosmetic fix to the Oqtane Glow image
...
The glow on the original is cropped at the left by a few pixcels. This update fixes that and sizes the image to a 600 x 150
2024-12-13 11:45:13 +01:00
Shaun Walker
585648b7f3
Merge pull request #4907 from leigh-pointer/ProfileMaxLength
...
FIX for #4906 Profile Field does not allow max length
2024-12-10 09:12:52 -05: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
Shaun Walker
d7a7be5af4
Merge pull request #4904 from sbwalker/dev
...
add sync events for user login/logout
2024-12-09 10:55:55 -05:00
sbwalker
13e4267c11
add sync events for user login/logout
2024-12-09 10:55:40 -05:00
Shaun Walker
15bc47e3e8
Merge pull request #4898 from leigh-pointer/TemplateParam
...
Implement Dynamic TargetFramework in Debug Scripts #4897
2024-12-09 07:36:00 -05:00
Leigh Pointer
1a4380dcd7
Variable update
2024-12-07 15:02:27 +01:00
Leigh Pointer
5ace34b5cd
Add the $TargetFramework macro to the Release Builds
...
Add the $TargetFramework macro to the Release Builds
2024-12-06 13:37:37 +01:00
Leigh Pointer
f010c0f1fa
Implement Dynamic TargetFramework in Debug Scripts #4897
...
This PR updates our debug scripts (both .cmd and .sh) to dynamically use the current TargetFramework passed from the build process. This change improves flexibility and future-proofs our build process for different .NET versions.
2024-12-05 12:43:38 +01:00
Shaun Walker
2c721ad5dd
Merge pull request #4895 from tvatavuk/enh-4883-control-panel
...
Add ShowEditMode parameter to ControlPanel to allow hiding the Edit Mode toggle button
2024-12-04 08:25:17 -05:00
Shaun Walker
8a7c2ce2c2
Merge pull request #4894 from W6HBR/dev
...
Fix #4885 - Pass userid as int to GetUser for JWT authentication
2024-12-04 08:24:27 -05:00
Tonći Vatavuk
b2a7b813de
Remove redundant IServiceProvider injection
2024-12-04 09:39:02 +01:00
Tonći Vatavuk
e85cf04b99
Fix #4883 : Add ShowEditMode parameter to ControlPanel to allow hiding the Edit Mode toggle button
2024-12-04 09:37:21 +01:00
Jon Welfringer
ab6fa48172
Fix #4885 - Pass userid as int to GetUser for JWT authentication
2024-12-03 10:34:44 -08:00
Shaun Walker
c81905882f
Merge pull request #4881 from sbwalker/dev
...
improve security of UserRole API
2024-11-27 14:59:41 -05:00
sbwalker
f0d31c1114
improve security of UserRole API
2024-11-27 14:59:25 -05:00
Shaun Walker
497b255216
Merge pull request #4880 from sbwalker/dev
...
User Settings should only be accessible to individual users or administrators
2024-11-27 13:16:04 -05:00
sbwalker
d96286d771
User Settings should only be accessible to individual users or administrators
2024-11-27 13:15:43 -05:00
Shaun Walker
2441647d75
Merge pull request #4879 from sbwalker/dev
...
update EFCore.NamingConventions to .NET 9 package version
2024-11-27 13:06:53 -05:00
sbwalker
77b780d631
update EFCore.NamingConventions to .NET 9 package version
2024-11-27 13:06:37 -05:00
Shaun Walker
cdd03bf3d4
Merge pull request #4878 from sbwalker/dev
...
User Settings should only be accessible to individual users or administrators
2024-11-27 13:04:27 -05:00
sbwalker
e786c35f7d
User Settings should only be accessible to individual users or administrators
2024-11-27 13:04:06 -05:00
Shaun Walker
e83399acb1
Merge pull request #4876 from sbwalker/dev
...
prevent notifications from being accessed by other users
2024-11-26 14:30:55 -05:00
sbwalker
ffea9e3210
prevent notifications from being accessed by other users
2024-11-26 14:30:41 -05:00
Shaun Walker
f71a3a1ce3
Merge pull request #4875 from oqtane/revert-4828-TabChange
...
Revert "Fix for Tabpanel is not updating the UI. #4778 "
2024-11-26 13:36:18 -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
1ed4c8a094
Merge pull request #4874 from oqtane/revert-4871-HTMLTabError
...
Revert "Rework for Tabstrip regression issue"
2024-11-26 13:35:37 -05:00
Shaun Walker
4a74549c1b
Revert "Rework for Tabstrip regression issue"
2024-11-26 13:35:21 -05:00
Shaun Walker
a499cfb98f
Merge pull request #4871 from leigh-pointer/HTMLTabError
...
Rework for Tabstrip regression issue
2024-11-26 11:27:52 -05:00
Shaun Walker
01038c8296
Merge pull request #4873 from sbwalker/dev
...
include SECURITY.md
2024-11-26 11:25:35 -05:00
sbwalker
7407f79b3d
include SECURITY.md
2024-11-26 11:25:23 -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
Shaun Walker
f5cc61384f
Merge pull request #4870 from sbwalker/dev
...
reference Quill CSS theme using BaseUrl so that it works in .NET MAUI as well as web
2024-11-25 14:20:15 -05:00
sbwalker
844778d36a
reference Quill CSS theme using BaseUrl so that it works in .NET MAUI as well as web
2024-11-25 14:19:58 -05:00
Shaun Walker
871b0a274e
Merge pull request #4869 from sbwalker/dev
...
improve message grammar
2024-11-25 13:48:41 -05:00
sbwalker
737740a3ca
improve message grammar
2024-11-25 13:48:28 -05:00
Shaun Walker
ae8d600600
Update README.md
2024-11-25 09:11:12 -05:00
Shaun Walker
2f1691bfb0
Update README.md
2024-11-25 09:10:20 -05:00
Shaun Walker
a3d25f91c8
Update README.md
2024-11-25 09:09:52 -05:00
Shaun Walker
ff84b50817
Update README.md
2024-11-25 09:09:13 -05:00
Shaun Walker
0be8242284
Merge pull request #4862 from leigh-pointer/SettingsSetTabOnSave
...
Updated the Module Settings to use the new ActiveTab parameter
2024-11-25 08:39:45 -05:00
Shaun Walker
e25a6259ea
Merge pull request #4861 from zyhfish/task/fix-4841
...
Fix #4841 : force 2FA validation when it's required in site level.
2024-11-25 08:39:26 -05:00
Leigh Pointer
1578f82efb
Updated the Module Settings to use the new ActiveTab parameter
2024-11-23 11:42:22 +01:00
Ben
b5f75f0c5e
Fix #4841 : force 2FA validation when it's required in site level.
2024-11-23 13:04:27 +08:00
Shaun Walker
601caab3b6
Merge pull request #4860 from sbwalker/dev
...
fix #4760 - display update confirmation message in Site Settings
2024-11-22 16:34:46 -05:00
sbwalker
6d3092f440
fix #4760 - display update confirmation message in Site Settings
2024-11-22 16:34:35 -05:00
Shaun Walker
ef27937c7a
Merge pull request #4785 from thabaum/refactored-heading-ifelse
...
Fixes #4784 : Refactor TabPanel Heading Assignment Logic
2024-11-22 15:34:51 -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
Shaun Walker
2531776a48
Merge pull request #4859 from sbwalker/dev
...
prepare for 6.0.1
2024-11-22 12:29:56 -05:00