|
85f9597f2c
|
add defensive logic to handle scenario where a tenant connection string does not exist in appsettings.json
|
2023-11-29 17:31:51 -05:00 |
|
|
c8ac4ec1e8
|
include a more detailed error message for tenant database migration issues
|
2023-11-27 15:35:58 -05:00 |
|
|
f963711820
|
remove InstallDatabase method as it is no longer required now that all database providers are installed automatically
|
2023-11-22 15:53:25 -05:00 |
|
|
116542d8e4
|
fix .NET upgrade issue related to database provider packages
|
2023-11-21 15:09:14 -05:00 |
|
|
0d5c3a3a0c
|
ability to specify PageTemplates for modules
|
2023-05-30 15:52:27 -04:00 |
|
|
f2df8e96db
|
fix #2567 - migrate tenant connection string details from database to appsettings.json
|
2023-02-23 16:29:15 -05:00 |
|
|
0883a8dbff
|
optimize Split() statements for consistency
|
2023-02-08 16:51:45 -05:00 |
|
|
475894b680
|
fix #2584 - added IsDeleted columns back to Folder and File tables to preserve compatibility for SQLite
|
2023-02-08 08:05:25 -05:00 |
|
|
2ea054dc72
|
fix #2435 - remove NewtonSoft.Json dependency
|
2022-10-11 08:34:33 -04:00 |
|
|
45515b2c06
|
Unattented instalation fix
|
2022-09-24 15:44:20 +02:00 |
|
|
d8b4267668
|
Fix #2339 - refactor module upgrade logic to remove requirement on ServerManagerType for modules which have no backend
|
2022-08-06 16:13:28 -04:00 |
|
|
a3ff9373a2
|
enhance UserRole service with filtering and moved workload to server for better performance, improve error message details during installation
|
2022-04-29 21:39:11 -04:00 |
|
|
355d0405f4
|
minor improvements to security features, use ActivatorUtilities.CreateInstance with SiteMigration to enable simpler DI
|
2022-04-12 07:46:43 -04:00 |
|
|
412b139796
|
adopt more of the migrations conventions
|
2022-04-02 11:24:41 -04:00 |
|
|
644ddfd5e1
|
replace startswith with equality to handle site subfolders
|
2022-04-02 11:08:38 -04:00 |
|
|
268e0e72a3
|
refactored IUpgradeable to use the migration attribute approach
|
2022-04-02 09:19:30 -04:00 |
|
|
2ba1a95c8d
|
allow for multiple upgrade classes
|
2022-04-01 18:06:59 -04:00 |
|
|
fc12903cfd
|
include theme resources on server page load, add IUpgradeable interface to provide site-based versioning support
|
2022-04-01 17:57:30 -04:00 |
|
|
79f427e10a
|
consolidate user creation
|
2022-03-24 12:32:41 -04:00 |
|
|
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 |
|
|
9e04230d99
|
added interop method for setting scroll position, persisted RemoteIPAddress in PageState so it is available on Blazor Server, added support for forwarded headers from load balancers and proxy servers, replaced DateTime.Now references DateTimeUtcNow for consistency, fixed issue where upgrade logic was being executed for prior version
|
2022-01-13 07:18:37 -05:00 |
|
|
c21a097fd2
|
added support for default alias specification, alias auto registration, alias redirect, alias line break delimiters
|
2021-12-22 15:43:59 -05:00 |
|
|
9c32937c83
|
added support for url mapping and viitors
|
2021-12-09 08:48:56 -05:00 |
|
|
3e9a4f2c1a
|
Fixed validation issue in Role Managment - Users. Modified FileManager component to allow Folder parameter to contain a folder path which is translated to a FolderId internally and refactored Packages folder logic.
|
2021-10-06 17:20:44 -04:00 |
|
|
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 |
|
|
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 |
|
|
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 |
|
|
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 |
|
|
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 |
|
|
eea417ff44
|
added logging for startup issues
|
2021-07-01 07:37:03 -04:00 |
|
|
bf6edceb36
|
Fix issue where module definition version was not being loaded correctly on startup. Also user customizable module definition properties were being overwritten on upgrade.
|
2021-06-28 10:21:48 -04:00 |
|
|
8e7b553ca8
|
Page IsClickable column must be nullable in order to support upgrades, add more defensive logic
|
2021-06-24 07:41:34 -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 |
|
|
69c948ad79
|
misc site settings UX fixes
|
2021-06-04 08:42:33 -04:00 |
|
|
afcc5e2170
|
handle HtmlText module transition from SQL scripts to Migrations in module rather than in core framework
|
2021-05-30 13:16:26 -04:00 |
|
|
8529a42075
|
fixed upgrade logic
|
2021-05-28 16:01:11 -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 |
|
|
9c0cef870c
|
Merge AppVersions information into EFMigrationsHistory table
|
2021-05-25 12:17:44 -07:00 |
|
|
a62a1be1f3
|
Merge branch 'dev' of https://github.com/cnurse/oqtane.framework into dev
# Conflicts:
# Oqtane.Server/Infrastructure/DatabaseManager.cs
|
2021-05-24 15:47:02 -07:00 |
|
|
f2ae1e3bff
|
Merge commit '42265cdda4ea03541522bf5cf5d104059927393f' into dev
# Conflicts:
# Oqtane.Server/Infrastructure/DatabaseManager.cs
|
2021-05-24 15:40:35 -07:00 |
|
|
a0838cbc84
|
3rd attempt to resolve conflicts
|
2021-05-24 15:14:58 -07:00 |
|
|
17f5f39a54
|
2nd attempt to Fix conflict
|
2021-05-24 15:12:41 -07:00 |
|
|
4853a64cf9
|
Fix conflict
|
2021-05-24 15:08:44 -07:00 |
|
|
69376c5baf
|
Missing files from previous commit
|
2021-05-24 14:46:54 -07:00 |
|
|
42265cdda4
|
Fix Upgrade issue with new componentized Database projects
|
2021-05-24 14:46:12 -07:00 |
|
|
72b06b16cf
|
fix #1272 - add support for ref folder in package installation
|
2021-05-24 15:50:38 -04:00 |
|
|
4a609b444e
|
Rename IOqtaneDatabase interface (and related base class)
|
2021-05-24 11:57:47 -07: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 |
|