91 Commits (d3200e7e2a3440f08f640223e8cc85f2ab7e4b8c)

Author SHA1 Message Date
maliming 3ff8fb6e78
Upgrade to .NET 10.0. 7 months ago
maliming 78ad62308c
Remove HTML encoding from error page output 8 months ago
Fahri Gedik 8dbffe9d68 Reapply "Merge branch 'dev' into issue-23231-v2" 9 months ago
Fahri Gedik a83bce6b7b Revert "Merge branch 'dev' into issue-23231-v2" 9 months ago
maliming 016603d4e9
Fix tenant resolve options DI to use IOptions 9 months ago
maliming e518e37a1c
Remove unnecessary blank line in extension class 9 months ago
maliming c059f136cf
Warn only if CurrentUserTenantResolveContributor is used 9 months ago
maliming 6a92781d10
Warn if MultiTenancyMiddleware is used before authentication 9 months ago
Suhaib Mousa 857789aba3 support fallback tenant in AbpTenantResolveOptions 9 months ago
Suhaib Mousa 58cbd450ed DefaultTenantResolveContributor instead of ConfigurationTenantResolveContributor 9 months ago
Muximize e49cba9bc9
Remove unused Usings 2 years ago
maliming d82d6a8265
Use `ICancellationTokenProvider` to replace the `RequestAborted` token. 2 years ago
maliming 971dc3b8ba Upgrade to NET 9.0. 2 years ago
maliming 739fa4ced2
Use razor paeg to return error pages. 2 years ago
Mark Cilia Vincenti de877d8a36 Cleaning up warnings. 2 years ago
maliming bc13da3e9f
Provide a way for the controller to skip all interceptors and filters. 2 years ago
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