This website requires JavaScript.
Explore
Help
Sign In
Diplomarbeit-Absolventenverein
/
oqtane.framework-not-mirrored
Archived
Watch
9
Star
0
Fork
0
You've already forked oqtane.framework-not-mirrored
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
This repository has been archived on
2025-05-14
. You can view files and clone it, but cannot push or open issues or pull requests.
oqtane.framework-not-mirrored
/
Oqtane.Server
/
Infrastructure
/
Interfaces
History
sbwalker
8909822aea
a simple dependency manager for assemblies
2023-12-15 11:05:48 -05:00
..
IAliasAccessor.cs
Added support for per site options and OpenID Connect
2022-03-13 22:55:52 -04:00
IConfigManager.cs
fix
#2567
- migrate tenant connection string details from database to appsettings.json
2023-02-23 16:29:15 -05:00
IDatabaseManager.cs
Ensure Install Wizard will only be displayed if the Master database connection string in appsettings.json is not specified. This addresses a potential security issue where the Install Wizard could be displayed in an existing installation if the Master database connection failed during startup.
2021-03-30 17:48:49 -04:00
IEventSubscriber.cs
added IEventSubscriber amd EventDistributorHostedService to optimize event processing
2023-05-31 09:36:32 -04:00
IHostResources.cs
added deprecation message for IHostResources
2023-06-26 08:11:46 -04:00
IInstallable.cs
include theme resources on server page load, add IUpgradeable interface to provide site-based versioning support
2022-04-01 17:57:30 -04:00
IInstallationManager.cs
a simple dependency manager for assemblies
2023-12-15 11:05:48 -05:00
ILocalizationManager.cs
Fix satellite assembly loading issue when running on WebAssembly
2022-08-08 10:47:33 -04:00
ILogManager.cs
rolled back change creating an Infrastructure.Interfaces namespace, modified IModule interface to be strongly typed (
#343
)
2020-04-05 14:39:08 -04:00
IServerStartup.cs
IServerStartup implementation
2020-05-11 11:19:12 +02:00
IServerStateManager.cs
Fix
#3068
- support microsites in .NET MAUI
2023-08-02 13:55:01 -04:00
ISiteMigration.cs
adopt more of the migrations conventions
2022-04-02 11:24:41 -04:00
ISiteTemplate.cs
rolled back change creating an Infrastructure.Interfaces namespace, modified IModule interface to be strongly typed (
#343
)
2020-04-05 14:39:08 -04:00
ISyncManager.cs
Enhance SyncManager to raise events which can be handled on the server within hosted services. Raise create, update, delete events for all major entities. Include support for refresh and reload events to synchronize client state. Move client state cache invalidation to a hosted service to separate concerns and demonstrate events.
2022-10-04 19:20:02 -04:00
ITenantManager.cs
optimizing tenant resolution and routing
2021-05-10 17:45:39 -04:00
IUpgradeManager.cs
Added ability to execute version specific code during framework upgrade (removed ApplicationVersion table and replaced with Version field on Tenant table), updated version number to 0.9.0 and renamed install scripts to match - this will be a baseline release which will be upgradeable
2020-05-01 10:27:14 -04:00
SiteMigrationAttribute.cs
adopt more of the migrations conventions
2022-04-02 11:24:41 -04:00