Releases: Lombiq/Hosting-Tenants
v9.0.0
Note on removal of AddSiteOwnerPermissionToRole
Orchard Core 2.1 deprecates the Site Owner permission. To adopt to this, we had to remove the AddSiteOwnerPermissionToRole
feature from the Lombiq.Hosting.Tenants.Maintenance
module completely. There's a new AddAdministratorRoleToUsersWithRole
feature in place of it, which serves the same goal: as the name suggests, it adds the Administrator role to users with the configured role.
To migrate, you just have to enable the AddAdministratorRoleToUsersWithRole
feature instead of AddSiteOwnerPermissionToRole
and change the appsettings configuration key from AddSiteOwnerPermissionToRole
to AddAdministratorRoleToUsersWithRole
too.
What's Changed
- OSOE-818: Upgrade to Orchard Core 2.0 by @sarahelsaig in #131
- OSOE-402: Adapting to UI testing logging changes by @Piedone in #132
- OSOE-402: Branch references by @dministro in #133
- OSOE-917: Update vulnerable NuGet packages by @Piedone in #134
- OSOE-903: Update to Orchard Core 2.1.0,
AddAdministratorRoleToUsersWithRole
maintenance instead ofAddSiteOwnerPermissionToRole
by @Piedone in #135
Full Changelog: v8.0.0...v9.0.0
v8.0.0
What's Changed
- OSOE-795: Upgrade to latest OC preview to test System.Text.Json by @sarahelsaig in #117
- OSOE-859: Update HL and UITT and HE NuGet versions by @sarahelsaig in #121
- OSOE-852: Change NuGet metadata to use license expression by @AydinE in #124
- OSOE-867: Addressing analyzer warnings by @Psichorex in #123
- OSOE-848: EmailQuotaService has unnecessary ISession.SaveAsync() calls in Lombiq.Hosting.Tenants by @Psichorex in #125
- TDEAL-11: Adding EmailExcludePattern config to ChangeUserSensitiveContent by @Piedone in #126
- NEST-501: Improving UI test by @Piedone in #127
- NEST-501: Adding an IContentSecurityPolicyProvider to allow tenant admin login by @Piedone in #128
- OCC-245: Update OC preview version by @sarahelsaig in #122
- OSOE-893: Fixing SMTP config management by @Piedone in #129
- OFFI-109: Delete already existing elasticsearch indexes related to the tenant by @wAsnk in #130
New Contributors
Full Changelog: v7.0.1...v8.0.0
v7.0.1
What's Changed
- OSOE-859: Change the projects to target OC 1.8 by @sarahelsaig in #120
Full Changelog: v7.0.0...v7.0.1
v7.0.0
What's Changed
- LMBQ-249: Depersonalization maintenance by @MZole in #92
- NEST-486: Renaming EmailQuotaIndex columns and dropping index by @wAsnk in #95
- NEST-489: Reload every tenant in UpdateShellRequestUrl maintenance by @wAsnk in #97
- OSOE-697: Standardize feature names with the non-hyphenated "Lombiq Hosting - Tenants" prefix in Lombiq.Hosting.Tenants by @Psichorex in #98
- LMBQ-248: Extending Readme with Git-hg Mirror migration by @MZole in #101
- NEST-490: Setting loglevel to information by @wAsnk in #99
- OSOE-708: Email Quota Management UX improvements in Lombiq.Hosting.Tenants by @wAsnk in #102
- NEST-506: Suppressing analyzer violation for migration Create() that we need like that by @Piedone in #105
- NEST-524: Not increasing MaxRequestBodySize beyond its preconfigured size by @Piedone in #108
- Fix Email Quota Management Readme.md by @hishamco in #109
- OSOE-751: Upgrade to Orchard Core 1.8 by @Psichorex in #106
New Contributors
Full Changelog: v6.3.0...v7.0.0
v6.3.0
v6.2.0
What's Changed
- NEST-423: Adding E-mail quota management module by @wAsnk in #83
- OSOE-683: Adding DateTimeKind by @Psichorex in #82
- NEST-423: Small modifications regarding email quota module by @wAsnk in #85
- OSOE-683: Update all NuGet dependencies by @Psichorex in #88
- NEST-423: Send separate email for each user by @wAsnk in #87
- OSOE-636: Ignoring the long line in the Readme during spell-checking by @Piedone in #67
- OSOE-693: Display and send warnings also when 80 and 90% of the e-mail quota is reached by @wAsnk in #89
The previous v6.0.1 release should've been 6.1.0, hence the jump in the version number.
Full Changelog: v6.0.0...v6.2.0
v6.0.1
What's Changed
- NEST-423: Adding E-mail quota management module by @wAsnk in #83
- OSOE-683: Adding DateTimeKind by @Psichorex in #82
Full Changelog: v6.0.0...v6.0.1
v6.0.0
What's Changed
- NEST-437: Fixing NRE in FeaturesGuard by @wAsnk in #75
- OSOE-620: Update all packages to latest by @DAud-IcI in #76
- NEST-361: Fix memory leak in idle tenant shutdown by @Psichorex in #50
- LMBQ-180: Extending options with custom name-url config by @MZole in #78
- OSOE-658: Rename MaximumSpace to MaximumSpaceBytes by @DemeSzabolcs in #79
- OSOE-664 UITT version update by @DAud-IcI in #80
- OSOE-682: Upgrading Hosting-Tenants to Orchard Core 1.7 by @Psichorex in #81
Full Changelog: v5.0.0...v6.0.0
v5.0.0
What's Changed
- LMBQ-113: Remove superfluous trailing semicolons, formatting by @0liver in #52
- NEST-422: Media storage quota management for OC sites by @wAsnk in #53
- NEST-326: Maintenance tasks for tenants by @barthamark in #54
- NEST-326: Fixing analyzer violations by @wAsnk in #58
- NEST-326: Fix: Maintenance to update staging tenant bindings after DB replace by @barthamark in #59
- OSOE-621: Feature for adding noindex, nofollow meta tags in non-production in Lombiq.Hosting.Tenants by @DemeSzabolcs in #60
- NEST-442: Always return non-negative number for storage space limit by @wAsnk in #62
- OSOE-621: Feature for adding noindex, nofollow meta tags in non-production in Lombiq.Hosting.Tenants by @DemeSzabolcs in #63
- NEST-391: Maintenance to make a role site owner by @barthamark in #64
- OSOE-606: Fixing new C# 11 analyzer violations by @Piedone in #68
- LMBQ-175: Fixing standalone
,
if headerValue is empty by @DemeSzabolcs in #69 - OSOE-641: Fix remaining issues for the Orchard Core 1.6 upgrade in Hosting-Tenants by @dministro in #70
- OSOE-629: Test Features Guard with recipe import too by @Piedone in #71
- ORCH-268: Adding demo video about the Tenants Environment Robots feature by @domonkosgabor in #73
- NEST-403: Maintenance to clear all links of users by @wAsnk in #72
- NEST-403: Updating UI test package references to 6.1.0 by @DemeSzabolcs in #74
- OSOE-548: Upgrade to Orchard Core 1.6 in Hosting-Tenants by @Psichorex in #55
New Contributors
- @wAsnk made their first contribution in #53
- @barthamark made their first contribution in #54
- @domonkosgabor made their first contribution in #73
Full Changelog: v4.0.1...v5.0.0
v4.1.0
What's Changed
- LMBQ-113: Remove superfluous trailing semicolons, formatting by @0liver in #52
- NEST-422: Media storage quota management for OC sites by @wAsnk in #53
- NEST-326: Maintenance tasks for tenants by @barthamark in #54
- NEST-326: Fixing analyzer violations by @wAsnk in #58
- NEST-326: Fix: Maintenance to update staging tenant bindings after DB replace by @barthamark in #59
- OSOE-621: Feature for adding noindex, nofollow meta tags in non-production in Lombiq.Hosting.Tenants by @DemeSzabolcs in #60
- NEST-442: Always return non-negative number for storage space limit by @wAsnk in #62
- OSOE-621: Feature for adding noindex, nofollow meta tags in non-production in Lombiq.Hosting.Tenants by @DemeSzabolcs in #63
New Contributors
- @wAsnk made their first contribution in #53
- @barthamark made their first contribution in #54
Full Changelog: v4.0.1...v4.1.0