|
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 |
|
|
5cbb8b1fa3
|
Fix typo for RESX message Message.Required.Smtp
|
2021-08-24 17:05:08 -03:00 |
|
|
fca290f8f5
|
Modifications for Bootstrap 5
Admin section now finished. All Tables now replaced with div
|
2021-07-10 13:37:05 +02:00 |
|
|
cb7d9a0371
|
upgrade to Boostrap 5
|
2021-07-02 20:03:51 -04:00 |
|
|
ba9ca22aaa
|
update to resources
|
2021-06-25 16:34:30 -04:00 |
|
|
ae0edcfd2d
|
create default rex files with static keys
|
2021-06-18 14:45:38 -04:00 |
|
|
d82fc8be90
|
added IsClickable Page property #1092, improve validation in Role Management, display database information in SQL Management, improve HttpClient header support
|
2021-06-10 20:10:46 -04:00 |
|
|
4bee097e66
|
fix Site Settings issue
|
2021-06-10 10:55:59 -04:00 |
|
|
bc720555c4
|
refactoring, enhancements, and some fixes
|
2021-06-10 08:16:02 -04:00 |
|
|
900ea8cfbc
|
allow host to view tenant information in Site Settings
|
2021-06-06 10:36:13 -04:00 |
|
|
69c948ad79
|
misc site settings UX fixes
|
2021-06-04 08:42:33 -04:00 |
|
|
a5de639d15
|
optimizing tenant resolution and routing
|
2021-05-10 17:45:39 -04:00 |
|
|
cbe843bafc
|
User experience improvements
|
2021-04-17 19:18:24 -04:00 |
|
|
af5f79d343
|
fix dropdown list UX behavior where there is a default option
|
2021-04-01 17:58:59 -04:00 |
|
|
58c84da9c9
|
add ability to test SMTP connection in Site Settings
|
2021-04-01 09:44:07 -04:00 |
|
|
60d685416d
|
Fixed site Favicon not saving
The saved function for the favicon was not there
|
2021-02-19 13:09:29 +00:00 |
|
|
531cba715e
|
performance and user experience improvements
|
2021-02-04 08:54:59 -05:00 |
|
|
1276c0269e
|
add SMTP sender email
|
2021-01-07 15:06:48 -05:00 |
|
|
778f9cb356
|
added better validaton and user feedback related to SMTP configuration
|
2021-01-05 16:57:36 -05:00 |
|
|
a29d7b524c
|
Localize alert messages in admin pages
|
2020-12-09 21:12:00 +03:00 |
|
|
e94741d049
|
Localize site settings page
|
2020-11-18 00:17:16 +03:00 |
|
|
760fc3b8d4
|
Ensure folder does not contain files during deletion and remove directory during deletion, fix validation issue in add page which would allow a user to create a page without selecting a layout, modify action dialog to use its own CSS class name so it can be styled independently from the Admin Modal, rollback "container" CSS class assigment on panes
|
2020-08-26 15:00:07 -04:00 |
|
|
62a6b5f28a
|
Allow scheduled jobs to set next execution date, fix issue in site settings where logo field was not being populated, fixed compositing issue where deleted modules were being rendered.
|
2020-07-22 16:09:39 -04:00 |
|
|
1b7ca45d4a
|
Added support for friendly names and thumbnails in theme, layout, and container components. Added fallback support during loading for themes, layout, and containers.
|
2020-06-01 14:58:46 -04:00 |
|
|
f45cb8b069
|
fix theme selection in sites
|
2020-05-31 22:56:19 -04:00 |
|
|
7d21cfefc1
|
restrict container selection to the current theme, hide layout selection if theme does not support layouts, make behavior consistent for all theme/layout/container selection
|
2020-05-31 22:53:11 -04:00 |
|
|
cbcec0481a
|
removed "Select Container, Theme, Layout" options
|
2020-05-24 19:12:47 -07:00 |
|
|
5e04cb18a4
|
File Manager Tune-up
|
2020-05-15 08:18:07 +02:00 |
|
|
c394c6ea7a
|
Resolved authentication issue #441 related to alias refactoring #439, fixed breaking change in .NET Core 3.2 related to Blazor WebAssembly identification
|
2020-05-05 16:28:50 -04:00 |
|
|
a02cfea6c9
|
improve performance of alias handling and allow aliases to be an unlimited number of subfolders in depth
|
2020-05-05 09:15:36 -04:00 |
|
|
89066ecfd0
|
help text update
|
2020-04-10 21:49:57 -04:00 |
|
|
5af6f7a52d
|
Namespace Fix undo (#340)
|
2020-04-04 14:06:24 -04:00 |
|
|
71bd3a8d6a
|
Namespace fix (#335)
|
2020-04-03 17:18:33 -04:00 |
|
|
6fa2a38f36
|
Fix regression bugs (#334)
|
2020-04-03 16:37:02 -04:00 |
|