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
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
History
Shaun Walker
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
..
HostedServices
add file download event
2022-10-05 08:00:45 -04:00
Interfaces
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
Jobs
remove extra info from Body as the From display name is now always set to the user's name
2023-01-12 11:48:25 -05: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
Fixed issue where TenantMiddleware was not rewriting the Url path for the new File Server when running on an Alias Path which resulted in a 404 when serving files
2023-01-23 15:16:08 -05:00
Options
cleanup
2022-03-30 22:08:32 -04:00
SiteMigration
adopt more of the migrations conventions
2022-04-02 11:24:41 -04:00
SiteTemplates
copyright year update
2023-01-11 14:40:16 -05:00
AliasAccessor.cs
Added support for per site options and OpenID Connect
2022-03-13 22:55:52 -04:00
ConfigManager.cs
fix
#2435
- remove NewtonSoft.Json dependency
2022-10-11 08:34:33 -04:00
DatabaseManager.cs
fix
#2584
- added IsDeleted columns back to Folder and File tables to preserve compatibility for SQLite
2023-02-08 08:05:25 -05:00
InstallationManager.cs
Fix - InstallationManager crash when package folders are missing
2022-07-19 09:42:12 +02:00
LocalizationManager.cs
fix
#2427
- issue with upgrade available in Language Management
2022-09-28 16:16:46 -04:00
LogManager.cs
additional changes for
#2228
2022-06-13 09:10:01 -04:00
SiteState.cs
cleanly separate SiteState service for client and server use cases
2022-03-27 21:05:44 -04:00
SyncManager.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
TenantManager.cs
Scope permissions by SiteId to support entity level authorization as well as improve caching and performance. Optimize GetTenant to use existing cache.
2022-11-07 18:16:32 -05:00
UpgradeManager.cs
add support for API permissions at the UI layer - including ability to delegate user, role, profile management
2023-01-09 11:38:25 -05:00