Mike Alhayek

Results 135 issues of Mike Alhayek

As expected merging merging #16539 broke all existing PRs

### Is your feature request related to a problem? Please describe. If we look at the implementation of the [Admin Dashboard](https://docs.orchardcore.net/en/latest/reference/modules/AdminDashboard/), we'll notice that the user has to specify a...

enhancement

Fix #16428

don't merge
release

### Describe the bug I create a new content type (Member) by attaching TitlePart only. Then Added `Biography` field. Note here I did not change the order of the parts...

bug :bug:

By utilizing middleware instead of controllers for performance optimization, we can keep the login code streamlined and free from excessive external authentication logic.

Sometimes we add a default implementation in interfaces to avoid breaking change. With a major release, we should remove the default implementations and document this as a break change. Here...

enhancement

In v3 the following classes should be sealed - Any implementation of `ModularTenantEvents` - Any implementation of `NamedRecipeStepHandler` - Any implementation of `DeploymentSourceBase` - Any Index and index provider

enhancement

Remove this https://github.com/OrchardCMS/OrchardCore/blob/main/src/OrchardCore.Modules/OrchardCore.Users/Controllers/AccountController.cs#L259-L269 also this https://github.com/OrchardCMS/OrchardCore/blob/4adf49b8e5bac53d2e9b8c8322d730c7aeda55ec/src/OrchardCore.Modules/OrchardCore.Users/Services/ExternalAuthenticationsStartupFilter.cs#L9-L44

enhancement

The `Dependabot` action runs as schedule. It times out after running for 60 mins. I believe that this issue happened after `CentralPackageTransitivePinningEnabled` was enabled. https://github.com/OrchardCMS/OrchardCore/pull/16566 Last successful run was August...

bug :bug:
Ecosystem