oqtane.framework/Oqtane.Server
Cody 564b0ee0c4
Upgrade NuGet Packages to Latest Versions
This commit updates the versions of several NuGet packages used in the project. The following packages have been upgraded:

- Microsoft.AspNetCore.Components.WebAssembly.Server from 8.0.0 to 8.0.1
- Microsoft.AspNetCore.Identity.EntityFrameworkCore from 8.0.0 to 8.0.1
- Microsoft.Data.SqlClient from 5.2.0-preview3.23201.1 to 5.2.0-preview4.23342.2
- Microsoft.EntityFrameworkCore from 8.0.0 to 8.0.1
- Microsoft.EntityFrameworkCore.Design from 8.0.0 to 8.0.1
- Microsoft.Extensions.Localization from 8.0.0 to 8.0.1
- Microsoft.AspNetCore.Authentication.OpenIdConnect from 8.0.0 to 8.0.1
- Microsoft.Data.Sqlite.Core from 8.0.0 to 8.0.1

The versions of SixLabors.ImageSharp, Swashbuckle.AspNetCore, SQLitePCLRaw.bundle_e_sqlite3, and Oqtane.Licensing remain unchanged.
2024-01-09 14:08:09 -08:00
..
Controllers Updates 2024-01-03 12:12:27 +01:00
Data Add support for Sqlite - Installation path tested but AddSite not supported yet 2021-03-23 11:06:18 -07:00
Databases fix #2182 - modifications to address MySQL compatibility issues 2022-05-08 22:14:26 -04:00
Extensions refactor logic related to domain filtering for emails during external login 2023-12-21 15:54:46 -05:00
Infrastructure 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
Managers user identity improvements 2023-11-29 10:42:23 -05:00
Migrations Start Date and Expiry Date for Module instances and Pages #3538 2023-12-31 12:21:38 +01:00
Modules fix #2567 - migrate tenant connection string details from database to appsettings.json 2023-02-23 16:29:15 -05:00
Pages HTML encode notifications sent by non-admins to prevent HTML injection 2023-12-13 10:07:21 -05:00
Properties Update launchSettings.json 2020-06-18 23:06:33 -07:00
Repository Edit languages to set default. 2023-12-07 18:12:49 -06:00
Resources move password requirement localization back to Client project 2023-08-27 08:43:23 -04:00
Scripts Page IsClickable column must be nullable in order to support upgrades, add more defensive logic 2021-06-24 07:41:34 -04:00
Security abstract padding logic - don't repeat 2023-12-18 09:58:30 -05:00
wwwroot Logo max-height and padding 2023-12-18 14:12:26 -08:00
appsettings.json Remove default connection data 2023-10-18 12:55:39 -07:00
appsettings.release.json Update appsettings.release.json 2021-05-30 15:35:19 -04:00
AssemblyInfo.cs Set RootNamespace 2020-11-27 22:06:40 +03:00
Oqtane.Server.csproj Upgrade NuGet Packages to Latest Versions 2024-01-09 14:08:09 -08:00
Program.cs eliminate database provider nuget packages 2023-12-14 14:32:19 -05:00
Startup.cs increase size of MaximumReceiveMessageSize for Blazor Server 2023-11-17 16:06:11 -05:00