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

### Scenario If you want to use `FileDocumentStore` as default `IDocumentStore` implementation instead of YesSql DocumentStore. ### To Reproduce ```cs .AddDataAccess() .ConfigureServices(services => services // Use FileDocumentStore as IDocumentStore .RemoveAll()...

bug :bug:

### Describe the bug Failed to rebuild elasticsearch index ### To Reproduce Steps to reproduce the behavior: 1. Go to 'Search -> Elasticsearch Indices ' 2. Click on 'Rebuild' of...

bug :bug:
Elasticsearch

# Issue Metrics | Metric | Average | Median | 90th percentile | | --- | --- | --- | ---: | | Time to first response | 21:43:41 |...

community metrics

After @sebastienros comments on the last standup meeting, there's no need to have interface for social AUTH settings services, this PR make everything consistent plus abstract almost common implementation details

merge conflict

Fixes #12910 - changes `FileDocumentStore` lifetime from Singleton to Scoped - introduces `IDocumentFileStore` with `FileSystemDocumentStore` default implementation as Singleton It opens the ability to replace the default file system store...

### Describe the bug If you enable an external identity provider such as Microsoft Entra ID and the configure the user settings to disable local sign-in and user registration, then...

bug :bug:
Users

### Is your feature request related to a problem? Please describe. Currently, you need Redis for multi-node hosting. This complicates the hosting infrastructure, and ideally, we wouldn't need Redis. ###...

enhancement

### Is your feature request related to a problem? Please describe. To date, we have collected a number of questions and suggestions for the workflow module Below I've summarised and...

enhancement
Workflows

### Is your feature request related to a problem? Please describe. Labels help find related issues, like ones for GraphQL. However, adding labels is a chore, can only be done...

enhancement
Ecosystem

### Is your feature request related to a problem? Please describe. Functional Tests run after PR feedback submissions. In case you as a reviewer approve a PR, and you don't...

enhancement
Ecosystem