e6dfe6fe89
Update README.md
2024-03-27 08:57:52 -04:00
fdbe693139
Merge pull request #4070 from oqtane/master
...
5.1.0 release
v5.1.0
2024-03-27 08:44:22 -04:00
0633b2876c
Merge pull request #4069 from oqtane/dev
...
5.1.0 release
2024-03-27 08:43:57 -04:00
ee45ed8ec2
Merge pull request #4068 from sbwalker/dev
...
fix upgrade issue by removing legacy Views assembly
2024-03-26 14:27:06 -04:00
0c6726e3f7
fix upgrade issue by removing legacy Views assembly
2024-03-26 14:26:55 -04:00
2a75995189
Merge pull request #4067 from zyhfish/task/fix-issue-4066
...
Fix #4066 : set the RenderModeBoundary instance.
2024-03-26 13:39:11 -04:00
9f074c1ab7
Fix #4066 : set the RenderModeBoundary instance.
2024-03-26 22:48:55 +08:00
2917ee3b9d
Merge pull request #4065 from leigh-pointer/UpdateTemplateJson
...
Updated Template Module and Theme json from 5.0.0 to 5.1.0
2024-03-26 07:21:03 -04:00
03f631f537
Updated Template Module and Theme json from 5.0.0 to 5.1.0
2024-03-26 11:53:49 +01:00
fb4171ae6f
Merge pull request #4064 from thabaum/Fixes-#4062-move-app-body-resources
...
Fixes #4062 : App.razor - moves loading body resources above blazor.web.js
2024-03-25 14:27:38 -04:00
aec7d5aff7
moves loading body resources above blazor.web.js
2024-03-25 11:04:14 -07:00
045c225c8c
Merge pull request #4063 from sbwalker/dev
...
fix #4061 - invalid type for favicon
2024-03-25 13:05:32 -04:00
c49ef49371
fix #4061 - invalid type for favicon
2024-03-25 13:05:20 -04:00
9fd012229b
Merge pull request #4060 from sbwalker/dev
...
increase minimum characters to view Edit button at bottom
2024-03-25 07:41:02 -04:00
bb27099f9e
increase minimum characters to view Edit button at bottom
2024-03-25 07:40:48 -04:00
411634ecda
Merge pull request #4056 from sbwalker/dev
...
set active tab in RichTextEditor based on content
2024-03-23 11:55:56 -04:00
bb59f66008
set active tab in RichTextEditor based on content
2024-03-23 11:55:44 -04:00
b8a0f34c33
Merge pull request #4055 from sbwalker/dev
...
fix regression issue caused by #3985 related to ActionLink
2024-03-23 11:39:24 -04:00
784955cdbd
fix regression issue caused by #3985 related to ActionLink
2024-03-23 11:39:11 -04:00
83764ce3d5
Merge pull request #4054 from sbwalker/dev
...
move Html/Text Edit button to top of content
2024-03-23 11:12:24 -04:00
438cf271c0
move Html/Text Edit button to top of content
2024-03-23 11:12:05 -04:00
8631eacdf3
Merge pull request #4052 from zyhfish/task/fix-issue-4051
...
Fix #4051 : set the return url correctly.
2024-03-23 11:00:24 -04:00
6e7ce10585
Merge pull request #4053 from sbwalker/dev
...
optimize SiteRouter to only call SyncService for Interactive render mode
2024-03-23 10:57:55 -04:00
3d4a58cb96
optimize SiteRouter to only call SyncService for Interactive render mode
2024-03-23 10:57:43 -04:00
6fde3f8453
Fix #4051 : set the return url correctly.
2024-03-23 21:47:27 +08:00
016d2f7ab1
Merge pull request #4049 from sbwalker/dev
...
fix theme template release.,cmd to copy package to /Packages folder
2024-03-22 15:32:09 -04:00
a8ffc414fe
fix theme template release.,cmd to copy package to /Packages folder
2024-03-22 15:31:55 -04:00
b0c1c6e880
Merge pull request #4047 from sbwalker/dev
...
refactoring of #4027
2024-03-21 18:44:28 -04:00
d3e6177a2b
refactoring of #4027
2024-03-21 18:44:16 -04:00
8adbdcc675
Merge pull request #4027 from zyhfish/task/fix-issue-4025
...
Fix #4025 : add user setting to keep the view mode.
2024-03-21 15:35:10 -04:00
d1d7ff0d0a
Merge pull request #4046 from sbwalker/dev
...
use consistent naming in SiteRepository
2024-03-21 15:32:39 -04:00
4b05a49b46
use consistent naming in SiteRepository
2024-03-21 15:32:25 -04:00
0309a866c8
Merge pull request #4045 from sbwalker/dev
...
use DbContextFactory in all Html/Text methods
2024-03-21 15:25:30 -04:00
bbc77f81ca
use DbContextFactory in all Html/Text methods
2024-03-21 15:25:17 -04:00
483f6f2188
Merge pull request #4044 from sbwalker/dev
...
move logging from Html/Text controller to Server Service class so that is captured in all render modes
2024-03-21 15:19:47 -04:00
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
aef29ff6c5
Merge pull request #4043 from sbwalker/dev
...
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:03:10 -04:00
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
fe0d69739d
Merge pull request #4042 from sbwalker/dev
...
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:31 -04:00
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
2e74d6f652
Merge pull request #4041 from sbwalker/dev
...
update Theme template tp .NET 8.0.3
2024-03-21 11:45:39 -04:00
237108a6d1
update Theme template tp .NET 8.0.3
2024-03-21 11:45:26 -04:00
ed3a222ed4
Merge pull request #4040 from sbwalker/dev
...
additional documentation
2024-03-21 10:51:15 -04:00
8a696f6c52
additional documentation
2024-03-21 10:51:03 -04:00
184aa4fd20
Merge pull request #4039 from sbwalker/dev
...
add HttpClientFactory support
2024-03-21 10:43:59 -04:00
ce14b9e43e
add HttpClientFactory support
2024-03-21 10:43:46 -04:00
1cdedb89f1
Merge pull request #4029 from zyhfish/task/fix-issue-4028
...
Fix #4028 : check whether the user info is null.
2024-03-21 07:56:49 -04:00
18efb098f9
remove unused variables.
2024-03-21 08:39:55 +08:00
fb3a27c02f
update the code by following the review suggestions.
2024-03-21 08:38:59 +08:00
6d41bcd511
update the if condition.
2024-03-21 08:17:45 +08:00