Commit Graph

3954 Commits (5dd1db0823c729db949229c5622586f7493a0641)

Author SHA1 Message Date
Halil İbrahim Kalkan d8830a5c27 Fix removed projects.
5 years ago
Yunus Emre Kalkan 793f98b2d3 cli: move connectionstring step to customs
5 years ago
Halil İbrahim Kalkan f8ade60006
Merge pull request #7264 from abpframework/volo/issue/4857
5 years ago
Yunus Emre Kalkan 654efac9f5 Cli: Remove `DeleteMigrationsIfNeeded` method since migrations are already removed
5 years ago
liangshiwei ba74464d05 Update TemplateCodeDeleteStep
5 years ago
Yunus Emre Kalkan 1f4f9e33fe Cli: RunRemoveMigrations step before CleanupFolderHierarchy
5 years ago
liangshiwei 572d8bdbfa Update RemovePublicRedisStep
5 years ago
liangshiwei 3badda8320 Remove the redis connection string when the public website option is not specified
5 years ago
Yunus Emre Kalkan 6c79036052 Fix RemoveEfCoreDependencyFromPublicStep condition
5 years ago
Halil İbrahim Kalkan 1835b5ec24 Rename camelCase company names.
5 years ago
erolarkat 31c894d237 npm packages 4.2.0-rc.1
5 years ago
liangshiwei e928a57e97 Always store string type values to JobDataMap
5 years ago
Halil İbrahim Kalkan 9eb6a63f31 Added EnableObsoleteDbContextCreationWarning to disable logs.
5 years ago
Halil İbrahim Kalkan 3d8adea5e4
Merge pull request #7203 from abpframework/liangshiwei/efcore-patch-1
5 years ago
Halil İbrahim Kalkan 260f8d67c6
Merge branch 'dev' into auto-merge/rel-4-1/69
5 years ago
liangshiwei 25532aad7d Update EfCoreRepository
5 years ago
liangshiwei b1d93f6e55 Enhance GetAsync to eliminate EF warnings
5 years ago
Alper Ebicoglu 29e6ccee5d
Merge pull request #7162 from abpframework/issue/7006
5 years ago
Halil İbrahim Kalkan b0e87aa455
Merge pull request #7165 from abpframework/liangshiwei/editionId
5 years ago
Mladen Macanovic c8c03a715b Update to Blazorise 0.9.3-preview6
5 years ago
erolarkat 3340ccb854 npm packages 4.1.1
5 years ago
Yunus Emre Kalkan 6e206dbbd0 Update AppTemplateBase.cs
5 years ago
Yunus Emre Kalkan 4477dba5fc Cli: remove cms-kit always
5 years ago
Halil İbrahim Kalkan 76a14363d7
Merge pull request #7125 from abpframework/maliming/DomainTenantResolveContributor
5 years ago
maliming e6cbd21e4f Refactor AbpClaimsPrincipalFactory.
5 years ago
Yunus Emre Kalkan 4afc251644 CLI: do not remove migrations for versions older than 4.2.0
5 years ago
liangshiwei 82da72e844 Add IAbpClaimsIdentityService
5 years ago
liangshiwei 9476b85018 Add serviceProvider to ClaimsIdentityContext
5 years ago
liangshiwei 8ceafc1b8c Refactor
5 years ago
maliming 7980218022
Merge pull request #7175 from nielscil/dev-translate-dutch
5 years ago
nielscil be1c5af08d localized framework + modules to dutch
5 years ago
Levent Arman Özak b9219f4c04
Merge pull request #7170 from abpframework/auto-merge/rel-4-1/66
5 years ago
liangshiwei c7cccc340e Add editionId to claims
5 years ago
Yunus Emre Kalkan 802c4571c3 Fix: add-module --new can not create angular module properly
5 years ago
Alper Ebicoglu e802c97c2e
Merge pull request #7143 from abpframework/volo/issue/4626
5 years ago
maliming 59196835d5 Merge branch 'dev' into maliming/DomainTenantResolveContributor
5 years ago
Carlos Gómez Juarez 5c62433098 Fix bug in PagerInfo
5 years ago
Yunus Emre Kalkan 56f1e34328 cli: fix nuget config api-key in for module-template
5 years ago
Yunus Emre Kalkan 3aacb2d5ae Update RemoveProjectFromSolutionStep.cs
5 years ago
Yunus Emre Kalkan 2f263e710c Microservice template generation via CLI
5 years ago
liangshiwei 46f7172dfd
Merge pull request #7131 from zfmy/dev
5 years ago
zfmy 4aec6a9245 fix namespace for IMongoDbBulkOperationProvider
5 years ago
zfmy 02e993a82d a typo fixed in Abp.MongoDB
5 years ago
Halil İbrahim Kalkan e5b5f47cba
Merge pull request #7121 from abpframework/cotur/sorting-modifiers
5 years ago
maliming b23464d11f
Merge pull request #7127 from abpframework/auto-merge/rel-4-1/60
5 years ago
liangshiwei 3308b3cce0 Use relative path
5 years ago
maliming 9019cdb99b Consider port in DomainTenantResolveContributor.
5 years ago
Ahmet 5318451927 Sorting all modifiers
5 years ago
Halil İbrahim Kalkan 25afb25dc4 Merge branch 'dev' of https://github.com/abpframework/abp into dev
5 years ago
Halil İbrahim Kalkan 6c1abd6146 Remove unused namespaces.
5 years ago
Halil İbrahim Kalkan 797f7a7bbd
Merge pull request #6995 from abpframework/liangshiwei/repositoryasync
5 years ago
Halil İbrahim Kalkan 3c5fa7e1e4
Merge pull request #7007 from abpframework/maliming/HardDeleteAsync
5 years ago
Halil İbrahim Kalkan 7d049361d7 MethodInvocationAuthorizationService should constructor-inject instead of resolving.
5 years ago
Halil İbrahim Kalkan a5ab3b5d9b
Merge pull request #6815 from abpframework/maliming/test
5 years ago
Halil İbrahim Kalkan ea0bf50d13 Introduce a way to reset MVC client cache.
5 years ago
Halil İbrahim Kalkan 6c0760680d Fix AbpTimingModule dependencies.
5 years ago
Halil İbrahim Kalkan 24e889c842 Volo.Abp.AspNetCore.Mvc.Contracts should not depend on Volo.Abp.Ddd.Application
5 years ago
Halil İbrahim Kalkan f5bd8f7681 Added DisableObsoleteDbContextCreationWarning to disable warning.
5 years ago
Halil İbrahim Kalkan 0df01129f0 Fixed #7104: Setting RabbitMQ connection in appsettings.json causes consumers to not consume messages
5 years ago
Halil İbrahim Kalkan bc0993bb34 Merge branch 'dev' of https://github.com/abpframework/abp into dev
5 years ago
Halil İbrahim Kalkan 3c8d1c4cdc Remove debug log message
5 years ago
Halil İbrahim Kalkan 597eb11f5e
Merge pull request #7093 from abpframework/auto-merge/rel-4-1/55
5 years ago
Alper Ebicoglu 2dd0697233
Merge pull request #7083 from abpframework/issue/4264
5 years ago
Yunus Emre Kalkan 48c761994b Fix Cli Thanks Page Redirection
5 years ago
Yunus Emre Kalkan daadc2a569 CLI public web site option
5 years ago
Halil İbrahim Kalkan b079f0b3a9 Map claims.
5 years ago
liangshiwei 478ceb738e Set DispatchConsumersAsync to true
5 years ago
liangshiwei 0adc4afb5c Set DispatchConsumersAsync to true
5 years ago
Halil İbrahim Kalkan 9c1e24e0df
Merge pull request #7011 from abpframework/maliming/AbpRequestLocalizationOptions
5 years ago
Halil İbrahim Kalkan 7a8b53e7e7
Merge pull request #6853 from abpframework/stsrki/dev-page-progress
5 years ago
maliming 61215ee9b3
Merge pull request #7026 from axunonb/dev
5 years ago
Mehmet Erim ec98bc8e15
Merge branch 'dev' into auto-merge/rel-4-1/50
5 years ago
erolarkat e28f354793 npm packages 4.1.0
5 years ago
GameBelial 76846b6cac Clean up the code.
5 years ago
GameBelial c883e24cd5 Fix the problem of path under UNIX-like.
5 years ago
Yunus Emre Kalkan e81c7a4f7c Merge branch 'dev' into CreateMigrationAndRunMigrator
5 years ago
liangshiwei 7a6a1454b1
Merge pull request #7041 from abpframework/auto-merge/rel-4-1/45
5 years ago
maliming 37e3924f00 Use commas to separate header objects.
5 years ago
Norbert Bietsch 563a62dc7f Fixes #7025
5 years ago
maliming b2a78a5eda Merge branch 'dev' into languages/add-en-GB-English-UK-json-files
5 years ago
maliming 1d761eb49b Update LocalizationTestController_Tests
5 years ago
maliming 46d65e708b Introduce AbpRequestLocalizationOptions
5 years ago
liangshiwei 432aac0347 Use Standby instead of PauseAll method
5 years ago
maliming 28d1690b14 Add hard delete by predicate for IRepository.
5 years ago
liangshiwei 5729afaf1e
Merge pull request #7005 from abpframework/auto-merge/rel-4-1/35
5 years ago
Mladen Macanovic 82700d6351 Remove RunProcess method
5 years ago
liangshiwei eaaa8b4ace Always use Repository.GetQueryableAsync() in the method of RepositoryAsyncExtensions class
5 years ago
Mladen Macanovic 1db1305120 Merge branch 'dev' into stsrki/dev-page-progress
5 years ago
Halil İbrahim Kalkan 72ac1a28df Merge branch 'dev' of https://github.com/abpframework/abp into dev
5 years ago
Halil İbrahim Kalkan 197878ae8a Use GetQueryableAsync in RepositoryAsyncExtensions
5 years ago
maliming da0e76bc66 Merge branch 'dev' into maliming/test
5 years ago
maliming e2feaef57d Use IServiceScopeFactory in some interceptors.
5 years ago
Alper Ebicoglu 6b8277e24c
Merge branch 'rel-4.1' into Fix-SolutionModuleAdder.RemoveProjectByPostFix
5 years ago
Alper Ebicoglu 6b8edd4589
Merge pull request #6855 from abpframework/Dbms-Change-ConnectionString
5 years ago
Halil İbrahim Kalkan 5dc91ed7ee
Merge pull request #6976 from abpframework/auto-merge/rel-4-1/31
5 years ago
Halil İbrahim Kalkan 8522d8a8fe
Merge pull request #6859 from abpframework/lookup-property-table-column-localization-fix
5 years ago
Halil İbrahim Kalkan 31b04dc535
Merge pull request #6839 from abpframework/Fix-SolutionModuleAdder-RemoveProjectByPostFix
5 years ago
Halil İbrahim Kalkan c52d13301d
Merge pull request #6868 from abpframework/liangshiwei/automapper
5 years ago
Halil İbrahim Kalkan 388aab48ce
Merge pull request #6840 from abpframework/Empty-launchSettngs.json
5 years ago
Halil İbrahim Kalkan 33c86c93dc
Merge pull request #6463 from abpframework/maliming/Autofac.Extensions.DependencyInjection
5 years ago