56 Commits (3150baeef19035ca8d20eeafcf5d79b4eade4ea3)

Author SHA1 Message Date
maliming d1f8a63447
Update the summary. 4 years ago
maliming 81f35da08b
Add bool return value to `MultiTenancyMiddlewareErrorPageBuilder` decide to continue the pipeline. 4 years ago
maliming 98c8aa69a7
Try to delete the tenant's cookie if it does not exist or is inactive. 4 years ago
Ahmet Çotur 9c3b340675 convert file-scoped namespacing for framework 4 years ago
maliming 3c56685c5d
Replace `IOptionsSnapshot` with `IOptions` and `IOptionsMonitor` 4 years ago
Alper Ebicoglu 3ea4d9988e remove bom from text files. closes #10189 5 years ago
maliming a22155c3c3 Bypass the cookie consent policy check. 5 years ago
liangshiwei fda8827743 Keep the file name and class name the same 5 years ago
maliming ef9d20533a Change TargetFramework to net6.0. 5 years ago
maliming c87a34b6f9 Avoid setting cookies multiple times. 5 years ago
maliming 81f1f7cb26 Switch to host if the tenant value of querystring is empty. 5 years ago
maliming 43db5d683a Switch to the tenant if __tenant querystring parameter is sent. 5 years ago
maliming 93603dbaa3 Add MultiTenancyMiddlewareErrorPageBuilder to show exception. 5 years ago
maliming 065c1e00ed Only switch and get default language when the tenants are different. 5 years ago
Halil İbrahim Kalkan 378a272617 Resolved #7508: Use the default language setting if user hasn't selected a language. 5 years ago
maliming 9019cdb99b Consider port in DomainTenantResolveContributor. 5 years ago
Ahmet 5318451927 Sorting all modifiers 5 years ago
maliming d03c396bc8 Avoid Task<string> being null. 6 years ago
maliming 373586960e Small refactoring. 6 years ago
maliming 4d69ddbc92 Use sync to resolve the tenant. 6 years ago
maliming dbd3d2dd86 Add Add saveResolveResult parameter to ITenantConfigurationProvider. 6 years ago
maliming 6e79efce2c Upgrade TargetFramework/packages to net5.0 RC. 6 years ago
maliming fbe4975543 Rename ResolverAndGet to GetAsync. 6 years ago
maliming 540dedb35e Introduce ITenantConfigurationProvider. 6 years ago
liangshiwei b583639ea5 Update FormTenantResolveContributor 6 years ago
liangshiwei 93fa5864af Add formTenantResolveContributor 6 years ago
Armağan Ünlü 3f69d25adc Resolved #4023 6 years ago
mhymhygi ecdd758776
Delete launchSettings.json 6 years ago
nuck.tang e0c873bd4e merge master 6 years ago
maliming 255033d605 Remove unnecessary launchSettings.json file. 6 years ago
Alper Ebicoglu cec2dc579a throw business exception for tenant not found. closes #3500 6 years ago
maliming 174e25b0be Remove ConfigureAwait of async method. 6 years ago
maliming a2e3f30c44 Add configureawait.props & FodyWeavers.xml & FodyWeavers.xsd. 6 years ago
Javier Campos 911ce80a7c feat: add ConfigureAwait(false) to all await calls 6 years ago
maliming ed4f8bb282 Upgrade frameworks & modules & samples to asp net core 3.1. 6 years ago
Yunus Emre Kalkan 02143575e4 AspNetCoreMultiTenancyOptions to AbpAspNetCoreMultiTenancyOptions 7 years ago
Yunus Emre Kalkan 547f78d9ac MultiTenancyOptionsExtensions to AbpMultiTenancyOptionsExtensions 7 years ago
Yunus Emre Kalkan 3dc5bf3a11 TenantResolveOptions to AbpTenantResolveOptions 7 years ago
Halil İbrahim Kalkan baf876e320 Upgraded asp.net core projects to 3.0 preview 9 7 years ago
maliming 5ccdbcc854 Resolve #1618 Use a constant string as the key for the HttpContext's Items. 7 years ago
maliming ffe8fdf917 Register middleware with ITransientDependency. 7 years ago
maliming 674291a928 Resolve #1268 Implement IMiddleware for all asp.net core middlewares. 7 years ago
Halil ibrahim Kalkan 62bf3ff86a Rename CurrentClaimsPrincipalTenantResolveContributor to CurrentUserTenantResolveContributor 7 years ago
Halil ibrahim Kalkan 78b8422701 Create NullTenantResolveResultAccessor and move ITenantResolveResultAccessor to Volo.Abp.MultiTenancy package 7 years ago
Halil ibrahim Kalkan 25bf043c8e Introduce ITenantResolveResultAccessor. 7 years ago
Halil ibrahim Kalkan d18fe804e8 Remove TenantSwitchViewComponent. Refactor tenant selection 7 years ago
Halil ibrahim Kalkan f0dd8cd1e8 Added Name to ICurrentTenant 7 years ago
Halil ibrahim Kalkan 7851020cf6 Use ICurrentTenant.Change instead of duplicate code 7 years ago
Halil ibrahim Kalkan 39a33ebf0b Resolved #911: Rename Volo.Abp.MultiTenancy.Abstractions package to Volo.Abp.MultiTenancy. 7 years ago
maliming 2ab26c9399 Contributor misspelled. 7 years ago