|
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 |
|
|
cbcfc88492
|
Add support for Sqlite - Installation path tested but AddSite not supported yet
|
2021-03-23 11:06:18 -07:00 |
|
|
63140bce81
|
Remove admin border after edit
After finish Edit, there's a class "container" which is conflict with Bootstrap that cause an issue on Full-width pane.
|
2021-03-17 19:26:50 +07:00 |
|
|
2fc877a99e
|
fix #1097 - made PWA manifest Urls absolute rather than relative
|
2021-02-10 14:50:06 -05:00 |
|
|
c3e7fa67f3
|
Performance improvement - set IsFixed="true" on ModuleState CascadingValues so that Blazor will not monitor them for changes
|
2021-02-05 09:37:10 -05:00 |
|
|
531cba715e
|
performance and user experience improvements
|
2021-02-04 08:54:59 -05:00 |
|
|
144c33bcab
|
make QueryString parameter keys case insensitive - resolves #992
|
2020-12-12 15:58:58 -05:00 |
|
|
e94069e8a5
|
Localize alert messages in UI
|
2020-12-09 21:17:33 +03:00 |
|
|
35e776b150
|
Fix - return to url during login fail when returnurl contains "/"
|
2020-12-07 21:27:00 +01:00 |
|
|
1968b0283d
|
Merge pull request #967 from hishamco/language-switcher
Add Language switcher
|
2020-12-04 14:53:48 -05:00 |
|
|
9f590b32f7
|
fix #957 related to loading resources within a Settings component
|
2020-12-03 15:19:23 -05:00 |
|
|
20f1a6175f
|
Use cookie everywhere
|
2020-12-03 17:15:08 +03:00 |
|
|
1b3cc2c44e
|
Interop local storage APIs should be generic
|
2020-12-03 13:37:18 +03:00 |
|
|
fd60b40c53
|
Fixes to make site alias, page path, and module action Url resolutions case insensitive. Optimized logic for Settings component which fixed localization rendering issue.
|
2020-12-01 19:36:02 -05:00 |
|
|
330499dda5
|
Use Interop
|
2020-12-02 02:10:01 +03:00 |
|
|
f9a0ecca61
|
Localizer installer page
|
2020-11-20 01:56:25 +03:00 |
|
|
301051898b
|
Merge pull request #916 from hishamco/runtime
Runtime enum should be in Oqtane.Shared
|
2020-11-19 15:37:19 -05:00 |
|
|
3967c7c783
|
Fix #904 - module title not updating in UI after modification
|
2020-11-19 14:22:30 -05:00 |
|
|
322d45dd12
|
Runtime enum should be in Oqtane,Shared
|
2020-11-19 17:33:49 +03:00 |
|
|
bcc00a2dbb
|
fixed regression issue which was preventing proper handling of situations where module assembly is missing
|
2020-11-11 10:19:04 -05:00 |
|
|
07519bccde
|
fixed issue where modulestate was being modified and not treated as a readonly cache
|
2020-11-09 15:35:32 -05:00 |
|
|
8eaa298d8b
|
performance optimization to reduce calls from client to server unless content is changed
|
2020-11-04 15:58:13 -05:00 |
|
|
b4b73b7e5a
|
fixed compatibility issue in .NET5/WebAssembly where assemblies were not being loaded into the default AppDomain, optimized service registration on WebAssembly, fixed spelling mistake for satellite assemblies constant and fixed issue in LocalizableComponent
|
2020-11-03 14:41:49 -05:00 |
|