Konstantin Hintermayer
|
b3b39f583a
|
Merge mirror with local history.
|
2025-05-30 11:51:43 +02:00 |
|
Konstantin Hintermayer
|
92c554e854
|
New: Register Component that Renders a Link (secondary) to the register URL including the redirect property.
|
2025-05-30 11:45:26 +02:00 |
|
sbwalker
|
c098839881
|
fix #5205 add support for inheritance when loading Resources from ModuleBase or ThemeBase
|
2025-05-19 21:00:35 -07:00 |
|
sbwalker
|
6f60a91f4c
|
add new Register Url and Profile Url options to User Management / Settings
|
2025-05-01 23:32:37 -04:00 |
|
sbwalker
|
46431f0187
|
fix issue with new UserProfile parameters
|
2025-04-10 14:36:42 -04:00 |
|
sbwalker
|
99f2158e55
|
allow custom urls in UserProfile component
|
2025-03-31 08:38:30 -04:00 |
|
Ben
|
b4fdbb5e48
|
adjust the layout in small screen.
|
2025-03-13 21:54:43 +08:00 |
|
Ben
|
fbf62ca30d
|
adjust the cookie consent layout in small screen.
|
2025-03-13 20:54:50 +08:00 |
|
sbwalker
|
70a3fab1ff
|
added Logout Everywhere option to User Settings
|
2025-03-10 10:53:05 -04:00 |
|
sbwalker
|
f12592731b
|
fix regression issue with Search component
|
2025-03-04 15:45:02 -05:00 |
|
Ben
|
5e2092c6d4
|
improve the styles in middle screen size.
|
2025-03-04 23:31:21 +08:00 |
|
sbwalker
|
f315ad1ce9
|
modify cookie consent text
|
2025-03-03 15:37:31 -05:00 |
|
Ben
|
bf57b23776
|
update the page state after policy changed.
|
2025-03-01 15:05:23 +08:00 |
|
Shaun Walker
|
f50ba1a91e
|
Merge branch 'dev' into task/fix-4936
|
2025-02-28 10:47:24 -05:00 |
|
Ben
|
1ced5c0425
|
update the cookie consent control.
|
2025-02-28 23:32:17 +08:00 |
|
Ben
|
6dddd8eff8
|
only allow essential cookies when cookie consent not granted.
|
2025-02-26 19:41:58 +08:00 |
|
Ben
|
b47bf40e8f
|
update the cookie consent control.
|
2025-02-25 11:36:47 +08:00 |
|
sbwalker
|
659950996d
|
remove IJSRuntime reference as it was causing a compilation warning
|
2025-02-24 16:15:35 -05:00 |
|
Ben
|
bf308dd13d
|
enable child component of cookie consent control.
|
2025-02-24 22:32:19 +08:00 |
|
Ben
|
982f3b1943
|
Fix #4936: add the cookie consent theme control.
|
2025-02-22 09:49:33 +08:00 |
|
sbwalker
|
a87af264eb
|
added a ScriptsLoaded property in ModuleBase and ThemeBase for flow control in Interactive rendering scenarios
|
2025-01-31 08:42:36 -05:00 |
|
sbwalker
|
a996a88fc4
|
improve terminology consistency
|
2025-01-28 08:56:05 -05:00 |
|
sbwalker
|
ed981c67b7
|
add Fingerprint property to ModuleBase and ThemeBase
|
2025-01-28 08:43:48 -05:00 |
|
sbwalker
|
37afd1aec9
|
add ThemeState property to ThemeBase
|
2025-01-28 08:27:10 -05:00 |
|
sbwalker
|
e7444a0194
|
fix #4986 - allow Resources which have Reload specified to be used in Interactive rendering
|
2025-01-16 12:26:10 -05:00 |
|
sbwalker
|
74bfb46f73
|
fix #4984 - redirect not working for personalized pages
|
2025-01-15 11:56:44 -05:00 |
|
beolafsen
|
5a4cdc5354
|
Issue #4977
|
2025-01-13 07:31:35 +01:00 |
|
sbwalker
|
ca0fb05baa
|
Improvements to add support for script type and data-* attributes. Also added Script and Stylesheet classes to simplify Resource declarations.
|
2024-12-18 15:15:54 -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 |
|
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
|
f09709aedb
|
remove Microsoft.AspNetCore.Http
|
2024-10-24 15:10:52 -04:00 |
|
sbwalker
|
a967332f89
|
remove Microsoft.AspNetCore.Localization
|
2024-10-24 12:24:46 -04:00 |
|
sbwalker
|
56cfb2ce06
|
fix sorting of Site.Languages property
|
2024-10-15 16:46:05 -04:00 |
|
sbwalker
|
c31c88ed1f
|
fix #4711 - full page refresh required to affect language changes
|
2024-10-15 08:31:54 -04:00 |
|
sbwalker
|
62d59a09cf
|
set HttpOnly to false for Localization cookie in static rendering
|
2024-10-14 16:49:14 -04:00 |
|
Cody
|
998dc95cb2
|
Removed extra attribute for interop.SetCookie
|
2024-10-05 14:08:16 -07:00 |
|
Cody
|
bd2153a0ed
|
Update cookie options to set SameSite, HttpOnly, Secure settings
|
2024-10-05 13:23:09 -07:00 |
|
Cody
|
f9fbe5adc2
|
Update NavigateTo() to use "true" instead of "forceLoad: true"
|
2024-10-05 12:11:52 -07:00 |
|
sbwalker
|
81420b2c88
|
use RoleName rather than RoleId for consistency
|
2024-09-23 16:07: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
|
da35434f58
|
fix #4628 - preserve ReturnUrl when navigating to Settings component
|
2024-09-18 09:42:56 -04:00 |
|
sbwalker
|
48f2079f88
|
fix #4580 - add logout everywhere support using SecurityStamp
|
2024-09-17 08:45:27 -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 |
|
Hisham Bin Ateya
|
d9466fe4bc
|
Fix issue in toggle edit mode
|
2024-09-13 14:15:34 +03:00 |
|
Shaun Walker
|
01b06c2c3c
|
Merge pull request #4582 from sbwalker/dev
remove reference to HttpContext as it is not used
|
2024-09-02 11:08:38 -04:00 |
|
sbwalker
|
8b1f95c743
|
remove reference to HttpContext as it is not used
|
2024-09-02 11:08:25 -04:00 |
|
Ben
|
229aed306e
|
update bootstrap reference.
|
2024-08-29 19:41:27 +08:00 |
|