e3fa781122
Merge pull request #5553 from sbwalker/dev
...
improve default theme template to follow RCL/Nuget standards
2025-08-29 16:31:18 -04:00
e4b6d0ff29
improve default theme template to follow RCL/Nuget standards
2025-08-29 16:30:49 -04:00
cd2a328560
Merge pull request #5552 from sbwalker/dev
...
improve default module template to follow RCL/Nuget standards
2025-08-29 16:21:06 -04:00
d2d88d4b5e
improve default module template to follow RCL/Nuget standards
2025-08-29 16:20:16 -04:00
da3afefa8d
Merge pull request #5551 from sbwalker/dev
...
update default module/theme templates to use projectType rather than dependency in nuspec file
2025-08-29 15:15:12 -04:00
ab534d07f3
update default module/theme templates to use projectType rather than dependency in nuspec file
2025-08-29 15:14:48 -04:00
49c513ac9b
Merge pull request #5550 from sbwalker/dev
...
add support for packageType in nuspec files for minimum Oqtane version
2025-08-29 14:31:07 -04:00
6f7a18674e
add support for packageType in nuspec files for minimum Oqtane version
2025-08-29 14:30:49 -04:00
23f29ca55d
Change RenderMode from Interactive to Static
2025-08-27 14:27:01 -04:00
68a7571741
Change RenderMode from Interactive to Static
2025-08-27 14:26:47 -04:00
3b16ae8cc0
improve help text
2025-08-27 14:07:51 -04:00
66c4737021
Merge pull request #5533 from zyhfish/task/fix-5532
...
Fix #5532 : add require nonce setting.
2025-08-27 13:55:20 -04:00
edad9e6b3c
fix #5531 - external login single sign-on for multiple sites
2025-08-27 13:54:30 -04:00
9a6195edf1
fix resources in default theme template
2025-08-27 12:28:51 -04:00
7cf9d9ad65
optimize client startup in templates
2025-08-27 12:20:59 -04:00
ec06c1cdf1
optimize startup
2025-08-26 15:27:35 -04:00
f451cfce09
Fix #5532 : remove duplicated semi colon.
2025-08-26 20:27:41 +08:00
91e55aeb9b
Fix #5532 : change the default value to true.
2025-08-26 20:26:11 +08:00
919fb5012f
Fix #5532 : add require nonce setting.
2025-08-26 18:13:09 +08:00
0f38df053f
fix #5519 - Site hard delete exception
2025-08-21 09:57:29 -04:00
5b45e3e417
support for staticwebassets folder in Nuget packages
2025-08-20 07:09:33 -04:00
96192e2e06
add additional SSL connection options for SMTP
2025-08-19 13:16:37 -04:00
b9a97ffa4c
Resources for Interactive module components should be managed via JS Interop
2025-08-19 12:05:39 -04:00
2143660345
resolve issue related tp moving database providers to Oqtane.Server
2025-08-15 13:56:57 -04:00
447ec3f5e6
Merge pull request #5495 from leigh-pointer/Microsoft.Data.SqlClient
...
Microsoft.Data.SqlClient updated
2025-08-15 13:35:00 -04:00
a4aed69887
Microsoft.Data.SqlClient updated
...
Updated Microsoft.Data.SqlClient to 6.1.1
2025-08-15 19:01:03 +02:00
bbbd6e9e3e
Merge pull request #5494 from sbwalker/dev
...
remove unecessary using
2025-08-15 12:46:49 -04:00
06712faee9
remove unecessary using
2025-08-15 12:46:35 -04:00
85fcd1ed33
Merge pull request #5490 from sbwalker/dev
...
improve error handling for the scenario where a connection string does not exist in appsettings.json for a tenant
2025-08-14 15:58:13 -04:00
4ab8f8cc25
improve error handling for the scenario where a connection string does not exist in appsettings.json for a tenant
2025-08-14 15:57:50 -04:00
ccdfe9bc26
Update appsettings.release.json
2025-08-14 15:38:38 -04:00
dc47961cc2
Update appsettings.json
2025-08-14 15:36:36 -04:00
b5a9c32c3e
migrate database providers to core framework
2025-08-14 15:19:52 -04:00
b553b16049
fix #5462 add logic to check if database already exists before calling EnsureCreated
2025-08-13 16:13:38 -04:00
9a57cae4bd
fix compatibility issue
2025-08-13 14:55:18 -04:00
e900d2f35a
consolidate Infrastructure interface and implementation classes
2025-08-13 14:44:42 -04:00
8cec847188
upgrade SQLitePCLRaw.bundle_e_sqlite3 package and add logic to release.cmd to remove android and ios client runtimes
2025-08-12 16:36:39 -04:00
e32f55e433
bump version to 6.1.5
2025-08-12 16:08:30 -04:00
6142bfc5db
add InsertData(), UpdateData(), DeleteData() migration methods and improve RewriteValue() abstraction
2025-08-12 14:59:51 -04:00
bf932719b2
follow same pattern as core framework
2025-08-11 17:10:58 -04:00
b3f6194fda
consolidate interface and implementation classes
2025-08-11 16:36:09 -04:00
d7eb0dc509
fix issue with Admin Site Template
2025-08-11 16:22:22 -04:00
4cf1b5c0e7
add missing delete setting API method
2025-08-07 15:07:33 -04:00
30c869ff2a
performance improvement to filter settings in database
2025-08-07 14:30:13 -04:00
39ae6a76cd
Updated Project Refs 9.0.8
...
# SQLitePCLRaw.bundle_e_sqlite3 was not updated.
Oqtane Framework
Project Templates Module and Theme
MAUI solution
2025-08-07 08:09:34 +02:00
7b36f8d122
rolling back to SQLitePCLRaw.bundle_e_sqlite3 version 2.1.11
2025-08-04 17:18:25 -04:00
aa9664e187
improve broken link handling
2025-08-01 10:54:40 -04:00
9607110381
Merge pull request #5449 from sbwalker/dev
...
Resolve issue where visitor cookie was not being added to HttpClient. This was because cookie values cannot contain spaces and therefore need to be Url encoded.
2025-08-01 07:52:25 -04:00
9ae12ff678
Resolve issue where visitor cookie was not being added to HttpClient. This was because cookie values cannot contain spaces and therefore need to be Url encoded.
2025-08-01 07:51:58 -04:00
2bcb8636ca
Merge pull request #5448 from sbwalker/dev
...
log the logout event
2025-07-31 16:23:56 -04:00