From b06b641356c866a71a2f65a2f546acc9b279318d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zolt=C3=A1n=20Leh=C3=B3czky?= Date: Wed, 27 Nov 2024 01:27:10 +0100 Subject: [PATCH 01/17] Updating OC to 2.1.1 --- src/Lombiq.OSOCE.Web/Lombiq.OSOCE.Web.csproj | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/Lombiq.OSOCE.Web/Lombiq.OSOCE.Web.csproj b/src/Lombiq.OSOCE.Web/Lombiq.OSOCE.Web.csproj index 387797cce..ec74d2ef9 100644 --- a/src/Lombiq.OSOCE.Web/Lombiq.OSOCE.Web.csproj +++ b/src/Lombiq.OSOCE.Web/Lombiq.OSOCE.Web.csproj @@ -58,9 +58,9 @@ - - - + + + From a2404743c4a8a1fde497e48f66d800afa7183ec2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zolt=C3=A1n=20Leh=C3=B3czky?= Date: Wed, 27 Nov 2024 19:39:33 +0100 Subject: [PATCH 02/17] Temporarily skipping OrchardCoreApiClientShouldWork --- src/Libraries/Lombiq.OrchardCoreApiClient | 2 +- .../Tests/LibraryTests/BehaviorOrchardCoreApiClientTests.cs | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/src/Libraries/Lombiq.OrchardCoreApiClient b/src/Libraries/Lombiq.OrchardCoreApiClient index f5d116c34..d8b6d4889 160000 --- a/src/Libraries/Lombiq.OrchardCoreApiClient +++ b/src/Libraries/Lombiq.OrchardCoreApiClient @@ -1 +1 @@ -Subproject commit f5d116c349a9c6fe763168f0185044e2278f4d4a +Subproject commit d8b6d48891ba562bc000cddc2e3f60dd9c1708f2 diff --git a/test/Lombiq.OSOCE.Tests.UI/Tests/LibraryTests/BehaviorOrchardCoreApiClientTests.cs b/test/Lombiq.OSOCE.Tests.UI/Tests/LibraryTests/BehaviorOrchardCoreApiClientTests.cs index 5c33107a2..f04b44a23 100644 --- a/test/Lombiq.OSOCE.Tests.UI/Tests/LibraryTests/BehaviorOrchardCoreApiClientTests.cs +++ b/test/Lombiq.OSOCE.Tests.UI/Tests/LibraryTests/BehaviorOrchardCoreApiClientTests.cs @@ -12,7 +12,9 @@ public BehaviorOrchardCoreApiClientTests(ITestOutputHelper testOutputHelper) { } - [Fact] +#pragma warning disable xUnit1004 // Test methods should not be skipped + [Fact(Skip = "Needs https://github.com/OrchardCMS/OrchardCore/issues/17083 to be fixed.")] +#pragma warning restore xUnit1004 // Test methods should not be skipped public Task OrchardCoreApiClientShouldWork() => ExecuteTestAfterSetupAsync(context => context.TestOrchardCoreApiClientBehaviorAsync()); } From 641f93257064462f87cadf22fe5637a55d19d057 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zolt=C3=A1n=20Leh=C3=B3czky?= Date: Wed, 27 Nov 2024 20:41:32 +0100 Subject: [PATCH 03/17] IdleTenantManagement test optimization --- src/Modules/Lombiq.Hosting.Tenants | 2 +- test/Lombiq.UITestingToolbox | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Modules/Lombiq.Hosting.Tenants b/src/Modules/Lombiq.Hosting.Tenants index b95bc12d2..13f07c692 160000 --- a/src/Modules/Lombiq.Hosting.Tenants +++ b/src/Modules/Lombiq.Hosting.Tenants @@ -1 +1 @@ -Subproject commit b95bc12d253e1c098fd2718d5a10127702bf52a6 +Subproject commit 13f07c692592edef8be56f0afa84df2c7712f07e diff --git a/test/Lombiq.UITestingToolbox b/test/Lombiq.UITestingToolbox index 58acb7880..1a9fb953b 160000 --- a/test/Lombiq.UITestingToolbox +++ b/test/Lombiq.UITestingToolbox @@ -1 +1 @@ -Subproject commit 58acb7880062a75b783d072344968e579a522ec8 +Subproject commit 1a9fb953b80b0bc3be28a37ef4209f78b3989dd1 From 6bb687d9ca22d5c7c431866d6ad15a957c1933c2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zolt=C3=A1n=20Leh=C3=B3czky?= Date: Thu, 28 Nov 2024 00:51:31 +0100 Subject: [PATCH 04/17] Fixing Maintenance and its tests --- .../Recipes/Lombiq.OSOCE.Tests.recipe.json | 2 +- src/Modules/Lombiq.Hosting.Tenants | 2 +- .../Tests/ModuleTests/BehaviorMaintenanceTests.cs | 8 ++++---- test/Lombiq.UITestingToolbox | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/src/Lombiq.OSOCE.Web/Recipes/Lombiq.OSOCE.Tests.recipe.json b/src/Lombiq.OSOCE.Web/Recipes/Lombiq.OSOCE.Tests.recipe.json index 41e00441a..666156d4e 100644 --- a/src/Lombiq.OSOCE.Web/Recipes/Lombiq.OSOCE.Tests.recipe.json +++ b/src/Lombiq.OSOCE.Web/Recipes/Lombiq.OSOCE.Tests.recipe.json @@ -35,7 +35,7 @@ "Lombiq.Hosting.Tenants.Management.ShellSettingsEditor", "Lombiq.Hosting.Tenants.Maintenance", "Lombiq.Hosting.Tenants.Maintenance.UpdateSiteUrl", - "Lombiq.Hosting.Tenants.Maintenance.AddSiteOwnerPermissionToRole", + "Lombiq.Hosting.Tenants.Maintenance.AddAdministratorRoleToUsersWithRole", "Lombiq.Hosting.Tenants.Maintenance.ChangeUserSensitiveContent", "Lombiq.Hosting.Tenants.IdleTenantManagement.ShutDownIdleTenants", "Lombiq.Hosting.Tenants.EmailQuotaManagement", diff --git a/src/Modules/Lombiq.Hosting.Tenants b/src/Modules/Lombiq.Hosting.Tenants index 13f07c692..3ab34a958 160000 --- a/src/Modules/Lombiq.Hosting.Tenants +++ b/src/Modules/Lombiq.Hosting.Tenants @@ -1 +1 @@ -Subproject commit 13f07c692592edef8be56f0afa84df2c7712f07e +Subproject commit 3ab34a958771d444f6e756a0efe8676d758eb939 diff --git a/test/Lombiq.OSOCE.Tests.UI/Tests/ModuleTests/BehaviorMaintenanceTests.cs b/test/Lombiq.OSOCE.Tests.UI/Tests/ModuleTests/BehaviorMaintenanceTests.cs index aece66944..07222472b 100644 --- a/test/Lombiq.OSOCE.Tests.UI/Tests/ModuleTests/BehaviorMaintenanceTests.cs +++ b/test/Lombiq.OSOCE.Tests.UI/Tests/ModuleTests/BehaviorMaintenanceTests.cs @@ -14,16 +14,16 @@ public BehaviorMaintenanceTests(ITestOutputHelper testOutputHelper) } [Fact] - public Task MaintenanceTaskShouldBeExecutedSuccessfully() => + public Task UpdateSiteUrlMaintenanceTaskShouldBeExecutedSuccessfully() => ExecuteTestAfterSetupAsync( context => context.TestSiteUrlMaintenanceExecutionAsync(), configuration => configuration.SetUpdateSiteUrlMaintenanceConfiguration()); [Fact] - public Task AddSiteOwnerPermissionToRoleMaintenanceTaskShouldBeExecutedSuccessfully() => + public Task AddAdministratorRoleToUsersWithRoleMaintenanceTaskShouldBeExecutedSuccessfully() => ExecuteTestAfterSetupAsync( - context => context.TestSiteOwnerPermissionToRoleMaintenanceExecutionAsync(), - configuration => configuration.SetAddSiteOwnerPermissionToRoleMaintenanceConfiguration()); + context => context.TestAdministratorRoleToUsersWithRoleMaintenanceExecutionAsync(), + configuration => configuration.SetAddAdministratorRoleToUsersWithRoleConfiguration()); // This test uses ExecuteTestAsync with a different setup delegate instead of ExecuteTestAfterSetupAsync because the // maintenance does changes to the DB on startup only necessary for this test (like depersonalizing user accounts). diff --git a/test/Lombiq.UITestingToolbox b/test/Lombiq.UITestingToolbox index 1a9fb953b..8cf43d8c1 160000 --- a/test/Lombiq.UITestingToolbox +++ b/test/Lombiq.UITestingToolbox @@ -1 +1 @@ -Subproject commit 1a9fb953b80b0bc3be28a37ef4209f78b3989dd1 +Subproject commit 8cf43d8c148199120811cc772e2e7bd3a23a4ecb From 4b437f45c995e1c1731827f034a495d758bbe4c0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zolt=C3=A1n=20Leh=C3=B3czky?= Date: Thu, 28 Nov 2024 01:13:08 +0100 Subject: [PATCH 05/17] Spelling --- src/Modules/Lombiq.Hosting.Tenants | 2 +- src/Modules/Lombiq.Privacy | 2 +- test/Lombiq.UITestingToolbox | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/Modules/Lombiq.Hosting.Tenants b/src/Modules/Lombiq.Hosting.Tenants index 3ab34a958..b5b1cd299 160000 --- a/src/Modules/Lombiq.Hosting.Tenants +++ b/src/Modules/Lombiq.Hosting.Tenants @@ -1 +1 @@ -Subproject commit 3ab34a958771d444f6e756a0efe8676d758eb939 +Subproject commit b5b1cd2999c1682b9d0fe45267520ed26f832031 diff --git a/src/Modules/Lombiq.Privacy b/src/Modules/Lombiq.Privacy index ca8a14e1b..ee243a3e9 160000 --- a/src/Modules/Lombiq.Privacy +++ b/src/Modules/Lombiq.Privacy @@ -1 +1 @@ -Subproject commit ca8a14e1ba7b9ab345b177faf80ecf76a4f77f8f +Subproject commit ee243a3e95819eff817ce2da382c2139c5332727 diff --git a/test/Lombiq.UITestingToolbox b/test/Lombiq.UITestingToolbox index 8cf43d8c1..4e69b4b0b 160000 --- a/test/Lombiq.UITestingToolbox +++ b/test/Lombiq.UITestingToolbox @@ -1 +1 @@ -Subproject commit 8cf43d8c148199120811cc772e2e7bd3a23a4ecb +Subproject commit 4e69b4b0b9f0c69c294124c5ae5ff36d66cbcac7 From d1ccd6030706f64d7b46c729fefc93eb2d895bd6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zolt=C3=A1n=20Leh=C3=B3czky?= Date: Thu, 28 Nov 2024 02:31:35 +0100 Subject: [PATCH 06/17] Adapting to Site Owner being deprecated --- Readme.md | 2 +- .../Recipes/Lombiq.OSOCE.Tests.recipe.json | 38 ------------------- src/Modules/Lombiq.Hosting.Tenants | 2 +- src/Modules/Lombiq.LoginAsAnybody | 2 +- src/Modules/Lombiq.Walkthroughs | 2 +- src/Themes/Lombiq.Hosting.MediaTheme | 2 +- .../BehaviorLoginAsAnybodyTests.cs | 4 +- test/Lombiq.UITestingToolbox | 2 +- 8 files changed, 8 insertions(+), 46 deletions(-) diff --git a/Readme.md b/Readme.md index 16c5b9b41..7196b2e9a 100644 --- a/Readme.md +++ b/Readme.md @@ -50,7 +50,7 @@ Note that this solution also has an Orchard 1 counterpart, [Lombiq's Open-Source - [`Lombiq.Hosting.Tenants.Maintenance`](https://github.com/Lombiq/Hosting-Tenants/tree/dev/Lombiq.Hosting.Tenants.Maintenance): With the help of this module, you can execute maintenance tasks on tenants. - [`Lombiq.Hosting.Tenants.Management`](https://github.com/Lombiq/Hosting-Tenants/tree/dev/Lombiq.Hosting.Tenants.Management): With the help of this module, you can set restrictions on tenant creation and set tenant level shell settings in the tenant editor. - [`Lombiq.JsonEditor`](https://github.com/Lombiq/Orchard-JSON-Editor): Orchard Core module for displaying a JSON Editor like on [jsoneditoronline.org](https://jsoneditoronline.org/). Watch a demo video of it from the Orchard Community Meeting [here](https://www.youtube.com/watch?app=desktop&v=nFhRjhXTKAY). -- [`Lombiq.LoginAsAnybody`](https://github.com/Lombiq/Orchard-Login-as-Anybody): With the help of this module, a user with the site owner permission can log in as anybody on the admin dashboard. +- [`Lombiq.LoginAsAnybody`](https://github.com/Lombiq/Orchard-Login-as-Anybody): With the help of this module, an administrator can log in as anybody on the admin dashboard. - [`Lombiq.OSOCE.Samples`](https://github.com/Lombiq/Open-Source-Orchard-Core-Extensions/tree/dev/src/Modules/Lombiq.OSOCE.Samples): This is a placeholder module that will contain sample code for UI tests and demonstration content for our open-source Orchard Core extensions. - [`Lombiq.Privacy`](https://github.com/Lombiq/Orchard-Privacy): Orchard module containing features related to data protection/privacy and the EU law on it, the [General Data Protection Regulation](https://eur-lex.europa.eu/legal-content/EN/TXT/?qid=1462439808430&uri=CELEX:32016R0679) (GDPR). Check out a demo video of this module [here](https://www.youtube.com/watch?v=GnyYL9Zdo8Q). **Important!** Using this module will not make your site GDPR-compliant alone. Do not forget to create a privacy policy page that you need to link to from the various consent-asking features. - [`Lombiq.TrainingDemo`](https://github.com/Lombiq/Orchard-Training-Demo-Module): Demo Orchard Core module for training purposes guiding you to become an Orchard developer. Note that this module also has an Orchard 1.x version in the [`dev-orchard-1` branch of the repository](https://github.com/Lombiq/Orchard-Training-Demo-Module/tree/dev-orchard-1). If you prefer tutorial videos more then check out the [Dojo Course 3, the complete Orchard Core tutorial series](https://orcharddojo.net/orchard-training/dojo-course-3-the-full-orchard-core-tutorial). diff --git a/src/Lombiq.OSOCE.Web/Recipes/Lombiq.OSOCE.Tests.recipe.json b/src/Lombiq.OSOCE.Web/Recipes/Lombiq.OSOCE.Tests.recipe.json index 666156d4e..9c603d8a7 100644 --- a/src/Lombiq.OSOCE.Web/Recipes/Lombiq.OSOCE.Tests.recipe.json +++ b/src/Lombiq.OSOCE.Web/Recipes/Lombiq.OSOCE.Tests.recipe.json @@ -166,44 +166,6 @@ "ManageWorkflows", "ExecuteWorkflows" ] - }, - { - "Name": "Administrator", - "Description": "Administrator role", - "Permissions": [ - "ManageSettings", - "AccessAdminPanel", - "ManageAdminSettings", - "ManageUsers", - "ManageRoles", - "SiteOwner", - "ManageTenants", - "ApplyTheme", - "PublishContent", - "EditContent", - "DeleteContent", - "PreviewContent", - "CloneContent", - "AccessContentApi", - "ListContent", - "ViewContentTypes", - "EditContentTypes", - "ManageMediaContent", - "ManageAttachedMediaFieldsFolder", - "ManageMediaProfiles", - "ViewMediaOptions", - "ManageAssetCache", - "ViewAzureMediaOptions", - "ManageBackgroundTasks", - "ManageEmailSettings", - "ManageWorkflows", - "ExecuteWorkflows", - "SetHomepage", - "Import", - "Export", - "ViewAuditTrail", - "ManageAuditTrailSettings" - ] } ] }, diff --git a/src/Modules/Lombiq.Hosting.Tenants b/src/Modules/Lombiq.Hosting.Tenants index b5b1cd299..d09f1e937 160000 --- a/src/Modules/Lombiq.Hosting.Tenants +++ b/src/Modules/Lombiq.Hosting.Tenants @@ -1 +1 @@ -Subproject commit b5b1cd2999c1682b9d0fe45267520ed26f832031 +Subproject commit d09f1e937a64275ea4d82ca27886402c378556f9 diff --git a/src/Modules/Lombiq.LoginAsAnybody b/src/Modules/Lombiq.LoginAsAnybody index a89be3230..ea5fac782 160000 --- a/src/Modules/Lombiq.LoginAsAnybody +++ b/src/Modules/Lombiq.LoginAsAnybody @@ -1 +1 @@ -Subproject commit a89be3230d9e736c180b8c28572cbe93c0a084d4 +Subproject commit ea5fac782cf3e5350fe9e727ee8117882c943e48 diff --git a/src/Modules/Lombiq.Walkthroughs b/src/Modules/Lombiq.Walkthroughs index 28494c2ae..515a033eb 160000 --- a/src/Modules/Lombiq.Walkthroughs +++ b/src/Modules/Lombiq.Walkthroughs @@ -1 +1 @@ -Subproject commit 28494c2ae930ee4c25cbea9693c1239b428e52ed +Subproject commit 515a033eb5659029c3d75bb176d6c1d5d2c843e7 diff --git a/src/Themes/Lombiq.Hosting.MediaTheme b/src/Themes/Lombiq.Hosting.MediaTheme index 2af29fd27..511f3c4e2 160000 --- a/src/Themes/Lombiq.Hosting.MediaTheme +++ b/src/Themes/Lombiq.Hosting.MediaTheme @@ -1 +1 @@ -Subproject commit 2af29fd277b8edbb863e8df5e7a25dda776fc132 +Subproject commit 511f3c4e2281482a3034dd8a587e3f75cdf9e30c diff --git a/test/Lombiq.OSOCE.Tests.UI/Tests/ModuleTests/BehaviorLoginAsAnybodyTests.cs b/test/Lombiq.OSOCE.Tests.UI/Tests/ModuleTests/BehaviorLoginAsAnybodyTests.cs index 053ebc53a..7e6cbe742 100644 --- a/test/Lombiq.OSOCE.Tests.UI/Tests/ModuleTests/BehaviorLoginAsAnybodyTests.cs +++ b/test/Lombiq.OSOCE.Tests.UI/Tests/ModuleTests/BehaviorLoginAsAnybodyTests.cs @@ -14,11 +14,11 @@ public BehaviorLoginAsAnybodyTests(ITestOutputHelper testOutputHelper) [Fact] public Task SwitchingUserShouldWorkCorrectly() => - ExecuteTestAfterSetupAsync(context => context.TestLoginAsAnybodyAsync()); + ExecuteTestAfterSetupAsync(context => context.SwitchingUserShouldWorkCorrectlyAsync()); [Fact] public Task PermissionCheckShouldWorkCorrectly() => ExecuteTestAfterSetupAsync( - context => context.TestLoginAsAnybodyAuthorizationAsync(), + context => context.PermissionCheckShouldWorkCorrectlyAsync(), changeConfiguration: Configurations.IgnoreUnauthorizedBrowserLogEntries); } diff --git a/test/Lombiq.UITestingToolbox b/test/Lombiq.UITestingToolbox index 4e69b4b0b..b2039578f 160000 --- a/test/Lombiq.UITestingToolbox +++ b/test/Lombiq.UITestingToolbox @@ -1 +1 @@ -Subproject commit 4e69b4b0b9f0c69c294124c5ae5ff36d66cbcac7 +Subproject commit b2039578fea06a5cb66d921aa4d1aec69948626b From 58bc73ccac6c4ffdf4330593bdcc208d783e9f87 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zolt=C3=A1n=20Leh=C3=B3czky?= Date: Thu, 28 Nov 2024 02:36:06 +0100 Subject: [PATCH 07/17] Spelling --- src/Modules/Lombiq.LoginAsAnybody | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Modules/Lombiq.LoginAsAnybody b/src/Modules/Lombiq.LoginAsAnybody index ea5fac782..b65b09130 160000 --- a/src/Modules/Lombiq.LoginAsAnybody +++ b/src/Modules/Lombiq.LoginAsAnybody @@ -1 +1 @@ -Subproject commit ea5fac782cf3e5350fe9e727ee8117882c943e48 +Subproject commit b65b09130fcb32c0e83c7b377d38cca2dd0313d9 From 9089b6eae183874ad08a2dea396074ea23e578eb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zolt=C3=A1n=20Leh=C3=B3czky?= Date: Thu, 28 Nov 2024 02:44:24 +0100 Subject: [PATCH 08/17] Fixing ContentEditors MissingMethodException --- src/Modules/Lombiq.ContentEditors | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Modules/Lombiq.ContentEditors b/src/Modules/Lombiq.ContentEditors index 56db90bd7..c73d41ebe 160000 --- a/src/Modules/Lombiq.ContentEditors +++ b/src/Modules/Lombiq.ContentEditors @@ -1 +1 @@ -Subproject commit 56db90bd7a21a26c57193ca3ce787072c7d3fdda +Subproject commit c73d41ebec0fdea6332c5120f0f6aab1506acb51 From 8ed11dddc72e44c4beae0fef528c97856a7e811d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zolt=C3=A1n=20Leh=C3=B3czky?= Date: Thu, 28 Nov 2024 03:08:27 +0100 Subject: [PATCH 09/17] Updating to Orchard Core 2.1.0 --- src/Libraries/Lombiq.HelpfulLibraries | 2 +- src/Libraries/Lombiq.OrchardCoreApiClient | 2 +- src/Modules/Lombiq.AuditTrailExtensions | 2 +- src/Modules/Lombiq.ChartJs | 2 +- src/Modules/Lombiq.DataTables | 2 +- src/Modules/Lombiq.HelpfulExtensions | 2 +- src/Modules/Lombiq.Hosting.Azure.ApplicationInsights | 2 +- src/Modules/Lombiq.Hosting.BuildVersionDisplay | 2 +- src/Modules/Lombiq.Hosting.Tenants | 2 +- src/Modules/Lombiq.JsonEditor | 2 +- src/Modules/Lombiq.LoginAsAnybody | 2 +- .../Lombiq.OSOCE.Samples/Lombiq.OSOCE.Samples.csproj | 8 ++++---- src/Modules/Lombiq.Privacy | 2 +- src/Modules/Lombiq.TrainingDemo | 2 +- src/Modules/Lombiq.UIKit | 2 +- src/Modules/Lombiq.VueJs | 2 +- src/Modules/Lombiq.Walkthroughs | 2 +- src/Themes/Lombiq.BaseTheme | 2 +- src/Themes/Lombiq.Hosting.MediaTheme | 2 +- src/Utilities/Lombiq.SetupExtensions | 2 +- test/Lombiq.UITestingToolbox | 2 +- 21 files changed, 24 insertions(+), 24 deletions(-) diff --git a/src/Libraries/Lombiq.HelpfulLibraries b/src/Libraries/Lombiq.HelpfulLibraries index 88061c5d6..f80ac53f7 160000 --- a/src/Libraries/Lombiq.HelpfulLibraries +++ b/src/Libraries/Lombiq.HelpfulLibraries @@ -1 +1 @@ -Subproject commit 88061c5d62988321a1e755dfdde74cdc025bc3f9 +Subproject commit f80ac53f743c06e7b3e09aeafe3643dd26abca07 diff --git a/src/Libraries/Lombiq.OrchardCoreApiClient b/src/Libraries/Lombiq.OrchardCoreApiClient index d8b6d4889..4347a6279 160000 --- a/src/Libraries/Lombiq.OrchardCoreApiClient +++ b/src/Libraries/Lombiq.OrchardCoreApiClient @@ -1 +1 @@ -Subproject commit d8b6d48891ba562bc000cddc2e3f60dd9c1708f2 +Subproject commit 4347a62795e1a39c343b4b7c5f3abe2477f1118b diff --git a/src/Modules/Lombiq.AuditTrailExtensions b/src/Modules/Lombiq.AuditTrailExtensions index aab91f2e5..2282ad14a 160000 --- a/src/Modules/Lombiq.AuditTrailExtensions +++ b/src/Modules/Lombiq.AuditTrailExtensions @@ -1 +1 @@ -Subproject commit aab91f2e57ce8c725dc939902aeba967c95a69e6 +Subproject commit 2282ad14ad9eaf6c4444d784d7ca42bf3166204e diff --git a/src/Modules/Lombiq.ChartJs b/src/Modules/Lombiq.ChartJs index b5e6820ed..e191eb198 160000 --- a/src/Modules/Lombiq.ChartJs +++ b/src/Modules/Lombiq.ChartJs @@ -1 +1 @@ -Subproject commit b5e6820ed840f0b15138ff683c946796b896d991 +Subproject commit e191eb198a8c634c4df8b7d0c1d6ebcbbe6fa380 diff --git a/src/Modules/Lombiq.DataTables b/src/Modules/Lombiq.DataTables index 43e90915f..480256904 160000 --- a/src/Modules/Lombiq.DataTables +++ b/src/Modules/Lombiq.DataTables @@ -1 +1 @@ -Subproject commit 43e90915fc4a2412fe9fda023bee44d677a319c5 +Subproject commit 480256904457e1fede4e958d643ac903c4de04c1 diff --git a/src/Modules/Lombiq.HelpfulExtensions b/src/Modules/Lombiq.HelpfulExtensions index bb754ae69..da70bfdfe 160000 --- a/src/Modules/Lombiq.HelpfulExtensions +++ b/src/Modules/Lombiq.HelpfulExtensions @@ -1 +1 @@ -Subproject commit bb754ae696eb9808e6c45b2fab5fae55aa9e81e1 +Subproject commit da70bfdfefa317104441b75795875c809f5a356d diff --git a/src/Modules/Lombiq.Hosting.Azure.ApplicationInsights b/src/Modules/Lombiq.Hosting.Azure.ApplicationInsights index e653ef7c3..e0e7a80da 160000 --- a/src/Modules/Lombiq.Hosting.Azure.ApplicationInsights +++ b/src/Modules/Lombiq.Hosting.Azure.ApplicationInsights @@ -1 +1 @@ -Subproject commit e653ef7c384ce485bf025c766493c25af14d4c73 +Subproject commit e0e7a80dad2dc27fd27a1c2e13ee3b7651cd6afc diff --git a/src/Modules/Lombiq.Hosting.BuildVersionDisplay b/src/Modules/Lombiq.Hosting.BuildVersionDisplay index 2d2fa85f4..f1f1096be 160000 --- a/src/Modules/Lombiq.Hosting.BuildVersionDisplay +++ b/src/Modules/Lombiq.Hosting.BuildVersionDisplay @@ -1 +1 @@ -Subproject commit 2d2fa85f412755901d8f8d9c357760e53ce888df +Subproject commit f1f1096bef205aaab287b57d273a436b04fc207f diff --git a/src/Modules/Lombiq.Hosting.Tenants b/src/Modules/Lombiq.Hosting.Tenants index d09f1e937..c2225573b 160000 --- a/src/Modules/Lombiq.Hosting.Tenants +++ b/src/Modules/Lombiq.Hosting.Tenants @@ -1 +1 @@ -Subproject commit d09f1e937a64275ea4d82ca27886402c378556f9 +Subproject commit c2225573bb4e38a6603c90d28afaa51ea08ccc6e diff --git a/src/Modules/Lombiq.JsonEditor b/src/Modules/Lombiq.JsonEditor index 705efcf3e..7c344bede 160000 --- a/src/Modules/Lombiq.JsonEditor +++ b/src/Modules/Lombiq.JsonEditor @@ -1 +1 @@ -Subproject commit 705efcf3ed2b37d128e3c1a1e3ad6796a6819c23 +Subproject commit 7c344bede70fd1b1278f12c8e929e587e19f21aa diff --git a/src/Modules/Lombiq.LoginAsAnybody b/src/Modules/Lombiq.LoginAsAnybody index b65b09130..dc909cf65 160000 --- a/src/Modules/Lombiq.LoginAsAnybody +++ b/src/Modules/Lombiq.LoginAsAnybody @@ -1 +1 @@ -Subproject commit b65b09130fcb32c0e83c7b377d38cca2dd0313d9 +Subproject commit dc909cf65eba9c63a8e859f6e4bb73fb06b1045e diff --git a/src/Modules/Lombiq.OSOCE.Samples/Lombiq.OSOCE.Samples.csproj b/src/Modules/Lombiq.OSOCE.Samples/Lombiq.OSOCE.Samples.csproj index 04b452436..594517c4e 100644 --- a/src/Modules/Lombiq.OSOCE.Samples/Lombiq.OSOCE.Samples.csproj +++ b/src/Modules/Lombiq.OSOCE.Samples/Lombiq.OSOCE.Samples.csproj @@ -11,10 +11,10 @@ - - - - + + + + diff --git a/src/Modules/Lombiq.Privacy b/src/Modules/Lombiq.Privacy index ee243a3e9..e2cb718f9 160000 --- a/src/Modules/Lombiq.Privacy +++ b/src/Modules/Lombiq.Privacy @@ -1 +1 @@ -Subproject commit ee243a3e95819eff817ce2da382c2139c5332727 +Subproject commit e2cb718f9e43d582deab4334b06177169c0a2a1a diff --git a/src/Modules/Lombiq.TrainingDemo b/src/Modules/Lombiq.TrainingDemo index c80d508a5..8a95fa1f1 160000 --- a/src/Modules/Lombiq.TrainingDemo +++ b/src/Modules/Lombiq.TrainingDemo @@ -1 +1 @@ -Subproject commit c80d508a56bcad5a30c1d7e6adb4d309782e1ec5 +Subproject commit 8a95fa1f1bd6b2a0005a930a8bec130724552dcb diff --git a/src/Modules/Lombiq.UIKit b/src/Modules/Lombiq.UIKit index 2b52addbc..58626c4fd 160000 --- a/src/Modules/Lombiq.UIKit +++ b/src/Modules/Lombiq.UIKit @@ -1 +1 @@ -Subproject commit 2b52addbc7279c35a640de49c09fdacfab9841f8 +Subproject commit 58626c4fddb1bfc9721931235775afce7a317f25 diff --git a/src/Modules/Lombiq.VueJs b/src/Modules/Lombiq.VueJs index c5defaebb..d91602bed 160000 --- a/src/Modules/Lombiq.VueJs +++ b/src/Modules/Lombiq.VueJs @@ -1 +1 @@ -Subproject commit c5defaebb6e94efd18dc083a75ae1f2826afbb74 +Subproject commit d91602beda374de5b6848790712a3e93e406b162 diff --git a/src/Modules/Lombiq.Walkthroughs b/src/Modules/Lombiq.Walkthroughs index 515a033eb..b4291109f 160000 --- a/src/Modules/Lombiq.Walkthroughs +++ b/src/Modules/Lombiq.Walkthroughs @@ -1 +1 @@ -Subproject commit 515a033eb5659029c3d75bb176d6c1d5d2c843e7 +Subproject commit b4291109f0c0bfb0facd013d46c78d1ad4bf02bf diff --git a/src/Themes/Lombiq.BaseTheme b/src/Themes/Lombiq.BaseTheme index 573c94778..0dc6aa2a3 160000 --- a/src/Themes/Lombiq.BaseTheme +++ b/src/Themes/Lombiq.BaseTheme @@ -1 +1 @@ -Subproject commit 573c947786cac2fb6412f471200ae02b10f445a1 +Subproject commit 0dc6aa2a34a1e49d2fc7552721ceab75190f8e5c diff --git a/src/Themes/Lombiq.Hosting.MediaTheme b/src/Themes/Lombiq.Hosting.MediaTheme index 511f3c4e2..4eb52a00c 160000 --- a/src/Themes/Lombiq.Hosting.MediaTheme +++ b/src/Themes/Lombiq.Hosting.MediaTheme @@ -1 +1 @@ -Subproject commit 511f3c4e2281482a3034dd8a587e3f75cdf9e30c +Subproject commit 4eb52a00c1565584e9c954a8fb4c92c56cbe7bf6 diff --git a/src/Utilities/Lombiq.SetupExtensions b/src/Utilities/Lombiq.SetupExtensions index e452a9915..e1b8659b2 160000 --- a/src/Utilities/Lombiq.SetupExtensions +++ b/src/Utilities/Lombiq.SetupExtensions @@ -1 +1 @@ -Subproject commit e452a9915c16b425d7707103b1c37671afeec6c5 +Subproject commit e1b8659b2139387e482668b94aa18a42cb9687f0 diff --git a/test/Lombiq.UITestingToolbox b/test/Lombiq.UITestingToolbox index b2039578f..cad26b939 160000 --- a/test/Lombiq.UITestingToolbox +++ b/test/Lombiq.UITestingToolbox @@ -1 +1 @@ -Subproject commit b2039578fea06a5cb66d921aa4d1aec69948626b +Subproject commit cad26b939094e6a89a607397c9d063d9d023b4c3 From b0102c7f2baa4abb4e9cef4b497b2b754c4092be Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zolt=C3=A1n=20Leh=C3=B3czky?= Date: Thu, 28 Nov 2024 03:16:51 +0100 Subject: [PATCH 10/17] Simplfying Deployment classes --- src/Themes/Lombiq.Hosting.MediaTheme | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Themes/Lombiq.Hosting.MediaTheme b/src/Themes/Lombiq.Hosting.MediaTheme index 4eb52a00c..dcfa5bd58 160000 --- a/src/Themes/Lombiq.Hosting.MediaTheme +++ b/src/Themes/Lombiq.Hosting.MediaTheme @@ -1 +1 @@ -Subproject commit 4eb52a00c1565584e9c954a8fb4c92c56cbe7bf6 +Subproject commit dcfa5bd58fa18424498be49ca88247531929d0d3 From 04216abcf9b0e474b34d5e260d170f0b6e9b753c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zolt=C3=A1n=20Leh=C3=B3czky?= Date: Thu, 28 Nov 2024 03:42:00 +0100 Subject: [PATCH 11/17] Fixing deprecations --- src/Modules/Lombiq.Privacy | 2 +- src/Modules/Lombiq.TrainingDemo | 2 +- test/Lombiq.UITestingToolbox | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/Modules/Lombiq.Privacy b/src/Modules/Lombiq.Privacy index e2cb718f9..420bbbbf9 160000 --- a/src/Modules/Lombiq.Privacy +++ b/src/Modules/Lombiq.Privacy @@ -1 +1 @@ -Subproject commit e2cb718f9e43d582deab4334b06177169c0a2a1a +Subproject commit 420bbbbf9ffe924109fa4b002c235118e0c77bd4 diff --git a/src/Modules/Lombiq.TrainingDemo b/src/Modules/Lombiq.TrainingDemo index 8a95fa1f1..92ddcbb85 160000 --- a/src/Modules/Lombiq.TrainingDemo +++ b/src/Modules/Lombiq.TrainingDemo @@ -1 +1 @@ -Subproject commit 8a95fa1f1bd6b2a0005a930a8bec130724552dcb +Subproject commit 92ddcbb85a06f4acc85a76e7b5f86430d7a0a406 diff --git a/test/Lombiq.UITestingToolbox b/test/Lombiq.UITestingToolbox index cad26b939..447384020 160000 --- a/test/Lombiq.UITestingToolbox +++ b/test/Lombiq.UITestingToolbox @@ -1 +1 @@ -Subproject commit cad26b939094e6a89a607397c9d063d9d023b4c3 +Subproject commit 447384020a687767e792fedd0994f943ed483038 From cc065f93fffe3c672c68df6fc283f78c5a2fd6ae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zolt=C3=A1n=20Leh=C3=B3czky?= Date: Thu, 28 Nov 2024 04:03:22 +0100 Subject: [PATCH 12/17] Outdated note --- src/Themes/Lombiq.BaseTheme | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Themes/Lombiq.BaseTheme b/src/Themes/Lombiq.BaseTheme index 0dc6aa2a3..a1de2ac68 160000 --- a/src/Themes/Lombiq.BaseTheme +++ b/src/Themes/Lombiq.BaseTheme @@ -1 +1 @@ -Subproject commit 0dc6aa2a34a1e49d2fc7552721ceab75190f8e5c +Subproject commit a1de2ac68f852066597b54b87f644f655a1e565d From e6c742fc4e7a6fe8cf6e61b815708983b22d80bc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zolt=C3=A1n=20Leh=C3=B3czky?= Date: Thu, 28 Nov 2024 04:17:27 +0100 Subject: [PATCH 13/17] Adding warning about dynamic cache --- src/Modules/Lombiq.TrainingDemo | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Modules/Lombiq.TrainingDemo b/src/Modules/Lombiq.TrainingDemo index 92ddcbb85..046ec8422 160000 --- a/src/Modules/Lombiq.TrainingDemo +++ b/src/Modules/Lombiq.TrainingDemo @@ -1 +1 @@ -Subproject commit 92ddcbb85a06f4acc85a76e7b5f86430d7a0a406 +Subproject commit 046ec84220273a8aef9e45d0a3117dc528bf24e8 From 943373168a36e0c14bfa62ee19b021615ff06ad3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zolt=C3=A1n=20Leh=C3=B3czky?= Date: Thu, 28 Nov 2024 18:26:50 +0100 Subject: [PATCH 14/17] Updating to OC 2.1.2 --- src/Lombiq.OSOCE.Web/Lombiq.OSOCE.Web.csproj | 6 +++--- .../Tests/LibraryTests/BehaviorOrchardCoreApiClientTests.cs | 4 +--- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/src/Lombiq.OSOCE.Web/Lombiq.OSOCE.Web.csproj b/src/Lombiq.OSOCE.Web/Lombiq.OSOCE.Web.csproj index ec74d2ef9..6f998a3a3 100644 --- a/src/Lombiq.OSOCE.Web/Lombiq.OSOCE.Web.csproj +++ b/src/Lombiq.OSOCE.Web/Lombiq.OSOCE.Web.csproj @@ -58,9 +58,9 @@ - - - + + + diff --git a/test/Lombiq.OSOCE.Tests.UI/Tests/LibraryTests/BehaviorOrchardCoreApiClientTests.cs b/test/Lombiq.OSOCE.Tests.UI/Tests/LibraryTests/BehaviorOrchardCoreApiClientTests.cs index f04b44a23..5c33107a2 100644 --- a/test/Lombiq.OSOCE.Tests.UI/Tests/LibraryTests/BehaviorOrchardCoreApiClientTests.cs +++ b/test/Lombiq.OSOCE.Tests.UI/Tests/LibraryTests/BehaviorOrchardCoreApiClientTests.cs @@ -12,9 +12,7 @@ public BehaviorOrchardCoreApiClientTests(ITestOutputHelper testOutputHelper) { } -#pragma warning disable xUnit1004 // Test methods should not be skipped - [Fact(Skip = "Needs https://github.com/OrchardCMS/OrchardCore/issues/17083 to be fixed.")] -#pragma warning restore xUnit1004 // Test methods should not be skipped + [Fact] public Task OrchardCoreApiClientShouldWork() => ExecuteTestAfterSetupAsync(context => context.TestOrchardCoreApiClientBehaviorAsync()); } From f70557c87b9c794865c3e7ab718766c63d15f505 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zolt=C3=A1n=20Leh=C3=B3czky?= Date: Thu, 28 Nov 2024 19:52:21 +0100 Subject: [PATCH 15/17] Fixing NuGet publishing --- src/Modules/Lombiq.Hosting.Tenants | 2 +- src/Modules/Lombiq.LoginAsAnybody | 2 +- src/Modules/Lombiq.Privacy | 2 +- src/Modules/Lombiq.TrainingDemo | 2 +- test/Lombiq.UITestingToolbox | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/Modules/Lombiq.Hosting.Tenants b/src/Modules/Lombiq.Hosting.Tenants index 107bc7dfe..d5d94e448 160000 --- a/src/Modules/Lombiq.Hosting.Tenants +++ b/src/Modules/Lombiq.Hosting.Tenants @@ -1 +1 @@ -Subproject commit 107bc7dfe5c26bebd407f6ee090e084862e2e9a9 +Subproject commit d5d94e448fe471dadfb218a5d0334e4b152d51be diff --git a/src/Modules/Lombiq.LoginAsAnybody b/src/Modules/Lombiq.LoginAsAnybody index b1087857d..a30ee7f8c 160000 --- a/src/Modules/Lombiq.LoginAsAnybody +++ b/src/Modules/Lombiq.LoginAsAnybody @@ -1 +1 @@ -Subproject commit b1087857d813c15522a99befefdbb95190318de5 +Subproject commit a30ee7f8cfca0b4917021207f3b3cca0ad71ee71 diff --git a/src/Modules/Lombiq.Privacy b/src/Modules/Lombiq.Privacy index 420bbbbf9..2b93d1b50 160000 --- a/src/Modules/Lombiq.Privacy +++ b/src/Modules/Lombiq.Privacy @@ -1 +1 @@ -Subproject commit 420bbbbf9ffe924109fa4b002c235118e0c77bd4 +Subproject commit 2b93d1b50897928c3b76d69abb3e907a1e69fe45 diff --git a/src/Modules/Lombiq.TrainingDemo b/src/Modules/Lombiq.TrainingDemo index fb9c9b2e3..208facf44 160000 --- a/src/Modules/Lombiq.TrainingDemo +++ b/src/Modules/Lombiq.TrainingDemo @@ -1 +1 @@ -Subproject commit fb9c9b2e312116172bdb390b38a52b163fb509bf +Subproject commit 208facf44caf72334eeea378788e99d8888b4401 diff --git a/test/Lombiq.UITestingToolbox b/test/Lombiq.UITestingToolbox index 465e8a0d6..e5427f379 160000 --- a/test/Lombiq.UITestingToolbox +++ b/test/Lombiq.UITestingToolbox @@ -1 +1 @@ -Subproject commit 465e8a0d6dccc80a2f0bf5d3623d8721fc8f6338 +Subproject commit e5427f3799c94939aa525ffdef37d8a155f4382d From 8de34a9d0ab2fc410375fc125128fc6aeda79694 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zolt=C3=A1n=20Leh=C3=B3czky?= Date: Mon, 2 Dec 2024 00:25:25 +0100 Subject: [PATCH 16/17] Updating Walkthroughs --- src/Modules/Lombiq.Walkthroughs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Modules/Lombiq.Walkthroughs b/src/Modules/Lombiq.Walkthroughs index b4291109f..f0f680d5e 160000 --- a/src/Modules/Lombiq.Walkthroughs +++ b/src/Modules/Lombiq.Walkthroughs @@ -1 +1 @@ -Subproject commit b4291109f0c0bfb0facd013d46c78d1ad4bf02bf +Subproject commit f0f680d5ee3cc7fed2543aed630ccc6b03835cf6 From 89d02ba89dfbc91bcf73e0ee4c81f6a70354ec7a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A1ra=20El-Saig?= Date: Thu, 5 Dec 2024 00:54:39 +0100 Subject: [PATCH 17/17] [skip ci] --- src/Libraries/Lombiq.HelpfulLibraries | 2 +- src/Libraries/Lombiq.OrchardCoreApiClient | 2 +- src/Modules/Lombiq.AuditTrailExtensions | 2 +- src/Modules/Lombiq.ChartJs | 2 +- src/Modules/Lombiq.ContentEditors | 2 +- src/Modules/Lombiq.DataTables | 2 +- src/Modules/Lombiq.HelpfulExtensions | 2 +- src/Modules/Lombiq.Hosting.Azure.ApplicationInsights | 2 +- src/Modules/Lombiq.Hosting.BuildVersionDisplay | 2 +- src/Modules/Lombiq.Hosting.Tenants | 2 +- src/Modules/Lombiq.JsonEditor | 2 +- src/Modules/Lombiq.LoginAsAnybody | 2 +- src/Modules/Lombiq.Privacy | 2 +- src/Modules/Lombiq.TrainingDemo | 2 +- src/Modules/Lombiq.UIKit | 2 +- src/Modules/Lombiq.VueJs | 2 +- src/Modules/Lombiq.Walkthroughs | 2 +- src/Themes/Lombiq.BaseTheme | 2 +- src/Themes/Lombiq.Hosting.MediaTheme | 2 +- src/Utilities/Lombiq.SetupExtensions | 2 +- test/Lombiq.UITestingToolbox | 2 +- 21 files changed, 21 insertions(+), 21 deletions(-) diff --git a/src/Libraries/Lombiq.HelpfulLibraries b/src/Libraries/Lombiq.HelpfulLibraries index 5fac9259c..e98603df6 160000 --- a/src/Libraries/Lombiq.HelpfulLibraries +++ b/src/Libraries/Lombiq.HelpfulLibraries @@ -1 +1 @@ -Subproject commit 5fac9259c9855ad4ebc4192e40227efd26d8620d +Subproject commit e98603df6571aa3237796efc76993e19e81c8f04 diff --git a/src/Libraries/Lombiq.OrchardCoreApiClient b/src/Libraries/Lombiq.OrchardCoreApiClient index 4347a6279..d0873144d 160000 --- a/src/Libraries/Lombiq.OrchardCoreApiClient +++ b/src/Libraries/Lombiq.OrchardCoreApiClient @@ -1 +1 @@ -Subproject commit 4347a62795e1a39c343b4b7c5f3abe2477f1118b +Subproject commit d0873144d494a2e592994894de694e4b094dbb0b diff --git a/src/Modules/Lombiq.AuditTrailExtensions b/src/Modules/Lombiq.AuditTrailExtensions index f3f56b4b0..75b23bc70 160000 --- a/src/Modules/Lombiq.AuditTrailExtensions +++ b/src/Modules/Lombiq.AuditTrailExtensions @@ -1 +1 @@ -Subproject commit f3f56b4b05e91727a45157b39b9ef827ef37ce22 +Subproject commit 75b23bc702909d557c56f37e32ae74b8a9e641b2 diff --git a/src/Modules/Lombiq.ChartJs b/src/Modules/Lombiq.ChartJs index e191eb198..a05daa984 160000 --- a/src/Modules/Lombiq.ChartJs +++ b/src/Modules/Lombiq.ChartJs @@ -1 +1 @@ -Subproject commit e191eb198a8c634c4df8b7d0c1d6ebcbbe6fa380 +Subproject commit a05daa9846d14b9eb3c5578b41336c359e23b27c diff --git a/src/Modules/Lombiq.ContentEditors b/src/Modules/Lombiq.ContentEditors index c73d41ebe..3a4ab3e5b 160000 --- a/src/Modules/Lombiq.ContentEditors +++ b/src/Modules/Lombiq.ContentEditors @@ -1 +1 @@ -Subproject commit c73d41ebec0fdea6332c5120f0f6aab1506acb51 +Subproject commit 3a4ab3e5b7d752c3ebddba7d0db23334ca8028c6 diff --git a/src/Modules/Lombiq.DataTables b/src/Modules/Lombiq.DataTables index 0f79a0c00..08eb50604 160000 --- a/src/Modules/Lombiq.DataTables +++ b/src/Modules/Lombiq.DataTables @@ -1 +1 @@ -Subproject commit 0f79a0c007fa673813b2ca18ab8b5925f29033f8 +Subproject commit 08eb506040935983e1e6416af65e5b59a1e84a12 diff --git a/src/Modules/Lombiq.HelpfulExtensions b/src/Modules/Lombiq.HelpfulExtensions index da70bfdfe..2b366336a 160000 --- a/src/Modules/Lombiq.HelpfulExtensions +++ b/src/Modules/Lombiq.HelpfulExtensions @@ -1 +1 @@ -Subproject commit da70bfdfefa317104441b75795875c809f5a356d +Subproject commit 2b366336a6e4594ac3b9ca83e11bb9e49fde6ba8 diff --git a/src/Modules/Lombiq.Hosting.Azure.ApplicationInsights b/src/Modules/Lombiq.Hosting.Azure.ApplicationInsights index e0e7a80da..96ec14980 160000 --- a/src/Modules/Lombiq.Hosting.Azure.ApplicationInsights +++ b/src/Modules/Lombiq.Hosting.Azure.ApplicationInsights @@ -1 +1 @@ -Subproject commit e0e7a80dad2dc27fd27a1c2e13ee3b7651cd6afc +Subproject commit 96ec14980da7452b6e76686fd5eca625a2cfbed2 diff --git a/src/Modules/Lombiq.Hosting.BuildVersionDisplay b/src/Modules/Lombiq.Hosting.BuildVersionDisplay index f1f1096be..81a390e5b 160000 --- a/src/Modules/Lombiq.Hosting.BuildVersionDisplay +++ b/src/Modules/Lombiq.Hosting.BuildVersionDisplay @@ -1 +1 @@ -Subproject commit f1f1096bef205aaab287b57d273a436b04fc207f +Subproject commit 81a390e5b3262c051d1d548e45883854dbc13f3c diff --git a/src/Modules/Lombiq.Hosting.Tenants b/src/Modules/Lombiq.Hosting.Tenants index d5d94e448..f5016b208 160000 --- a/src/Modules/Lombiq.Hosting.Tenants +++ b/src/Modules/Lombiq.Hosting.Tenants @@ -1 +1 @@ -Subproject commit d5d94e448fe471dadfb218a5d0334e4b152d51be +Subproject commit f5016b2089ae9641de3df97a66020484173f388e diff --git a/src/Modules/Lombiq.JsonEditor b/src/Modules/Lombiq.JsonEditor index 7c344bede..ee1b2416f 160000 --- a/src/Modules/Lombiq.JsonEditor +++ b/src/Modules/Lombiq.JsonEditor @@ -1 +1 @@ -Subproject commit 7c344bede70fd1b1278f12c8e929e587e19f21aa +Subproject commit ee1b2416f2667b1e293a7371556c8d36ffe1532a diff --git a/src/Modules/Lombiq.LoginAsAnybody b/src/Modules/Lombiq.LoginAsAnybody index a30ee7f8c..ef5624eef 160000 --- a/src/Modules/Lombiq.LoginAsAnybody +++ b/src/Modules/Lombiq.LoginAsAnybody @@ -1 +1 @@ -Subproject commit a30ee7f8cfca0b4917021207f3b3cca0ad71ee71 +Subproject commit ef5624eef4ed22e5b889780f5868f2a6b6eb66bf diff --git a/src/Modules/Lombiq.Privacy b/src/Modules/Lombiq.Privacy index 2b93d1b50..6ba71fcf3 160000 --- a/src/Modules/Lombiq.Privacy +++ b/src/Modules/Lombiq.Privacy @@ -1 +1 @@ -Subproject commit 2b93d1b50897928c3b76d69abb3e907a1e69fe45 +Subproject commit 6ba71fcf352fc768791db2c99d80dcf4b286a44f diff --git a/src/Modules/Lombiq.TrainingDemo b/src/Modules/Lombiq.TrainingDemo index 208facf44..bb4c57484 160000 --- a/src/Modules/Lombiq.TrainingDemo +++ b/src/Modules/Lombiq.TrainingDemo @@ -1 +1 @@ -Subproject commit 208facf44caf72334eeea378788e99d8888b4401 +Subproject commit bb4c57484e04bdfc47d498fb133a0b908f0e3883 diff --git a/src/Modules/Lombiq.UIKit b/src/Modules/Lombiq.UIKit index 58626c4fd..5933035fa 160000 --- a/src/Modules/Lombiq.UIKit +++ b/src/Modules/Lombiq.UIKit @@ -1 +1 @@ -Subproject commit 58626c4fddb1bfc9721931235775afce7a317f25 +Subproject commit 5933035fa77581e1daf297e1dd104937cdf4d319 diff --git a/src/Modules/Lombiq.VueJs b/src/Modules/Lombiq.VueJs index bfb52b561..bb4ff603f 160000 --- a/src/Modules/Lombiq.VueJs +++ b/src/Modules/Lombiq.VueJs @@ -1 +1 @@ -Subproject commit bfb52b5618fb47681f635632d962afc81126f336 +Subproject commit bb4ff603fc6b4a3479e102a526c41a2459ddfc2b diff --git a/src/Modules/Lombiq.Walkthroughs b/src/Modules/Lombiq.Walkthroughs index f0f680d5e..18012be31 160000 --- a/src/Modules/Lombiq.Walkthroughs +++ b/src/Modules/Lombiq.Walkthroughs @@ -1 +1 @@ -Subproject commit f0f680d5ee3cc7fed2543aed630ccc6b03835cf6 +Subproject commit 18012be31d3806d8bc4d9bff2311b0272cef4ab7 diff --git a/src/Themes/Lombiq.BaseTheme b/src/Themes/Lombiq.BaseTheme index a1de2ac68..1d9280e8f 160000 --- a/src/Themes/Lombiq.BaseTheme +++ b/src/Themes/Lombiq.BaseTheme @@ -1 +1 @@ -Subproject commit a1de2ac68f852066597b54b87f644f655a1e565d +Subproject commit 1d9280e8f48be29ce3f6534d2dbb32f10a58026a diff --git a/src/Themes/Lombiq.Hosting.MediaTheme b/src/Themes/Lombiq.Hosting.MediaTheme index dcfa5bd58..80c962a63 160000 --- a/src/Themes/Lombiq.Hosting.MediaTheme +++ b/src/Themes/Lombiq.Hosting.MediaTheme @@ -1 +1 @@ -Subproject commit dcfa5bd58fa18424498be49ca88247531929d0d3 +Subproject commit 80c962a6388b8c60afdb543a0cf2e1edf87a2ac8 diff --git a/src/Utilities/Lombiq.SetupExtensions b/src/Utilities/Lombiq.SetupExtensions index e1b8659b2..c9489c647 160000 --- a/src/Utilities/Lombiq.SetupExtensions +++ b/src/Utilities/Lombiq.SetupExtensions @@ -1 +1 @@ -Subproject commit e1b8659b2139387e482668b94aa18a42cb9687f0 +Subproject commit c9489c64763a9fab4ecf62b5ab21c2be6a61fde5 diff --git a/test/Lombiq.UITestingToolbox b/test/Lombiq.UITestingToolbox index e5427f379..5db67c685 160000 --- a/test/Lombiq.UITestingToolbox +++ b/test/Lombiq.UITestingToolbox @@ -1 +1 @@ -Subproject commit e5427f3799c94939aa525ffdef37d8a155f4382d +Subproject commit 5db67c6852ebc9c36aaaab1a93b39e60370182ee