|
|
f74eda274a
|
enable EnhancedNavigation by default
|
2025-12-17 15:51:21 -05:00 |
|
|
|
8113c82da8
|
module migration issues should not prevent the framework from starting up
|
2025-12-16 14:33:42 -05:00 |
|
|
|
23d14c62a5
|
remove unique index of TenantId and Name from Site table as site name does not need to be unique. Remove TenantId column from Site table as it is not necessary and should be obtained from the Alias.
|
2025-12-03 15:28:31 -05:00 |
|
|
|
273097d96d
|
refactor TenantDBContext to accomodate AspNetUserPasskeys
|
2025-10-22 14:06:15 -04:00 |
|
|
|
db85d1fbc3
|
improve error handling when handling module migrations
|
2025-10-13 14:19:49 -04:00 |
|
|
|
b5fdf42c37
|
allow modules to be able to specify the databases they support
|
2025-09-02 08:32:46 -04:00 |
|
|
|
2143660345
|
resolve issue related tp moving database providers to Oqtane.Server
|
2025-08-15 13:56:57 -04:00 |
|
|
|
4ab8f8cc25
|
improve error handling for the scenario where a connection string does not exist in appsettings.json for a tenant
|
2025-08-14 15:57:50 -04:00 |
|
|
|
b5a9c32c3e
|
migrate database providers to core framework
|
2025-08-14 15:19:52 -04:00 |
|
|
|
b553b16049
|
fix #5462 add logic to check if database already exists before calling EnsureCreated
|
2025-08-13 16:13:38 -04:00 |
|
|
|
e900d2f35a
|
consolidate Infrastructure interface and implementation classes
|
2025-08-13 14:44:42 -04:00 |
|
|
|
b0dee4a60c
|
fix #5414 - add DelimitName database provider method to better support MigrationBuilder.Sql() operations
|
2025-07-25 15:22:26 -04:00 |
|
|
|
1f8c54ce74
|
added new Azure SQL database provider
|
2025-04-07 10:48:02 -04:00 |
|
|
|
153a689bdb
|
fix #5005 - adds versioning (ie. fingerprinting) for static assets - core, modules, and themes.
|
2025-01-27 16:34:47 -05:00 |
|
|
|
0ac6a62b86
|
fix comment spelling
|
2025-01-13 07:50:05 -05:00 |
|
|
|
3468cba000
|
fix #4969 - improve feedback and flow when connection string points to an invalid database
|
2025-01-13 07:48:30 -05:00 |
|
|
|
d468e675c2
|
fix #4657 - Cannot add new site to existing installation using separate database On IIS
|
2024-09-26 14:06:51 -04:00 |
|
|
|
e1ada78c1f
|
fix #4667 - installation issues when running on IIS
|
2024-09-26 13:33:16 -04:00 |
|
|
|
7ee6775251
|
remove hardcoded names when using GetInterface()
|
2024-07-17 19:52:44 -04:00 |
|
|
|
25ea518266
|
Revert "revert #4250 which disabled prerendering by default for static rendered sites"
|
2024-07-17 12:12:58 -04:00 |
|
|
|
e9f6a85cad
|
revert #4250 which disabled prerendering by default for static rendered sites
|
2024-07-17 11:20:27 -04:00 |
|
|
|
d57c1e7ff0
|
revert prerender changes and change default
|
2024-05-10 16:28:19 -04:00 |
|
|
|
1e332ed075
|
split RenderMode and Runtime configuration
|
2024-02-01 09:08:39 -05:00 |
|
|
|
8e499d164a
|
render mode integration
|
2024-01-31 15:22:21 -05:00 |
|
|
|
d9beb4b660
|
remove unnecessary service and usings
|
2024-01-23 13:14:28 -05:00 |
|
|
|
3dc28c7291
|
Fix #3604 - display message if user is attempting to run the application prior to performing a full compilation
|
2024-01-04 16:40:15 -05:00 |
|
|
|
2e4656ae8b
|
added HybridEnabled field to Site table to indicate if .NET MAUI hybrid applications can be integrated
|
2023-12-04 16:35:03 -05:00 |
|
|
|
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 |
|