sbwalker
|
de2c56560e
|
resolve regression installation issue with PostgreSQL
|
2024-01-25 13:39:23 -05:00 |
|
sbwalker
|
7c6424e05c
|
fix #3653 - mySQL installation failing on Rows reserved word
|
2024-01-25 10:59:18 -05:00 |
|
Ben Emamian
|
f333b57310
|
add AddByteColumn to add tinyint to the database table
|
2023-02-20 00:20:19 +11:00 |
|
Darryl Koehn
|
d75ed3d5ac
|
Update BaseEntityBuilder.cs
Some methods failing in BaseEntityBuilder if Schema is not null.
|
2022-08-11 16:15:09 -06:00 |
|
Shaun Walker
|
35b9551bfb
|
Add schema support to BaseEntityBuilder
|
2022-06-27 13:54:52 -04:00 |
|
Shaun Walker
|
345b0bc95f
|
fix #2182 - modifications to address MySQL compatibility issues
|
2022-05-08 22:14:26 -04:00 |
|
Shaun Walker
|
1cdc80e09b
|
2 factor authentication and user account lockout completed
|
2022-03-03 09:12:37 -05:00 |
|
Shaun Walker
|
9ba356c47e
|
moved AlterStringColumn to IDatabase interface so that it can be overridden in the Sqlite provider rather than requiring conditional logic in the migrations
|
2022-02-22 14:47:31 -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
|
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
|
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
|
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
|
c07e766e57
|
add support for public content folders
|
2021-05-26 12:01:35 -04: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 |
|
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
|
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 |
|