Shaun Walker
|
6ed717556a
|
Merge pull request #3854 from sbwalker/dev
fix ModuleMessage so that it is not dependent on ModuleState
|
2024-02-20 14:31:33 -05:00 |
|
sbwalker
|
e8c64074f3
|
fix ModuleMessage so that it is not dependent on ModuleState
|
2024-02-20 14:31:22 -05:00 |
|
Shaun Walker
|
4af13058f0
|
Merge pull request #3853 from sbwalker/dev
fix route constructor
|
2024-02-20 14:15:49 -05:00 |
|
sbwalker
|
f3f223fa22
|
fix route constructor
|
2024-02-20 14:15:38 -05:00 |
|
Shaun Walker
|
e244b4b263
|
Merge pull request #3852 from sbwalker/dev
handle site level scripts in App component
|
2024-02-20 13:50:25 -05:00 |
|
sbwalker
|
ab09810bef
|
handle site level scripts in App component
|
2024-02-20 13:50:09 -05:00 |
|
Shaun Walker
|
fbcde465ad
|
Merge pull request #3850 from sbwalker/dev
move stylesheet injection to App component to eliminate flash on static rendering
|
2024-02-20 10:16:44 -05:00 |
|
sbwalker
|
0f0d168976
|
move stylesheet injection to App component to eliminate FOUC on static rendering
|
2024-02-20 10:16:19 -05:00 |
|
Shaun Walker
|
33d15ca66d
|
Merge pull request #3848 from sbwalker/dev
Pass RenderMode and Runtime to Head component
|
2024-02-19 18:30:12 -05:00 |
|
sbwalker
|
4fad97e8b1
|
Pass RenderMode and Runtime to Head component
|
2024-02-19 18:30:01 -05:00 |
|
Shaun Walker
|
81071771d9
|
Merge pull request #3847 from sbwalker/dev
in static render mode do not filter scripts from head content
|
2024-02-19 16:46:07 -05:00 |
|
sbwalker
|
4db3bafeda
|
in static render mode do not filter scripts from head content
|
2024-02-19 16:45:54 -05:00 |
|
Shaun Walker
|
29aff298b8
|
Merge pull request #3846 from sbwalker/dev
further refactoring of ManageStyleSheets
|
2024-02-19 16:24:54 -05:00 |
|
sbwalker
|
4271289db0
|
further refactoring of ManageStyleSheets
|
2024-02-19 16:24:43 -05:00 |
|
Shaun Walker
|
9818e7c101
|
Merge pull request #3845 from sbwalker/dev
refactor App to eliminate 2 database calls
|
2024-02-19 16:16:23 -05:00 |
|
sbwalker
|
121a865bb8
|
refactor App to eliminate 2 database calls
|
2024-02-19 16:16:08 -05:00 |
|
Shaun Walker
|
7af340de85
|
Merge pull request #3844 from sbwalker/dev
remove commented code
|
2024-02-19 15:47:35 -05:00 |
|
sbwalker
|
cdc0dee6f5
|
remove commented code
|
2024-02-19 15:47:23 -05:00 |
|
Shaun Walker
|
4cbefff8b4
|
Merge pull request #3843 from sbwalker/dev
inject CSS and JS on static rendering
|
2024-02-19 15:26:00 -05:00 |
|
sbwalker
|
acc562bd7f
|
inject CSS and JS on static rendering
|
2024-02-19 15:25:48 -05:00 |
|
Shaun Walker
|
44b87dca2a
|
Merge pull request #3842 from sbwalker/dev
add [StreamRendering] to Head component for static rendering
|
2024-02-19 14:30:29 -05:00 |
|
sbwalker
|
be98f786b3
|
add [StreamRendering] to Head component for static rendering
|
2024-02-19 14:30:09 -05:00 |
|
Shaun Walker
|
6f215cbff9
|
Merge pull request #3826 from thabaum/profile-registration-button-return-url-fix
Fix handling of returnurl parameter in UserProfile component - Fixes #3825
|
2024-02-18 10:46:53 -05:00 |
|
Shaun Walker
|
96a29e91e8
|
Merge pull request #3824 from thabaum/fixes-login-button-url
Ensure "login" route is included in login URL construction. Fixes #3766
|
2024-02-18 10:45:55 -05:00 |
|
Shaun Walker
|
e01a1a456c
|
Merge pull request #3831 from thabaum/IPageService-spelling-correction
Corrects documentation spelling error for the word "Returns" in IPageService.cs
|
2024-02-18 10:44:42 -05:00 |
|
Shaun Walker
|
2561a6e00e
|
Merge pull request #3832 from thabaum/Cleanup-ModuleDefinititionService-Namespaces
Cleanup module definitition service namespaces
|
2024-02-18 10:44:24 -05:00 |
|
Shaun Walker
|
e0bee0e0db
|
Merge pull request #3837 from sbwalker/dev
document the mandatory StreamRendering attribute
|
2024-02-18 10:31:47 -05:00 |
|
sbwalker
|
7910d006ca
|
document the mandatory StreamRendering attribute
|
2024-02-18 10:31:27 -05:00 |
|
Shaun Walker
|
778a651f7b
|
Merge pull request #3836 from sbwalker/dev
ensure PageState and ModuleState are passed to ModuleMessage if an unhandled module exception occurs
|
2024-02-18 10:27:49 -05:00 |
|
sbwalker
|
2267dcb768
|
ensure PageState and ModuleState are passed to ModuleMessage in the event of an unhandled module exception
|
2024-02-18 10:27:12 -05:00 |
|
Shaun Walker
|
21e7c78744
|
Merge pull request #3835 from sbwalker/dev
update Npgsql.EntityFrameworkCore.PostgreSQL to version 8.0.2
|
2024-02-18 10:21:58 -05:00 |
|
sbwalker
|
54418957b6
|
update Npgsql.EntityFrameworkCore.PostgreSQL to version 8.0.2
|
2024-02-18 10:21:36 -05:00 |
|
Ben
|
77ce31128c
|
Fix #3833: introduce token replace class.
|
2024-02-18 21:38:43 +08:00 |
|
Cody
|
79ce990644
|
cleanup unused namespaces
|
2024-02-17 18:22:01 -08:00 |
|
Cody
|
2262d44638
|
Removes unnecessary Oqtane.UI namespace
|
2024-02-17 18:17:13 -08:00 |
|
Cody
|
972601caf6
|
correct documentation spelling error
|
2024-02-17 17:55:38 -08:00 |
|
Cody
|
114ebac21b
|
adds reload "true" boolean to the Save NavigateTo() method
|
2024-02-17 12:12:57 -08:00 |
|
Cody
|
57a86cd836
|
Fix handling of returnurl parameter in UserProfile component
|
2024-02-17 09:11:56 -08:00 |
|
Cody
|
a741b1b9ac
|
Fix Login Button Control Url While On Login Page
|
2024-02-17 07:22:32 -08:00 |
|
mostafametwally
|
5d64ea48ba
|
added links from login to register and vice versa
|
2024-02-17 12:28:55 +01:00 |
|
mostafametwally
|
db6c65c7e8
|
fix account lockout to read from correct setting, consider timezone offset and enable lockout
|
2024-02-16 23:17:56 +01:00 |
|
mostafametwally
|
b68fc6187f
|
localized usermanager email messages and message formatting to include site name and link #3794
|
2024-02-16 22:04:12 +01:00 |
|
Shaun Walker
|
766a190015
|
Merge pull request #3820 from sbwalker/dev
remove PageRepository reference in App
|
2024-02-16 15:36:36 -05:00 |
|
sbwalker
|
2c17551d50
|
remove PageRepository reference in App
|
2024-02-16 15:36:23 -05:00 |
|
Shaun Walker
|
739bc361bd
|
Merge pull request #3819 from sbwalker/dev
ensure script resources are loaded before rendering ThemeBuilder
|
2024-02-16 15:15:13 -05:00 |
|
sbwalker
|
100fc20928
|
ensure script resources are loaded before rendering ThemeBuilder
|
2024-02-16 15:15:02 -05:00 |
|
Shaun Walker
|
f42e79f5cf
|
Merge pull request #3818 from sbwalker/dev
get title and headcontent working again on interactive render mode
|
2024-02-16 15:08:15 -05:00 |
|
sbwalker
|
04da989108
|
get title and headcontent working again on interactive render mode
|
2024-02-16 15:08:04 -05:00 |
|
Shaun Walker
|
11017dd8dc
|
Merge pull request #3815 from sbwalker/dev
fix #3811 - add PreserveCompilationContext back to server project
|
2024-02-16 11:17:26 -05:00 |
|
sbwalker
|
8d0aa65ab2
|
fix #3811 - add PreserveCompilationContext back to server project
|
2024-02-16 11:17:14 -05:00 |
|