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

Is a feature coming where we can add an existing content item to list?

This pull request adds a "Secure Media" feature to the Media module, enhancing security and control over media files. The key features include: 1. **Restricted Access to Media Folders**: A...

merge conflict

Add Blazor guide for decoupled cms. /cc @Skrypt @agriffard

merge conflict
stale

Mainly for javascript/TypeScript formatting but can be handy for and others too.

This is a very crude PR that replaces the MSFT OIDC handler in `OrchardCore.OpenId` by the OpenIddict client. I deliberately didn't touch the OpenID client recipe to avoid a source/binary...

OpenId
discussion
dontmerge
merge conflict

### Describe the bug After upgrading the project from 1.7.2 to 1.8.2 I had to change the culture picker template name and it's not showing the current culture and supported...

bug :bug:

### Describe the bug This was working before the OrchardCore 1.8 upgrade my current version is 1.8.2 and latest working was 1.7.0. When I am trying to update `ShellSettings.ShellConfiguration` lets...

bug :bug:

### Is your feature request related to a problem? Please describe. While the name suggests it, `IAsyncConfigureOptions` is not the async equivalent of `IConfigureOptions`, since it works slightly differently: it...

enhancement

The Datetime and TimeSpan shapes are currently rendering as strings but in an HTML context we should try to render it wrapped with a `` tag. We should probably allow...

enhancement