Shaun Walker
|
3d0cbdd1a7
|
expand Url column in Visitor and UrlMapping to accomodate maximum url size of 2048 characters
|
2022-02-22 10:01:52 -05:00 |
|
Shaun Walker
|
5aed64f614
|
fixed #1989 - installation on SQLite failing due to DropColumn, fixed #1986 - IClientStartup not getting called for External Modules, added ability to correlate new visitors by IP address
|
2022-02-10 08:05:55 -05:00 |
|
Shaun Walker
|
c635351a12
|
resolved UI error when closing Event Log and Visitor Management, made button class consistent in Recycle Bin, refactored RichTextEditor, made use of ConfigManager consistently throughout framework, added support for deleted Sites, removed reference to Runtime in Startup as it is now set per Site, added versioning to Html/Text, added Meta tag support to Page Management
|
2022-02-06 12:19:42 -05:00 |
|
Shaun Walker
|
11002efc02
|
hide deleted pages in Admin Dashboard, impove Settings API by replacing IsPublic with IsPrivate, isolate Setting updates to not affect PageState, make Pager horizintally scrollable on narrow viewports, improve LocalizableComponent to support embedded controls
|
2022-01-14 13:26:24 -05:00 |
|
Shaun Walker
|
07718f0449
|
add option to Control Panel to specify module visibility
|
2022-01-08 08:44:18 -05:00 |
|
Shaun Walker
|
f7c1e7b706
|
alias management improvements
|
2022-01-06 13:37:29 -05:00 |
|
Shaun Walker
|
c21a097fd2
|
added support for default alias specification, alias auto registration, alias redirect, alias line break delimiters
|
2021-12-22 15:43:59 -05:00 |
|
Shaun Walker
|
6a2ff369ea
|
Add support for IsPublic to all Setting types, enable Url Mapping for internal links
|
2021-12-18 10:35:22 -05:00 |
|
Shaun Walker
|
76fe155c0a
|
visitor improvements
|
2021-12-11 09:30:05 -05:00 |
|
Shaun Walker
|
1291eb5b7c
|
Merge pull request #1861 from sbwalker/dev
added support for url mapping and viitors
|
2021-12-09 08:40:15 -05:00 |
|
Shaun Walker
|
9c32937c83
|
added support for url mapping and viitors
|
2021-12-09 08:48:56 -05:00 |
|
Sven Dummis
|
bbee87f7df
|
Make IsPublic of type bool
|
2021-12-07 12:07:26 +01:00 |
|
Shaun Walker
|
53ff491efd
|
Assorted enhancements
|
2021-11-24 08:08:39 -05:00 |
|
Shaun Walker
|
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 |
|
Shaun Walker
|
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 |
|
Shaun Walker
|
db85e088bf
|
fix #1659 installation issue on PostgreSQL by ntroducing a new RewriteValue method which can be overridden in a database provider to provide custom behavior. Updated PostgreSQL provide to utilize new method. Also added an Oqtane.Server project reference to the module and theme external templates to streamline the development experience (credit @leighpointer).
|
2021-09-17 13:56:19 -04:00 |
|
Shaun Walker
|
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 |
|
Shaun Walker
|
21fc493322
|
Revert "EntityBuilder UpdateColumn to dynamic type of value"
|
2021-08-20 16:32:04 -04:00 |
|
Tom.Sornarin
|
5a1bada10c
|
EntityBuilder UpdateColumn to dynamic type of value
|
2021-08-12 16:59:15 +07:00 |
|
Shaun Walker
|
5268c326a1
|
suppress Internal EF Core API usage warning messages on build
|
2021-06-28 10:27:29 -04:00 |
|
Shaun Walker
|
9e004f5b3c
|
add ability to register for updates
|
2021-06-27 08:48:18 -04:00 |
|
Shaun Walker
|
8e7b553ca8
|
Page IsClickable column must be nullable in order to support upgrades, add more defensive logic
|
2021-06-24 07:41:34 -04:00 |
|
Shaun Walker
|
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 |
|
Shaun Walker
|
aa5aca3a8e
|
back out auth policy header support as Blazor HttpClient is registered as Scoped and can not support variable headers
|
2021-06-11 07:54:02 -04:00 |
|
Shaun Walker
|
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 |
|
Shaun Walker
|
dc4e3213b1
|
Merge pull request #1429 from sbwalker/dev
fix EF Core version value in upgrade scripts
|
2021-06-01 10:27:30 -04:00 |
|
Shaun Walker
|
c91b8e72c0
|
fix EF Core version value in upgrade scripts
|
2021-06-01 10:31:16 -04:00 |
|
Charles Nurse
|
c6f4723ee3
|
Fix for Issue #1420
|
2021-05-31 15:55:09 -07:00 |
|
Shaun Walker
|
b76e8498d7
|
move logic for inserting migrations history from MigrateableModuleBase to MigrationUtils
|
2021-05-31 16:17:06 -04:00 |
|
Shaun Walker
|
c07e766e57
|
add support for public content folders
|
2021-05-26 12:01:35 -04:00 |
|
Charles Nurse
|
9c0cef870c
|
Merge AppVersions information into EFMigrationsHistory table
|
2021-05-25 12:17:44 -07:00 |
|
Charles Nurse
|
077b866e8c
|
Move Migrations into Master and Tenant folders so its clear what type of Migration is being applied
|
2021-05-25 12:16:10 -07:00 |
|
Charles Nurse
|
69376c5baf
|
Missing files from previous commit
|
2021-05-24 14:46:54 -07:00 |
|
Charles Nurse
|
42265cdda4
|
Fix Upgrade issue with new componentized Database projects
|
2021-05-24 14:46:12 -07:00 |
|
Charles Nurse
|
4a609b444e
|
Rename IOqtaneDatabase interface (and related base class)
|
2021-05-24 11:57:47 -07:00 |
|
Charles Nurse
|
342dae4aa7
|
Fix bug with MySQL Installation caused by new Migration
|
2021-05-21 16:38:48 -07:00 |
|
Charles Nurse
|
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 |
|
hishamco
|
b3d367329e
|
Fix migration version name
|
2021-05-16 21:47:34 +03:00 |
|
hishamco
|
795e71278b
|
Change Folder Name & Path length
|
2021-05-16 20:28:41 +03:00 |
|
Charles Nurse
|
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 |
|
Charles Nurse
|
8f5beaf3fe
|
Fix bug with installs due to missing Migrations
|
2021-04-20 10:58:26 -07:00 |
|
Charles Nurse
|
a0329b1b6c
|
Fix bug in new Migration to support PostgreSQL
|
2021-04-08 14:58:02 -07:00 |
|
Charles Nurse
|
8c45b7e42f
|
Added support for migrating existing Oqtane installations from DbUp to Migrations. Also added a Migration for version 2.0.2, and set current version to 2.1.0
|
2021-04-08 12:20:21 -07:00 |
|
Charles Nurse
|
e6530ee127
|
Added support for MySQL and ProgreSQL and AddSite/Tenant
|
2021-04-02 10:55:00 -07:00 |
|
Charles Nurse
|
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 |
|
Charles Nurse
|
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 |
|
Charles Nurse
|
cbcfc88492
|
Add support for Sqlite - Installation path tested but AddSite not supported yet
|
2021-03-23 11:06:18 -07:00 |
|
Charles Nurse
|
83e5502111
|
Creation of EF Core Migrations - these execute using EF Tools, but are not integrated to run programmatically
|
2021-03-19 17:01:49 -07:00 |
|