sbwalker
|
2ae120c878
|
add support for Auto Prerendering
|
2024-05-09 14:42:54 -04:00 |
|
sbwalker
|
bf4052b550
|
require AntiForgery on Static Rendered components
|
2024-05-08 14:42:39 -04:00 |
|
sbwalker
|
0de5c043bb
|
fix support for Site-level Scripts in Resources
|
2024-05-01 15:18:36 -04:00 |
|
sbwalker
|
2e7c3167f5
|
refactor #4198 - copy existing module
|
2024-04-29 14:58:30 -04:00 |
|
sbwalker
|
3b8dc98226
|
allow hidden pages to be included in SiteMap
|
2024-04-29 08:58:20 -04:00 |
|
Shaun Walker
|
09b8087787
|
Merge pull request #4194 from ijaz-saeed/dev
Format Exception in int.Parse(route.ModuleId)
|
2024-04-26 13:26:02 -04:00 |
|
sbwalker
|
7b94f8f105
|
add support for Library modules and optimize usage of reflection during startup
|
2024-04-26 13:22:56 -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 |
|
Shaun Walker
|
24dcb9973b
|
Merge pull request #4164 from ohba-ikuo/add-ohba-ikuo
Datetime formatting issue
|
2024-04-23 08:45:58 -04:00 |
|
Ikuo Ohba
|
adfd0d5c18
|
Fix MicroService And Controller
|
2024-04-23 21:27:13 +09:00 |
|
Ben
|
09293f7d9a
|
Fix #4158: insert image into correct position.
|
2024-04-20 16:56:32 +08:00 |
|
sbwalker
|
b815d945d9
|
fix SiteMap path issue
|
2024-04-16 13:04:25 -04:00 |
|
sbwalker
|
2a0399b98d
|
include .NET MAUI CORS policy for static files, add support for [wwwroot] in content
|
2024-04-16 12:36:31 -04:00 |
|
Shaun Walker
|
1dde79ace2
|
Merge pull request #4136 from zyhfish/bug/fix-issue-4121
Fix #4121: avoid nested square bracket issue.
|
2024-04-12 11:04:25 -04:00 |
|
Ben
|
5954fb91be
|
Fix #4121: avoid nested square bracket issue.
|
2024-04-12 21:56:49 +08:00 |
|
Shaun Walker
|
e192383662
|
Merge pull request #4135 from leigh-pointer/TokenRep
InitializeTokenReplace not setting the correct PackageReference
|
2024-04-12 07:41:40 -04:00 |
|
Leigh Pointer
|
4a20fad4e5
|
InitializeTokenReplace not setting the correct PackageReference
For completeness.
|
2024-04-12 12:21:44 +02:00 |
|
sbwalker
|
7cc5787779
|
prepare for 5.1.1 release
|
2024-04-11 14:27:59 -04:00 |
|
sbwalker
|
d67566252a
|
add Process info to System Info to indicate if process is 32 bit or 64 bit
|
2024-04-11 13:34:06 -04:00 |
|
Leigh Pointer
|
1ec927cf4f
|
ImageSharp update from 3.1.3 to 3.1.4
|
2024-04-11 11:11:05 +02:00 |
|
sbwalker
|
0b31709aee
|
update theme and module templates to .NEt SDK 8.0.4
|
2024-04-10 16:29:16 -04:00 |
|
sbwalker
|
c79c638f35
|
update to .NET SDK 8.0.4
|
2024-04-10 16:24:23 -04:00 |
|
David Montesinos
|
1f0b369a15
|
Disable Accelerate Builds for Package project in Module template
|
2024-04-06 08:37:48 +02:00 |
|
David Montesinos
|
7a43473513
|
Disable Accelerate Builds for Package project in Theme template
|
2024-04-06 08:36:13 +02:00 |
|
sbwalker
|
7b95db4d13
|
modify #4099 - fix localization and use Delete rather than Clear in API methods for consistency with rest of framework
|
2024-04-04 11:58:05 -04:00 |
|
Ben
|
757a39a75e
|
update code by review result.
|
2024-04-03 22:27:39 +08:00 |
|
Ben
|
4c08a527be
|
Fix #3625: add the clear logs function.
|
2024-04-03 09:21:13 +08:00 |
|
sbwalker
|
010e4610f7
|
fix ThemeSettings SetSetting() references to not specify IsPrivate property
|
2024-04-02 10:53:07 -04:00 |
|
sbwalker
|
4944a9e51e
|
fix SiteMap so that it supports page Urls
|
2024-04-02 08:44:51 -04:00 |
|
sbwalker
|
6b8dd9bf03
|
fix #4075 - auth cookie being rejected under some scenarios - change from Strict to Lax to match latest .NET Identity configuration
|
2024-03-28 14:23:13 -04:00 |
|
sbwalker
|
0c6726e3f7
|
fix upgrade issue by removing legacy Views assembly
|
2024-03-26 14:26:55 -04:00 |
|
Leigh Pointer
|
03f631f537
|
Updated Template Module and Theme json from 5.0.0 to 5.1.0
|
2024-03-26 11:53:49 +01:00 |
|
Cody
|
aec7d5aff7
|
moves loading body resources above blazor.web.js
|
2024-03-25 11:04:14 -07:00 |
|
sbwalker
|
a8ffc414fe
|
fix theme template release.,cmd to copy package to /Packages folder
|
2024-03-22 15:31:55 -04:00 |
|
sbwalker
|
4b05a49b46
|
use consistent naming in SiteRepository
|
2024-03-21 15:32:25 -04:00 |
|
sbwalker
|
bbc77f81ca
|
use DbContextFactory in all Html/Text methods
|
2024-03-21 15:25:17 -04:00 |
|
sbwalker
|
e0ef3ca39a
|
move logging from Html/Text controller to Server Service class so that is captured in all render modes
|
2024-03-21 15:19:30 -04:00 |
|
sbwalker
|
ec7bd8c1c8
|
ignore Antiforgerytoken in logout as it can sometimes prevent a user from logging out unless they refresh their browser, due to the Antiforgerytoken being expired.
|
2024-03-21 15:02:50 -04:00 |
|
sbwalker
|
448e3a4639
|
updates to module template for static rendering (ActionDialog Id property, Service interface moved to Shared, Client Service using IHttpClientFactory, Async methods added to Repository, Server Service implementation added, Controller uses Server Service implementation, Server Service registered in Startup)
|
2024-03-21 14:55:07 -04:00 |
|
sbwalker
|
237108a6d1
|
update Theme template tp .NET 8.0.3
|
2024-03-21 11:45:26 -04:00 |
|
Shaun Walker
|
ed3a222ed4
|
Merge pull request #4040 from sbwalker/dev
additional documentation
|
2024-03-21 10:51:15 -04:00 |
|
sbwalker
|
8a696f6c52
|
additional documentation
|
2024-03-21 10:51:03 -04:00 |
|
Shaun Walker
|
184aa4fd20
|
Merge pull request #4039 from sbwalker/dev
add HttpClientFactory support
|
2024-03-21 10:43:59 -04:00 |
|
sbwalker
|
ce14b9e43e
|
add HttpClientFactory support
|
2024-03-21 10:43:46 -04:00 |
|
Cody
|
74a3ea2a01
|
Update package references to 8.0.3
|
2024-03-20 11:31:19 -07:00 |
|
Cody
|
4bfb7a5d29
|
Updates package dependencies to 8.0.3
|
2024-03-20 11:29:45 -07:00 |
|
sbwalker
|
3eb9de57ef
|
fix #4017 - SiteState being lost in server rendered scenarios
|
2024-03-19 13:53:05 -04:00 |
|
Ben
|
0cafef7ab4
|
update to load the data in scope.
|
2024-03-19 09:19:56 +08:00 |
|
Ben
|
055e54966d
|
upate the code lines.
|
2024-03-18 21:41:59 +08:00 |
|
Ben
|
c58254f951
|
Fix #4010: update repositories to using db context factory.
|
2024-03-18 15:32:19 +08:00 |
|