|
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 |
|
|
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 |
|
|
ecacb681b4
|
introduce Resource Declaration and Location properties to offer more resource management options for developers
|
2020-10-19 08:03:04 -04:00 |
|
|
d082c5427b
|
fixed compilation warnings in AuditInfo, fixed issue in ModuleMessage triggered in InstallWizard, fixed PWA JavaScript in ThemeBuilder for all browsers
|
2020-10-18 09:09:18 -04:00 |
|
|
c683de2cda
|
Refactor TenantNames.Master
|
2020-10-16 10:45:13 -05:00 |
|
|
f33fb4d001
|
Factoring out Constants.AdminPane and Constants.HostUser
|
2020-10-16 10:23:17 -05:00 |
|
|
955e7a3856
|
Factored out Contants.*** Role into RoleNames.***
Renamed 'AllUsers' to 'Everyone'
|
2020-10-16 06:22:52 -05:00 |
|
|
0c0916c6ab
|
Fixed build warnings related to ModuleMessage component changes
|
2020-10-05 09:11:47 -04:00 |
|
|
6a7be12758
|
added DefaultAction property to IModule (#765)
|
2020-10-03 15:50:15 -04:00 |
|
|
e934a28c39
|
Merge pull request #770 from PoisnFang/flexible-index-page-in-custom-modules
Allows page to find Custom Index page in Module from Actions Property
|
2020-10-03 15:14:18 -04:00 |
|
|
c2ca55627e
|
comment where index page is specifed if no action
|
2020-10-03 12:12:23 -07:00 |
|
|
bc72e28d11
|
Merge pull request #767 from PoisnFang/fix-pane-div-default-class
add default class 'container' for div in pane to avoid content squishing
|
2020-10-03 14:19:16 -04:00 |
|
|
2a402497cf
|
only add div on admin border
|
2020-10-01 16:02:14 -07:00 |
|
|
5f56bc288b
|
Merge pull request #750 from hishamco/alert-component
Use ModuleMessage component everywhere
|
2020-10-01 10:05:43 -04:00 |
|
|
6e41cd850e
|
allows page to find Custom Index page in Module from Actions Property
|
2020-09-30 22:53:41 -07:00 |
|
|
f70fed66ae
|
add default class 'container' for div in pane to avoid content squishing
|
2020-09-30 16:22:46 -07:00 |
|
|
0044f031aa
|
Set component params instead of SetModuleMessage
|
2020-09-23 11:29:05 +03:00 |
|
|
913ad53302
|
Use ModuleMessage everywhere
|
2020-09-20 15:43:01 +03:00 |
|
|
8196112a59
|
fixed Theme install/uninstall issue, fixed Layout inheritance issue, fixed File server performance issue, cleaned up remaining hardcoded permission strings
|
2020-09-16 15:24:07 -04: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 |
|
|
f515def414
|
Html encode job log messages, add new IModule property to allow modules to specify Runtime support, provide feedback during module content import, remove default EditMode option at the Page level (should be implemented at Module level) - resolves issue where Admin modules could not be deleted, include link to Event Log in AddModuleMessage for Error message type, fixed fallback support for themes in siterouter, integrated auth policy into site templates for Module Creator
|
2020-07-08 19:56:02 -04:00 |
|
|
e7a4c08dea
|
Now also properly routes in admin modules
|
2020-06-30 13:51:48 -07:00 |
|
|
69d639ee42
|
Hot fix for homepage routing
|
2020-06-30 13:42:35 -07:00 |
|
|
5e816ea912
|
Removed anchor property and hash is only set if there is anchor
|
2020-06-30 12:49:56 -07:00 |
|
|
cb2d529689
|
added in GetUrlParameters route to Module Index action
|
2020-06-30 04:16:08 -07:00 |
|
|
c5037e7084
|
Url parameters working on any page, plus queries and anchors
|
2020-06-30 03:41:35 -07:00 |
|
|
fdc39d57fb
|
Module Router Enhancement
Allows for PageVariables through the URL
|
2020-06-27 11:49:24 -07:00 |
|
|
99d99ca6ad
|
upgrade themes to latest Bootstrap, fix breaking change to ThemeBase due to IThemeControl being removed
|
2020-06-19 17:22:26 -04:00 |
|
|
a57e25d3d3
|
add styling to install wizard
|
2020-06-17 11:27:44 -04:00 |
|