sbwalker
6d3092f440
fix #4760 - display update confirmation message in Site Settings
2024-11-22 16:34:35 -05:00
sbwalker
93d4bfcd7a
When displaying Database Type use SQL Server rather than LocalDB to avoid confusion
2024-10-14 16:21:03 -04:00
sbwalker
341ca5a330
add some clarity to the database fields help text
2024-09-30 13:31:57 -04:00
Cody
6dedd87305
autocomplete="off" for SMTP Username/Password
2024-09-23 12:19:49 -07:00
sbwalker
247c573a6e
use localized Yes/No values when displaying Site Urls Default? option
2024-08-22 10:53:27 -04:00
sbwalker
8b2e55a969
remove ITextEditorProvider interface
2024-07-22 13:31:24 -04:00
sbwalker
66ffad0b4e
moved Search Provider setting to Search Settings
2024-07-21 08:59:23 -04:00
sbwalker
3e8794db1b
add Search Provider to Site Settings
2024-07-21 08:49:18 -04:00
sbwalker
a4240f972b
add Functionality section to Site Settings
2024-07-21 08:15:51 -04:00
Shaun Walker
25ea518266
Revert "revert #4250 which disabled prerendering by default for static rendered sites"
2024-07-17 12:12:58 -04:00
sbwalker
e9f6a85cad
revert #4250 which disabled prerendering by default for static rendered sites
2024-07-17 11:20:27 -04:00
sbwalker
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
Ben
6701e49f9a
move the editor settings into editor self control.
2024-07-02 09:50:53 +08:00
Ben
e00c261777
Fix #4358 : RichTextEditor Provider Abstraction.
2024-07-01 17:11:26 +08:00
sbwalker
d57c1e7ff0
revert prerender changes and change default
2024-05-10 16:28:19 -04:00
sbwalker
c597b293b8
modify prerendering UI options
2024-05-09 15:08:52 -04:00
sbwalker
2ae120c878
add support for Auto Prerendering
2024-05-09 14:42:54 -04:00
sbwalker
76680777ff
fix theme fallback to use Oqtane themeinfo resources
2024-02-28 15:53:31 -05:00
sbwalker
0d526a2c4f
improve help text for interactivity
2024-02-26 16:08:44 -05:00
Cody
e8a0c693c9
Always reload the page on PageSave()
2024-02-21 12:04:04 -08:00
sbwalker
2b6965f801
allow prerender selection in all scenarios
2024-02-12 09:14:05 -05:00
sbwalker
fce72cad55
Interactivity needs to be selectable regardless of the default render mode
2024-02-09 16:24:30 -05:00
sbwalker
1e332ed075
split RenderMode and Runtime configuration
2024-02-01 09:08:39 -05:00
sbwalker
9a4594227e
use new RenderModes constant
2024-01-31 16:26:35 -05:00
sbwalker
8e499d164a
render mode integration
2024-01-31 15:22:21 -05:00
Cody
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
Cody
3cec9f7ee0
fix formatting
2024-01-15 09:59:22 -08:00
Cody
3a5dc62908
Sanitize _aliasname by removing protocols
2024-01-15 09:56:11 -08:00
Cody
7744099ee5
cleans protocol to check for duplicate alias prior to saving
2024-01-13 13:09:17 -08:00
Cody
8ed11cdc07
Adds the comment for client logo refresh boolean
2023-12-23 12:02:58 -08:00
Cody
006cd1ee89
Refresh Page On Client After Saving Changed Logo
2023-12-23 11:26:57 -08:00
Cody
49f7ee6042
change to reload from refresh to update site logo
2023-12-23 09:25:02 -08:00
Cody
9612e4d4e9
Removes unnecessary logo refresh logic.
2023-12-22 10:30:28 -08:00
Cody
4b938db0c1
refresh = true when logo is updated
2023-12-22 10:28:14 -08:00
Cody
dd2a698147
Refreshes settings page if logo changes.
2023-12-20 14:17:23 -08:00
sbwalker
0de62f620d
remove spaces from file extensions
2023-12-19 14:30:18 -05:00
sbwalker
86feaff82f
handle loading/saving of File Extensions
2023-12-19 07:39:48 -05:00
sbwalker
6621983a9c
HTML encode notifications sent by non-admins to prevent HTML injection
2023-12-13 10:07:21 -05:00
sbwalker
b979203e12
modify #3528 so that it only saves the ImagesFiles and UploadableFiles if they are different than the default - otherwise it sets them to blank. This provides forward compatibility if the default values are updated in future framework versions.
2023-12-12 13:51:41 -05:00
sbwalker
2e4656ae8b
added HybridEnabled field to Site table to indicate if .NET MAUI hybrid applications can be integrated
2023-12-04 16:35:03 -05:00
Leigh Pointer
daeb76df11
Corrected the IsPrivate
2023-12-04 17:26:37 +01:00
Leigh Pointer
7035f4cc1f
File Extension management - site wide.
...
I have added to the site settings file extension management.
The Constants remain for backward compatibility.
If the extensions are not updated then the Constant will be used.
2023-12-01 21:09:33 +01:00
Shaun Walker
768066db58
Merge pull request #3525 from leigh-pointer/Retention
...
Retention controls and data should be number / int not string
2023-12-01 12:19:48 -05:00
Leigh Pointer
886b63e55b
Retention controls and data should be number / int not string
...
The Retention input controls in Log, Visitors and Notifications allowed text to be saved. Modified all controls to accept only number.
2023-12-01 18:05:52 +01:00
sbwalker
ad66d14a1b
remove Blazor Hybrid from Hosting Models selection as it is not actually a hosting model
2023-11-30 17:18:37 -05:00
sbwalker
4a20be8b34
capitalize
2023-09-05 11:28:36 -04:00
sbwalker
138c01aef8
display Site Guid in Site Settings
2023-09-05 11:27:17 -04:00
sbwalker
e91db18677
allow an administratot to browse to the SiteMap, handle default module panes and ordering for PageTemplates, allow trial products to be purchased
2023-09-01 12:14:04 -04:00
alikoli
8fbbbce4ec
Fix missing translations part 2
2023-08-10 01:52:46 +02:00
Leigh Pointer
fecee7a12b
Translation for thread #3094
...
Updated the Missing or incorrect keys
2023-08-08 13:30:10 +02:00