|
7fe4577158
|
Routes with Module ID and no Action can be displayed on any page regardless of whether a PageModule record exists (ie. Admin Dashboard)
|
2023-04-11 10:21:37 -04:00 |
|
|
8985dcb4c0
|
fix #2736 - UI not loading correct module instance in scenarios where a module exists on multiple pages
|
2023-04-10 08:37:35 -04:00 |
|
|
fc114dc5db
|
include documentation to explain logic
|
2023-03-08 12:11:11 -05:00 |
|
|
7107d844e1
|
fix #2640 - system should remain in edit mode when editing a page
|
2023-03-08 11:50:30 -05:00 |
|
|
2b41909d47
|
#2618 - add backward compatibility for permissions optimizations
|
2023-03-02 15:34:42 -05:00 |
|
|
7db6b82a1a
|
add defensive logic to querystring parser to handle duplicate parameters
|
2023-02-15 15:21:50 -05:00 |
|
|
0883a8dbff
|
optimize Split() statements for consistency
|
2023-02-08 16:51:45 -05:00 |
|
|
56e4dcc11e
|
fix #2578 - error notification sent via email includes direct link to specific log item, however redirect was causing an infinite loop. This resolves the problem and also preserves url querystring parameters during login/logout.
|
2023-02-06 16:44:25 -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 |
|
|
3de98873d6
|
fix #2502 - invalid logic checking querystring parameter
|
2022-11-23 11:26:23 -05:00 |
|
|
075a09f0df
|
fix JS Interop methods for includeScript and includeMeta
|
2022-11-10 14:19:31 -05:00 |
|
|
c5b632cb24
|
Enhance SyncManager to raise events which can be handled on the server within hosted services. Raise create, update, delete events for all major entities. Include support for refresh and reload events to synchronize client state. Move client state cache invalidation to a hosted service to separate concerns and demonstrate events.
|
2022-10-04 19:20:02 -04:00 |
|
|
b7a3713946
|
Fix #2439 - ensure resource urls are constructed consistently on client and server
|
2022-09-28 09:43:02 -04:00 |
|
|
06812d5df8
|
improve BaseUrl handling for MAUI, replace ContentUrl with FileUrl and improve file server
|
2022-09-21 13:38:21 -04:00 |
|
|
654352827e
|
refactor IndexedDB interop functions
|
2022-09-13 07:42:27 -04:00 |
|
|
23ae4b01cb
|
remove unnecessary using statements
|
2022-09-12 14:54:31 -04:00 |
|
|
b8e2c729c1
|
cache assemblies in IndexedDB on WebAssembly
|
2022-09-12 14:46:46 -04:00 |
|
|
dd170bb41a
|
more changes to support Default pane
|
2022-09-05 15:49:38 -04:00 |
|
|
282a0b0c44
|
Fix #2382 - Admin pane improvements
|
2022-09-02 18:10:13 -04:00 |
|
|
99d4d75d8e
|
Improvements to richtexteditor to allow file management in raw html editor. Also allow disabling of raw html editor which can be utilized via new setting in Html/Text module.
|
2022-08-19 15:32:30 -04:00 |
|
|
c7edc28bd9
|
improve support for module content editors
|
2022-08-16 17:25:46 -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 |
|
|
8bca345b45
|
optimize site router
|
2022-08-14 11:22:39 -04:00 |
|
|
3cf7153f44
|
resolve issue with deleted pages and modules caused by refactoring
|
2022-08-12 18:02:45 -04:00 |
|
|
3c6ebd7742
|
performance improvements to reduce http and database interactions
|
2022-08-12 16:47:51 -04:00 |
|
|
4cae3f02ed
|
add ability to dynamically set module title and visible from components
|
2022-08-12 13:05:48 -04:00 |
|
|
fc6a794714
|
add support for preserving state when loading admin components
|
2022-08-12 10:43:00 -04:00 |
|
|
f96129fa37
|
Blazor Hybrid / .NET MAUI support
|
2022-08-11 17:09:32 -04:00 |
|
|
f97a6a2bee
|
Added version to Language Management, improved framework performance by loading languages into PageState, include all supported cultures and allow Administrator to add any language to a site regardless of translation availability, fix translation upgrade issue
|
2022-07-16 09:59:47 -04:00 |
|
|
d3c40a7e8b
|
fix #2172 - File Upload issue caused by JS Interop not passing AntiForgery token in POST methid
|
2022-05-04 17:14:45 -04:00 |
|
|
a3ff9373a2
|
enhance UserRole service with filtering and moved workload to server for better performance, improve error message details during installation
|
2022-04-29 21:39:11 -04:00 |
|
|
e4c648ee92
|
completed antiforgery implementation, improved external login claim mapping, principal construction, and user experience
|
2022-04-22 17:54:20 -04:00 |
|
|
6dc1d42d90
|
fix #2125 - cannot login using WebAssembly, remove granular 404 logging as it is already managed by url mapping, make IModule ReleaseVersions optional when using EF Core migrations
|
2022-04-13 19:27:12 -04:00 |
|
|
042083c0e7
|
fix logic issue in url mapping, improve 404 handling, add property change component notifications
|
2022-04-04 17:16:12 -04:00 |
|
|
6b100cf70b
|
fix installation CSS issue
|
2022-04-02 09:29:12 -04:00 |
|
|
0fcf1c2732
|
filter deleted pages and modules in the router, provide support for cascading aspect of style sheets, replace ResourceDeclaration concept with ResourceLevel
|
2022-03-31 21:05:58 -04:00 |
|
|
f964e0e502
|
added router support for url fragments, added language attribute to HTML document tag to improve validation, fixed Theme Settings so they can only be invoked via the Control Panel, added support for webp image files
|
2022-01-22 19:34:30 -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 |
|
|
5aecc4be03
|
remove invalid app tag, fix page title not being set on first render
|
2022-01-11 15:07:54 -05:00 |
|
|
4ade58da01
|
Fixed first render css bug
Fixed the bug that CSS could not be render when the module was loaded for the first
|
2022-01-10 16:06:48 +08:00 |
|
|
6af5682548
|
increment copyright date to 2022, allow scheduled jobs to support weekly interval, improve dynamic image generation, add defensive logic to router
|
2022-01-05 14:28:42 -05:00 |
|
|
eeff4af167
|
make Url Mappings relative rather than absolute
|
2022-01-03 10:56:13 -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 |
|
|
43d166fb7d
|
Route parsing abstraction and optimization, site router performance improvements, migrate site-based concepts (favicon, PWA support) to server for performance and prerendering benefits, move ThemeBuilder interop logic to OnAfterRenderAsync, upgrade SqlClient to release version, update installer to Bootstrap 5.1.3
|
2021-12-01 08:22:59 -05:00 |
|
|
19be77ed49
|
refactored ErrorBoundary implementation to support logging
|
2021-11-22 16:11:44 -05:00 |
|
|
b40ee19735
|
ErrorBoundary
|
2021-11-17 11:22:24 +01:00 |
|
|
a16040a595
|
remove unnecessary cascading parameter to improve efficiency
|
2021-11-05 09:03:12 -04:00 |
|
|
d3f3359f66
|
fix #1745 - error on WebAssembly when logging out
|
2021-11-04 08:06:28 -04:00 |
|
|
7bfc0998fd
|
fix #1713 - link to home path displays login page
|
2021-10-26 08:30:50 -04:00 |
|