sbwalker
|
b6fa0f1ff6
|
change EntityId to string
|
2024-06-28 16:24:56 -04:00 |
|
sbwalker
|
0178e015e3
|
breaking search modifications into smaller PRs
|
2024-06-28 15:43:54 -04:00 |
|
sbwalker
|
0d493b3250
|
fix issue with primary key on SearchContentWord table
|
2024-06-10 16:47:32 -04:00 |
|
sbwalker
|
bc0573918f
|
search refactoring
|
2024-06-08 16:14:56 -04:00 |
|
Ben
|
7f970d489f
|
refactoring the code.
|
2024-06-04 17:32:31 +08:00 |
|
Ben
|
9d85ca07f4
|
#4303: add search function.
|
2024-06-03 21:19:42 +08:00 |
|
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 |
|
sbwalker
|
98c2f012ee
|
ability to specify if a theme is enabled for a site
|
2023-05-24 13:09:10 -04: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
|
1e84a2238b
|
fix #2180 - Error in Module Creator if the template is not set
|
2022-05-09 11:35:01 -04:00 |
|
Shaun Walker
|
345b0bc95f
|
fix #2182 - modifications to address MySQL compatibility issues
|
2022-05-08 22:14:26 -04:00 |
|
Shaun Walker
|
39dfc00693
|
OIDC improvements
|
2022-03-16 17:28:32 -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
|
9c32937c83
|
added support for url mapping and viitors
|
2021-12-09 08:48:56 -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
|
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 |
|
Charles Nurse
|
8f5beaf3fe
|
Fix bug with installs due to missing Migrations
|
2021-04-20 10:58:26 -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
|
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 |
|