oqtane.framework/Oqtane.Server/Infrastructure
Leigh 92ccb7e463 Fix for Installed packages not being removed correctly
When a package is remove in some instance the system complains that a file still exists in the deleting directory but there is not file.
Added true parameter to the Directory delete for force the removal. 
Directory.Delete(Path.GetDirectoryName(filepath), true);
2021-12-10 16:06:12 +01:00
..
Interfaces upgrade to .NET 6 and increment version to 3.0.0 2021-10-19 15:33:03 -04:00
Jobs optimizing tenant resolution and routing 2021-05-10 17:45:39 -04:00
Localization User experience improvements 2021-04-17 19:18:24 -04:00
Logging constrain file logger size 2021-09-17 09:17:42 -04:00
Middleware optimizing tenant resolution and routing 2021-05-10 17:45:39 -04:00
SiteTemplates Enhance the default site template with a Develop page that makes the Module Creator more discoverable for new users 2021-11-24 09:07:43 -05:00
ConfigManager.cs add ability to register for updates 2021-06-27 08:48:18 -04:00
DatabaseManager.cs added support for url mapping and viitors 2021-12-09 08:48:56 -05:00
InstallationManager.cs Fix for Installed packages not being removed correctly 2021-12-10 16:06:12 +01:00
LocalizationManager.cs Order the cultures alphabatically 2021-04-26 01:55:55 +03:00
LogManager.cs added logging for startup issues 2021-07-01 07:37:03 -04:00
SyncManager.cs 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
TenantManager.cs added logging for startup issues 2021-07-01 07:37:03 -04:00
UpgradeManager.cs added support for url mapping and viitors 2021-12-09 08:48:56 -05:00