Commit Graph

  • 9bc5e7f1e4 #8836: Adding configurable script tag sanitization by adding valid elements as a configurable site setting for TinyMCE (Lombiq Technologies: ORCH-307) (#8872) dev Milán Keszthelyi 2025-11-21 01:53:41 +01:00
  • 890f837dfb Replacing deprecated jQuery event alias with .on() method in the ImageEditor (#8871) Milán Keszthelyi 2025-11-19 15:53:34 +01:00
  • 860d6a4aeb #8835: Merging imported SearchFields from recipes instead of overwriting them (Lombiq Technologies: ORCH-310) (#8870) Gábor Domonkos 2025-11-19 15:32:12 +01:00
  • 75a4fd59a2 #8208: Adopt the Orchard Core .editorconfig (#8868) Benedek Farkas 2025-10-31 23:50:28 +01:00
  • 60760aa3dd Removing commented out RecipeResultRecord class issue/8208 Benedek Farkas 2025-10-31 22:35:52 +01:00
  • 4880a3f510 Reverting NHibernate.Linq changes Benedek Farkas 2025-10-31 22:16:48 +01:00
  • de474c5dd0 VS code cleanup: Apply object/collection initializer preferences Benedek Farkas 2025-10-31 21:49:09 +01:00
  • d08bfe58d6 VS code cleanup: Apply parenthesis preferences Benedek Farkas 2025-10-31 21:43:05 +01:00
  • 417b595dd5 VS code cleanup: Apply auto property preferences Benedek Farkas 2025-10-31 21:14:38 +01:00
  • 0c27ba1fe6 VS code cleanup, round 1 Benedek Farkas 2025-10-31 21:06:10 +01:00
  • da95c0601e Updating .editorconfig from Orchard Core Benedek Farkas 2025-10-31 17:01:23 +01:00
  • 782389e42c #8863: Fixing ArgumentException in Blog Archives widget (#8867) Gábor Domonkos 2025-10-30 20:57:55 +01:00
  • 4cfbafd22a #8859: Fixing setup errors with PostgreSQL and MySQL (#8861) Benedek Farkas 2025-10-29 22:52:34 +01:00
  • 8a7a920aca Reverting non-functional changes issue/8859 Benedek Farkas 2025-10-29 22:41:50 +01:00
  • 6a4988ce04 Fixing MySQL setup error in DistributedLockSchemaBuilder Benedek Farkas 2025-10-29 22:22:46 +01:00
  • 10522e47a0 Updating MySql.Data from 6.7.9 to 6.10.9 Benedek Farkas 2025-10-29 22:03:21 +01:00
  • 99276a79af Merge branch 'dev' into issue/8859 Benedek Farkas 2025-10-29 20:18:53 +01:00
  • f0ad335e77 #8864: Fixing an error during Audit Trail trimming (Lombiq Technologies: ORCH-306) (#8866) Gábor Domonkos 2025-10-29 19:41:34 +01:00
  • 5b6edacbc7 #7412: Cloning overrides for some content parts, including deep clone for records (Lombiq Technologies: ORCH-204) (#8854) Benedek Farkas 2025-10-29 15:30:16 +01:00
  • d8537f14fb Updating NuGet packages to latest minor/patch versions (#8856) Benedek Farkas 2025-10-29 15:25:49 +01:00
  • ca70a5caaf #8525: Upgrading client-side libraries (#8848) Benedek Farkas 2025-10-29 15:20:53 +01:00
  • d4a36a825f Updating SpecFlow workflow not to run on 1.10.x anymore Benedek Farkas 2025-10-20 12:33:52 +02:00
  • 4d0c8b033b A bit more code styling in MySqlCommandInterpreter to avoid a ton of whitespace in the query Benedek Farkas 2025-10-18 20:55:49 +02:00
  • 94db9b85bd Fixing build Benedek Farkas 2025-10-17 23:55:26 +02:00
  • 960920b227 Simplifying DistributedLockSchemaBuilder.SchemaExists Benedek Farkas 2025-10-17 23:45:02 +02:00
  • 5687547679 Merge branch 'dev' into issue/8859 Benedek Farkas 2025-10-17 23:39:24 +02:00
  • c10168a946 #8506: Adapting MySqlCommandInterpreter to 767 character length limitation (#8826) Mazur Yuriy 2025-10-18 00:35:39 +03:00
  • a311f41b11 Code styling issue/7412 Benedek Farkas 2025-10-17 16:21:29 +02:00
  • 44299667d2 Merge branch 'dev' into issue/7412 Benedek Farkas 2025-10-17 15:55:06 +02:00
  • 3f56eca08d Fixing AutomaticDataMigrations so it doesn't log an expected error when creating the Distributed Lock table Benedek Farkas 2025-10-16 15:58:51 +02:00
  • 287b68b86d Code styling in AutomaticDataMigrations and DistributedLockSchemaBuilder Benedek Farkas 2025-10-16 15:58:00 +02:00
  • 1df4132fc2 Fixing that NoLockInterceptor should only modify the statement if the database engine supports NOLOCK (SQL Server or SQL CE) Benedek Farkas 2025-10-16 14:32:43 +02:00
  • 76e8d3af87 Re-adding System.Net.Http assembly binding redirect to Orchard.OpenId task/nuget-updates Benedek Farkas 2025-10-16 01:49:32 +02:00
  • ad6f5f9074 Re-adding System.Net.Http assembly binding redirect to Upgrade Benedek Farkas 2025-10-16 01:44:14 +02:00
  • f79398c119 Re-enabling SpecFlow workflow on push for this branch Benedek Farkas 2025-10-16 01:05:17 +02:00
  • bf6ea2b3bc Re-adding NHibernate assembly binding redirect to test projects Benedek Farkas 2025-10-16 00:47:48 +02:00
  • 7f8ecfc965 Re-adding some assembly binding redirects to Orchard.Web/Web.config Benedek Farkas 2025-10-15 23:17:29 +02:00
  • e56d276440 Cleaning up assembly binding redirects and indentation/whitespaces in Web.config files Benedek Farkas 2025-10-15 22:59:28 +02:00
  • 11bf8f4a06 Adding Orchard.Azure.Tests to the solution, cleanup and DRYing, but it can't start the storage emulator on its own anymore Benedek Farkas 2025-10-14 23:29:17 +02:00
  • dffd946e4c Upgrading packages in Orchard.Azure.Tests and removing unused references Benedek Farkas 2025-10-14 22:42:45 +02:00
  • e3ea926ba1 Removing Orchard.WindowsAzure.ServiceRuntime too from Orchard.Azure Benedek Farkas 2025-10-14 22:39:09 +02:00
  • de006d3015 Removing Microsoft.WindowsAzure.Caching from Orchard.Azure, because it's not used anymore Benedek Farkas 2025-10-14 22:36:04 +02:00
  • 83de6289b8 Updating Azure packages to latest Benedek Farkas 2025-10-14 21:24:32 +02:00
  • 4ce2ec152b Revert "Upgrading Microsoft.Web.Infrastructure from 1.0.0.0 to 2.0.0 Benedek Farkas 2025-10-14 17:18:53 +02:00
  • 3eca050e91 Adding Microsoft.Web.Infrastructure assembly binding redirect to the Spec app's root web.config too Benedek Farkas 2025-10-14 15:54:01 +02:00
  • d35b46265d Adding Microsoft.Web.Infrastructure assembly binding redirect to the codegen template Benedek Farkas 2025-10-14 15:29:07 +02:00
  • ba9f54b067 Upgrading Microsoft.Web.Infrastructure from 1.0.0.0 to 2.0.0 Benedek Farkas 2025-10-14 15:01:31 +02:00
  • 8739df1298 Merge branch 'dev' into task/nuget-updates Benedek Farkas 2025-10-14 14:47:25 +02:00
  • 80707a48fa Projections: Removing duplicate index creation that is a result of a merge from 1.10.x Benedek Farkas 2025-10-14 14:47:12 +02:00
  • 9ee8217c55 Upgrading YamlDotNet from 11.1.1 to 16.3.0 Benedek Farkas 2025-10-14 13:20:55 +02:00
  • 3291199606 Upgrading Redis from 1.0.481 to 1.2.6 Benedek Farkas 2025-10-14 12:01:42 +02:00
  • da9c4eec2c Upgrading RestEase from 1.4.9 to 1.6.4 Benedek Farkas 2025-10-14 11:25:47 +02:00
  • 59d616db6d Updating Moq in codegen templates too Benedek Farkas 2025-10-13 22:16:38 +02:00
  • d020137dd4 Upgrading Moq from 4.2.1510.2205 to 4.5.30 Benedek Farkas 2025-10-13 21:15:06 +02:00
  • eff88ce6f8 Removing unused Microsoft.TypeScript.MSBuild package Benedek Farkas 2025-10-13 21:00:38 +02:00
  • 6e33894df7 Upgrading log4net from 2.0.17 to 3.2.0 Benedek Farkas 2025-10-13 20:44:17 +02:00
  • e170d31160 Upgrading log4net from 2.0.12 to 2.0.17 Benedek Farkas 2025-10-13 20:34:02 +02:00
  • cdf58c6825 Updating MailKit from 4.14.0 to 4.14.1 Benedek Farkas 2025-10-13 20:25:55 +02:00
  • 3b42ab4462 Indentation in Spec app root web.configs Benedek Farkas 2025-10-13 20:18:18 +02:00
  • 3b9f47bedc Fixing CodeGeneration templates and Specs app root web.config after NHibernate update Benedek Farkas 2025-10-13 16:09:24 +02:00
  • b469231a79 Upgrading FluentNHibernate from 3.1.0 to 3.4.1, NHibernate from 5.5.2 to 5.6.0 and NHibernate.Caches.SysCache2 from 5.7.0 to 5.9.0 Benedek Farkas 2025-10-13 13:15:52 +02:00
  • 0d3001a5a1 Upgrading Castle.Core from 3.3.1 to 3.3.3 Benedek Farkas 2025-10-13 12:31:00 +02:00
  • 02f844d496 Removing unused IronRuby.Libraries.Yaml.dll references Benedek Farkas 2025-10-13 12:24:23 +02:00
  • d2e1ab1e56 Upgrading Microsoft.Owin.* packages from 4.2.2 to 4.2.3 Benedek Farkas 2025-10-12 19:19:57 +02:00
  • 3c903b0b33 Revert "Upgrading HtmlAgilityPack from 1.4.9.5 to 1.12.4 (latest)" Benedek Farkas 2025-10-12 18:29:50 +02:00
  • 3ca5dd381f Upgrading MVC from 5.2.7 to 5.3.0 (latest) and its dependent packages to latest Benedek Farkas 2025-10-12 16:16:30 +02:00
  • d46bf8fc0d Upgrading Markdig.Signed from 0.22.1 to 0.42.0 Benedek Farkas 2025-10-12 13:21:06 +02:00
  • a393d90ca2 Upgrading HtmlAgilityPack from 1.4.9.5 to 1.12.4 (latest) Benedek Farkas 2025-10-12 12:36:17 +02:00
  • 84dc53ace5 Upgrading MailKit from 4.9.0 to 4.14.0 (latest) Benedek Farkas 2025-10-12 12:15:58 +02:00
  • 1f20a4e8b2 DynamicForms: Updating DocumentFormat.OpenXml and .Framework from 3.0.2 to 3.3.0 (latest) Benedek Farkas 2025-10-12 12:11:10 +02:00
  • 1bf33d162b Implementing deep cloning for QueryPart + code styling in QueryPartDriver Benedek Farkas 2025-10-11 23:21:56 +02:00
  • 59860177c6 Implementing deep cloning for ImageProfilePart + code styling in ImageProfilePartDriver Benedek Farkas 2025-10-11 23:21:29 +02:00
  • 3faffc655e Code styling in NavigationQueryPartDriver Benedek Farkas 2025-10-11 22:21:21 +02:00
  • 11300dc5be Fixing Navigation AdminController so QueryLinks can be saved Benedek Farkas 2025-10-11 22:20:42 +02:00
  • 9a76ef137c Merge branch 'dev' into issue/7412 Benedek Farkas 2025-10-11 21:20:44 +02:00
  • 4b6ddbe4a7 Merge branch 'dev' into issue/8525 issue/8525 Benedek Farkas 2025-10-10 22:53:49 +02:00
  • 1c0e7cb1ce Cloning the Site content item is not supported Benedek Farkas 2025-10-10 22:39:04 +02:00
  • 86f65ec388 Cloning users is not supported Benedek Farkas 2025-10-10 22:37:34 +02:00
  • 442d755bd2 Fixing NavigationQueryPart cloning Benedek Farkas 2025-10-10 22:35:22 +02:00
  • 118e40a0fa Not cloning the FileNames property of ImageProfilePart Benedek Farkas 2025-10-10 22:35:01 +02:00
  • 6f554c28bc Fixing MenuPart cloning Benedek Farkas 2025-10-10 22:32:43 +02:00
  • b1c849a6c6 Removing the returnUrl parameter from the Clone action in the admin to take the user to the cloned item's editor instead Benedek Farkas 2025-10-10 22:27:09 +02:00
  • 3dab053db8 Merge branch 'dev' into issue/7412 Benedek Farkas 2025-10-10 22:23:38 +02:00
  • a77453dcab #8759: Removing the Azure Media Services module (#8853) Benedek Farkas 2025-10-10 22:23:17 +02:00
  • ef8bdf7244 Resources: Removing Moment.js and URI.js issue/8759 Benedek Farkas 2025-10-10 22:06:04 +02:00
  • ff1edbcbb6 Removing the Azure Media Services module Benedek Farkas 2025-10-10 22:05:15 +02:00
  • 20f42c2ee6 Merge branch '1.10.x-to-dev' into dev Benedek Farkas 2025-10-10 20:24:58 +02:00
  • 9f65be8e26 Merge branch '1.10.x' into 1.10.x-to-dev 1.10.x-to-dev Benedek Farkas 2025-10-10 19:11:39 +02:00
  • b9de36e346 Merge branch 'dev' into 1.10.x-to-dev Benedek Farkas 2025-10-10 19:07:35 +02:00
  • 78ee4efb4f #8850: Release 1.10.4 (#8851) 1.10.4 1.10.x Benedek Farkas 2025-10-10 18:49:26 +02:00
  • 475b4f6c47 Updating solution with GHA workflow files issue/8850 Benedek Farkas 2025-10-10 18:18:58 +02:00
  • b919f1ee2c Dashboards: Updating the Advisory element's iframe URL Benedek Farkas 2025-10-10 18:18:46 +02:00
  • d8b6e47126 Dashboards: Removing empty Scripts folder Benedek Farkas 2025-10-10 18:18:14 +02:00
  • 4037fa172c Updating Advisory Dashboard Widget iframe URL Benedek Farkas 2025-10-10 17:54:20 +02:00
  • f31cadc400 Updating version numbers to 1.10.4 Benedek Farkas 2025-10-10 15:47:45 +02:00
  • 8b52007976 Merge branch '1.10.x-to-dev' into dev Benedek Farkas 2025-10-05 20:03:42 +02:00
  • 1eaa9f3068 Removing duplicate action from the Core/Navigation AdminController Benedek Farkas 2025-10-05 19:53:45 +02:00
  • ce23a974d7 Merge branch '1.10.x' into 1.10.x-to-dev Benedek Farkas 2025-10-05 19:46:43 +02:00
  • dbbe3efedf Merge branch 'dev' into 1.10.x-to-dev Benedek Farkas 2025-10-05 19:42:59 +02:00
  • 28f0bd52ed #8830: Fixing that fields attached to a Menu Item are not updated (#8844) Benedek Farkas 2025-10-05 16:26:36 +02:00