sbwalker
5b46dd7293
search refactoring
2024-07-06 07:58:04 -04:00
sbwalker
73abc511a8
fix #4349 - adding module in subsite in Interactive render mode
2024-06-24 16:26:55 -04:00
Ben
83f329d93c
Fix Add Page Issue
2024-06-01 09:08:43 +08:00
sbwalker
06f0cc70b8
scalability improvements
2024-05-31 16:23:36 -04:00
sbwalker
0de5c043bb
fix support for Site-level Scripts in Resources
2024-05-01 15:18:36 -04:00
isaeed
86ae0182fd
Format Exception in int.Parse(route.ModuleId)
...
int.Parse("-1") throws FormatException for cultures other than
English (en-US)
2024-04-25 19:30:24 +05:00
vnetonline
cfb128acb8
[ENH] - Add Prerender IModuleControl property (similar to RenderMode) #4178
2024-04-23 15:22:02 +10:00
sbwalker
4f25b7bbbe
fix SiteRouter issue when running on .NET MAUI
2024-04-16 08:02:59 -04:00
sbwalker
9843dccdf0
fix #4088 - redirect to login if not authenticated
2024-04-01 12:00:53 -04:00
sbwalker
9f654918ae
fix #4073 - OIDC/OAuth2 flow with static rendering
2024-03-28 16:12:02 -04:00
sbwalker
3d4a58cb96
optimize SiteRouter to only call SyncService for Interactive render mode
2024-03-23 10:57:43 -04:00
sbwalker
d3e6177a2b
refactoring of #4027
2024-03-21 18:44:16 -04:00
Ben
18efb098f9
remove unused variables.
2024-03-21 08:39:55 +08:00
Ben
fb3a27c02f
update the code by following the review suggestions.
2024-03-21 08:38:59 +08:00
Ben
7b67c9aa8d
Fix #4025 : add user setting to keep the view mode.
2024-03-20 15:46:32 +08:00
sbwalker
5a393de1cb
fix #3998 - personalized page display issue
2024-03-15 22:49:28 -04:00
sbwalker
a4f885a2c5
site router optimization
2024-03-10 13:37:05 -04:00
sbwalker
9106f9676c
remove commented code
2024-03-08 19:34:15 -05:00
sbwalker
8e287da7b5
consolidate Clone logic for Resource objects
2024-03-08 19:33:09 -05:00
sbwalker
7f74e79253
add ability to reload JavaScript on page transitions with enhanced navigation
2024-03-08 14:03:22 -05:00
sbwalker
31f1079dfa
fix #3962 - ensure Resource management logic is consistent in App and SiteRouter
2024-03-07 13:01:46 -05:00
sbwalker
25753af331
add support specifying RenderMode for Resources
2024-03-02 08:34:24 -05:00
sbwalker
18160818d5
improvements to IdentityRevalidatingAuthenticationStateProvider
2024-03-01 12:16:24 -05:00
sbwalker
2b7d05df6b
call JS Interop in Interactive render mode, use PageState.Site.Themes rather than calling ThemeService from Control Panel
2024-02-29 15:38:04 -05:00
sbwalker
76680777ff
fix theme fallback to use Oqtane themeinfo resources
2024-02-28 15:53:31 -05:00
sbwalker
ab09810bef
handle site level scripts in App component
2024-02-20 13:50:09 -05:00
sbwalker
0f0d168976
move stylesheet injection to App component to eliminate FOUC on static rendering
2024-02-20 10:16:19 -05:00
sbwalker
100fc20928
ensure script resources are loaded before rendering ThemeBuilder
2024-02-16 15:15:02 -05:00
sbwalker
dcc8043cf6
load PageState in App component and pass to SiteRouter to optimize data loading
2024-02-15 21:17:23 -05:00
sbwalker
e7a48f3909
use Runtimes constant
2024-02-02 14:38:37 -05:00
Cody
8500f5b437
Fix refresh() conditional check for page
2024-02-01 14:36:14 -08:00
sbwalker
7c04792777
remove unnecessary constants
2024-02-01 10:45:52 -05:00
sbwalker
7640dab380
fix Runtimes property behavior
2024-02-01 10:08:41 -05:00
sbwalker
abd235f332
add RenderMode to IModuleControl
2024-02-01 09:59:28 -05:00
sbwalker
1e332ed075
split RenderMode and Runtime configuration
2024-02-01 09:08:39 -05:00
sbwalker
97762712e6
fix site Hybrid behavior
2024-01-31 16:39:46 -05:00
sbwalker
c66982c9bc
fix .NET MAUI integration
2024-01-31 15:43:17 -05:00
sbwalker
8e499d164a
render mode integration
2024-01-31 15:22:21 -05:00
sbwalker
7fcfffba6f
add IDisposable declaration to accompany existing Dispose() method
2024-01-30 13:13:49 -05:00
sbwalker
352e20f01b
remove commented code
2024-01-05 12:14:43 -05:00
Shaun Walker
f7d10a6cf1
Merge pull request #3602 from leigh-pointer/ENH#3538-PgModDateActive
...
Start Date and Expiry Date for Module instances and Pages #3538
2024-01-05 12:09:19 -05:00
sbwalker
02c22c1894
improved rendering optimization
2024-01-05 11:49:57 -05:00
Leigh Pointer
8b41a03080
Modified Logic from || to &&
...
UserSecurity.IsAuthorized && Utilities.IsPageModuleVisible fixed
2024-01-05 10:15:51 +01:00
sbwalker
f75179b2f6
component rendering optimizations
2024-01-04 13:47:51 -05:00
Leigh Pointer
22e4e4efc1
Updates
...
Loops tighter
Updated Logout base
SiteController corrected.
2024-01-03 12:12:27 +01:00
Leigh Pointer
5ce5193430
Modifications
2024-01-02 16:09:54 +01:00
Leigh Pointer
233f40f3e9
Start Date and Expiry Date for Module instances and Pages #3538
...
This is complete excluding Reporting and Notifications which can be added at a later date. I just really wanted to get the schema and the functionality into place.
2023-12-31 12:21:38 +01:00
sbwalker
6621983a9c
HTML encode notifications sent by non-admins to prevent HTML injection
2023-12-13 10:07:21 -05:00
sbwalker
3c7633564f
security improvement - ensure returnurl is a relativre path
2023-12-12 15:54:52 -05:00
sbwalker
b4b9976567
retain querystring parameters on url mapping redirect
2023-09-08 12:05:20 -04:00