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
/
Migrations
/
Tenant
History
sbwalker
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
..
01000000_InitializeTenant.cs
Move Migrations into Master and Tenant folders so its clear what type of Migration is being applied
2021-05-25 12:16:10 -07:00
01000100_AddAdditionalIndexesInTenant.cs
Move Migrations into Master and Tenant folders so its clear what type of Migration is being applied
2021-05-25 12:16:10 -07:00
01000101_AddAdditionColumnToNotifications.cs
Move Migrations into Master and Tenant folders so its clear what type of Migration is being applied
2021-05-25 12:16:10 -07:00
01000201_DropColumnFromPage.cs
Move Migrations into Master and Tenant folders so its clear what type of Migration is being applied
2021-05-25 12:16:10 -07:00
02000001_AddColumnToProfileAndUpdatePage.cs
Move Migrations into Master and Tenant folders so its clear what type of Migration is being applied
2021-05-25 12:16:10 -07:00
02000101_UpdateIconColumnInPage.cs
Move Migrations into Master and Tenant folders so its clear what type of Migration is being applied
2021-05-25 12:16:10 -07:00
02000102_AddLanguageTable.cs
Move Migrations into Master and Tenant folders so its clear what type of Migration is being applied
2021-05-25 12:16:10 -07:00
02000103_UpdatePageAndAddColumnToSite.cs
Move Migrations into Master and Tenant folders so its clear what type of Migration is being applied
2021-05-25 12:16:10 -07:00
02000201_AddSiteGuidToSite.cs
Move Migrations into Master and Tenant folders so its clear what type of Migration is being applied
2021-05-25 12:16:10 -07:00
02000202_UpdateDefaultContainerTypeInSitePage.cs
Move Migrations into Master and Tenant folders so its clear what type of Migration is being applied
2021-05-25 12:16:10 -07:00
02000203_DropDefaultLayoutInSite.cs
Move Migrations into Master and Tenant folders so its clear what type of Migration is being applied
2021-05-25 12:16:10 -07:00
02010000_AddAppVersionsTableInTenant.cs
Move Migrations into Master and Tenant folders so its clear what type of Migration is being applied
2021-05-25 12:16:10 -07:00
02010001_ChangeFolderNameAndPathColumnsSize.cs
fix
#2182
- modifications to address MySQL compatibility issues
2022-05-08 22:14:26 -04:00
02010002_DropAppVersionsTableInTenant.cs
Merge AppVersions information into EFMigrationsHistory table
2021-05-25 12:17:44 -07:00
02010003_AddFolderType.cs
add support for public content folders
2021-05-26 12:01:35 -04:00
02020001_AddPageIsClickable.cs
fix
#1659
installation issue on PostgreSQL by ntroducing a new RewriteValue method which can be overridden in a database provider to provide custom behavior. Updated PostgreSQL provide to utilize new method. Also added an Oqtane.Server project reference to the module and theme external templates to streamline the development experience (credit @leighpointer).
2021-09-17 13:56:19 -04:00
02030001_AddFolderCapacity.cs
Added support for File descriptions, Folder capacity and image sizes. Added image resizing capability using ImageSharp - implemented in user profile. Added parameter to disable image preview in FileManager component. Overhauled Pager component and added Columns parameter for Grid mode. Populated PageState.User.IsAuthenticated in SiteRouter. Added support for zero price commercial extentions.
2021-09-15 08:02:55 -04:00
02030002_AddSettingIsPublic.cs
Make IsPublic of type bool
2021-12-07 12:07:26 +01:00
03000001_AddSiteRuntime.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
03000101_ChangeFileNameColumnsSize.cs
fix
#2182
- modifications to address MySQL compatibility issues
2022-05-08 22:14:26 -04:00
03000102_AddVisitorTable.cs
added support for url mapping and viitors
2021-12-09 08:48:56 -05:00
03000103_AddUrlMappingTable.cs
added support for url mapping and viitors
2021-12-09 08:48:56 -05:00
03000104_AddSiteVisitorTracking.cs
added support for url mapping and viitors
2021-12-09 08:48:56 -05:00
03000105_AddVisitorReferrer.cs
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
03000201_UpdateSettingIsPublic.cs
Fix
#2032
- Fresh install with Postgres failed with "42703: column "settingname" does not exist POSITION: 43
2022-03-07 12:23:35 -05:00
03000202_UpdateSettingIsPrivate.cs
Fix
#2032
- Fresh install with Postgres failed with "42703: column "settingname" does not exist POSITION: 43
2022-03-07 12:23:35 -05:00
03000301_AddMetaToPage.cs
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
03010001_ExpandVisitorAndUrlMappingUrls.cs
fix
#2182
- modifications to address MySQL compatibility issues
2022-05-08 22:14:26 -04:00
03010002_AddUserTwoFactor.cs
2 factor authentication and user account lockout completed
2022-03-03 09:12:37 -05:00
03010003_AddAspNetUserLogins.cs
OIDC improvements
2022-03-16 17:28:32 -04:00
03010004_AddSiteVersion.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
03020001_AddSiteHomePage.cs
added ability to specify a site home page, updated default template content to include .NET MAUI
2022-08-15 17:01:20 -04:00
03020201_RemoveFolderFileDeletableColumns.cs
remove IDeletable fields from Folder and File entities as they are never set and not used
2022-10-26 17:42:26 -04:00
03030201_AddFolderFileIsDeletedColumns.cs
allow system log to be cleared
2023-02-08 14:45:20 -05:00
04000001_AddHeadContent.cs
added HeadContent property to Site and replaced Meta property on Page with HeadContent property.
2023-05-16 16:23:07 -04:00
04000002_AddBodyContent.cs
add support for body content
2023-05-22 15:02:36 -04:00
04000003_AddProfileValidation.cs
added validation support for user profile fields
2023-05-25 16:16:16 -04:00
04000101_AddNotificationIsRead.cs
The Down path is incorrect
2023-07-11 08:37:23 +02:00
04000601_AddProfileRows.cs
Add Rows option to Profile Management. Improve Profile validation feedback. Fix Add User so that profile Options are supported.
2023-10-09 14:26:56 -04:00
05000100_AddSiteHybridEnabled.cs
added HybridEnabled field to Site table to indicate if .NET MAUI hybrid applications can be integrated
2023-12-04 16:35:03 -05:00