Open-Source-Orchard-Core-Extensions
Open-Source-Orchard-Core-Extensions copied to clipboard
Looking for some useful Orchard Core extensions? Here's a bundle solution of all of Lombiq's open-source Orchard Core extensions (modules and themes). Clone and try them out!
... once it's released. This needs to start from the `task/system-text-json-migration` branch, see https://github.com/Lombiq/Open-Source-Orchard-Core-Extensions/issues/692. - [ ] https://github.com/Lombiq/Helpful-Libraries/issues/279 - [ ] https://github.com/Lombiq/Helpful-Libraries/issues/280 [Jira issue](https://lombiq.atlassian.net/browse/OSOE-818)
After https://github.com/Lombiq/UI-Testing-Toolbox/issues/228, remove the `build-create-binary-log` and `dotnet-test-process-timeout` configurations from OSOCE workflows. [Jira issue](https://lombiq.atlassian.net/browse/OSOE-834)
[OSOE-795](https://lombiq.atlassian.net/browse/OSOE-795) Fixes #692 [OSOE-795]: https://lombiq.atlassian.net/browse/OSOE-795?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ
After https://github.com/OrchardCMS/OrchardCore/pull/14572, OC now uses `System.Text.Json` instead of Json.NET. So, let's upgrade to this preview version and test if anything is broken. - [x] Open a `task/system-text-json-migration` branch from `dev`...
Originally by @0liver: An Orchard Core module to be able to use [hCaptcha](https://www.hcaptcha.com/) everywhere you can use the built-in ReCaptcha feature. Include the option to use [Invisible Captcha](https://docs.hcaptcha.com/invisible/). [Jira issue](https://lombiq.atlassian.net/browse/OSOE-577)
This is not a fully planned out suggestion, more of a problem statement and opener to think together. When you change an OSOCE project today, you don't have to publish...
Set up some kind of automation to update NPM and NuGet dependencies in all OSOCE projects. If we really want to get fancy, then perhaps Docker dependencies (if we have...
After https://github.com/Lombiq/NodeJs-Extensions/issues/11, configure the YAML linting rules of [`yamllint`](https://github.com/adrienverge/yamllint) as it's fitting for our projects. - [ ] Check all the rules it has and enable/configure them, as well as...
This is something for the future, when we'll have a lot more (UI) tests, I just wanted to record the idea. Currently, the Tests step in the CI build takes...
Once https://github.com/github/roadmap/issues/826 is available, let's use custom VM images for CI builds. The image used for .NET builds should contain all build dependencies preinstalled, as well as an OSOCE source...