sbwalker
9aad400038
add copy page functionality to control panel
2026-02-24 15:35:45 -05:00
sbwalker
458c8534c7
improve change detection notification logic
2026-02-24 08:59:40 -05:00
sbwalker
36789495df
refactor synchronization job
2026-02-23 08:11:29 -05:00
sbwalker
0d4d51448e
allow LanguageSwitcher to support culture and ui culture
2026-02-20 15:11:54 -05:00
sbwalker
12f06a7662
fix culture cookie so that it supports culture and ui culture
2026-02-20 14:53:41 -05:00
sbwalker
ae0c4c1099
handle caching in Global Replace
2026-02-20 08:42:41 -05:00
sbwalker
8752b24723
fix renaming issue
2026-02-19 14:25:42 -05:00
sbwalker
2736fa451c
support html encoded content
2026-02-19 13:42:32 -05:00
sbwalker
a6006ce1fe
resolve DbContext issue
2026-02-19 13:27:19 -05:00
sbwalker
5c2bd8093a
remove unecessary using statements
2026-02-19 12:42:04 -05:00
sbwalker
060eaa7aff
change JobTask to SiteTask
2026-02-19 10:47:30 -05:00
sbwalker
0fd97d34d9
add Job Tasks to enable the execution of adhoc asynchronous site-based workloads
2026-02-19 08:23:11 -05:00
sbwalker
13a58ed099
add new global replace service for bulk updating content
2026-02-18 13:59:25 -05:00
Shaun Walker
48a70c8be3
Merge pull request #6050 from sbwalker/dev
...
remove unnecessary using
2026-02-17 16:35:30 -05:00
sbwalker
4db58c2866
remove unnecessary using
2026-02-17 16:35:15 -05:00
Shaun Walker
539bad1463
Merge pull request #6049 from sbwalker/dev
...
performance and scalability improvement - get the most recent HtmlText record directly from database and cache only a single object rather than the entire collection
2026-02-17 16:25:35 -05:00
sbwalker
df7f3f7bba
performance and scalability improvement - get the most recent HtmlText record directly from database and cache only a single object rather than the entire collection
2026-02-17 16:25:10 -05:00
Shaun Walker
064448deaf
Merge pull request #6047 from Raceeend/issue_6046_filerepository
...
#6046 : FileRepository.GetFile: compare both filenames in the same cast.
2026-02-17 12:19:39 -05:00
sbwalker
912ed66547
performance optimization to limit the number of HtmlText content versions
2026-02-17 12:16:58 -05:00
Kuyck, Pieter
6f6870b16d
#6046 : FileRepository.GetFile: compare both filenames in the same cast.
2026-02-17 15:59:20 +01:00
sbwalker
3e0b5bfa09
changed terminology from Comparison to Change Detection for Site Group Type
2026-02-17 09:49:24 -05:00
sbwalker
3af03d308e
improve cache busting for module/theme static assets (ie. do not require a restart)
2026-02-17 09:31:13 -05:00
sbwalker
e85b1001c6
remove assemblies.log logic
2026-02-16 15:20:46 -05:00
sbwalker
772da734dc
add Microsoft.AspNetCore.Authorization to _Imports
2026-02-16 10:30:06 -05:00
sbwalker
a4f7d1f745
add comment for clarification
2026-02-16 07:59:55 -05:00
sbwalker
d3c4e78baa
resolve permission issue
2026-02-15 13:45:45 -05:00
sbwalker
657c6620d5
modifications for page attributes
2026-02-13 16:56:54 -05:00
sbwalker
d9db41ac99
provide support for @page route
2026-02-13 10:50:03 -05:00
Shaun Walker
84e8edb159
Revert "Revert "Rename services to Client/Server and update refs""
2026-02-11 14:11:22 -05:00
sbwalker
4cc9348769
remove System.Net.Http.Json from default moduile template
2026-02-11 14:07:57 -05:00
sbwalker
486132f918
update default module/theme template solution files to avoid building the linked Oqtane.Server project
2026-02-11 14:03:46 -05:00
Shaun Walker
69fc1c9895
Revert "Rename services to Client/Server and update refs"
2026-02-11 13:52:35 -05:00
Shaun Walker
2b2d960c3e
Merge branch 'dev' into IdentifyServices
2026-02-11 13:45:36 -05:00
sbwalker
2d19f21b2e
improve content localization
2026-02-11 11:21:05 -05:00
sbwalker
10c1779f84
update to .NET SDK 10.0.3 (and latest dependencies)
2026-02-11 09:23:23 -05:00
sbwalker
d13e6fcdad
improvements to ISynchronizable
2026-02-11 08:59:10 -05:00
sbwalker
e95a6b774e
site group improvements
2026-02-10 13:16:12 -05:00
sbwalker
ad300a58c1
improvements to site synchronization
2026-02-10 12:32:09 -05:00
sbwalker
3dcb391a14
improve log messages
2026-02-10 09:13:39 -05:00
sbwalker
6f2e676c00
improvements to site groups
2026-02-10 08:55:11 -05:00
sbwalker
ddd6dfc475
refactoring of site groups
2026-02-09 13:58:38 -05:00
sbwalker
c0e191537f
handle cache invalidation for site groups
2026-02-06 16:07:07 -05:00
sbwalker
aab0dd96dd
fix issue when loading languages for content localization
2026-02-06 15:37:24 -05:00
Leigh Pointer
60b2e50511
Rename services to Client/Server and update refs
...
Rename the client service class/file from [Module]Service to Client[Module]Service and the server service to Server[Module]Service. Update Edit.razor and Index.razor to inject Client[Module]Service and adjust all calls accordingly. Update DI registration in ClientStartup to register Client[Module]Service. Also remove the System.Net.Http.Json package reference from the client .csproj. File renames and reference updates keep class names and registrations consistent between client and server templates.
2026-02-06 18:25:21 +01:00
sbwalker
57deeb6acf
improvements for site groups
2026-02-06 11:53:10 -05:00
sbwalker
dff2261994
improve support for BodyContent
2026-02-05 15:33:08 -05:00
sbwalker
8817af42bd
add new method for getting neutral cultures
2026-02-05 13:23:14 -05:00
Leigh Pointer
d313c2f3a5
Enable CopyLocalLockFileAssemblies in project file
2026-02-03 19:14:51 +01:00
Shaun Walker
7bb84fbe33
Merge pull request #5996 from leigh-pointer/ModTempInterface
...
Move I[Module]Service to Shared
2026-01-30 14:59:24 -05:00
Leigh Pointer
563696c7a5
Removed the Reference to the External Client in the External Server project
2026-01-30 17:37:35 +01:00