99e032eeb7
organize server RESX files in folders to be consistent with client project
2024-02-23 15:55:31 -05:00
95460038cf
Merge pull request #3821 from pyramidsbuilder/3794-registration-emails-localization
...
localized usermanager email messages and message formatting to includ…
2024-02-23 15:53:08 -05:00
4402645b37
change name of form class to reflect purpose
2024-02-23 14:05:40 -05:00
dcbf03c355
Added Resource Files to Theme Templates
...
Currently the template uses the Localization Resource functionality but it will always default to the hardcoded text. Leaving it to the developer to add the resources could result in a hit and miss scenario. This PR removes the "mis" side.
2024-02-23 13:46:22 +01:00
25dacccb3b
remove Microsoft.AspNetCore.Components.WebAssembly.DevServer from default module and theme template as it is no longer needed
2024-02-22 16:40:55 -05:00
55e09529c1
Merge pull request #3872 from thabaum/update-Oqtane.Server-dependencies
...
Updates Microsoft.AspNetCore.Authentication.OpenIdConnect To Version 8.0.2
2024-02-22 12:05:30 -05:00
eef58f4da0
update documentation
2024-02-22 11:01:49 -05:00
4c427116a8
Update Microsoft.AspNetCore.Authentication.OpenIdConnect To Version 8.0.2
2024-02-22 07:48:58 -08:00
f5e13c25a7
Merge pull request #3822 from pyramidsbuilder/fix-account-lockout-4
...
fix account lockout to read from correct setting, consider timezone o…
2024-02-21 16:34:54 -05:00
ac7db87592
Merge pull request #3778 from thabaum/update-theme-bootstrap
...
Updates theme bootstrap and bootswatch to version 5.3.2 - closes #3772
2024-02-21 13:55:33 -05:00
8c5613b182
update module and theme default templates to use ModuleBase methods rather than ModuleInstance methods
2024-02-21 13:42:15 -05:00
19ed98f265
update default site template with latest Blazor messaging
2024-02-21 10:50:10 -05:00
27763afbbe
Merge pull request #3765 from thabaum/bootstrap-md-responsive-breakpoint
...
Sets responsive breakpoint match 767.98px = Bootstrap md - Fixes #3762
2024-02-21 09:33:21 -05:00
838c2994a9
Merge pull request #3810 from zyhfish/task/fix-bug-3807
...
Fix #3807 : parsing the data attributes.
2024-02-21 09:29:42 -05:00
9974095659
Merge pull request #3834 from zyhfish/task/token-replace-service
...
Fix #3833 : introduce token replace class.
2024-02-21 09:29:29 -05:00
ab09810bef
handle site level scripts in App component
2024-02-20 13:50:09 -05:00
0f0d168976
move stylesheet injection to App component to eliminate FOUC on static rendering
2024-02-20 10:16:19 -05:00
4fad97e8b1
Pass RenderMode and Runtime to Head component
2024-02-19 18:30:01 -05:00
4271289db0
further refactoring of ManageStyleSheets
2024-02-19 16:24:43 -05:00
121a865bb8
refactor App to eliminate 2 database calls
2024-02-19 16:16:08 -05:00
acc562bd7f
inject CSS and JS on static rendering
2024-02-19 15:25:48 -05:00
77ce31128c
Fix #3833 : introduce token replace class.
2024-02-18 21:38:43 +08:00
db6c65c7e8
fix account lockout to read from correct setting, consider timezone offset and enable lockout
2024-02-16 23:17:56 +01:00
b68fc6187f
localized usermanager email messages and message formatting to include site name and link #3794
2024-02-16 22:04:12 +01:00
2c17551d50
remove PageRepository reference in App
2024-02-16 15:36:23 -05:00
04da989108
get title and headcontent working again on interactive render mode
2024-02-16 15:08:04 -05:00
8d0aa65ab2
fix #3811 - add PreserveCompilationContext back to server project
2024-02-16 11:17:14 -05:00
b0487798c2
fix issues with installer
2024-02-16 11:13:31 -05:00
740b89258d
Fix #3807 : parsing the data attributes.
2024-02-16 19:26:01 +08:00
829e004ee5
bump version to 5.1.0
2024-02-15 21:26:44 -05:00
dcc8043cf6
load PageState in App component and pass to SiteRouter to optimize data loading
2024-02-15 21:17:23 -05:00
ebadccbe25
remove unnecessary using
2024-02-15 16:05:27 -05:00
ed7904b673
create server-side SiteService
2024-02-15 15:48:18 -05:00
7d1b4d916e
fix #3793 - render issues on .NET MAUI
2024-02-15 10:22:14 -05:00
8a636736b4
Update project dependecies to 8.0.2
2024-02-14 12:53:14 -08:00
8fe2529306
Update project dependecies to 8.0.2
2024-02-14 12:52:26 -08:00
6db217387f
Update project dependecies to 8.0.2
2024-02-14 12:51:10 -08:00
8567f9b19f
Updates package dependences to latest versions.
2024-02-14 11:52:25 -08:00
d48c257b19
Update Bootstrap 5.3.2 Integrity
2024-02-12 11:53:42 -08:00
d723bbe3b7
Updates to bootstrap 5.3.2
2024-02-12 11:44:27 -08:00
a4741e28c5
include script resources during static rendering
2024-02-12 12:40:11 -05:00
266e08817e
sets responsive breakpoint to bootstrap md 767.98px
2024-02-10 09:43:18 -08:00
6c3526d47e
sets responsive breakpoint to 767.98 bootstrap md
2024-02-10 09:42:40 -08:00
19adfd5116
sets responsive breakpoint to bootstrap md 767.98px
2024-02-10 09:40:46 -08:00
856afcf3bf
updates to make identical to POC - still not working
2024-02-10 11:46:07 -05:00
caa9cc213d
fix #3760 include form button wrapper CSS class for inline-block
2024-02-10 11:25:54 -05:00
ea75ddfa85
rename RenderMode class and adding usings
2024-02-09 14:34:33 -05:00
a40b49f2ed
implement RenderModeBoundary
2024-02-08 15:47:25 -05:00
3d49ab2ae0
remove UseBlazorFrameworkFiles as no longer needed
2024-02-06 12:42:31 -05:00
c9c8e20511
update project files to make consistent with Blazor template
2024-02-06 11:40:44 -05:00