Commit Graph

607 Commits (7969c88796e799e4b22a983f45f166bc5dae523a)

Author SHA1 Message Date
Halil ibrahim Kalkan 25bf043c8e Introduce ITenantResolveResultAccessor.
6 years ago
Halil ibrahim Kalkan c7164c346e Fix aspnet core multitenancy tests.
6 years ago
Halil ibrahim Kalkan d18fe804e8 Remove TenantSwitchViewComponent. Refactor tenant selection
6 years ago
Halil ibrahim Kalkan f0dd8cd1e8 Added Name to ICurrentTenant
6 years ago
Halil ibrahim Kalkan 7851020cf6 Use ICurrentTenant.Change instead of duplicate code
6 years ago
Halil ibrahim Kalkan e15ad0dc2c Resolved #914: Introduce MultiTenancyOptions to enable/disable multitenancy
6 years ago
Halil ibrahim Kalkan cbab0dbeb2 TenantInfo's setters should be public.
6 years ago
Halil ibrahim Kalkan d317658e79 Resolved #912: Automatically fill tenants from appsettings.json if available.
6 years ago
Halil ibrahim Kalkan 39a33ebf0b Resolved #911: Rename Volo.Abp.MultiTenancy.Abstractions package to Volo.Abp.MultiTenancy.
6 years ago
Halil ibrahim Kalkan 9848b71e1f Mark StringValueTypeBase serializable
6 years ago
Halil ibrahim Kalkan d9433687ab Add accept language header
6 years ago
Halil ibrahim Kalkan fa3fd1a14f Directly use resource.ResourceName
6 years ago
Halil ibrahim Kalkan 6dfd4e975c Implement RemoteLanguageProvider
6 years ago
Halil ibrahim Kalkan f127520c74 Add L property to ApplicationService base class. Resolves #903.
6 years ago
Halil ibrahim Kalkan 71702fb703 Merge branch 'master' of https://github.com/volosoft/abp
6 years ago
Halil ibrahim Kalkan f698a3b63f DistributedCache cleanup
6 years ago
maliming a5ce6dd68b Merge remote-tracking branch 'origin/master'
6 years ago
maliming b20d9524ee Datatable chinese localizations.
6 years ago
Halil ibrahim Kalkan 1022357aa7 Merge branch 'master' of https://github.com/volosoft/abp
6 years ago
Halil ibrahim Kalkan e1dce26e32 Fix AbpDictionaryBasedStringLocalizer
6 years ago
Yunus Emre Kalkan c609aa6a0d added Datatable localizations
6 years ago
Yunus Emre Kalkan 8a85149038 localization improvements
6 years ago
Halil ibrahim Kalkan 287725d4d4 Add Serializable to ApplicationFeatureConfigurationDto
6 years ago
Halil ibrahim Kalkan 700a22423f Add TenantName to Audit logs #891
6 years ago
Halil ibrahim Kalkan 231c24a386 Fix TestFeatureStore
6 years ago
Halil ibrahim Kalkan 96f4bc188a EditionFeatureValueProvider should handle null principal
6 years ago
Halil ibrahim Kalkan b8fa84d690 Implement IStringLocalizerSupportsInheritance for also CultureWrapperStringLocalizer
6 years ago
Halil ibrahim Kalkan 2f0aa53cad Support to get all strings without inheritance
6 years ago
Halil ibrahim Kalkan 671d10867d Added tests for localization
6 years ago
Halil ibrahim Kalkan 03246e0791 Move menu items under the new administration menu
6 years ago
Halil ibrahim Kalkan be76678c74 Resolved #885: Add default "Administration" menu
6 years ago
Halil ibrahim Kalkan 8ce2bf8eef Add AuthorizationService property to AbpController
6 years ago
Halil ibrahim Kalkan cda9870cd0 Fixed #864: Blog module file upload problem.
6 years ago
Halil ibrahim Kalkan b630ddaf73 Use GUID for editionid.
6 years ago
Halil ibrahim Kalkan c5c12209b5 Created EditionFeatureValueProvider
6 years ago
Halil ibrahim Kalkan 34f2e9eeda Added AbpClaimTypes.EditionId
6 years ago
Halil ibrahim Kalkan fb656134d8 Added InsertAfter extension method.
6 years ago
Halil ibrahim Kalkan c3e70d4256 Built the domain layer of the feature management module
6 years ago
Halil ibrahim Kalkan 0428a580b8 Add/remove spaces
6 years ago
Halil ibrahim Kalkan a7708e3dc9 Initialize the RabbitMqDistributedEventBus.
6 years ago
Halil ibrahim Kalkan 676850c3ee Delete old solution files.
6 years ago
Halil ibrahim Kalkan e5d1d8f623 Remove IAuthorizationEnabled. Auth and feature refactor.
6 years ago
Halil ibrahim Kalkan f027760400 Implemented RemoteFeatureChecker.
6 years ago
Halil ibrahim Kalkan d7529651e8 Add and fill Features for ApplicationConfigurationDto
6 years ago
Halil ibrahim Kalkan 8f84e72ecf Added validation and type for features.
6 years ago
Halil ibrahim Kalkan 0c1eab7f9a Implemented AbpFeatureActionFilter.
6 years ago
Halil ibrahim Kalkan 1845479b24 Implemented feature interceptor
6 years ago
Halil İbrahim Kalkan 6871371876
Merge pull request #855 from Y2zz/master
6 years ago
Halil ibrahim Kalkan fcb90ff656 Completed FeatureChecker.
6 years ago
Halil ibrahim Kalkan dda709bcb4 Auto register setting definition providers.
6 years ago
Halil ibrahim Kalkan 986a220c07 Auto register permission definition providers.
6 years ago
Halil ibrahim Kalkan 368479e51f Implemented FeatureDefinitionManager
6 years ago
Halil ibrahim Kalkan 5d1b179383 Refactor permissions
6 years ago
Y2zz 0cc649d9ba Change MySql.Data.EntityFrameworkCore To Pomelo.EntityFrameworkCore.MySql
6 years ago
Halil ibrahim Kalkan 0589bbf389 Initial feature system implemented
6 years ago
Halil ibrahim Kalkan 17663d6141 Added empty AbpFeaturesModule module
6 years ago
Halil ibrahim Kalkan 75ae2fc525 Remove old methods.
6 years ago
Halil ibrahim Kalkan 1ec272de0d Added flag-icon-css package
6 years ago
Halil ibrahim Kalkan 15f562795d Update SettingDefinition.cs
6 years ago
Halil ibrahim Kalkan 9c0a22d1bf Added AbpSecurityModule.
6 years ago
Halil ibrahim Kalkan 2b403ada8b Remove tenant permission provider
6 years ago
Halil ibrahim Kalkan fcaa705841 Fix PermissionChecker
6 years ago
Halil ibrahim Kalkan 3565c2824d Define TenantPermissionValueProvider
6 years ago
Halil ibrahim Kalkan 79da56dd13 Simplify permission value providers.
6 years ago
Halil ibrahim Kalkan af367d60db Added IsFeature to PermissionDefinition
6 years ago
Yunus Emre Kalkan c649993405 Removed MvcRazorCompileOnPublish from csproj files
6 years ago
Halil İbrahim Kalkan ac50305410
Merge pull request #847 from marcelo-maciel/master
6 years ago
Marcelo Mohr Maciel 211cf6c114 remove deprecated MvcRazorCompileOnPublish true
6 years ago
Halil ibrahim Kalkan 2297033263 Added HasExtraPropertiesExtensions.RemoveProperty and tests.
6 years ago
Yunus Emre Kalkan 2c70fb780e Tag helpers: required-symbol option is enabled for select & input tag helpers
6 years ago
Halil İbrahim Kalkan 7ca7ae6336
Merge pull request #839 from abpframework/Basic-theme-multi-level-menu
6 years ago
Halil ibrahim Kalkan ad3ffb7b3c Move css & js to their own files. cleanup.
6 years ago
Armağan Ünlü fa1b718fd3 Update Default.cshtml
6 years ago
Armağan Ünlü 25ab9008cb Abp multilevel dropdown menu
6 years ago
Halil ibrahim Kalkan 78aee0adaa Fix AbpCachingTestModule
6 years ago
Halil ibrahim Kalkan 5b8d3b0d1f Fixed #838: Potential memory leak because of ef core query cache
6 years ago
Halil ibrahim Kalkan 19598ffd9b Show tenant switch only for anonymous users.
6 years ago
Halil ibrahim Kalkan 6dbe7992c0 Add ContentLayout.ShouldShowBreadCrumb() method
6 years ago
Yunus Emre Kalkan 53a8666827 Basic theme #830 : added partialview for recursion
6 years ago
Halil İbrahim Kalkan 5a1e291c5e
Merge pull request #817 from Nokecy/addPermissionDefinitionRemoveGroupMethod
6 years ago
Halil ibrahim Kalkan 2fda52e865 Use cancellationtoken
6 years ago
Halil ibrahim Kalkan c0a53b81df Implemente double check pattern for AspNetCoreCorrelationIdProvider
6 years ago
Halil ibrahim Kalkan d31893a709 Resolved #826: Implement IdentityServer Cors Policy Service.
6 years ago
Halil ibrahim Kalkan 7dcc7d256f Added HasExtraPropertiesExtensions
6 years ago
Halil ibrahim Kalkan d07a689cb1 Added tests for ExtraProperties
6 years ago
Halil ibrahim Kalkan 01ccdcf7c5 Use Autofac in the Bootstrap.Demo project
6 years ago
Halil ibrahim Kalkan 7a61ff8974 #820: Remove logger factory configuration from Startup
6 years ago
Yunus Emre Kalkan 734534052a Tab tag helpers: content and header attributes
6 years ago
Yunus Emre Kalkan 41ea2d625e Create TagHelperAttributeExtensions.cs
6 years ago
Nokecy 9791d6f3eb add PermissionDefinitionContext RemoveGroup Method
6 years ago
Yunus Emre Kalkan d6ca7dc074 Tag helpers: added form-row
6 years ago
Yunus Emre Kalkan acec5170c5 Fixed tag helper inputs surpress bug
6 years ago
Yunus Emre Kalkan 36713106de GetTagHelperOutput renamed to ProcessAndGetOutput
6 years ago
Yunus Emre Kalkan df24f757e1 tag helpers refactor
6 years ago
Yunus Emre Kalkan 6d9f821c4f added dom to datatables.normalizeConfiguration
6 years ago
Yunus Emre Kalkan eee3d68a44 added missing semicolon
6 years ago
Yunus Emre Kalkan 59110f9a4b tag helpers minor refactor
6 years ago
Halil ibrahim Kalkan eed398dff9 Resolved #738: Implemented CorrelationId middleware.
6 years ago
Halil ibrahim Kalkan 062b3058b9 Implemented RemoteLocalizationContributor to get localization texts from a remote service.
6 years ago
Halil ibrahim Kalkan 004238556a Merge branch 'master' of https://github.com/volosoft/abp
6 years ago