Commit Graph

1033 Commits (373f94cb61344d8d307942fc4edf904952d14a6d)

Author SHA1 Message Date
Yunus Emre Kalkan e28ba005b0 removed IWidgetDefinitionProvider & IDashboardDefinitionProvider
6 years ago
maliming e19d603b1b Add template render.
6 years ago
Yunus Emre Kalkan e8831a1cac widget & dashboard enhancements
6 years ago
Yunus Emre Kalkan b5021276db widget enhancements
6 years ago
maliming d1657d5555 Support single file template
6 years ago
Yunus Emre Kalkan a7f6b188f5 widget enhancements
6 years ago
maliming 5823f8f4cc EmailTemplate with VirtualFile.
6 years ago
lonwern bb8bcaafd5 Resolves #703 API Versioning tests failing after .net core 2.2 upgrade
6 years ago
Halil İbrahim Kalkan 7366294ab1
Merge pull request #1131 from abpframework/install-CLI-dependencies-if-not-installed-
6 years ago
Yunus Emre Kalkan b1582fdd6f basic improvements on widget system
6 years ago
Halil ibrahim Kalkan 80ddad7038 Improve dashboard definition
6 years ago
Yunus Emre Kalkan 7f2f24d3c1 CmdHelper improvements
6 years ago
Halil ibrahim Kalkan 4d79878f7e Added widget renderer
6 years ago
Halil ibrahim Kalkan afa0150047 Added widgets and dashboards packages.
6 years ago
mehmetuken 1bdddc7d63 Entity has tenant id property.
6 years ago
Yunus Emre Kalkan cc99ee5205 removed redundant disposes
6 years ago
mehmetuken 1103ed2a26 Check entity has a tenant id value.
6 years ago
Yunus Emre Kalkan fa3a7bc338 Merge branch 'master' into install-CLI-dependencies-if-not-installed-
6 years ago
Yunus Emre Kalkan 0ebc343024 Update CliService.cs
6 years ago
mehmetuken cf4adf98d5 CrudAppService/AsynCrudAppService Create methods should care multitenancy.
6 years ago
Yunus Emre Kalkan 4f46d8fea1 Automatically install CLI dependencies if not installed before
6 years ago
maliming 8f2e190857 Rename the file name Nuget to NuGet.
6 years ago
maliming 9b4b41573c Modify the way the mail template is defined as the standard way of the framework.
6 years ago
Yunus Emre Kalkan d47f023d51
Merge pull request #1126 from abpframework/cli-onfigure-Entity-Framework-after-installing-a-module
6 years ago
Yunus Emre Kalkan bc891edb18 refactor
6 years ago
Yunus Emre Kalkan 72cb2dc418 Update EfCoreMigrationAdder.cs
6 years ago
Yunus Emre Kalkan e21d6e44d2 Update DbContextFileBuilderConfigureAdder.cs
6 years ago
Yunus Emre Kalkan 469eafed00 removed redundant code
6 years ago
Yunus Emre Kalkan aaee2ef41f CLI can configure Entity Framework after installing a module cont.
6 years ago
Halil ibrahim Kalkan b63929f492 Add project generation step: ChangeLocalhostPortStep
6 years ago
Yunus Emre Kalkan 8d7b490127 CLI can configure Entity Framework after installing a module
6 years ago
Halil ibrahim Kalkan 92f5bc65d1 Minor refactoring for CLI
6 years ago
Halil İbrahim Kalkan ae4df42443
Merge pull request #1120 from mehmetuken/cli-update-suggest
6 years ago
mehmetuken e621111e41 Check versions include previews/beta.
6 years ago
Yunus Emre Kalkan 607ada4d44 added DerivedClassFinder and removed AbpModuleClassFinder
6 years ago
Yunus Emre Kalkan 9332acfd5b Update AbpModuleClassFinder.cs
6 years ago
Yunus Emre Kalkan c4bc182422 Update ModuleClassDependcyAdder.cs
6 years ago
Halil ibrahim Kalkan f369fc34fd CLI refactor, test & improvements.
6 years ago
mehmetuken 30cf4ee363 Fix bug in request url.
6 years ago
mehmetuken 935afc9c96 Check Cli has a new version.
6 years ago
Halil ibrahim Kalkan da0a03dc43 Rename Nuget to NuGet
6 years ago
Halil ibrahim Kalkan 4fdc01a6ca Always download the latest template.
6 years ago
Yunus Emre Kalkan d4c3284d61 Merge branch 'master' of https://github.com/volosoft/abp
6 years ago
Yunus Emre Kalkan a9301c9220 Dynamic forms: nullable enum
6 years ago
Halil ibrahim Kalkan 4f099029dd Dont use Microsoft.AspNetCore.All with version. Enhance logging and clean.
6 years ago
Halil ibrahim Kalkan 04c97ccaba Fix help
6 years ago
Halil ibrahim Kalkan 5fea28a1aa Refactored CLI command running.
6 years ago
Halil ibrahim Kalkan 54c6b2fae1 Send access token if exists.
6 years ago
Halil ibrahim Kalkan f1153b6cfd Move to Cli namespace.
6 years ago
Halil ibrahim Kalkan b9bf3b11cd Added extension methods for IFileInfo and Stream.
6 years ago
Halil ibrahim Kalkan ae68ae6465 Override Volo.Abp log level and enhance logging.
6 years ago
Halil ibrahim Kalkan 9016bd1068 Show help if no command specified
6 years ago
Yunus Emre Kalkan 416c15c52a Merge branch 'master' of https://github.com/volosoft/abp
6 years ago
Yunus Emre Kalkan 6367481929 Bug fixed generation select list from enum dynamicly
6 years ago
Halil İbrahim Kalkan 168fd61303
Merge pull request #1111 from demirmusa/dev
6 years ago
Yunus Emre Kalkan 0844678cad ModuleClassDependcyAdder refactor
6 years ago
musademir ef758b5443 AuditingStore optional HideErrors added
6 years ago
Halil ibrahim Kalkan 734eb640d9 Added todo
6 years ago
Halil ibrahim Kalkan 9e4764a395 Implemented SolutionModuleAdder
6 years ago
Yunus Emre Kalkan c4a61242d8 refactor AbpModuleClassFinder
6 years ago
Halil ibrahim Kalkan 93345d0819 Refactor CLI
6 years ago
Halil ibrahim Kalkan be2bb4ba27 Split add-package and add-module commands.
6 years ago
Yunus Emre Kalkan 203308a8e8 Resolves #1101 Tag Helpers: Provide a way to ignore a property
6 years ago
Halil ibrahim Kalkan c8bf413cfe Implemented add-module to project (initial, will be refactored).
6 years ago
maliming 5b096b3425 fix #1104 Replace the correct project reference and namespace.
6 years ago
maliming 69d89ce87c Add repository specification unit test.
6 years ago
Halil İbrahim Kalkan 8dadc9db88
Merge pull request #1103 from abpframework/maliming/Specifications
6 years ago
maliming c135d4823f Improve the Specifications project code and testing.
6 years ago
Halil ibrahim Kalkan 8e6c12b5ea Update AuthService.cs
6 years ago
maliming 80eabf81b3 Add Volo.Abp.Specifications project.
6 years ago
Halil ibrahim Kalkan f41808496a Update ModuleAdder.cs
6 years ago
Halil ibrahim Kalkan 6d2d52095c Implemented login
6 years ago
Halil ibrahim Kalkan 09298d4d9a Redesign IdentityModelAuthenticationService
6 years ago
Halil ibrahim Kalkan b74d703c03 Created empty login/logout commands and CliOptions.
6 years ago
Halil ibrahim Kalkan ccc89803a1 Added Add module command
6 years ago
maliming cce3b8e2ba The New command adds the output folder parameters.
6 years ago
Halil ibrahim Kalkan 3fc8f26e35 Use autoSave option instead of manually calling CurrentUnitOfWork.SaveChanges.
6 years ago
maliming 189b97c6dc fix #1090 Use the Repository Update method in the Update method of CrudAppService.
6 years ago
Halil ibrahim Kalkan 915dec7bac Enhance help for new command
6 years ago
Halil ibrahim Kalkan 16ee8cd624 Rename mvc module template folder
6 years ago
Halil ibrahim Kalkan 379a2e48ad Move to a propert namespace.
6 years ago
Halil ibrahim Kalkan e557914459 Use user data folder for template cache and logging.
6 years ago
Halil ibrahim Kalkan 37ce88c29e Added logging for CLI
6 years ago
Halil ibrahim Kalkan f5f987189d Get CLI & template version from the assembly.
6 years ago
Halil ibrahim Kalkan e53279a6fb Initial working version of new project creation with temporary code.
6 years ago
Halil ibrahim Kalkan 9cd2f24102 New project creation for CLI
6 years ago
Halil ibrahim Kalkan e45caa5b7f Create Volo.Abp.Cli.Core package.
6 years ago
Halil ibrahim Kalkan 9acfb17f51 Merge branch 'master' into cli
6 years ago
Halil ibrahim Kalkan 230821750b Check for null.
6 years ago
Halil ibrahim Kalkan 6ba0ad6618 Resolved #1080: Ignore entities on EntityToEtoMapper for those don't implement IEntity.
6 years ago
Halil ibrahim Kalkan fc5ab383ee Resolved #1079: Use static value instead of hard-coded MaxResultCount.
6 years ago
Halil İbrahim Kalkan 884e9ea77b
Merge pull request #1068 from acjh/patch-2
6 years ago
maliming 714da91ac6 Beautify the sqlite project code.
6 years ago
Dong Guo 5ba01578e6 add sqlite support
6 years ago
İsmail ÇAGDAŞ f655540555 updated all nuget packages
6 years ago
Aaron Chong fa32c1427b Fix spelling mistakes
6 years ago
Halil İbrahim Kalkan 0fcc1aee3f
Merge pull request #1059 from abpframework/maliming/constants
6 years ago
Halil İbrahim Kalkan 1b5d08818b
Merge pull request #1065 from abpframework/maliming/DtoCustomValidate
6 years ago
maliming e9be89d57c fix #1058 Perform non-null validation on propertyName(context.Key.Name).
6 years ago
maliming 6b5893ff3d Lazy resolve services in the base classes.
6 years ago
maliming f43209c6a4 Rename GetAllConstants to GetPublicConstantsRecursively.
6 years ago
maliming 7316870363 ReflectionHelper add GetAllConstants method.
6 years ago
Halil ibrahim Kalkan 4bc6c8619b Add margin
6 years ago
Halil ibrahim Kalkan 034ab0b81c Move content_toolbar into the container.
6 years ago
Halil ibrahim Kalkan f47884485a Render content_toolbar
6 years ago
Yunus Emre Kalkan d94b8625dd Resolves #1028
6 years ago
杨涛 d264ab5f20 Add Chinese localization resource file for administration menu
6 years ago
Halil ibrahim Kalkan 7d74829f03 Implement fluent validation as object validation contributor.
6 years ago
Halil ibrahim Kalkan 859a001a03 Update NewProjectCommand.cs
6 years ago
Rashiduddin Yoldash 59c567eb2c IDistributedCache code documentation.
6 years ago
Halil ibrahim Kalkan 3fa617b092 Fix namespaces
6 years ago
Halil ibrahim Kalkan e74ff061b4 Added solution builder code and created command parser
6 years ago
Yunus Emre Kalkan 624c3eb484 Update AbpEntityTypeBuilderExtensions.cs
6 years ago
Yunus Emre Kalkan afd9bc04ce Update AbpEntityTypeBuilderExtensions.cs
6 years ago
Yunus Emre Kalkan fc8919ef6a added ConfigureFullAuditedAggregateRoot
6 years ago
Halil ibrahim Kalkan b7c607769a Refactored FluentValidation #1003.
6 years ago
Halil İbrahim Kalkan 04c8b88d48
Merge branch 'master' into maliming/FluentValidation
6 years ago
Yunus Emre Kalkan c3dc353755 Update AbpTagHelperService.cs
6 years ago
maliming d8a0e5f570
Merge pull request #1007 from Webdiyer/localization
6 years ago
杨涛 7ff94ca74a Update abp UI localization text of pt-BR and zh-Hans
6 years ago
maliming 6bd1ff7cbf Separate validators from the DTO, Extend current validation interceptor.
6 years ago
Halil ibrahim Kalkan eac5cf5f8d Added Volo.Abp.Cli package.
6 years ago
maliming 5fd5fe9f44 fix #953 Add support for FluentValidation.
6 years ago
Halil ibrahim Kalkan d4dca04941 Added Volo.Abp.AspNetCore.Authentication.JwtBearer package.
6 years ago
Halil ibrahim Kalkan 33f9424a09 Add Volo.Abp package.
6 years ago
Yunus Emre Kalkan 3d57eb11ef Update AbpSelectTagHelperService.cs
6 years ago
Halil ibrahim Kalkan c719326baa Check culture name
6 years ago
maliming 509a9ff68c Update zh-Hans translation.
6 years ago
Halil İbrahim Kalkan 79a770f1e9
Merge pull request #983 from abpframework/Confirm-Form-Close-Without-Saving
6 years ago
Halil ibrahim Kalkan 62bf3ff86a Rename CurrentClaimsPrincipalTenantResolveContributor to CurrentUserTenantResolveContributor
6 years ago
Halil ibrahim Kalkan f3be110508 Rollback #952 partially
6 years ago
Halil İbrahim Kalkan c6f5ffaaf5
Merge pull request #952 from ddrsql/master
6 years ago
Yunus Emre Kalkan c9366774a4 needConfirmationOnUnsavedClose is now default for all forms inside a modal
6 years ago
ddrsql f4e4380bfd Updates
6 years ago
Halil İbrahim Kalkan 32872f98fe
Merge pull request #985 from marcelo-maciel/master
6 years ago
Halil İbrahim Kalkan a4fd55b60a
Merge pull request #965 from Trojaner/patch-1
6 years ago
Marcelo Mohr Maciel df1022ba45 Update PT-BR translation
6 years ago
Yunus Emre Kalkan fd417647b1 Form extension for confirmation before closing the modal without saving in edit modals
6 years ago
Halil ibrahim Kalkan 3948223b52 Added scenario concept
6 years ago
Halil ibrahim Kalkan cbad4e9532 Add RandomHelper.GetRandomOf method.
6 years ago
Halil ibrahim Kalkan 4fc6a2e8d2 Re-enable async lock on distributed cache
6 years ago
Halil ibrahim Kalkan 8c416c2439 Update CachedTestObject.cs
6 years ago
Halil ibrahim Kalkan 14df704c32 Implement fully async interceptors.
6 years ago
Halil ibrahim Kalkan 1da13a0a68 Use new CaptureProceedInfo feature of Castle.Core
6 years ago
Halil ibrahim Kalkan d3a5224240 Upgrade to Castle.Core 4.4.0.
6 years ago
Halil ibrahim Kalkan f195d194c7 Implement ValidationInterceptor.InterceptAsync and use ProceedAsync in AuditingInterceptor
6 years ago
Enes Sadık Özbek eb4183ce2d
Fix inconsistent generic constraints in AsyncCrudAppService
6 years ago
Halil ibrahim Kalkan 2f54aafc94 Use await RenderSectionAsync instead of RenderSection
6 years ago
Halil ibrahim Kalkan 7267e7898e Resolved #962: Upgrade to Nito.AsyncEx libraries to 5.0
6 years ago
Halil ibrahim Kalkan 575d6bda54 Introduce IDistributedCacheSerializer and implement as Utf8JsonDistributedCacheSerializer
6 years ago
Halil ibrahim Kalkan 4285e00adb Arrange parameter formatting
6 years ago
Halil ibrahim Kalkan 6bf2cb94d4 PermissionChecker should check for multitenancy side.
6 years ago
Halil ibrahim Kalkan 3dbdc77922 Add AbpMultiTenancyClaimsIdentityExtensions
6 years ago
Yunus Emre Kalkan 6fae53a985 added missing localization
6 years ago
ddrsql ca1f2e9e8e Docking with third-party OAuth services for ease of rewriting CurrentUser
6 years ago
Yunus Emre Kalkan 9df111d307 Update tr.json
6 years ago
Halil ibrahim Kalkan cf3795a8a4 Add MyProjectNameConsts.IsMultiTenancyEnabled constant.
6 years ago
Halil ibrahim Kalkan ce3c42af5e Resolved #951: Create Tenant switch UI for the basic theme
6 years ago
Halil ibrahim Kalkan 78b8422701 Create NullTenantResolveResultAccessor and move ITenantResolveResultAccessor to Volo.Abp.MultiTenancy package
6 years ago
Halil ibrahim Kalkan 9a9420cb51 Make IAppUrlProvider methods async
6 years ago
Halil ibrahim Kalkan 7ce1cef8b6 Resolved #948: Change ISmtpEmailSenderConfiguration properties to async methods
6 years ago
hitaspdotnet 94bc5fc06f fixed #945
6 years ago
Mostafa F a391e05008
fixed #945
6 years ago
Halil ibrahim Kalkan 1d79b95a38 Resolved #890: Handle audit log if there are tenant switches in the same request.
6 years ago
Halil ibrahim Kalkan a4c0d64f19 Add CurrentTenant.Id to dynamic http client.
6 years ago
Halil ibrahim Kalkan d6c3dfdd34 Set TenantName
6 years ago
Halil İbrahim Kalkan cbe45f1a2b
Merge pull request #892 from abpframework/issue-891
6 years ago
Halil ibrahim Kalkan ccf8415476 Add length parameters to Check methods.
6 years ago
Halil ibrahim Kalkan acf84e5c40 Respect to multitenancy side while getting & setting permissions.
6 years ago
Halil ibrahim Kalkan b1087887b9 Refactor PermissionChecker
6 years ago
maliming 3eb76db2c6 fix #931 The dictionary configuration key uses the string name of the variable.
6 years ago
Tao Yang 8c8d76c87f
Corrected Brazilian Portuguese translation for PagerInfo text.
6 years ago
Tao Yang 84d246faea
Corrected Chinese translation for PagerInfo text
6 years ago
Halil ibrahim Kalkan 5aec22d1f4 Resolved #925: Add MultiTenancySide to PermissionDefinition
6 years ago
Halil ibrahim Kalkan fb6b3d7be9 Add missing IDataSeedContributor
6 years ago
Halil ibrahim Kalkan 0c3e45f0ea Resolved #924: Create a data seed system
6 years ago
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
Halil ibrahim Kalkan b9ed9e1c96 #762 Properly use async/await to be able to catch exceptions.
6 years ago
Yunus Emre Kalkan 1e18a96378 Tag helpers now use custom-controls
6 years ago
Halil ibrahim Kalkan 805e16de3a Implemented RemoteSettingProvider
6 years ago
Halil ibrahim Kalkan c8538ae63c Resolved #793: separate setting management from obtaining setting values.
6 years ago
Yunus Emre Kalkan 705dcf3a56 Dropdown tag helper improvements
6 years ago
Halil ibrahim Kalkan 400b79dba9 #793 Remove GetOrNullAsync & GetAllAsync from ISettingManager.
6 years ago
Halil ibrahim Kalkan 9e4770eac2 #792 added ISettingProvider service
6 years ago
Halil ibrahim Kalkan 539add2107 Use single DependsOn
6 years ago
Halil ibrahim Kalkan 0f14fa4428 Added todo.
6 years ago
Halil ibrahim Kalkan bec731161a Resolved #787: Replace ValueObject implementation
6 years ago
Halil ibrahim Kalkan f49ae3aca0 Resolved #788: Add "ApplicationName" to Audit logs.
6 years ago
Halil ibrahim Kalkan df9325a329 Use CorrelationId and CancellationToken in the DynamicHttpProxyInterceptor
6 years ago
Halil ibrahim Kalkan b1d9a1a66a Refactor CorrelationId
6 years ago
Halil ibrahim Kalkan bcb1aefb19 Resolved #784: Add ClientId & CorrelationId to audit logs.
6 years ago
Halil ibrahim Kalkan db6edc17e8 Added "UseCurrentAccessToken" option.
6 years ago
Halil ibrahim Kalkan 54d14d952d Add Provider option to the PermissionDefinition
6 years ago
Halil ibrahim Kalkan 4913cbc158 Resolved #728: Allow to set client based permissions like roles/users
6 years ago
Halil ibrahim Kalkan f240604dd7 AggregateRoot properties should be virtual
6 years ago
Yunus Emre Kalkan 54b4fa1fd2 Update DefaultExceptionToErrorInfoConverter.cs
6 years ago
Yunus Emre Kalkan a715ea551f Added logs to Distrubuted cache
6 years ago
Yunus Emre Kalkan 9fa420d292 Resolved #762 Distributed Cache should be fault tolerant
6 years ago
Halil ibrahim Kalkan 994084edaf Resolved #760: Change RabbitMQ Eventbus configuration path
6 years ago
Halil İbrahim Kalkan 32f09aee46
Merge pull request #717 from sailucheng/master
6 years ago
Halil ibrahim Kalkan 4046010c95 Merge branch 'master' into permission-revision
6 years ago
Halil ibrahim Kalkan 8fc277be57 AbpRabbitMqModule should get configuration from appsettings file if available.
6 years ago
Halil ibrahim Kalkan 0f06cf53c1 Revised permission management system
6 years ago
Halil ibrahim Kalkan eeecf741b6 Do not create conventional controllers for AbpAspNetCoreMvcModule.
6 years ago
Halil ibrahim Kalkan 10fa66936f Rename RabbitMqDistributedEventBusOptions to RabbitMqEventBusOptions.
6 years ago
Halil ibrahim Kalkan bbf550ac24 Installed Ocelot to the internal gateway.
6 years ago
Halil ibrahim Kalkan 94cc75d450 Created BloggingService.Host.
6 years ago
Yunus Emre Kalkan d1b1a87d42 Resolved #742
6 years ago
Halil ibrahim Kalkan 4a75e5f52b Remove unnecessary reference.
6 years ago
Halil ibrahim Kalkan 1584eed17f Remove unnecessary referances.
6 years ago
Halil ibrahim Kalkan 77a48cd635 Updated IdentityModel, System.Linq.Dynamic.Core, JetBrains.Annotations packages
6 years ago
Halil İbrahim Kalkan 80c5769308
Merge pull request #732 from Nokecy/languageCookieExpires
6 years ago
Halil İbrahim Kalkan b2cbe94348
Merge pull request #733 from cnAbp/Translate
6 years ago
Halil ibrahim Kalkan 9133b875bd Ensure to add dependencies of bundle contributors.
6 years ago
Halil ibrahim Kalkan 57622b53e7 Created IdentityModelHttpClientAuthenticatorExtensions. Renamed Authenticate to AuthenticateAsync
6 years ago
梁士伟 53b1f79c99 Improve Chinese translate
6 years ago
Halil ibrahim Kalkan 1a77c79139 Added logging.
6 years ago
Halil ibrahim Kalkan dd08c26fe0 #739 Added UseMvcWithDefaultRouteAndArea extension method.
6 years ago
Yunus Emre Kalkan 3bb782ac24 removed redundant using statements from tag helpers folder
6 years ago
Yunus Emre Kalkan 6ee11b582a resolved #688 Use IAbpTagHelperLocalizer in Abp Pagination Tag Helper
6 years ago
Yunus Emre Kalkan 74bedd2364 Update Paginator.cshtml
6 years ago
Yunus Emre Kalkan 40781d65c6 IAbpTagHelperLocalizer changes
6 years ago
Nokecy 9056398fe6 language cookie expires error
6 years ago
Halil ibrahim Kalkan fcbd984d36 Fixes #730.
6 years ago
Yunus Emre Kalkan 1ffbf2bd45 Merge branch 'master' of https://github.com/volosoft/abp
6 years ago
Yunus Emre Kalkan caad208049 Update AbpPaginationTagHelperService.cs
6 years ago
Halil ibrahim Kalkan a523e8cc4c Implemented AbpAspNetCoreMvcClientModule
6 years ago
Halil ibrahim Kalkan e76217fabd Moved contracts to Volo.Abp.AspNetCore.Mvc.Contracts module
6 years ago
Halil ibrahim Kalkan a32b1d23fc Created empty Volo.Abp.AspNetCore.Mvc.Contracts package.
6 years ago
Halil ibrahim Kalkan dbf0ed1703 Added empty Volo.Abp.AspNetCore.Mvc.Client package
6 years ago
Halil ibrahim Kalkan 9b70291d5c Rename asDefaultService to asDefaultServices
6 years ago
Halil ibrahim Kalkan bb2b87165f Resolved #726: Introduce IHttpClientProxy<T> and explicit usage of client proxies.
6 years ago
Halil ibrahim Kalkan fbc4428b2b Replace ApplicationConfigurationBuilder by AbpApplicationConfigurationAppService
6 years ago
Halil ibrahim Kalkan d7912798e8 Added Obsolete note
6 years ago
Yunus Emre Kalkan c19834ec2e Added margin to bottom of input tag helper for checkboxes
6 years ago
Yunus Emre Kalkan c5af4a0441 Update AbpTagHelperLocalizer.cs
6 years ago
Halil ibrahim Kalkan 58becc59ae Add missing GetCancellationToken calls in repositories
6 years ago
Halil ibrahim Kalkan 8100002994 Resolved #719: Create Volo.Abp.IdentityModel package.
6 years ago
Halil ibrahim Kalkan b4cafbdbee Remove unnecessary dependency.
6 years ago
Yunus Emre Kalkan 69d6ce4ab2 Update AbpInputTagHelperService.cs
6 years ago
Yunus Emre Kalkan f0fc787fa1 Tag helpers localization refactor
6 years ago
Halil ibrahim Kalkan dff0c101bc Fixed #716: Tenant and Use setting issue.
6 years ago
sailucheng fb8aacee89 Add CacheOptions implement per cache item and global defaults. add tests, and fixed default cache name from item type name to item type full name.
6 years ago
Halil ibrahim Kalkan b153028743 Completed first working version of Volo.Abp.Http.Client.IdentityModel
6 years ago
Halil ibrahim Kalkan 33ad12f89d Resolved #710: Introduce Volo.Abp.Http.Client.IdentityModel package.
6 years ago
Halil ibrahim Kalkan 09b4a5b0da Add mime type: application/x-www-form-urlencoded and use constants.
6 years ago
Halil ibrahim Kalkan 672d25c45c IAccessTokenProvider.GetOrNullAsync can get the related DynamicHttpClientProxyConfig.
6 years ago
Halil ibrahim Kalkan 54e2afd7a1 Added CurrentUser.GetAllClaims()
6 years ago
Yunus Emre Kalkan b770d204ec Tag helpers: Changed required symbol
6 years ago
Yunus Emre Kalkan 88981b8ca9 Update AbpRadioInputTagHelperService.cs
6 years ago
Halil ibrahim Kalkan 03f1407134 Fix AbpSelectTagHelperService
6 years ago