23d14c62a5
remove unique index of TenantId and Name from Site table as site name does not need to be unique. Remove TenantId column from Site table as it is not necessary and should be obtained from the Alias.
2025-12-03 15:28:31 -05:00
fb6e8bb233
add Enhanced Navigation option in Site Settings
2025-11-25 14:43:51 -05:00
8d23d9aba3
allow themes to define usage permissions similar to modules
2025-09-25 13:55:02 -04:00
a9bc356f37
remove hardcoded references to LocalDB
2025-08-29 17:16:42 -04:00
cca0f2219e
fix #5520 - site soft delete should only be visible to Host users
2025-08-21 09:59:15 -04:00
96192e2e06
add additional SSL connection options for SMTP
2025-08-19 13:16:37 -04:00
3bd6767138
only hosts should be allowed to view/edit SMTP settings
2025-08-07 14:42:24 -04:00
f53ed5b13b
use consistent terminology
2025-07-30 10:00:57 -04:00
9f097521f6
fix #5348 - ensure time zones work consistently on all platforms
2025-07-29 08:11:42 -04:00
91c5309855
fix #5372 - add support for sending SMTP emails using OAuth
2025-07-28 10:26:18 -04:00
bb52402a17
feat: handle timezones and conversions with NodaTime
2025-07-09 12:09:00 +02:00
9f18c460d8
add time zone support for sites and users
2025-05-13 09:24:17 -04:00
8d4b30140e
rename Cache service to OutputCache
2025-03-11 11:48:43 -04:00
c0e3483cc7
modify localization text
2025-03-05 10:44:34 -05:00
eab3a753f5
resolves #4899 : output cache for sitemap
2025-03-03 17:54:33 +01:00
f50ba1a91e
Merge branch 'dev' into task/fix-4936
2025-02-28 10:47:24 -05:00
c52ee3d91d
provide option to assign a theme to a site
2025-02-28 10:45:25 -05:00
1ced5c0425
update the cookie consent control.
2025-02-28 23:32:17 +08:00
6dddd8eff8
only allow essential cookies when cookie consent not granted.
2025-02-26 19:41:58 +08:00
05a767c7be
moved file setting to File Management and added Max Chunk Size
2025-02-06 15:10:14 -05:00
6d3092f440
fix #4760 - display update confirmation message in Site Settings
2024-11-22 16:34:35 -05:00
93d4bfcd7a
When displaying Database Type use SQL Server rather than LocalDB to avoid confusion
2024-10-14 16:21:03 -04:00
341ca5a330
add some clarity to the database fields help text
2024-09-30 13:31:57 -04:00
6dedd87305
autocomplete="off" for SMTP Username/Password
2024-09-23 12:19:49 -07:00
247c573a6e
use localized Yes/No values when displaying Site Urls Default? option
2024-08-22 10:53:27 -04:00
8b2e55a969
remove ITextEditorProvider interface
2024-07-22 13:31:24 -04:00
66ffad0b4e
moved Search Provider setting to Search Settings
2024-07-21 08:59:23 -04:00
3e8794db1b
add Search Provider to Site Settings
2024-07-21 08:49:18 -04:00
a4240f972b
add Functionality section to Site Settings
2024-07-21 08:15:51 -04:00
25ea518266
Revert "revert #4250 which disabled prerendering by default for static rendered sites"
2024-07-17 12:12:58 -04:00
e9f6a85cad
revert #4250 which disabled prerendering by default for static rendered sites
2024-07-17 11:20:27 -04:00
4d26468ede
performance optimization to mitigate page bloat caused by Blazor serializing/encrypting state when crossing render mode boundaries
2024-07-16 16:21:35 -04:00
6701e49f9a
move the editor settings into editor self control.
2024-07-02 09:50:53 +08:00
e00c261777
Fix #4358 : RichTextEditor Provider Abstraction.
2024-07-01 17:11:26 +08:00
d57c1e7ff0
revert prerender changes and change default
2024-05-10 16:28:19 -04:00
c597b293b8
modify prerendering UI options
2024-05-09 15:08:52 -04:00
2ae120c878
add support for Auto Prerendering
2024-05-09 14:42:54 -04:00
76680777ff
fix theme fallback to use Oqtane themeinfo resources
2024-02-28 15:53:31 -05:00
0d526a2c4f
improve help text for interactivity
2024-02-26 16:08:44 -05:00
e8a0c693c9
Always reload the page on PageSave()
2024-02-21 12:04:04 -08:00
2b6965f801
allow prerender selection in all scenarios
2024-02-12 09:14:05 -05:00
fce72cad55
Interactivity needs to be selectable regardless of the default render mode
2024-02-09 16:24:30 -05:00
1e332ed075
split RenderMode and Runtime configuration
2024-02-01 09:08:39 -05:00
9a4594227e
use new RenderModes constant
2024-01-31 16:26:35 -05:00
8e499d164a
render mode integration
2024-01-31 15:22:21 -05:00
bfed0ed791
Refactor SaveAlias method and add URL protocol check
...
Restructured the SaveAlias method for improved readability and added a check to handle cases where the _aliasname contains a URL protocol (e.g., "://"). This ensures proper handling of different URL formats.
2024-01-16 10:43:24 -08:00
3cec9f7ee0
fix formatting
2024-01-15 09:59:22 -08:00
3a5dc62908
Sanitize _aliasname by removing protocols
2024-01-15 09:56:11 -08:00
7744099ee5
cleans protocol to check for duplicate alias prior to saving
2024-01-13 13:09:17 -08:00
8ed11cdc07
Adds the comment for client logo refresh boolean
2023-12-23 12:02:58 -08:00