|
4a20be8b34
|
capitalize
|
2023-09-05 11:28:36 -04:00 |
|
|
138c01aef8
|
display Site Guid in Site Settings
|
2023-09-05 11:27:17 -04:00 |
|
|
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 |
|
|
8fbbbce4ec
|
Fix missing translations part 2
|
2023-08-10 01:52:46 +02:00 |
|
|
fecee7a12b
|
Translation for thread #3094
Updated the Missing or incorrect keys
|
2023-08-08 13:30:10 +02:00 |
|
|
13b17d91a9
|
fix Section component localizatioon
|
2023-08-07 17:11:17 -04:00 |
|
|
03bd88a2d5
|
improve helptext for Aliases
|
2023-06-28 12:44:00 -04:00 |
|
|
2a5713ed67
|
restrict to a single theme per site
|
2023-06-22 11:32:03 -04:00 |
|
|
a10db462eb
|
allow PNG and GIF for favicon specification
|
2023-06-12 12:00:25 -04:00 |
|
|
0d5c3a3a0c
|
ability to specify PageTemplates for modules
|
2023-05-30 15:52:27 -04:00 |
|
|
6f0a6c7f69
|
clarify scroll method name
|
2023-05-26 07:41:49 -04:00 |
|
|
4ad5522f9e
|
add module base class method for ScrollToTop
|
2023-05-26 07:39:06 -04:00 |
|
|
261adefbc7
|
added ability to disable SMTP and set IsBodyHtml by default
|
2023-05-25 15:19:05 -04:00 |
|
|
98c2f012ee
|
ability to specify if a theme is enabled for a site
|
2023-05-24 13:09:10 -04:00 |
|
|
20c7bf3c48
|
add support for body content
|
2023-05-22 15:02:36 -04:00 |
|
|
7336417634
|
handle id attribute automatically for headcontent inline scripts
|
2023-05-18 08:26:51 -04:00 |
|
|
5da4dadc31
|
allow HeadContent to support script tags
|
2023-05-17 17:13:08 -04:00 |
|
|
8d2f644177
|
added HeadContent property to Site and replaced Meta property on Page with HeadContent property.
|
2023-05-16 16:23:07 -04:00 |
|
|
789baf99ff
|
Fix for #2728 Toggle Password button focus
Added tabindex="-1" to the Button control so that focus is not received and passed the the following control.
|
2023-04-05 07:51:32 +02:00 |
|
|
4eb15d4806
|
include Site Map field in Site Settings
|
2023-03-11 17:42:37 -05:00 |
|
|
2b41909d47
|
#2618 - add backward compatibility for permissions optimizations
|
2023-03-02 15:34:42 -05:00 |
|
|
f2df8e96db
|
fix #2567 - migrate tenant connection string details from database to appsettings.json
|
2023-02-23 16:29:15 -05:00 |
|
|
2a12744cd5
|
added toggle to show/hide connection string in Site Settings
|
2023-02-08 08:29:50 -05:00 |
|
|
ea463a6548
|
fix #2534 - added Relay Configured site setting to enable sending from users email address
|
2023-01-09 16:37:06 -05:00 |
|
|
e136972cd7
|
add support for API permissions at the UI layer - including ability to delegate user, role, profile management
|
2023-01-09 11:38:25 -05:00 |
|
|
368b900a6e
|
fix #2464 - translation install/upgrade experience
|
2022-10-20 13:16:18 -04:00 |
|
|
56c082cb26
|
trim list of pages allowed to be Home Page
|
2022-08-16 08:42:47 -04:00 |
|
|
4084b352de
|
added ability to specify a site home page, updated default template content to include .NET MAUI
|
2022-08-15 17:01:20 -04:00 |
|
|
468df15d80
|
add Site option for specifying a Hosting Model of Blazor Hybrid
|
2022-08-15 09:30:36 -04:00 |
|
|
02d1838547
|
FIx issue with redirect after site delete and remove tenant if it is empty
|
2022-06-28 08:17:06 -04:00 |
|
|
2771f0301a
|
Fix #2249 Fix #2250 - issues with site deletion
|
2022-06-27 13:45:42 -04:00 |
|
|
8882e19ec5
|
allow multiple aliases to be defined as default
|
2022-06-18 09:18:23 -04:00 |
|
|
e4c648ee92
|
completed antiforgery implementation, improved external login claim mapping, principal construction, and user experience
|
2022-04-22 17:54:20 -04:00 |
|
|
423ee04879
|
Fix #2128 - site settings validation issue when logged in as Administrator (not Host)
|
2022-04-14 08:30:55 -04:00 |
|
|
06e25e04f8
|
hide/show secure fields
|
2022-03-31 09:00:13 -04:00 |
|
|
0fba385b9e
|
Enhanced Purge Job to include retention policy for Notifications
|
2022-02-24 12:37:06 -05:00 |
|
|
938bcb2b62
|
Added more constructors for convenience in creating Notification objects. Refactored to use the new constructors where applicable. Fixed localization key issue in Site Settings and added scroll to top when testing SMTP.
|
2022-02-24 09:01:44 -05:00 |
|
|
11002efc02
|
hide deleted pages in Admin Dashboard, impove Settings API by replacing IsPublic with IsPrivate, isolate Setting updates to not affect PageState, make Pager horizintally scrollable on narrow viewports, improve LocalizableComponent to support embedded controls
|
2022-01-14 13:26:24 -05:00 |
|
|
9e04230d99
|
added interop method for setting scroll position, persisted RemoteIPAddress in PageState so it is available on Blazor Server, added support for forwarded headers from load balancers and proxy servers, replaced DateTime.Now references DateTimeUtcNow for consistency, fixed issue where upgrade logic was being executed for prior version
|
2022-01-13 07:18:37 -05:00 |
|
|
07718f0449
|
add option to Control Panel to specify module visibility
|
2022-01-08 08:44:18 -05:00 |
|
|
f7c1e7b706
|
alias management improvements
|
2022-01-06 13:37:29 -05:00 |
|
|
f54d07548e
|
separate PWA service worker script from manifest script
|
2021-12-23 09:46:03 -05:00 |
|
|
c21a097fd2
|
added support for default alias specification, alias auto registration, alias redirect, alias line break delimiters
|
2021-12-22 15:43:59 -05:00 |
|
|
6a2ff369ea
|
Add support for IsPublic to all Setting types, enable Url Mapping for internal links
|
2021-12-18 10:35:22 -05:00 |
|
|
9c32937c83
|
added support for url mapping and viitors
|
2021-12-09 08:48:56 -05:00 |
|
|
a216e2b92e
|
Additional properties added to Route model to improve abstraction, modified Site Settings to support settings moved to the server.
|
2021-12-02 16:33:16 -05:00 |
|
|
306b78b526
|
Added ability for Runtime and RenderMode to be set per Site - enabling the framework to support multiple hosting models concurrently in the same installation. Fixed WebAssembly Prerendering issue (this also resolved the issue where the component taghelper was not passing parameters correctly to the app when running on WebAssembly). Fix #1702 - remove web,config from upgrade package.
|
2021-10-05 14:32:05 -04:00 |
|
|
467b6ba9da
|
site validation
|
2021-09-15 19:10:14 -04:00 |
|
|
7b105107cc
|
Merge pull request #1630 from sbwalker/dev
fix #1617 convert line break to comma when saving aliases, improve license acceptance user experience
|
2021-08-27 08:11:54 -04:00 |
|
|
bb75242a4f
|
fix #1617 convert line break to comma when saving aliases, improve license acceptance user experience
|
2021-08-27 08:17:48 -04:00 |
|