|
4b05a49b46
|
use consistent naming in SiteRepository
|
2024-03-21 15:32:25 -04:00 |
|
|
bbc77f81ca
|
use DbContextFactory in all Html/Text methods
|
2024-03-21 15:25:17 -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 |
|
|
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 |
|
|
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 |
|
|
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 |
|
|
6d41bcd511
|
update the if condition.
|
2024-03-21 08:17:45 +08:00 |
|
|
e6b981fc38
|
Merge pull request #4034 from thabaum/module-creator-package-803
Fixes #4033: Updates Module creator template package references to 8.0.3
|
2024-03-20 14:54:22 -04:00 |
|
|
74a3ea2a01
|
Update package references to 8.0.3
|
2024-03-20 11:31:19 -07:00 |
|
|
4bfb7a5d29
|
Updates package dependencies to 8.0.3
|
2024-03-20 11:29:45 -07:00 |
|
|
55ba040e3d
|
Merge pull request #4032 from sbwalker/dev
fix #4031 - add static rendering support to ActionDialog
|
2024-03-20 13:26:02 -04:00 |
|
|
e4e78e2083
|
fix #4031 - add static rendering support to ActionDialog
|
2024-03-20 13:25:51 -04:00 |
|
|
82f25cc2e5
|
Fix #4028: check whether the user info is null.
|
2024-03-20 16:32:51 +08:00 |
|
|
854f3b5257
|
Merge pull request #4021 from sbwalker/dev
fix #4020 - EditUrl contains extra slash on child sites
|
2024-03-19 14:16:50 -04:00 |
|
|
e37bc99c36
|
fix #4020 - EditUrl contains extra slash on child sites
|
2024-03-19 14:16:37 -04:00 |
|
|
52121b90ff
|
Merge pull request #4019 from sbwalker/dev
fix #4017 - SiteState being lost in server rendered scenarios
|
2024-03-19 13:53:26 -04:00 |
|
|
3eb9de57ef
|
fix #4017 - SiteState being lost in server rendered scenarios
|
2024-03-19 13:53:05 -04:00 |
|
|
4ed501f4d4
|
Merge pull request #4018 from sbwalker/dev
pass RenderModeBoundary parameter when dynamically creating Module Settings component
|
2024-03-19 10:19:55 -04:00 |
|
|
0bb8ae540d
|
pass RenderModeBoundary parameter when dynamically creating Module Settings component
|
2024-03-19 10:19:31 -04:00 |
|
|
963957f7a6
|
Merge pull request #4016 from sbwalker/dev
fix #4015 - handle redirect for subfolder aliases
|
2024-03-19 07:40:25 -04:00 |
|
|
93a152068d
|
fix #4015 - handle redirect for subfolder aliases
|
2024-03-19 07:40:08 -04:00 |
|
|
bb318aefd2
|
Merge pull request #4011 from zyhfish/task/update-tenant-db-context
Fix #4010: update repositories to using db context factory.
|
2024-03-18 22:29:27 -04:00 |
|
|
0cafef7ab4
|
update to load the data in scope.
|
2024-03-19 09:19:56 +08:00 |
|
|
055e54966d
|
upate the code lines.
|
2024-03-18 21:41:59 +08:00 |
|
|
c58254f951
|
Fix #4010: update repositories to using db context factory.
|
2024-03-18 15:32:19 +08:00 |
|
|
ce710134ac
|
Merge pull request #4009 from sbwalker/dev
Remove Synchronize Content option from RichTextEditor
|
2024-03-17 19:30:55 -04:00 |
|
|
fa68bdc82b
|
Remove Synchronize Content option from RichTextEditor
|
2024-03-17 19:30:42 -04:00 |
|
|
cd9f2ab232
|
Merge pull request #4006 from zyhfish/task/fix-issue-3977-new
|
2024-03-17 14:08:23 -04:00 |
|
|
91136fe48f
|
Fix #3977: missed readonly attribute.
|
2024-03-17 22:01:27 +08:00 |
|
|
40cc0f721d
|
Fix #3977: use db context factory.
|
2024-03-17 21:29:32 +08:00 |
|
|
72567c43e6
|
Merge pull request #4003 from zyhfish/task/fix-issue-4002
Fix #4002: add the quill editor js map file.
|
2024-03-16 16:25:31 -04:00 |
|
|
db82d7a6b3
|
Merge pull request #4004 from sbwalker/dev
optimize to remove IsInstalled API call on every Web UI request (MAUI clients still require this logic)
|
2024-03-16 16:24:38 -04:00 |
|
|
c469a61908
|
optimize to remove IsInstalled API call on every Web UI request (MAUI clients still require this logic)
|
2024-03-16 16:24:12 -04:00 |
|
|
1c4bcc5697
|
Fix #4002: add the quill editor js map file.
|
2024-03-16 20:24:52 +08:00 |
|
|
0f3b0309e8
|
Merge pull request #4001 from sbwalker/dev
fix #3998 - personalized page display issue
|
2024-03-15 19:49:49 -07:00 |
|
|
5a393de1cb
|
fix #3998 - personalized page display issue
|
2024-03-15 22:49:28 -04:00 |
|
|
1617a61b33
|
Merge pull request #4000 from sbwalker/dev
made Pager capable of functioning in Static or Intreractive render modes
|
2024-03-15 19:48:02 -07:00 |
|
|
ccd18c4f10
|
made Pager capable of functioning in Static or Intreractive render modes
|
2024-03-15 22:47:42 -04:00 |
|
|
e287f5774a
|
Merge pull request #3996 from sbwalker/dev
fix issue referencing ClaimsPrincipal UserId extension method
|
2024-03-14 20:55:11 -07:00 |
|
|
2dec3195ac
|
fix issue referencing ClaimsPrincipal UserId extension method
|
2024-03-14 23:55:01 -04:00 |
|
|
2bea6694c7
|
Merge pull request #3995 from sbwalker/dev
fix #3993 - personalized page throwing 404 on static render mode
|
2024-03-14 20:15:47 -07:00 |
|
|
38c468a204
|
fix #3993 - personalized page throwing 404 on static render mode
|
2024-03-14 23:15:37 -04:00 |
|
|
6a80258163
|
Merge pull request #3994 from sbwalker/dev
add static pager
|
2024-03-14 20:13:50 -07:00 |
|
|
55fe2600b7
|
add static pager
|
2024-03-14 23:13:40 -04:00 |
|
|
cad4e183c5
|
Merge pull request #3992 from thabaum/package-dependencies-803
Fix #3991: Updates Package Dependencies In Project Files To Relating Current Versions For 8.0.3 Release
|
2024-03-14 19:36:52 -07:00 |
|