Contents with the Multi-tenancy Tag Node
-
Redis connection across tenants, Data Migrations UI feature - This week in Orchard (05/05/2023)
Multi-tenancy, Orchard Harvest, This week in OrchardRedis connection across Tenants, simplify email body, and a demo about the Data Migrations UI Feature! Check out our post for the details!
-
Tenant APIs improvements, MiniProfiler visibility based on permissions - This week in Orchard (10/03/2023)
Multi-tenancy, Performance, Announcement, This week in Orchard, Role, PermissionThe MiniProfiler visibility is now based on permissions, tenant APIs improvements, and using ListContent permission instead of ViewContent to see the content items list. Interested in the details? Well, then check out our post for the details!
-
Improved Feature Profiles feature, self-service tenant registration - This week in Orchard (03/03/2023)
Admin UI, Multi-tenancy, Placement, Documentation, This week in Orchard, Content part, ThemeAdd placement example for dynamic parts, responsive Admin Theme, improve the Feature Profiles feature, and a demo about self-service tenant registration! Check out our post for the details!
-
Orchard Core Commerce MVP, make Features module optional to non-default tenant - This week in Orchard (03/02/2023)
Multi-tenancy, Announcement, Documentation, This week in OrchardMake the Features module optional to the non-default tenant, add
AddIndexProvider
andAddScopedIndexProvider
extensions, and a demo of the freshly released 1.0 version of the Orchard Core Commerce module! Check out our post for the details! -
Build Version Display module, prevent Users feature from breaking when Roles feature is disabled - This week in Orchard (27/01/2023)
Admin UI, Database, Multi-tenancy, Documentation, This week in Orchard, RoleAdd permission check for the content type filter, prevent the Users feature from breaking when the Roles feature is disabled, add new database options, and a demo about the new Build Version Display module! Check out our post for the details!
-
Add a feature to allow the user to manage tenants, integrating UI testing into Orchard Core - This week in Orchard (18/11/2022)
Admin UI, Multi-tenancy, Announcement, This week in OrchardLet's continue checking out the newest features and editions of the 1.5.0 release of Orchard Core and see a demo about integrating UI testing into Orchard Core! Oh, and did you know that Orchard Core was presented at this year's .NET Conf too?
-
Add fallback alternate when a custom stereotype is used, tenant removing - This week in Orchard (16/09/2022)
Admin UI, Database, Multi-tenancy, This week in Orchard, ShapeAdd fallback alternate when a custom stereotype is used, validate database connection before allowing a tenant to be added or set up, remove localization workaround in Data Annotation Attributes, and a demo about the upcoming tenant removing feature! Check out our post for the details!
-
Prevent Trumbowyg from converting <div> to <p> element, Elasticsearch feature - This week in Orchard (26/08/2022)
Multi-tenancy, Documentation, This week in OrchardPrevent Trumbowyg from converting
<div>
to<p>
element, reduce memory when reloading settings of a given tenant from the database, and a demo about the upcoming Elasticsearch feature! Let's get started! -
Allow case-insensitive tenant names in ShellHost, Lombiq PowerShell Analyzers - This week in Orchard (19/08/2022)
Multi-tenancy, This week in OrchardA new
HttpBackgroundJob
helper component, allow case-insensitive tenant names inShellHost
, and a demo about the Lombiq PowerShell Analyzers! Let's get started! -
Categorized tenants, Automated monkey testing in the Lombiq UI Testing Toolbox - This week in Orchard (20/02/2022)
Multi-tenancy, This week in Orchard, WorkflowsCategorized tenants, change the Script Task to use Monaco Editor, update logos to NuGet packages, and automated monkey testing in the Lombiq UI Testing Toolbox for Orchard Core are the topics of this week. Interested in the details? Check out this post for the details!
-
Lombiq UI Testing Toolbox - Orchard Core Features tests, disable File Content Definition feature by default - This week in Orchard (10/12/2021)
Multi-tenancy, Documentation, This week in Orchard, WorkflowsThe HTTP Response Task now supports the text/html content type, disables the File Content Definition feature by default, prevents confusing usage of IRunningShellTable.Match(HttpContext) and demo about the Orchard Core Features tests in the Lombiq UI Testing Toolbox. Do you want to know more? Then don't forget to check out our current post!
-
JSON Recipe Deployment Step, Tenant Feature Profiles - This week in Orchard (14/10/2021)
Multi-tenancy, Documentation, This week in Orchard, RecipesA new extension method to encode redirect URLs, documentation for the image Shortcode, a new JSON Recipe deployment step, and a nice demo about the Tenant Feature Profiles feature! Don't forget to check out our current post to know more!
-
Migrate INotifier to support async implementations, Lombiq Hosting - Tenants - This week in Orchard (28/09/2021)
Multi-tenancy, Content model, This week in Orchard, Content partMigrate INotifier to support async implementations, messaging when getting Part InvalidCastException, Lombiq Hosting - Tenants demo, and many more coming this week! Do you want to know more? Then don't forget to check out our current post!
-
Parlot, Make deployment steps orderable - This week in Orchard (07/03/2021)
Admin UI, Multi-tenancy, Multi-node setup, This week in Orchard, Workflows, LiquidThis week you can meet with Parlot, which is a fast, lightweight, and simple to use .NET parser combinator! Check out our post for the orderable deployment steps, the improvements of the Kast platform, and many more!
-
How to access services from another tenant in Orchard Core - Orchard Nuggets
Multi-tenancy, Orchard Nuggets, Orchard Core, OpenAPI, Swagger, Taxonomy Localization - This week in Orchard (12/06/2020)The multi-tenancy feature of Orchard Core is great: A tenant is basically a subsite with its own independent content and configuration, under its own domain or URL prefix. You can use tenants to e.g. host websites for multiple customers of yours from a single Orchard Core app. The sites won't know anything about each other but they'll run from the same app built from the same codebase, and have access to the same modules and themes. This makes maintaining such sites very efficient, both for hosting and for development.
What if you want tenants to be not that isolated though? What if there is certain content or configuration that you actually want to share among tenants or some functionality that you want to centralize on one tenant? You can use the APIs we show below to cross tenant boundaries and use any service from another tenant!
-
This week in Orchard - 11/22/2019
Admin UI, Multi-tenancy, Media Library, This week in OrchardThis week the community behind Orchard Core was soo productive again, that means we can ship you a lot of news around the CMS. You could read about the new UI for tenants, an updated Trumbowyg editor, updated script and style tag helpers and a nice demo about how to add tags using taxonomies!
-
Advanced Orchard: accessing other tenants' services
Tutorial, Multi-tenancy, AdvancedMany using Orchard's multi-tenancy feature sooner or later want to share data between tenants or generally, execute some operations on other tenants from one tenant. This is possible! Let's see how.
-
Useful multi-tenancy resources
Community resource, Multi-tenancy, PerformanceSome useful links in the topic: