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
bcf7866fe2
fix
#4733
- remove Name column from Language table and populate value dynamically
2024-10-15 15:58:17 -04:00
..
01000000_InitializeTenant.cs
…
01000100_AddAdditionalIndexesInTenant.cs
…
01000101_AddAdditionColumnToNotifications.cs
…
01000201_DropColumnFromPage.cs
…
02000001_AddColumnToProfileAndUpdatePage.cs
…
02000101_UpdateIconColumnInPage.cs
…
02000102_AddLanguageTable.cs
…
02000103_UpdatePageAndAddColumnToSite.cs
…
02000201_AddSiteGuidToSite.cs
…
02000202_UpdateDefaultContainerTypeInSitePage.cs
…
02000203_DropDefaultLayoutInSite.cs
…
02010000_AddAppVersionsTableInTenant.cs
…
02010001_ChangeFolderNameAndPathColumnsSize.cs
fix
#2182
- modifications to address MySQL compatibility issues
2022-05-08 22:14:26 -04:00
02010002_DropAppVersionsTableInTenant.cs
…
02010003_AddFolderType.cs
…
02020001_AddPageIsClickable.cs
…
02030001_AddFolderCapacity.cs
…
02030002_AddSettingIsPublic.cs
…
03000001_AddSiteRuntime.cs
…
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
05010001_AddPageEffectiveExpiryDate.cs
render mode integration
2024-01-31 15:22:21 -05:00
05010002_AddPageModuleEffectiveExpiryDate.cs
render mode integration
2024-01-31 15:22:21 -05:00
05010003_AddProfileAutocomplete.cs
render mode integration
2024-01-31 15:22:21 -05:00
05010004_AddSitePrerender.cs
split RenderMode and Runtime configuration
2024-02-01 09:08:39 -05:00
05020001_AddSearchTables.cs
add missing indexes
2024-08-07 16:55:35 -04:00
05020101_AddIndexes.cs
fix
#4517
- index error due to duplicate records on upgrade
2024-08-14 08:19:14 -04:00
05020401_RemoveLanguageName.cs
fix
#4733
- remove Name column from Language table and populate value dynamically
2024-10-15 15:58:17 -04:00