6f39ebf48f
fix #3637 - ensure ServerState Scripts only contains site level script resources
2024-01-12 08:19:58 -05:00
d9948e8ee0
resolve module installation issue where ModuleDefinition Version property was not being populated correctly
2023-08-23 09:24:36 -04:00
c1b1cef590
trim dependencies for Themes (related to #3079 )
2023-08-02 14:48:51 -04:00
7a42646bed
Fix #3068 - support microsites in .NET MAUI
2023-08-02 13:55:01 -04:00
9a3b458c45
Package enhancements for Marketplace
2023-07-09 08:36:14 -04:00
3b644338bc
move logic for populating theme control names
2023-06-10 13:35:22 -04:00
10a754642a
ability for non-administrators to edit page settings
2023-06-05 14:33:05 -04:00
0d5c3a3a0c
ability to specify PageTemplates for modules
2023-05-30 15:52:27 -04:00
59d1a47846
add ability to modify Theme Name
2023-05-25 12:56:49 -04:00
95ba87945b
optimize client assembly download service, add support for site level scripts
2023-05-25 12:32:21 -04:00
98c2f012ee
ability to specify if a theme is enabled for a site
2023-05-24 13:09:10 -04:00
e41d9008b3
ability to specify Resources in IModule and ITheme interfaces,, fixed module settings for personalized pages
2023-05-19 18:08:15 -04:00
282a0b0c44
Fix #2382 - Admin pane improvements
2022-09-02 18:10:13 -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
ffcc229c78
support for commercial modules, themes, translations
2021-08-16 09:46:02 -04:00
3bc5744007
improved error handling, improved consistency of console error messages, added ability to add a Decimal column in Migrations
2021-06-18 13:01:42 -04:00
5c21ab37ee
added PackageName property to IModule and ITheme interfaces to allow creators to specify the Nuget package name associated to a specific module/theme. This is necessary for packages which contain multiple extensions.
2021-05-24 08:59:50 -04:00
cbe843bafc
User experience improvements
2021-04-17 19:18:24 -04:00
531cba715e
performance and user experience improvements
2021-02-04 08:54:59 -05: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
01491b063d
Merge pull request #574 from chlupac/OqtaneIgnore
...
OqtaneIgnore implementation fix
2020-06-01 14:58:04 -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
27a3ac8d1c
OqtaneIgnore implementation fix
2020-06-01 09:21:53 +02:00
6402723d2a
addressed consistency between theme loading and moduledefinition loading, added theme detailed UI view
2020-05-29 16:27:02 -04:00
58d97dd731
OqtaneIgnore implementation to theme elements
2020-05-29 16:09:27 +02:00
7d251b20cc
Fix collection of theme information because of improper namespace checks
...
https://github.com/oqtane/oqtane.framework/issues/554
2020-05-28 21:07:30 +02:00
52b2c876a4
performance optimizations to avoid use of reflection ( thanks to @chlupac for this suggestion )
2020-05-19 13:39:39 -04:00
c2ed71ab0d
added classes to all theme controls, added mobile support to Oqtane theme
2020-05-08 17:30:35 -04:00
47f17a589f
implementation of [OqtaneIgnore] class attribute in controls
2020-05-07 21:02:43 +02:00
482747627e
added uninstall support for modules
2020-04-12 20:08:19 -04:00
5a6f939a98
modified ITheme interface ( #344 )
...
* upgrade to .NET Core 3.2 Preview 3 and fixes for issues created by #314
* Components based on Bootstrap4 for Sections and TabStrip to increase productivity and promote uniformity in Module UIs
* rolled back change creating an Infrastructure.Interfaces namespace, modified IModule interface to be strongly typed
* modified ITheme interface
2020-04-05 15:31:54 -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
5b3feaf26f
Server naming fixes and cleanup
...
Server is now completely cleaned up and without warnings
2020-03-15 11:53:24 +01:00
c029e70783
CSS separation, multi-tenancy fixes
2019-10-12 16:32:47 -04:00
83a212e7e3
Refactor host user security model, support static assets in modules and themes, module definition permissions and categories, paging control, remove SiteUsers, move seed data from script to site template for installation
2019-09-19 16:33:48 -04:00
35b9b9e89b
Optimized page reloading
2019-09-16 16:14:17 -04:00
8351ec2d71
Refactored IModule and ITheme interfaces for future compatibility scenarios. Added Permissions property to IModule interface to allow for explicit ordering and custom module permissions.
2019-08-30 22:27:49 -04:00
42c6efbfdb
Dynamic User Roles
2019-08-20 16:43:35 -04:00
b71f007981
Support for third party modules, improved error handling, standardardized enum naming, reorganized interface definitions, support for DB script upgrades, added Settings entity
2019-08-14 09:34:35 -04:00
ce069ed45b
Refactoring authentication to support server-side Blazor using a seamless login flow.
2019-07-15 08:30:03 -04:00
f4aa88a529
Change Skin -> Theme
...
To better align with commonly used terminology in industry renamed all references from Skin -> Theme.
2019-05-12 23:38:58 -05:00