f739db1e42
Enhance Settings API for public Site Settings. Added Settings to Site model by default. Added new parameters to Login and UserProfile components. Enhanced Oqtane Theme settings to use new component parameters. Enhanced image download and resizing logic.
2021-09-20 17:15:52 -04:00
d5bfe7cfbd
Merge pull request #1673 from sbwalker/dev
...
Enhance Settings API for public Site Settings. Added Settings to Site model by default. Added new parameters to Login and UserProfile components. Enhanced Oqtane Theme settings to use new component parameters. Enhanced image download and resizing logic.
2021-09-20 17:09:52 -04:00
423a42d25b
fixed invalid XML comment
2021-09-15 17:07:40 +02: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
53e5728ad2
fix #1640 to resolve issue with server prerendering, upgrade Installer to Bootstrap5, add more defensive logic and logging to DatabaseManager, fix file logger issue, update Pager to use Bootstrap5 pagination, add expiry date support for commercial extensions
2021-09-10 08:24:05 -04:00
07165ce68d
add support for trial periods
2021-09-03 15:24:51 -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
ffe724b32d
add support for free/paid in module, theme, translation installation
2021-08-13 15:56:22 -04:00
e4201c1a4d
allow host username to be specified during installation, allow user to be added to host role, refresh user list after delete, improve date/time entry in scheduled jobs, require license acceptance during module and theme install
2021-08-06 12:59:56 -04:00
1cc16a7ed4
update install wizard to Bootstrap 5
2021-07-19 16:49:31 -04:00
a79535d7d1
prepare for 2.2.0 release
2021-07-05 15:22:24 -04:00
eea417ff44
added logging for startup issues
2021-07-01 07:37:03 -04:00
9e004f5b3c
add ability to register for updates
2021-06-27 08:48:18 -04:00
bfafffd8cb
add search to package manager components
2021-06-23 13:00:44 -04:00
c4e6a4af49
fix remaining default resx differences, enhance module message with ability to dismiss, fix issue in ConfigManager.RemoveSetting, introduce package registry service
2021-06-22 14:14:46 -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
d32b622f7e
allow order to be defined in page templates
2021-06-16 17:24:45 -04:00
8f944e29ac
set the DefaultDBType as the default database option in the Installer and Add Site UI
2021-06-11 08:43:46 -04:00
d82fc8be90
added IsClickable Page property #1092 , improve validation in Role Management, display database information in SQL Management, improve HttpClient header support
2021-06-10 20:10:46 -04:00
bc720555c4
refactoring, enhancements, and some fixes
2021-06-10 08:16:02 -04:00
060f764da7
separated updater from main solution
2021-06-03 08:37:56 -04:00
8dfe8eba27
fix issue in theme creator
2021-06-01 15:49:06 -04:00
3c48657e73
version all DLLs and packages consistently and fix all deprecated iconurl warnings
2021-06-01 12:30:21 -04:00
ddd657bfa7
added metadata support for Module and Theme templates
2021-05-31 11:59:19 -04:00
d73e1d21c7
prepare for 2.1.0 release
2021-05-29 13:00:36 -04:00
fbce6c7248
automate the 2.1.0 upgrade
2021-05-27 16:18:45 -04:00
50ac9236af
move database projects into their own solution to keep the streamline main solution
2021-05-26 17:46:08 -04:00
c07e766e57
add support for public content folders
2021-05-26 12:01:35 -04:00
1d171d2e56
Merge pull request #1400 from 2sic-forks/dev
...
More documentation - almost all Models done #1382
2021-05-26 07:31:16 -04:00
bcff9caf5c
More documentation - almost all Models done
...
https://github.com/oqtane/oqtane.framework/issues/1382
Should not contain any code changes, just docs
2021-05-26 00:01:22 +02:00
9c0cef870c
Merge AppVersions information into EFMigrationsHistory table
2021-05-25 12:17:44 -07:00
723002968a
remove Microsoft.EntityFrameworkCore.Relational from Oqtane.Shared as it is no longer needed
2021-05-24 16:43:17 -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
d69ceecb41
Merge pull request #1388 from sbwalker/dev
...
implemented Label component in Installer for consistency and removed redundant logic
2021-05-23 11:13:42 -04:00
63378e1654
implemented Label component in Installer for consistency and removed redundant logic
2021-05-23 11:17:23 -04:00
f533279dec
Merge branch 'oqtane:dev' into dev
2021-05-21 18:30:03 +02:00
074b998bbc
Document most models
2021-05-21 18:28:21 +02:00
e4b12aa87f
Document most core interfaces
2021-05-21 18:28:14 +02:00
47c04dc150
Convert Database projects so they build installable Packages rather than deploy to bin and modify installation to deploy Databases on demand as needed.
2021-05-20 12:39:09 -07:00
09537ab0e4
auth improvements related to multi-tenancy
2021-05-19 08:46:02 -04:00
c036a9d11f
Remove DbConfig and new constructors on DbContextBase and refactor Migrations to use explcit generation of IOqtaneDatabase instance
2021-05-12 15:17:40 -07:00
92dd8354ba
Switch DBType to use the fully-qualified type name rather than a simple name
2021-05-12 10:22:17 -07:00
4ffdcf1e52
Remove dependency of Oqtane.Server on SqlClient
2021-05-11 13:56:49 -07:00
a5de639d15
optimizing tenant resolution and routing
2021-05-10 17:45:39 -04:00
9037f49680
Merge pull request #1294 from cnurse/dev
...
Adding new DatabaseConfig components in the Client project for supported Databases
2021-04-28 15:30:22 -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
a531a235a0
Make version static-readonly
...
https://github.com/oqtane/oqtane.framework/issues/1283
2021-04-26 13:51:37 +02:00
f9f0999315
Merge pull request #1260 from hishamco/supported-cultures
...
Remove supported cultures entry from appsettings.json
2021-04-20 17:14:21 -04:00
8f5beaf3fe
Fix bug with installs due to missing Migrations
2021-04-20 10:58:26 -07:00