77 Commits (ea143c8bfd66ea533472d5bcac593ff9ada44e72)

Author SHA1 Message Date
ahmetfarukulu 4e531d890f Rename ".abppkg.json" filenames to ".abppkg" 2 years ago
maliming ca23540e5b Upgrade abp to NET 8.0. 3 years ago
liangshiwei dd773c1a69 Enable nullable annotations for Volo.Abp.AspNetCore.MultiTenancy 3 years ago
maliming 610a0d6672
Encode the exception message. 3 years ago
maliming 3d9451fd66
Return JSON results for ajax requests. 3 years ago
maliming f5df5811bf
Update AbpAspNetCoreMultiTenancyOptions.cs 3 years ago
maliming 7ca5d57ddf
Redirect to current url after `SignOut` cookies. 3 years ago
maliming 3306380663
Try to delete the authentication's cookie if it does not exist or is inactive. 3 years ago
Yunus Emre Kalkan ada233f4b7 Add analyze & Package files to framework 3 years ago
maliming 49cd7aa020
Encode the text in the `MultiTenancyMiddlewareErrorPageBuilder`. 3 years ago
Halil İbrahim Kalkan 1a10e5881f Set HTTP header when tenant not found. 3 years ago
maliming ba902f4edb Make sure the culture is valid. 4 years ago
maliming e7e9756cf2
Upgrade to NET 7.0. 4 years ago
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
maliming c5483b4f24
Remove `FormTenantResolveContributor` from the `AbpTenantResolveOptions`. 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