.. |
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 for Issue #1420
|
2021-05-31 15:55:09 -07: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
|
Assorted enhancements
|
2021-11-24 08:08:39 -05: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
|
Add support for IsPublic to all Setting types, enable Url Mapping for internal links
|
2021-12-18 10:35:22 -05:00 |
03000202_UpdateSettingIsPrivate.cs
|
hide deleted pages in Admin Dashboard, impove Settings API by replacing IsPublic with IsPrivate, isolate Setting updates to not affect PageState, make Pager horizintally scrollable on narrow viewports, improve LocalizableComponent to support embedded controls
|
2022-01-14 13:26:24 -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
|
expand Url column in Visitor and UrlMapping to accomodate maximum url size of 2048 characters
|
2022-02-22 10:01:52 -05:00 |