Commit Graph

1771 Commits (346185412e47d73215ce6c9c372971dee425bb8b)

Author SHA1 Message Date
Halil İbrahim Kalkan 5722c99727 Remove unused methods from InMemoryBackgroundJobStore
6 years ago
Halil İbrahim Kalkan ee403c37e9 Resolved #2467: Add MaxMaxResultCount to LimitedResultRequestDto.
6 years ago
maliming 25a654dac0 Remove unnecessary namespaces.
6 years ago
maliming c00778d187 Set value comparer for ExtraProperties and Properties dictionary.
6 years ago
Halil İbrahim Kalkan d332818f6a Background job remove sync api
6 years ago
Halil İbrahim Kalkan f0ae994848 Audit log remove sync api
6 years ago
Halil İbrahim Kalkan f6084749f9 Use Castle.Core.AsyncInterceptor
6 years ago
Halil İbrahim Kalkan c4b2d2b48c Remove reflection for ExecuteWithoutReturnValueAsync
6 years ago
Halil İbrahim Kalkan 0754254428 Remove UnitOfWork Sync API.
6 years ago
Halil İbrahim Kalkan 0860f54e5a Remove CachedApplicationConfigurationClient.Get
6 years ago
Halil İbrahim Kalkan 676a5c61ac Removed sync interception and sync repository methods.
6 years ago
maliming 6890919357
Update FluentObjectValidationContributor.cs
6 years ago
maliming 3d1ee5ec52 Add GetSetMethod condition before SetValue.
6 years ago
兜小神 c318133484 fixed unittest for FluentValidation
6 years ago
兜小神 c4e28c127d
Update FluentObjectValidationContributor.cs
6 years ago
Mehmet Tüken dcc2d63e10
Merge branch 'dev' into update-packages
6 years ago
YinChang 3ba06fe022 move AbpValidationResource to Volo.Abp.Validation from Volo.Abp.Localization
6 years ago
maliming 87eb1891f5 Change some simplified Chinese translations.
6 years ago
maliming 97353bf5f9 Formatting code.
6 years ago
YinChang 9b502bd69a fix EmailingResource's Definition
6 years ago
YinChang 49a9eb0a0c configure embedded resources by wildcard
6 years ago
YinChang 447237426e modify several module's SettingDefinitionProvider to support multi-lingual
6 years ago
Alper Ebicoglu 3b6908c060 Merge branch 'dev' of https://github.com/abpframework/abp into dev
6 years ago
Alper Ebicoglu f0e275a0c8 add Poly to Abp.Cli.Core and use it GetApiKeyOrNullAsync method.
6 years ago
Halil İbrahim Kalkan a5d74d32af Add async/await
6 years ago
Halil İbrahim Kalkan f2099d5966 Resolved #2427 Integrate ILoggerFactory to EF Core.
6 years ago
Rwing 9ae64bd113
fix typo in CLI sample
6 years ago
maliming a6ccc3320f Add Razor support for mvc.
6 years ago
Yunus Emre Kalkan e4cefe83fe Update UpdateCommand.cs
6 years ago
Yunus Emre Kalkan 189c243477 refactor
6 years ago
Yunus Emre Kalkan a306a91177 Merge branch 'dev' of https://github.com/volosoft/abp into dev
6 years ago
Yunus Emre Kalkan f30a0d1afa remove redundant using statements
6 years ago
Halil İbrahim Kalkan 6e6070ab72 Don't pass authorizationService.AsAbpAuthorizationService().CurrentPrincipal as the resource
6 years ago
Halil İbrahim Kalkan 66122369ca Added log for AbpApplicationConfigurationAppService
6 years ago
Halil İbrahim Kalkan 67331bce5f Added debug log to AbpApplicationConfigurationAppService
6 years ago
Halil İbrahim Kalkan 5fe88a3b09 Improve RemoteTenantStore: Reduce AsyncHelper usage.
6 years ago
Halil İbrahim Kalkan 647dd63e7e Make IJobQueueManager.Get method async to reduce AsyncHelper usage
6 years ago
Halil İbrahim Kalkan 05cc1e2b21 Avoid AsyncHelper usage in the DefaultAbpRequestLocalizationOptionsProvider
6 years ago
Halil İbrahim Kalkan fe2f66a304 Eleminate AsyncHelper.RunSync usage from RemoteLocalizationContributor.
6 years ago
Halil İbrahim Kalkan b04df4eff3 Update AbpDictionaryBasedStringLocalizer.cs
6 years ago
maliming db95f58852
Merge pull request #2400 from mehmetuken/fix-2396
6 years ago
Mehmet Tüken 0226a00fac fix missing rename from AbpErrorViewModel
6 years ago
Mehmet Tüken 1de18d845f catch JsonReaderException isn't valid json response.
6 years ago
Halil İbrahim Kalkan 772deb0586
Merge pull request #2390 from mehmetuken/localization-tests-error
6 years ago
Mehmet Tüken 146bc59595 bump System.Security.Permissions 4.6.0 to 4.7.0
6 years ago
Mehmet Tüken b5891ffc77 bump System.Collections.Immutable 1.6.0 to 1.7.0
6 years ago
Mehmet Tüken 198d9e8260 bump Pomelo.EntityFrameworkCore.MySql 3.0.0 to 3.0.1
6 years ago
Mehmet Tüken 55f84b59a2 bump Scriban 2.1.0 to 2.1.1
6 years ago
Mehmet Tüken 388ec86755 bump NuGet.Versioning 5.3.0 to 5.4.0
6 years ago
Mehmet Tüken efccd9801f bump Newtonsoft.Json 12.0.2 to 12.0.3
6 years ago
Mehmet Tüken 6d64b72eb9 bump MongoDB.Driver 2.9.2 to 2.10.0
6 years ago
Mehmet Tüken 7a088fc68a bump Microsoft.NET.Test.Sdk 16.3.0 to 16.4.0
6 years ago
Mehmet Tüken d4b5e0b688 bump Microsoft.CodeAnalysis.CSharp 3.3.1 to 3.4.0
6 years ago
Mehmet Tüken 46c1b52251 bump Microsoft.AspNetCore.Mvc.Versioning 4.0.0 to 4.1.1
6 years ago
Mehmet Tüken 8b4277a14c bump IdentityModel 4.0.0 to 4.1.1
6 years ago
Mehmet Tüken 27be8db921 bump Hangfire.AspNetCore 1.7.6 to 1.7.8
6 years ago
Mehmet Tüken 41db38b2b3 bump FluentValidation 8.5.0 to 8.6.0
6 years ago
Mehmet Tüken 3e743d82ed Fix ES localization tests fail.
6 years ago
Halil İbrahim Kalkan c34b89e274
Merge pull request #2225 from Xeevis/localization-cs
6 years ago
Halil İbrahim Kalkan cea17be390
Merge pull request #2238 from itryan/dev
6 years ago
Alper Ebicoglu ed585ad4eb Remove short arguments for Suite.
6 years ago
Alper Ebicoglu 4664b63b99 Update SuiteCommand.cs
6 years ago
Alper Ebicoglu 063712f857 Merge branch 'dev' of https://github.com/volosoft/abp into dev
6 years ago
Alper Ebicoglu bb38ffc28a fixes #2387 and fix CLI command descriptions.
6 years ago
maliming ba2b790f2c Use MinifyGeneratedScript option to minify script.
6 years ago
Halil İbrahim Kalkan 8d6d37a847
Merge pull request #2377 from LuisPignataro/luisPignataro/Traslate
6 years ago
Alper Ebicoglu def70c5fe0 add suite cli command.
6 years ago
Alper Ebicoglu f8ea908112 Merge branch 'dev' of https://github.com/volosoft/abp into dev
6 years ago
Alper Ebicoglu 61fa2e9987 add Suite cli command to Abp Cli.
6 years ago
Alper Ebicoglu f940f9142e add Suite cli command to Abp Cli.
6 years ago
maliming b1eed33962 Implement AsyncBackgroundJob.
6 years ago
İsmail ÇAGDAŞ dca94d1a12 fixes #2325: Remove temporary workaround for setting System.Net.Http.UseSocketsHttpHandler switch to false
6 years ago
Luis Pignataro b7e32520e9 Spanish traslation fixes
6 years ago
Luis Pignataro 2cd44f00e8 Spanish traslation fixes
6 years ago
Luis Pignataro 5b8a051800 spanish localization
6 years ago
iyilm4z bc02f0e980 AddGlobalFilters method of MongoDbRepository extracted to a service
6 years ago
Halil İbrahim Kalkan e81a4bbbef
Merge pull request #2370 from abpframework/maliming/RemoteService
6 years ago
maliming 542ea712b5 Use the unified provider key format in the feature module.
6 years ago
maliming 0ad31c40e1 When RemoteService is disabled, the selector of the service or service method is no longer configured.
6 years ago
Arkat Erol dbebc67a60 aspnet core 3.1 docker update for bootstrap tag helpers
6 years ago
olicooper c8ef5c4f0c
en localization grammar issue
6 years ago
liangshiwei fd4a757eaa Fix: set the default mail template culture name to "en"
6 years ago
Halil İbrahim Kalkan f5d37c99f7
Merge pull request #2309 from abpframework/maliming/aspnetcore-3.1
6 years ago
wakuflair 50f08ab180 Resolved: https://github.com/abpframework/abp/issues/2326
6 years ago
maliming 9fd020a1e6 Upgrade Npgsql.EntityFrameworkCore.PostgreSQL to v3.1.0.
6 years ago
Marcelo M. M 554a7b5aca update PT-BR translation
6 years ago
maliming ed4f8bb282 Upgrade frameworks & modules & samples to asp net core 3.1.
6 years ago
Yunus Emre Kalkan 0ca7a0e3b2 basic theme content_toolbar "text-right mb-2"
6 years ago
Halil İbrahim Kalkan 46c98e33c6
Merge pull request #2201 from abpframework/maliming/AddHttpClientFactoryAndPolicy
6 years ago
Halil İbrahim Kalkan 5f0b31214c
Merge pull request #2169 from abpframework/maliming/minify
6 years ago
Halil İbrahim Kalkan 3cb4d7fe90 Fix mime types.
6 years ago
Halil İbrahim Kalkan d16bef05b2 Resolved #1933: Ignore owned types while configuring the base properties
6 years ago
maliming 4a03983d8b Upgrade MailKit to 2.4.1.
6 years ago
Halil İbrahim Kalkan e20f6b0662
Merge pull request #2253 from abpframework/maliming/ExposeServicesAttribute
6 years ago
Yunus Emre Kalkan 5f80bd1058 Merge branch 'dev' of https://github.com/volosoft/abp into dev
6 years ago
Yunus Emre Kalkan 8a18186341 update command solution directory option
6 years ago
Halil İbrahim Kalkan c90366ab05 Should completely hide the tenant switch area if multi-tenancy is not enabled
6 years ago
Yunus Emre Kalkan 1f8827a30c added tenant name to my profile mvc
6 years ago
maliming f12c33ad62 Change the nullable parameter of ExposeServices to a non-nullable type.
6 years ago
Halil İbrahim Kalkan cfb714ece7
Merge pull request #2151 from abpframework/maiming/AbpDateTimeModelBinder
6 years ago
Halil İbrahim Kalkan ffc0c1329e
Merge pull request #2000 from abpframework/maliming/DataTimeValueConverters
6 years ago
Yunus Emre Kalkan 60a001df6a
Merge pull request #2205 from abpframework/maliming/hideLanguage
6 years ago
itryan a8f89d8e06 fix: Microservice PublicWebSite oidc fails parsing UserInfoEndpoint response
6 years ago
Halil İbrahim Kalkan d8bd4783c0 Handle arrays and dictionaries for type models.
6 years ago
Xeevis c59d51d01a Update Czech localization files
6 years ago
Halil İbrahim Kalkan 224494d0aa Revised api description model.
6 years ago
Halil İbrahim Kalkan 82e9803ca8 Add models to the API definition
6 years ago
Halil İbrahim Kalkan e8417a461c Resolved #2213: Support async for Bundle Contributors.
6 years ago
maliming cfd2845a9e Hide language switch menu if the app has only one language.
6 years ago
maliming f9af889743 Avoid calling AddHttpClient & HttpErrorPolicy multiple times.
6 years ago
Yunus Emre Kalkan d7d3f6d4f1
Merge pull request #2190 from mehmetuken/cli-normalize-namespace
6 years ago
Mehmet Tüken b2a47cfc46 change review request.
6 years ago
Thiago Coelho 668bbbc407 Updating pt-BR account localization
6 years ago
Mehmet Tüken 3bb802da6b Adding cli namespace normalizer.
6 years ago
Halil İbrahim Kalkan cd50b57357 Resolved #2181: Introduce IDistributedCacheKeyNormalizer.
6 years ago
maliming f5c293d391 Fill missing Chinese localization texts.
6 years ago
Xeevis 6bb1987a1f Fix UseVirtualFiles middleware return value
6 years ago
maliming 7d0a009a9e Minify the script returned by ServiceProxyScript.
6 years ago
maliming df26af69fc Add AbpMinifyModule.
6 years ago
İsmail ÇAGDAŞ 6f63267e9b updated from master
6 years ago
Halil İbrahim Kalkan 913d46b78b Resolved #2159: Create Configuration setting value provider.
6 years ago
maliming d18229db8c
Merge pull request #2158 from abpframework/cli-none-ui
6 years ago
maliming 46faea99aa Independently configure UI & update cli documents.
6 years ago
Halil İbrahim Kalkan 5250a88271 Revert "Merge pull request #1993 from abpframework/maliming/MvcNoUi"
6 years ago
Yunus Emre Kalkan 6a70ba9b9b rename AbpErrorPageModel to AbpErrorViewModel
6 years ago
Yunus Emre Kalkan 3c444ebd59
Merge pull request #2097 from abpframework/Abp-Error-status-Page-option
6 years ago
Yunus Emre Kalkan 297706a6d5 refactor
6 years ago
Halil İbrahim Kalkan 8a74d4bca1
Merge pull request #2038 from abpframework/maliming/patch-4
6 years ago
Halil İbrahim Kalkan d7b1de668f
Merge pull request #1993 from abpframework/maliming/MvcNoUi
6 years ago
maliming 357be9a8e3 Implement AbpDateTimeModelBinderProvider & AbpDateTimeModelBinder
6 years ago
Halil İbrahim Kalkan d0da6b89b9 Update bootstrap demo client side dependency.
6 years ago
maliming 6944da4a82 Remove the id property from the view.
6 years ago
maliming b4940f135c Added Keyless Entity Types unit test.
6 years ago
maliming bfd49e8c97 Update zh-Hans.json
6 years ago
Yunus Emre Kalkan 9b851347c1 added localization
6 years ago
Yunus Emre Kalkan 8cd7470316 added localization
6 years ago
Yunus Emre Kalkan e743e662af added AbpErrorPageOptions and moved the "/error" page to a new controller
6 years ago
maliming 7a5f12ee29
Merge pull request #2079 from wakuflair/dev
6 years ago
maliming 00f4171af9
Merge pull request #2081 from Goxiaoy/dev
6 years ago
maliming 3c223ab661
Update EntityHelper.cs
6 years ago
Goxiaoy b3859b81ef EntityHelper build id expression strong typed
6 years ago
wakuflair a2226ae3a1 Resolved https://github.com/abpframework/abp/issues/2078
6 years ago
Halil İbrahim Kalkan 28a8cb70e4 #2052 Check if GetLocalEvents() and GetDistributedEvents() returns null.
6 years ago
maliming a1466b67d8 Cli new command to create a project folder.
6 years ago
maliming 0aa6d6f000 Add a delegate to configure IHttpClientBuilder in AddHttpClientProxy method.
6 years ago
maliming 32363c17cd
Merge pull request #1999 from cnAbp/Translate
6 years ago
JiYuhang c070cd069b Unify all zh-Hans.json files encoding to UTF-8 NO BOM
6 years ago
JiYuhang 84d08af14a Translate to chinese localization files
6 years ago
Alper Ebicoglu 0c5b74d40e fix focusing first element
6 years ago
maliming 91ba0f2594 Configuring AbpClockOptions in AbpEntityFrameworkCoreTestModule.
6 years ago
Alper Ebicoglu 3b8f269898 Update modal-manager.js
6 years ago
Alper Ebicoglu 7ee60ed51c focus first typeable element. except pickers
6 years ago
Mehmet Tüken 5fd97a9d9d Cli create app template without ui.
6 years ago
maliming a898b4abe8 Handling Clock in AbpDbContext may be null.
6 years ago
maliming 4eadee29c6 Added DataTimeValueConverters function.
6 years ago
maliming 8858b0c73c MVC templates support the no-ui option.
6 years ago
Halil İbrahim Kalkan 97098360e5 Update AbpEntityFrameworkCoreModule.cs
6 years ago
Yunus Emre Kalkan 56b40c19a6 localization improvement
6 years ago
maliming ed62b77efd Remove unnecessary cacheOption.
6 years ago
Halil İbrahim Kalkan 9871384ee3 Resolved #1026: Align AbpValidationActionFilter with MethodInvocationValidator.
6 years ago
Halil İbrahim Kalkan 82c01a4c95
Merge pull request #1913 from gterdem/pr/1900
6 years ago
Halil İbrahim Kalkan 17b8705601 Upgrade NuGet packages for the framework.
6 years ago
Galip Tolga Erdem 412bfd5a98 Complex object key calculation reverted. Overriding ToString method of complex object to be used as key as suggested.
6 years ago
Halil İbrahim Kalkan a3d248a02f Resolved #286: Rename permission & setting provider names to shorter ones.
6 years ago
Halil İbrahim Kalkan 6a575eab23 Use AbpMultiTenancyOptions
6 years ago
Alper Ebicoglu e76c92df4e Update BootstrapDatepickerScriptContributor.cs
6 years ago
Yunus Emre Kalkan 687748e4f4 Update FontAwesomeStyleContributor.cs
6 years ago
Halil İbrahim Kalkan 705407ba9f Merge AbpCacheOptions and AbpDistributedCacheOptions. Resolved #1901
6 years ago
Halil İbrahim Kalkan 81ce88ee20 Resolved #1094: Configuration redesign.
6 years ago
Alper Ebicoglu 168440b871 Merge branch 'alper/datetimepicker' into dev
6 years ago
Alper Ebicoglu 4db042ea68 add bootstrap-datepicker
6 years ago
Halil İbrahim Kalkan decad8e30f
Merge pull request #1919 from abpframework/Align-Option-Class-Names
6 years ago
Halil İbrahim Kalkan f62771b186
Merge pull request #1894 from abpframework/maliming/GenericHost
6 years ago
Halil İbrahim Kalkan 647b863d6f Configure IdentityServer database mapping based on the database provider.
6 years ago
Alper Ebicoglu ae1ac4849a Added current culture info to ApplicationLocalizationConfigurationDto
6 years ago
Yunus Emre Kalkan 02143575e4 AspNetCoreMultiTenancyOptions to AbpAspNetCoreMultiTenancyOptions
6 years ago
Yunus Emre Kalkan 4db0cf61dc BundlingOptions to AbpBundlingOptions
6 years ago
Yunus Emre Kalkan 52f6668ff7 ToolbarOptions to AbpToolbarOptions
6 years ago
Yunus Emre Kalkan b19acf5d28 ThemingOptions to AbpThemingOptions
6 years ago
Yunus Emre Kalkan 53216526d4 ConventionalControllerOptions to AbpConventionalControllerOptions
6 years ago
Yunus Emre Kalkan 689b54f914 PermissionOptions to AbpPermissionOptions
6 years ago
Yunus Emre Kalkan df7144498c DataFilterOptions to AbpDataFilterOptions
6 years ago
Yunus Emre Kalkan 9bd045d882 DbConnectionOptions to AbpDbConnectionOptions
6 years ago
Yunus Emre Kalkan 8503f9b6ac EntityOptions to AbpEntityOptions
6 years ago
Yunus Emre Kalkan ae61c6c718 ModelBuilderConfigurationOptions to AbpModelBuilderConfigurationOptions
6 years ago
Yunus Emre Kalkan b3687bdb8b SequentialGuidGeneratorOptions to AbpSequentialGuidGeneratorOptions
6 years ago
Yunus Emre Kalkan 585099dbf5 ApiDescriptionModelOptions to AbpApiDescriptionModelOptions
6 years ago
Yunus Emre Kalkan 15a79928a0 RemoteServiceOptions to AbpRemoteServiceOptions
6 years ago
Yunus Emre Kalkan f9e97319fb ExceptionLocalizationOptions to AbpExceptionLocalizationOptions
6 years ago
Yunus Emre Kalkan 88b030b561 MemoryDbContextRegistrationOptions to AbpMemoryDbContextRegistrationOptions
6 years ago
Yunus Emre Kalkan fda53d1e6d MongoDbContextRegistrationOptions to AbpMongoDbContextRegistrationOptions
6 years ago
Yunus Emre Kalkan be60cd2f87 MongoModelBuilderConfigurationOptions to AbpMongoModelBuilderConfigurationOptions
6 years ago
Yunus Emre Kalkan 92c59dc664 ClockOptions to AbpClockOptions
6 years ago
Yunus Emre Kalkan df386b9ba7 NavigationOptions to AbpNavigationOptions
6 years ago
Yunus Emre Kalkan 36149fc49d UnitOfWorkDefaultOptions to AbpUnitOfWorkDefaultOptions
6 years ago
Yunus Emre Kalkan 521b3ac89c UnitOfWorkOptions to AbpUnitOfWorkOptions
6 years ago
Yunus Emre Kalkan 2f6eac8c7c VirtualFileSystemOptions to AbpVirtualFileSystemOptions
6 years ago
Yunus Emre Kalkan cd8e5f0ac0 BackgroundWorkerOptions to AbpBackgroundWorkerOptions
6 years ago
Yunus Emre Kalkan bac992b7ef BackgroundJobWorkerOptions to AbpBackgroundJobWorkerOptions
6 years ago
Yunus Emre Kalkan 61106bcf27 RabbitMqBackgroundJobOptions to AbpRabbitMqBackgroundJobOptions
6 years ago
Yunus Emre Kalkan 9b6b49ff2d BackgroundJobs To AbpBackgroundJobs
6 years ago
Yunus Emre Kalkan 8146c20a57 CommonDbContextRegistrationOptions to AbpCommonDbContextRegistrationOptions
6 years ago
Yunus Emre Kalkan 6a3130dec4 LocalEventBusOptions to AbpLocalEventBusOptions
6 years ago
Yunus Emre Kalkan 8b58991ff3 DistributedEventBusOptions to AbpDistributedEventBusOptions
6 years ago
Yunus Emre Kalkan 3946aa4311 BundleContributorOptions to AbpBundleContributorOptions
6 years ago
Yunus Emre Kalkan e0bfc969c5 ModuleLifecycleOptions to AbpModuleLifecycleOptions
6 years ago
Yunus Emre Kalkan 45e27cd85f IdentityClientOptions to AbpIdentityClientOptions
6 years ago
Yunus Emre Kalkan c5640700dd RabbitMqEventBusOptions to AbpRabbitMqEventBusOptions
6 years ago
Yunus Emre Kalkan 81a01ee8d2 DistributedCacheOptions to AbpDistributedCacheOptions
6 years ago
Yunus Emre Kalkan bc5fd577a1 SettingOptions to AbpSettingOptions
6 years ago
Yunus Emre Kalkan 03815ea07e CorrelationIdOptions to AbpCorrelationIdOptions
6 years ago
Yunus Emre Kalkan adb71a5e65 FeatureOptions to AbpFeatureOptions
6 years ago
Yunus Emre Kalkan 80f9abcb60 LayoutHookOptions to AbpLayoutHookOptions
6 years ago
Yunus Emre Kalkan 41ce85f253 AspNetCoreContentOptions to AbpAspNetCoreContentOptions
6 years ago
Yunus Emre Kalkan 0db4aeeda2 CommandLineOptions to AbpCommandLineOptions
6 years ago
Yunus Emre Kalkan bfa674fcdf CliOptions to AbpCliOptions
6 years ago
Yunus Emre Kalkan 9c7ef8f2b8 DataSeedOptions to AbpDataSeedOptions
6 years ago
Yunus Emre Kalkan 451f4fd48e EmailTemplateOptions to AbpEmailTemplateOptions
6 years ago
Yunus Emre Kalkan b7e2ec64a2 LdapOptions to AbpLdapOptions
6 years ago
Yunus Emre Kalkan 64cf179f93 DefaultTenantStoreOptions to AbpDefaultTenantStoreOptions
6 years ago
Yunus Emre Kalkan 547f78d9ac MultiTenancyOptionsExtensions to AbpMultiTenancyOptionsExtensions
6 years ago
Yunus Emre Kalkan 3dc5bf3a11 TenantResolveOptions to AbpTenantResolveOptions
6 years ago
Yunus Emre Kalkan 754253dc98 StringEncryptionOptions to AbpStringEncryptionOptions
6 years ago
Yunus Emre Kalkan 2b05d27e02 WidgetOptions to AbpWidgetOptions
6 years ago
Yunus Emre Kalkan 4a69a6038f file rename
6 years ago
Yunus Emre Kalkan e19dc65af5 CacheOptions to AbpCacheOptions
6 years ago
Yunus Emre Kalkan b1e594d622 ConfigurationBuilderOptions to AbpConfigurationBuilderOptions
6 years ago
Yunus Emre Kalkan d3dc97d43c ExceptionHttpStatusCodeOptions renamed to AbpExceptionHttpStatusCodeOptions
6 years ago
gterdem 14ea3f2f09 Implemented inheritance for DistributedCache<TCacheItem> and interface. Fixed issue with complex object ToString resulting same object name as CacheKey.
6 years ago
maliming a6a2cda04f
Merge branch 'dev' into maliming/GenericHost
6 years ago
Galip Tolga Erdem a9ffe66032 closes #1900
6 years ago
Yunus Emre Kalkan 43b61be904 Merge branch 'dev' of https://github.com/volosoft/abp into dev
6 years ago
Yunus Emre Kalkan c0808259d9 abp update npm "dependencies", "devDependencies", "peerDependencies"
6 years ago
Halil İbrahim Kalkan 82463fb5eb Resolved #1727: Should stay on the same page after language switch.
6 years ago
Yunus Emre Kalkan 9075c5a182 Update UpdateCommand.cs
6 years ago
maliming 4825484855 Merge branch 'dev' into maliming/GenericHost
6 years ago
Halil İbrahim Kalkan f185e5edb3 Mark old configuration methods as obsolete
6 years ago
Halil İbrahim Kalkan 0f24054c6a GetConfiguration from HostBuilderContext
6 years ago
Halil İbrahim Kalkan 1a19895a55 Handle camelCase and kebab-case renaming for the startup templates.
6 years ago
Halil İbrahim Kalkan c1f56f03a2 Added ToKebabCase string extension method
6 years ago
Halil İbrahim Kalkan 10313cf02c Add setters for DbTablePrefix and DbSchema
6 years ago
Alper Ebicoglu e3342ff624
Merge pull request #1822 from abpframework/source-code-download
6 years ago
Alper Ebicoglu f053870733 add RemoteServiceExceptionHandler
6 years ago
Halil İbrahim Kalkan f67de232b7 Create AbpCommonDbProperties as a single point to set table prefix for modules. #1429
6 years ago
maliming d1c506f994 Merge branch 'dev' into maliming/GenericHost
6 years ago
Halil İbrahim Kalkan e5ea49e17b Register IConfiguration if not registered before.
6 years ago
Halil İbrahim Kalkan 6a05ad36ea Revert "Use .AsNoTracking() on EF Core repo Delete"
6 years ago
Halil İbrahim Kalkan ce55eb2afa Use .AsNoTracking() on EF Core repo Delete
6 years ago
maliming 645e5d464e Move all projects to generic host & remove IConfigurationAccessor usage.
6 years ago
Yunus Emre Kalkan 97540f9c2b Merge branch 'dev' into source-code-download
6 years ago
Yunus Emre Kalkan 88025ddac7 added ReplaceCommonPropsStep
6 years ago
Yunus Emre Kalkan a54735811b fixed a bug
6 years ago
Halil İbrahim Kalkan 69e145eea3 Set IConfigurationAccessor obsolete
6 years ago
Halil İbrahim Kalkan b856b1dcbf Added generic host support for the Volo.Abp.Autofac package.
6 years ago
Yunus Emre Kalkan 42808add45 Update ModuleProjectBuilder.cs
6 years ago
Yunus Emre Kalkan 55119d8b50 GitHubLocalRepositoryPath option added to source-code download
6 years ago
Yunus Emre Kalkan 8c10e70f41 removed NugetReferenceReplaceStep
6 years ago
Yunus Emre Kalkan 0adc1c5530 merge
6 years ago
Super 183b779a9b
Upgrade to Npgsql.EntityFrameworkCore.PostgreSQL 3.0.1
6 years ago
Halil İbrahim Kalkan f070d5c752
Merge pull request #1857 from abpframework/Using-ABP-CLI-with-local-paths
6 years ago
Yunus Emre Kalkan 55566e21fe Refactor ReferenceReplaceStep
6 years ago
Armağan Ünlü 50880a9914 Resolved #908
6 years ago
Halil İbrahim Kalkan b8a90037fd
Merge pull request #1852 from abpframework/maliming/CurrentDirectoryHelpers
6 years ago
Yunus Emre Kalkan db2c848c18 Merge branch 'dev' into Using-ABP-CLI-with-local-paths
6 years ago
Yunus Emre Kalkan 13bcff6580 removed GitHubLocalRepositoryPath.Short on newcommand
6 years ago
Halil İbrahim Kalkan 8034a72c85 Resolves #1670: Add X-Requested-With header on C# client proxies.
6 years ago
Halil İbrahim Kalkan f8292234d3 Resolved #1811: Add component libraries to the application parts.
6 years ago
Halil İbrahim Kalkan 057a11145c Complete the authorization document.
6 years ago
Halil İbrahim Kalkan 661f6db74f Fix for action normalization.
6 years ago
Halil İbrahim Kalkan bca421cbf5 Add AbpAspNetCoreMvcModule assembly to the partmanager
6 years ago
Halil İbrahim Kalkan 4b682fb262 Adjust namespace for Volo.Abp.AspNetCore.ExceptionHandling
6 years ago
maliming e0fb431e72 Remove AddAlwaysAllowPermissionChecker
6 years ago
Halil İbrahim Kalkan fa56017647 Resolved #362: AbpDbContext should handle nulls for all optional (property-injected) dependencies.
6 years ago
Halil İbrahim Kalkan 35306fc26d Resolved #1154: Create Volo.Abp.Ddd.Application.Contracts package.
6 years ago
Yunus Emre Kalkan adc35b9f2f added help text
6 years ago
Yunus Emre Kalkan 4b06c25271 cli GitHubLocalRepositoryPath option
6 years ago
maliming d9ed777485 Remove CurrentDirectoryHelpers.
6 years ago
maliming e036a5d004 Upgrade Pomelo.EntityFrameworkCore.MySql package.
6 years ago
Halil İbrahim Kalkan 8a464ff296
Merge pull request #1800 from abpframework/maliming/Newtonsoft.Json
6 years ago
Halil İbrahim Kalkan 97cd1e4eb5
Merge pull request #1825 from abpframework/maliming/guid
6 years ago
Halil İbrahim Kalkan 0aa89831d5 Resolved #1844 and Resolved #1777: Created contextualized IObjectMapper service.
6 years ago
Halil İbrahim Kalkan e2a334f37b Extract IAutoObjectMappingProvider
6 years ago
Eduardo Caceres e15deea282 Prevent possible null reference exception
6 years ago
maliming 6499e44c60 Remove unnecessary locks that create Guid.
6 years ago
Yunus Emre Kalkan 6431a7e1b9 Update DerivedClassFinder.cs
6 years ago
Yunus Emre Kalkan d3d28ea0c5 Update CliService.cs
6 years ago
Yunus Emre Kalkan 5eb24b0f75 Update ModuleTemplateBase.cs
6 years ago
Yunus Emre Kalkan 4e63a7b831 removed unused using statements
6 years ago
Xeevis cd67360bb7 Fix case of misleading CLI update advisory
6 years ago
Yunus Emre Kalkan 88587bac37 Merge branch 'dev' into source-code-download
6 years ago
maliming d7610350c6 The CLI update command updates the test project.
6 years ago
Yunus Emre Kalkan 2eef238d87 Update AbpInputTagHelperService.cs
6 years ago
maliming 0c561b6edc Use Newtonsoft.Json in AbpAspNetCoreMvc Module.
6 years ago
Halil İbrahim Kalkan 132de6d99d add PreserveCompilationReferences to Volo.Abp.AspNetCore.Mvc.UI.Bootstrap.Demo
6 years ago
Yunus Emre Kalkan e9c8dc7ccb Merge branch 'dev' into source-code-download
6 years ago
William Obando 9e2c1f9945
Update es-mx.json
6 years ago
William Obando a867285831
Create es-mx.json
6 years ago
Halil İbrahim Kalkan 05cdda75b9 Resolved #1786: Upgrade to ASP.NET Core 3.0 Stable.
6 years ago
Halil İbrahim Kalkan 8fdcd7eac7 Merge branch 'dev' of https://github.com/abpframework/abp into dev
6 years ago
Halil İbrahim Kalkan fab4784e45 Fix bundling problem.
6 years ago
İsmail ÇAGDAŞ 2119624615 follows Upgrade to IdentityModel 4.0.0
6 years ago
Halil İbrahim Kalkan e8cd6e3dc7 Upgrade to IdentityModel 4.0.0
6 years ago
Halil İbrahim Kalkan f60e3b1510 Change replacing the API key.
6 years ago
Halil İbrahim Kalkan d1901aa9e7 Made Volo.Abp.Http.Client.Tests tests properly working after asp.net core 3.0 migration.
6 years ago
Halil İbrahim Kalkan 03b47aee23 Add Accept-Language header in the AbpAspNetCoreTestBase
6 years ago
Halil İbrahim Kalkan bd2c5b4761 Fix Startup reference
6 years ago
Halil İbrahim Kalkan 08f299b6f4 Merge branch 'dev' into aspnetcore-3.0
6 years ago
Halil İbrahim Kalkan bc757501d2 Created RemoteTenantStore
6 years ago
Halil İbrahim Kalkan 53987e813b Enhance AbpTenantAppService to support to query tenant by also id.
6 years ago
Halil İbrahim Kalkan 56313c91dc Add AbpTenantController.FindTenantByIdAsync
6 years ago
Halil İbrahim Kalkan c0420890c5
Merge pull request #1719 from abpframework/Manage-account
6 years ago
Halil İbrahim Kalkan def0c25e95 Fixed #1096: Prevent duplicate registration of AbModules.
6 years ago
Halil İbrahim Kalkan 8f2de58e44 Resolved #1580 Make Entity.Id protected to prevent accidently changing it.
6 years ago
Halil İbrahim Kalkan efc202bd56 #1580 Removed setter for IEntity<TKey>.Id
6 years ago
Yunus Emre Kalkan 92486177a8 source code download
6 years ago
Halil İbrahim Kalkan deb086e6a8 Add constrators getting id to the base entity classes.
6 years ago
Halil İbrahim Kalkan dcbd40a099 Refactor conventional dependency registration classes.
6 years ago
Halil İbrahim Kalkan fca268c816 Merge branch 'dev' into aspnetcore-3.0
6 years ago
Halil İbrahim Kalkan 4551cddf16
Merge pull request #1774 from abpframework/maliming/cacheKeyPrefix
6 years ago
Halil İbrahim Kalkan fcd41ecc4d
Merge pull request #1756 from abpframework/maliming/patch-3
6 years ago
Halil İbrahim Kalkan 64b22df27a
Merge pull request #1760 from abpframework/maliming/patch-4
6 years ago
Halil İbrahim Kalkan 5dec6feb47 Refactor AbpRequestLocalizationMiddleware #1718
6 years ago
Halil İbrahim Kalkan 202bb646ad Merge branch 'dev' into aspnetcore-3.0
6 years ago
Halil İbrahim Kalkan b8678aa575
Merge pull request #1718 from abpframework/maliming/UseAbpRequestLocalization
6 years ago
Halil İbrahim Kalkan a5ca77e190 Add EnvironmentVariablesPrefix to ConfigurationBuilderOptions.
6 years ago
Halil İbrahim Kalkan e875ddc516 Disable get by id in Repository_Basic_Tests_With_Int_Pk test for mongodb.
6 years ago
Halil İbrahim Kalkan 7e4f1f3439 Added test: Repository_Basic_Tests_With_Int_Pk
6 years ago
maliming 5959329900 Add application name prefix option to distributed cache item keys.
6 years ago
Halil İbrahim Kalkan 0b785160ad Merge branch 'dev' into aspnetcore-3.0
6 years ago
Yunus Emre Kalkan 57c5627f4c Merge branch 'dev' of https://github.com/volosoft/abp into dev
6 years ago
Yunus Emre Kalkan 55c4520b43 Update NugetReferenceReplaceStep.cs
6 years ago
Alper Ebicoglu 276a47295e Added license code replace step.
6 years ago
Alper Ebicoglu 3f3799aa98 text correction
6 years ago
maliming 5622bfc796 Prevent the service from being injected again.
6 years ago
Yunus Emre Kalkan 1f4b0e1184 create @abp\luxon pacakge
6 years ago
maliming 1538a21bfd Upgrade Autofac.
6 years ago
Halil İbrahim Kalkan be5406a5d0 Fixed virtual file static file middleware compatibility issue for asp.net core 3.0
6 years ago
Halil İbrahim Kalkan a187831b73 Added VirtualFileSystem_Tests that is failing
6 years ago
Halil İbrahim Kalkan e0c27f411b Use IWebHostEnvironment instead of IHostingEnvironment
6 years ago
Alper Ebicoglu be4026ee50 remove name word
6 years ago
Halil İbrahim Kalkan 49e338f243 Make app template working for asp.net core 3.0
6 years ago
Alper Ebicoglu c4bd02f75f Merge branch 'dev' of https://github.com/volosoft/abp into dev
6 years ago
Alper Ebicoglu d372b9cefa Update dotnet tool commands for new version of Abp.Cli
6 years ago
Marcelo M. M 31ad6e3d63 Updating PT-BR translation
6 years ago
Halil İbrahim Kalkan dc362dfbd9 Resolved #1728: Remove overriding equals for entities and value types.
6 years ago
Halil İbrahim Kalkan 95070dcadb Use Microsoft.NET.Sdk.Web
6 years ago
Halil İbrahim Kalkan b9e418a924 Move projects to netcore3.0
6 years ago
Halil İbrahim Kalkan 0af88bc52d Fix EF Core global query filter problem on .netcore3.0
6 years ago
Halil İbrahim Kalkan a52ba7787d Switch to MapControllerRoute instead of UseMvc
6 years ago
Halil İbrahim Kalkan f24a32b201 Make bootstrap demo running
6 years ago
Halil İbrahim Kalkan baf876e320 Upgraded asp.net core projects to 3.0 preview 9
6 years ago
Halil İbrahim Kalkan ad8497b066 Update AbpAuthorizationModule.cs
6 years ago
Halil İbrahim Kalkan d48bdcfd66 Updated test csproj file dependencies and created common.test.config
6 years ago
Halil İbrahim Kalkan a2a6b7cd8e Updated nuget packages to net preview9
6 years ago
Yunus Emre Kalkan 5a5dadd394 Merge branch 'dev' into Manage-account
6 years ago
Yunus Emre Kalkan 7960751630 added manage profile page
6 years ago
maliming cc245a69f8 Use the Scoped service.
6 years ago
maliming 97dc9c0a1b Delayed initialization of the language.
6 years ago
Halil İbrahim Kalkan dec0b6ffa5 Fix url paths in also minified css files.
6 years ago
Halil İbrahim Kalkan 1b84ea650b Fixed #1680: Can't logout from the Web UI.
6 years ago
Halil İbrahim Kalkan e8a7e3ec9a #1705 Add AddProfile method again.
6 years ago
Halil İbrahim Kalkan a48857f394 Resolved #1706: Remove ABP's AutoMap attributes.
6 years ago
Halil İbrahim Kalkan 2292cf67f6 Resolved #1705: Replace AddProfile by AddMaps for AbpAutoMapperOptions
6 years ago
Halil İbrahim Kalkan 7b4037052c
Merge pull request #1616 from abpframework/maliming/AutomapperPrefix
6 years ago
maliming 60ae9dd4ae Resolve #1697 Show menu and submenu icon.
6 years ago
maliming 12ce2204c0 CliAnalytics add UiFramework field.
6 years ago
Halil İbrahim Kalkan 08837f1fba IdentityModelAuthenticationService support custom parameters
6 years ago
Dillan Cagnetta cfea1882cc Updated: removed (unnecessary?) ToArray call on EventHandlerFactories - TODO item
6 years ago
Halil İbrahim Kalkan 0ffefc4ca0 Merge branch 'dev' of https://github.com/abpframework/abp into dev
6 years ago
Halil İbrahim Kalkan f5d49c959a Update CurrentUser.cs
6 years ago
Yunus Emre Kalkan f901f90919 template download improvements
6 years ago
Halil İbrahim Kalkan 4b5e9a1297 Remove redundant question marks.
6 years ago
Halil İbrahim Kalkan 999b2ba74c Update DeveloperApiKeyResult.cs
6 years ago
vnetonline b8ab12e33f
Changes example usage information for -sp option using relative path
6 years ago
Yunus Emre Kalkan b3e74314c0 Cli Update Command: Add parameter for selecting which package type to update
6 years ago
Yunus Emre Kalkan 4a0a2ec7b7 Cli Update Command: Configure for Angular
6 years ago
maliming 62b3b6aca6
Merge pull request #1648 from abpframework/maliming/AutomapperV9
6 years ago
maliming 1ca6878688 Resolve #1627 Upgrade AutoMapper to version 9.
6 years ago
Yunus Emre Kalkan 70c0c77944 Merge branch 'dev' of https://github.com/volosoft/abp into dev
6 years ago
Halil İbrahim Kalkan ebf12263cc Remove update analytics collection.
6 years ago
Halil İbrahim Kalkan da08d67d24 Updated npm package dependencies
6 years ago
Yunus Emre Kalkan 27c8d72964 Cli update command no longer runs yarn & gulp if there is no change
6 years ago
Yunus Emre Kalkan a14aa1d8e3 revert accidently pushed changes
6 years ago
Yunus Emre Kalkan f608d8b5f0 pgrade @abp npm dependencies to latest version
6 years ago
Halil İbrahim Kalkan 905baffdc6 Resolved #1498: Set IServiceProvider in ValidationContext.
6 years ago
maliming 3c9d5fd559 Format code.
6 years ago
maliming ff66516a93 Resolve #1632 MongoDB test problems & optimization.
6 years ago
maliming 7a088fc29a Resolve #1629 Modify the EF Core global filter expression.
6 years ago
Halil İbrahim Kalkan 77079cf981 Resolved #1628: Upgrade all NuGet packages for the framework for v0.19 release.
6 years ago
maliming 5ccdbcc854 Resolve #1618 Use a constant string as the key for the HttpContext's Items.
6 years ago
maliming 7d5871a3ab fix #1615 Add a prefix to AutoMap*Attribute.
6 years ago
Halil İbrahim Kalkan 1af170e9ba Update on NuGet.Config on project creation.
6 years ago
Yunus Emre Kalkan 6d2a58c019 Merge branch 'dev' of https://github.com/volosoft/abp into dev
6 years ago
Yunus Emre Kalkan 26df36312b fixed sweetalert escape bug in modal unsaved changes
6 years ago
Halil İbrahim Kalkan bfa915c11b Add new template
6 years ago
Halil İbrahim Kalkan 7eff0e8feb ModuleTemplate generation fix.
6 years ago
Halil İbrahim Kalkan db97ed9f52 Update ModuleTemplate.cs
6 years ago
Halil İbrahim Kalkan 4a21d9902f Resolved #1594: Rename "mvc-module" template's name to "module".
6 years ago
Halil İbrahim Kalkan 074963119e Replace console test app port.
6 years ago
Halil İbrahim Kalkan 59455052aa Switch EF to Mongo step for MyCompanyName.MyProjectName.HttpApi.HostWithIds project.
6 years ago