OrchardCore icon indicating copy to clipboard operation
OrchardCore copied to clipboard

Orchard Core is an open-source modular and multi-tenant application framework built with ASP.NET Core, and a content management system (CMS) built on top of that framework.

Results 446 OrchardCore issues
Sort by recently updated
recently updated
newest added

try to fix https://github.com/OrchardCMS/OrchardCore/issues/13071 1. Avoid retrieving content from the database multiple times. ![image](https://github.com/OrchardCMS/OrchardCore/assets/15613121/55987546-b368-44e3-a739-9b39b489d07a)

Lucene
Needs Unit Test(s)

https://docs.orchardcore.net/en/ag-timeline/docs/samples/timeline/

dontmerge

Fixes https://github.com/OrchardCMS/OrchardCore/issues/15016. **Note to reviewer:** This yet only contains the Azure version. I'll implement the AWS one in an analogous way once that's approved.

merge conflict

Adjust the location of files to make OrchardCore.ContentManagement.Abstractions thin

merge conflict

Add graphql metrics support as suggested in #4257. * added conditional enabling of metrics from settings * added header activated metrics as in https://graphql-dotnet.github.io/docs/getting-started/metrics/ * added apollo tracing & InstrumentFieldsMiddleware...

merge conflict

Fixes #13636 Distributes requests across tenant clusters by using the Microsoft Yarp.ReverseProxy. Work in progress but some first info. - We first use the Yarp Configuration allowing to define `Routes`...

dontmerge
merge conflict

No need to rely on the `OC.Contents` module to access `IOrchardHelper` extensions

merge conflict

Reverts OrchardCMS/OrchardCore#15679 ## Summary by CodeRabbit - **New Features** - Enhanced site settings update process with automatic redirection to relevant settings group, improving navigation and user experience.