sbwalker
b7928a5255
fix #4638 - add Logout Everywhere option to User Profile
2024-09-20 15:18:25 -04:00
sbwalker
eac7fccbb4
fix #3827 - Cancel button should redirect to RedirectUrl (using PageState.ReturnUrl)
2024-02-21 10:19:55 -05:00
sbwalker
a40b49f2ed
implement RenderModeBoundary
2024-02-08 15:47:25 -05:00
sbwalker
5e1e6aea16
fix #3656 - UploadableFiles and ImageFiles settings not loaded properly to handle empty string value resulting in upload issues
2024-01-22 08:24:01 -05:00
Cody
c6dbb41724
removes recently added autocomplete attributes
2024-01-18 14:41:02 -08:00
Cody
439866216c
adds autocomplete attribute to select element
2024-01-15 09:10:12 -08:00
Cody
22acc2307c
remove extra line
2024-01-13 21:09:41 -08:00
Cody
d01a3c327e
remove space
2024-01-13 21:09:00 -08:00
Cody
7c52b6ab23
remove name from password input
2024-01-13 21:07:08 -08:00
Cody
23d27aee6b
ENH: Adds Profile Properties Autocomplete
2024-01-13 21:04:15 -08:00
Leigh Pointer
6e36312be8
Update Site with ImageFiles and UploadableFiles
2023-12-04 09:07:11 +01:00
Leigh Pointer
7035f4cc1f
File Extension management - site wide.
...
I have added to the site settings file extension management.
The Constants remain for backward compatibility.
If the extensions are not updated then the Constant will be used.
2023-12-01 21:09:33 +01:00
sbwalker
3c33614115
user identity improvements
2023-11-29 10:42:23 -05:00
sbwalker
0d1be72fdb
fixes to notifications UI in user profile
2023-10-24 08:40:26 -04:00
sbwalker
dda6071bbc
complete fix for #3427 in User Profile component
2023-10-23 12:16:52 -04:00
Shaun Walker
b8fe9b9074
Merge pull request #3425 from thabaum/net8-UserProfile-Index-Fix
...
UserProfile/Index.razor: Notifications Formatting and No Notifications Message - Fixes #3413 , #3415
2023-10-23 11:33:31 -04:00
Cody
5b881f7c77
Disable Reply Button When From
is System
or Emtpy
2023-10-21 13:11:02 -07:00
Cody
c00012f28b
class=
2023-10-20 21:57:42 -07:00
Cody
d0050f7d59
Updates Localization of No Notifications Messages
2023-10-20 21:39:19 -07:00
Cody
1728909964
Adds Localization To No Notification Messages
2023-10-20 21:34:43 -07:00
Cody
f6e7460b24
Fix Formatting + Add No Notifictions Message
2023-10-20 21:31:23 -07:00
Cody
351829888f
Fix Columns Format
2023-10-20 21:25:27 -07:00
sbwalker
c0ed335d84
Add Rows option to Profile Management. Improve Profile validation feedback. Fix Add User so that profile Options are supported.
2023-10-09 14:26:56 -04:00
Shaun Walker
d9c9eb9799
Merge pull request #3258 from leigh-pointer/ViewNotification
...
Removed the ReadOnly attribute in the Notifications Reply TextArea
2023-09-20 14:32:41 -04:00
sbwalker
e0ebf70907
if site login is disabled redirect Login to external identity provider
2023-09-20 13:45:19 -04:00
Leigh Pointer
e1ea721ea9
Removed the ReadOnly attribute
...
The replay textarea can now be used to enter a reply to the notification.
2023-09-16 18:35:22 +02:00
sbwalker
ef2f779f71
fix #3174 - display accurate password complexity requirements (this is now implemented in registration, user profiles, and user management - add/edit)
2023-08-25 13:31:02 -04:00
sbwalker
9e6ea3f486
rollback #3125 and localize module component Title using LocalizerFactory
2023-08-17 07:56:39 -04:00
Leigh Pointer
2356753dfc
Updated Module Title using SetModuleTitle on ModuleBase
2023-08-08 16:37:40 +02:00
vnetonline
40459defa4
Cosmetic change to more the filter drop down to top of the notifications tab
2023-07-06 15:28:11 +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 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
sbwalker
6f0a6c7f69
clarify scroll method name
2023-05-26 07:41:49 -04:00
sbwalker
4ad5522f9e
add module base class method for ScrollToTop
2023-05-26 07:39:06 -04:00
sbwalker
cc4c47c3ee
added validation support for user profile fields
2023-05-25 16:16:16 -04:00
Leigh Pointer
789baf99ff
Fix for #2728 Toggle Password button focus
...
Added tabindex="-1" to the Button control so that focus is not received and passed the the following control.
2023-04-05 07:51:32 +02:00
Leigh Pointer
49b30da697
Hide the ActionDialog Button for "Clear Notifications"
...
If there are no Notifications then the buttons is not displayed.
2023-03-06 09:13:25 +01:00
Shaun Walker
e136972cd7
add support for API permissions at the UI layer - including ability to delegate user, role, profile management
2023-01-09 11:38:25 -05:00
Shaun Walker
c91e285475
fix #2512 - provide guidance about password complexity policy during install, and ensure modified passwords meet complexity policy
2022-12-02 07:42:49 -05:00
Leigh Pointer
5d2c7c3058
Added Progress Indicator
...
When deleting large blocks of Pages, Modules or Notifications there was currently no visual feedback so added the ModuleInstance.ShowProgressIndicator() and ModuleInstance.HideProgressIndicator() calls to these processes.
2022-08-02 10:37:04 +02:00
Leigh Pointer
4080e30b6f
Updated the CreatedOn date format
...
Updated the format to a more readable format of dd-MMM-yyyy
2022-05-05 13:07:09 +02:00
Shaun Walker
e4c648ee92
completed antiforgery implementation, improved external login claim mapping, principal construction, and user experience
2022-04-22 17:54:20 -04:00
Leigh Pointer
1625e3ba6c
User Areas to use the Toggle Password method
...
Updated the Components where the Password is required to allow toggle show / hide
2022-04-14 13:47:27 +02:00
Leigh Pointer
a602a942c4
Allow the deletion of all Notifications
...
Added button to delete all the notifications for the selected filter.
2022-04-13 14:33:30 +02:00
Shaun Walker
a70f1ee1e0
cleanup
2022-03-30 22:08:32 -04:00
Shaun Walker
b92a888583
factor out auth constants, remove TAlias is Alias is not an extensible type, improve SiteOptions cache clearing, improve principal validation, localization improvements
2022-03-26 17:30:06 -04:00
Shaun Walker
1cdc80e09b
2 factor authentication and user account lockout completed
2022-03-03 09:12:37 -05:00
Shaun Walker
938bcb2b62
Added more constructors for convenience in creating Notification objects. Refactored to use the new constructors where applicable. Fixed localization key issue in Site Settings and added scroll to top when testing SMTP.
2022-02-24 09:01:44 -05:00
Artmedia by Luca Bongioanni
c33d1bcd3c
typo correction for closing label
...
typo correction for closing label
2022-02-15 10:19:58 +01:00
Shaun Walker
6af5682548
increment copyright date to 2022, allow scheduled jobs to support weekly interval, improve dynamic image generation, add defensive logic to router
2022-01-05 14:28:42 -05:00
Shaun Walker
f739db1e42
Enhance Settings API for public Site Settings. Added Settings to Site model by default. Added new parameters to Login and UserProfile components. Enhanced Oqtane Theme settings to use new component parameters. Enhanced image download and resizing logic.
2021-09-20 17:15:52 -04:00