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
Shaun Walker
0296230219
Merge pull request #4913 from sbwalker/dev
...
page-script enhancements
2024-12-13 16:46:23 -05:00
sbwalker
dedfbba27a
page-script enhancements
2024-12-13 16:46:08 -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
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
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
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
sbwalker
737740a3ca
improve message grammar
2024-11-25 13:48:28 -05: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
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
sbwalker
ced80419aa
prepare for 6.0.1
2024-11-22 12:29:44 -05:00
Shaun Walker
80c83c626d
Merge pull request #4853 from leigh-pointer/PagerAlignment
...
Fix for #4852 align the Page numbers container
2024-11-22 11:56:12 -05:00
Leigh Pointer
f01e85b690
Fix for #4852 align the Page numbers container
2024-11-21 16:05:32 +01: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
702eb9e466
Revert "Fix for Page Management tab panel is not updating the UI. #4778 "
...
This reverts commit 3c99006226
.
2024-11-14 10:33:10 +01:00
Leigh Pointer
3c99006226
Fix for Page Management tab panel is not updating the UI. #4778
2024-11-14 10:31:53 +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
2dc068aa21
upgrade to official .NET 9 release
2024-11-12 15:42:57 -05:00
sbwalker
0f2aa4d2e1
update to official .NET 9 release
2024-11-12 15:40:54 -05:00
David Montesinos
ab807de3c0
Fix: Accesibility issue for Search Button
...
The search button in Search component does not have the aria-label.
2024-11-12 17:15:56 +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
784f3771b3
Remove Blank Page Specific Error Message
2024-10-24 13:22:08 -07:00
Cody
80316824f7
Remove Blank Page Specific Error Message
2024-10-24 13:21:40 -07:00
Cody
cbaebb7b7c
Remove Blank Page Specific Error Message
2024-10-24 13:21:15 -07:00
Cody
97d3764b6e
Remove Blank Page Specific Error Message
2024-10-24 13:20:52 -07:00
Cody
d77e898929
Refactor TabPanel Heading Assignment Logic
...
- Simplified the logic for setting the Heading property in the TabPanel component.
- Replaced the if-else statement with a ternary operator for improved readability and maintainability.
- Ensured that the functionality remains unchanged and verified correct assignment of headings.
2024-10-24 12:43:20 -07:00
Cody
4c937be884
Clarify Page Name Required Message
2024-10-24 12:38:51 -07:00
Cody
c25cce4398
Clarify Page Name Required Message
2024-10-24 12:38:16 -07:00
Cody
58c422285a
Adds Message.Required.PageName
2024-10-24 12:28:17 -07:00
Cody
f2f22f35e8
Adds Message.Required.PageName
2024-10-24 12:26:36 -07:00
Cody
15867a7807
Adds await ScrollToPageTop(); to error messages + Page Name Error Message
2024-10-24 12:23:29 -07:00
Cody
e2c404d8bb
Adds await ScrollToPageTop(); to error messages + Page Name Error Message
...
- Adds await ScrollToPageTop(); to error messages
- Adds Blank Page Name Error Message
2024-10-24 12:18:30 -07:00
sbwalker
f09709aedb
remove Microsoft.AspNetCore.Http
2024-10-24 15:10:52 -04:00
sbwalker
588748230e
remove some dependencies on Microsoft.AspNetCore.Http
2024-10-24 13:16:08 -04:00
sbwalker
a967332f89
remove Microsoft.AspNetCore.Localization
2024-10-24 12:24:46 -04:00
Shaun Walker
6719d242bd
Merge pull request #4756 from zyhfish/task/fix-4752
...
Fix #4752 : validate the username and email.
2024-10-24 09:53:24 -04:00
Ben
3565185808
update the error message.
2024-10-24 20:13:43 +08:00
Ben
ce51262197
update the code to use simple validation.
2024-10-24 20:04:18 +08:00
Shaun Walker
038df95aa0
Merge pull request #4759 from thabaum/scroll-to-top-user-settings
...
Scroll to top after saving settings - Fixes #4758
2024-10-22 16:28:33 -04:00
sbwalker
73ea17ae0f
changes to migrate Oqtane to .NET 9 and version 6.0.0
2024-10-21 14:51:20 -04:00
Cody
23010acef4
Scroll to top after saving settings - Fixes #4758
2024-10-21 10:36:12 -07:00
Ben
4f74962ce2
Fix #4752 : validate the username and email.
2024-10-21 23:11:57 +08:00
sbwalker
51d244f3aa
add additional external login providers
2024-10-16 08:35:01 -04:00
sbwalker
8113a754a1
add missing localization keys
2024-10-16 07:52:36 -04:00
sbwalker
56cfb2ce06
fix sorting of Site.Languages property
2024-10-15 16:46:05 -04:00
sbwalker
bcf7866fe2
fix #4733 - remove Name column from Language table and populate value dynamically
2024-10-15 15:58:17 -04:00
sbwalker
c31c88ed1f
fix #4711 - full page refresh required to affect language changes
2024-10-15 08:31:54 -04:00
sbwalker
b3071b9272
fix #4716 - sort recycle bin items by DeletedOn date descending
2024-10-15 07:55:54 -04:00
sbwalker
62d59a09cf
set HttpOnly to false for Localization cookie in static rendering
2024-10-14 16:49:14 -04:00
sbwalker
93d4bfcd7a
When displaying Database Type use SQL Server rather than LocalDB to avoid confusion
2024-10-14 16:21:03 -04:00
sbwalker
93bc1cd5af
fix #4714 as well as breaking change in #4712
2024-10-14 15:05:46 -04:00
Shaun Walker
0e5b370ee8
Merge pull request #4712 from thabaum/language-switcher-cookie
...
Fix #4710 - Adds language switcher component cookie set options for secure, httpOnly, sameSite + interop.cs/interop.js methods samesite and secure options
2024-10-14 14:41:18 -04:00
Leigh Pointer
ed6054b082
Updated Microsoft Components for 8.0.8 to 8.0.10
...
Tested on upgrade and new Oqtane instance creation.
2024-10-09 14:35:27 +02:00
Cody
f60f7a4dc1
Remove httpOnly setting from setCookie
2024-10-05 14:17:20 -07:00
Cody
998dc95cb2
Removed extra attribute for interop.SetCookie
2024-10-05 14:08:16 -07:00
Cody
12f5d7b846
Remove extra attribute for SetCookie
2024-10-05 14:06:35 -07:00
Cody
906ae0a43e
Remove extra attribute for SetCookie
2024-10-05 14:06:18 -07:00
Cody
485b774876
Remove httpOnly cooking attribute from SetCookie
2024-10-05 14:03:20 -07:00
Cody
9d0ab34274
Update 'SetCookie" option settings "secure, httpOnly, sameSite"
2024-10-05 13:28:33 -07:00
Cody
e6038be6f7
Update SetCookie
Option Settings Secure, HttpOnly, SameSite
2024-10-05 13:27:14 -07:00
Cody
bd2153a0ed
Update cookie options to set SameSite, HttpOnly, Secure settings
2024-10-05 13:23:09 -07:00
Cody
b65f165dcf
Update adds SameSite, Secure and httpOnly SetCookie Settings
2024-10-05 13:17:31 -07:00
Cody
f9fbe5adc2
Update NavigateTo() to use "true" instead of "forceLoad: true"
2024-10-05 12:11:52 -07:00
sbwalker
3df45ca20f
add defensive logic if ModuleState is null in ModuleMessage
2024-10-02 16:53:36 -04:00
Shaun Walker
2ae98929de
Merge pull request #4689 from thabaum/Update-Dependencies-and-Prepare-Release-5.2.4
...
Fixes #4688 - Update dependencies and prepare release 5.2.4
2024-10-01 11:21:35 -04:00
Ben
c458a77d27
Fix #4690 : prevent invalid parsing.
2024-10-01 22:13:32 +08:00
Cody
14a463382b
Prepare Release 5.2.4
2024-10-01 06:03:20 -07:00
sbwalker
341ca5a330
add some clarity to the database fields help text
2024-09-30 13:31:57 -04:00
sbwalker
be0754f568
simplify configuration of external login providers
2024-09-27 16:21:06 -04:00
sbwalker
b98535810b
fix #4654 - show progress indicator during download
2024-09-27 12:00:49 -04:00
sbwalker
ea2846973a
add disclaimer to System Update feature
2024-09-27 09:00:04 -04:00
Shaun Walker
2e83817c83
Merge pull request #4660 from sbwalker/dev
...
prepare for 5.2.3
2024-09-23 16:18:10 -04:00
sbwalker
82aea40ae4
prepare for 5.2.3
2024-09-23 16:17:55 -04:00
Shaun Walker
1b289eae24
Merge pull request #4659 from sbwalker/dev
...
use RoleName rather than RoleId for consistency
2024-09-23 16:08:02 -04:00
sbwalker
81420b2c88
use RoleName rather than RoleId for consistency
2024-09-23 16:07:49 -04:00
Cody
6dedd87305
autocomplete="off" for SMTP Username/Password
2024-09-23 12:19:49 -07:00
sbwalker
b7928a5255
fix #4638 - add Logout Everywhere option to User Profile
2024-09-20 15:18:25 -04:00
sbwalker
8cdcdaf6d9
fix code formatting
2024-09-20 12:54:34 -04:00
sbwalker
8ada4765b1
fix #4641 - highlight default site theme in list of themes in page management
2024-09-20 12:27:49 -04:00
sbwalker
828eb80266
fix #4826 - improve url handling
2024-09-20 12:09:04 -04:00
sbwalker
49b971280f
fix #4628 - preserve Url for all ModuleActions
2024-09-19 14:09:45 -04:00
sbwalker
eb7188e81b
fix #4257 - load settings resources
2024-09-18 15:22:44 -04:00
sbwalker
ac313722f9
on .NET MAUI provide message to user if Security Token has not been configured
2024-09-18 11:28:11 -04:00
sbwalker
da35434f58
fix #4628 - preserve ReturnUrl when navigating to Settings component
2024-09-18 09:42:56 -04:00
sbwalker
40abb2720e
fix logic to force authenticated user to provide email address so it works in static rendering
2024-09-17 17:29:11 -04:00
sbwalker
48f2079f88
fix #4580 - add logout everywhere support using SecurityStamp
2024-09-17 08:45:27 -04:00
sbwalker
1f2e2148d5
fix #4607 - scripts added twice
2024-09-16 13:21:43 -04:00
sbwalker
c74065ff26
further modifications for #4604 - support for site name in logo component
2024-09-15 09:30:04 -04:00
sbwalker
1c1c26948a
fix #4606 - allow logo to show site name as fallback (credit @JanOlsmar)
2024-09-13 16:13:01 -04:00
Shaun Walker
d954e3ffb7
Merge pull request #4608 from hishamco/toggle-edit-mode
...
Fix issue in toggle edit mode
2024-09-13 15:54:37 -04:00