|
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 |
|
|
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 |
|
|
ac67d88e74
|
fix logic which sometimes results in System.InvalidOperationException: The value of IsFixed cannot be changed dynamically
|
2021-10-01 15:58:17 -04:00 |
|
|
aeb599867c
|
Allow root page paths (rather than specifying a magic "home" string). More UX improvements to FileManager and Pager.
|
2021-10-01 11:28:48 -04:00 |
|
|
005843ef2d
|
Use ComponentTagHelper parameters on Blazor Server for passing state to allow pre-rendering to function properly ( ComponentTagHelper parameters do not work on Blazor WebAssembly - likely a .NET 5 bug )
|
2021-09-23 17:16:51 -04:00 |
|
|
5071cf4752
|
modify method for determining Runtime in SiteRouter as ComponentTagHelper "param-" appears to only work on Blazor Server - not on WebAssembly
|
2021-09-21 12:48:15 -04:00 |
|
|
b5bba1fd11
|
improved method for determining Runtime in SiteRouter
|
2021-09-17 09:06:27 -04:00 |
|
|
898b908c1b
|
Added support for File descriptions, Folder capacity and image sizes. Added image resizing capability using ImageSharp - implemented in user profile. Added parameter to disable image preview in FileManager component. Overhauled Pager component and added Columns parameter for Grid mode. Populated PageState.User.IsAuthenticated in SiteRouter. Added support for zero price commercial extentions.
|
2021-09-15 08:02:55 -04:00 |
|
|
14fbc3a5b4
|
fix #1647 - module reordering on page issue
|
2021-09-10 13:12:00 -04:00 |
|
|
39ccc30680
|
fix Type label in Add Folder UI, make Profile description required, fix misc Bootstrap 5 cosmetic issues, fix #1618 Alias case sensitivity in router, fix File add and update methods so they return Url, fix UrlCombine helper method to use proper slash, enhance package installation to support commercial options
|
2021-08-26 18:20:58 -04:00 |
|
|
eea417ff44
|
added logging for startup issues
|
2021-07-01 07:37:03 -04:00 |
|
|
52bcdb12c5
|
package management modifications
|
2021-06-24 18:02:01 -04:00 |
|
|
f7363504c2
|
Merge branch 'dev' into dev
|
2021-06-18 15:35:20 -04:00 |
|
|
ae0edcfd2d
|
create default rex files with static keys
|
2021-06-18 14:45:38 -04:00 |
|
|
72ff6fa0e7
|
improvements to refresh logic, module template enhancements
|
2021-06-16 16:31:02 -04:00 |
|
|
cec24e7446
|
improve multi-tenancy navigation
|
2021-06-16 08:30:41 -04:00 |
|
|
bc720555c4
|
refactoring, enhancements, and some fixes
|
2021-06-10 08:16:02 -04:00 |
|
|
6f981e0928
|
revert unnecessary code change in router
|
2021-05-19 09:15:05 -04:00 |
|
|
09537ab0e4
|
auth improvements related to multi-tenancy
|
2021-05-19 08:46:02 -04:00 |
|
|
1efd623a99
|
Adding new DatabaseConfig components in the Client project for supported Databases to avoid deploying server dlls to client
|
2021-04-27 15:35:10 -07:00 |
|
|
40f8436947
|
Merge pull request #1239 from cnurse/dev
Implement Database Migrations and add Multi-Database Support
|
2021-04-19 21:11:11 -04:00 |
|
|
74c403cef1
|
Merge remote-tracking branch 'upstream/dev' into dev
|
2021-04-19 11:08:35 -07:00 |
|
|
cbe843bafc
|
User experience improvements
|
2021-04-17 19:18:24 -04:00 |
|
|
d05747af1e
|
enhanced ModuleActions component to display panes in a submenu, added more containers to Oqtane theme, added more panes to MultiPane layout, added module outline in edit mode to distinguish modules in panes, consolidated to use a single default AdminPane named "Content", fixed bug related to custom Admin Container behavior
|
2021-04-06 17:45:11 -04:00 |
|
|
61b73060e5
|
login form validation
|
2021-04-02 16:14:02 -04:00 |
|
|
58c84da9c9
|
add ability to test SMTP connection in Site Settings
|
2021-04-01 09:44:07 -04:00 |
|
|
bd48e1d8f1
|
if running on WebAssembly reload the client application if the server application is restarted
|
2021-03-31 15:39:01 -04:00 |
|
|
2fb63e8117
|
Added suuport to inject an IOqtaneDatabase in EntityBuilders to allow each Database to control certain Migration behaviors. Also updated Installer to dynamically build Database Configuration section
|
2021-03-27 11:16:16 -07:00 |
|
|
3a032f401a
|
Added IDatabase interface and refactored to use it to handle database type - updated Installer to dynamically add databases to selector
|
2021-03-24 11:45:44 -07:00 |
|