Commit Graph

4257 Commits (1414d3a187836c07b1488bb0aa08fe7c5a6c1775)

Author SHA1 Message Date
maliming 0c65fec561 Add RequiredPermissionName to ToolbarItem.
5 years ago
maliming dbfe263d0c Use new uow in mvc filter.
5 years ago
Yunus Emre Kalkan 37973efb45 rename CreateMigrationAndRunMigrator to CreateMigrationAndRunMigratorCommand
5 years ago
Yunus Emre Kalkan 33f45d504b CLI CreateMigrationAndRunMigrator: check if EF Core global tool installed
5 years ago
maliming 3aaa1d8423 Add RequiredPermissionName to ApplicationMenuItem.
5 years ago
liangshiwei 8a3c70d13a Remove unnecessary using
5 years ago
liangshiwei 909e5c0db8 Localize login&logout text
5 years ago
Halil İbrahim Kalkan 7fcb5121ae Should check the result of QueueBindCommands.TryPeek.
5 years ago
Aaron Chong 1325367e18 Add tests for AbpServiceConvention new behaviour
5 years ago
Aaron Chong ebacbbd2ea Rename variable to exposedControllerModels
5 years ago
Aaron Chong ebe92d3bb3 Add tests for AbpServiceConvention
5 years ago
liangshiwei eef33e033d
Merge pull request #7716 from abpframework/maliming/Oracle.EntityFrameworkCore
5 years ago
liangshiwei 8a3fd85631
Merge pull request #7717 from abpframework/maliming/Volo.Abp.Minify
5 years ago
liangshiwei f80419aa9b
Merge pull request #7740 from abpframework/maliming/Swashbuckle
5 years ago
Aaron Chong c504993946 Only remove controller if has base controller model
5 years ago
Aaron Chong bb3e89b85f Remove existing controllers if expose service self
5 years ago
maliming 32d7219580 Add unit test for AbpSecurityHeadersMiddleware.
5 years ago
Alper Ebicoglu 393f86babf added security header middleware. closes #7752
5 years ago
Halil İbrahim Kalkan 739db98e16 Resolved #7750: Re-registering custom repositories should also override the default repositories for the same entity.
5 years ago
Halil İbrahim Kalkan 819a4488ba Implemented #7737 for MongoDB: Should return the same instance in th same UOW for replaced DbContexts.
5 years ago
maliming f88b495e54 Upgrade Swashbuckle.AspNetCore to 6.0.
5 years ago
Halil İbrahim Kalkan 82d370b385 Implemented #7737 for EF Core: Should return the same instance in the same UOW for replaced DbContexts.
5 years ago
maliming f7cc1138e1 Upgrade NUglify to latest.
5 years ago
maliming 00b6ceaecd Make Volo.Abp.EntityFrameworkCore.Oracle available.
5 years ago
David Hurtado da65c81321
UPDATE es.json Misspelling "Actions"
5 years ago
Galip Tolga Erdem 81389a8fce Update LocalDistributedEventBus_Test.cs
5 years ago
Halil İbrahim Kalkan 66ca4db011 Merge branch 'auto-merge/rel-4-2/163' into dev
5 years ago
Halil İbrahim Kalkan 1780bba764 Fixes #7701: System.Text.Json can't deserialize properties of EtoBase class.
5 years ago
Halil İbrahim Kalkan 7b1fea8b82 Arrange menu items & add email settings to the tiered mvc UI
5 years ago
Bunyamin Coskuner 98c8255345
Merge branch 'dev' into auto-merge/rel-4-2/162
5 years ago
erolarkat 2f64f74f2a npm packages 4.2.1
5 years ago
Halil İbrahim Kalkan 0f5b390a01
Merge pull request #7628 from abpframework/maliming/Remove-AddAutofac
5 years ago
liangshiwei 3b6a0ee16c Update RepositoryRegistrarBase
5 years ago
liangshiwei 21bc0bdc11 Add AddDefaultRepository method
5 years ago
Mladen Macanovic 84e65b73a8 Merged dev branch
5 years ago
Halil İbrahim Kalkan eb29c8b869
Merge pull request #7590 from olicooper/pr/datatable-createajax
5 years ago
Halil İbrahim Kalkan ba83880e53
Merge pull request #7523 from abpframework/liangshiwei/cache
5 years ago
ismail.yilmaz 6e30183169 Use ContainsKey instead of Contains
5 years ago
ismail.yilmaz dfd5634085 Map ExtraProperties of an entity to regular properties of a type-safe dto
5 years ago
Halil İbrahim Kalkan 546c24da48 Remove unused method: ShouldRegisterDefaultRepositoryFor
5 years ago
Galip Tolga Erdem fe02e72e59 added Eto Extra property test
5 years ago
Mehmet Erim 7083364946
Merge pull request #7653 from abpframework/auto-merge/rel-4-2/159
5 years ago
mehmet-erim 6e21421fae Merge branch 'rel-4.2' of https://github.com/abpframework/abp into auto-merge/rel-4-1/157
5 years ago
Mehmet Erim 73be11c998
Merge pull request #7647 from abpframework/auto-merge/rel-4-2/155
5 years ago
Alper Ebicoglu 2f411058d2
Merge pull request #7625 from abpframework/maliming/AddHttpClient
5 years ago
Halil İbrahim Kalkan 4bf04bbb18
Merge pull request #7619 from abpframework/module-db-group
5 years ago
Yunus Emre Kalkan 9be8eb2ea5 create NuGetPackageTarget.IdentityServer
5 years ago
liangshiwei 9f49b111cc Update KafkaMessageConsumer
5 years ago
liangshiwei 298a981505
Merge pull request #7632 from abpframework/auto-merge/rel-4-2/153
5 years ago
Halil İbrahim Kalkan 3ab79685b4 Ignore errors on RabbitMQ Nack message.
5 years ago
liangshiwei 002b539c45 Add re-queue feature to kafka
5 years ago
maliming 4d82f41823 Remove AddAutofac method.
5 years ago
maliming 4ccf716580 Use ms IHttpClientFactory to create http client.
5 years ago
Halil İbrahim Kalkan 005bf4b10a Define and handle AbpDbConnectionOptions.Databases option.
5 years ago
Alper Ebicoglu f69f8c9fd6 remove unncessary async usage #7618
5 years ago
Alper Ebicoglu 90decc7606 add cancellation token
5 years ago
Alper Ebicoglu fa477b9e47 implement timeout for singleton HttpClient #7618
5 years ago
Alper Ebicoglu 25ae8b12d8 Make CliHttpClient singleton #7618
5 years ago
Alper Ebicoglu f89ceb597c Merge branch 'rel-4.2' of https://github.com/abpframework/abp into rel-4.2
5 years ago
Alper Ebicoglu 341183b2dd Update ModuleInfo.cs
5 years ago
Halil İbrahim Kalkan fba06043bb
Merge pull request #7614 from abpframework/auto-merge/rel-4-2/150
5 years ago
Halil İbrahim Kalkan 43491dd213 Resolved #7613: Should use the tenant's default connection string if available when requested a specific connection but not defined for the tenant.
5 years ago
Halil İbrahim Kalkan 5438350ced
Merge pull request #7612 from abpframework/auto-merge/rel-4-2/149
5 years ago
Halil İbrahim Kalkan 3dbdecfa5f Resolved #7611: Distributed event bus should send NACK to RabbitMQ server on event handling failures.
5 years ago
Alper Ebicoglu 14479d7c6b
Merge pull request #7595 from abpframework/cli-download-error-log
5 years ago
Yunus Emre Kalkan b9aaffd7db Cli solution rename: handle company name kebab-case
5 years ago
Yunus Emre Kalkan d367ea057f Cli source-code download remote error log
5 years ago
maliming b45f2c695a
Merge pull request #7593 from abpframework/auto-merge/rel-4-2/147
5 years ago
liangshiwei 13c5e0eea3 Update unit tests
5 years ago
liangshiwei 45f778cb94 Allow custom services construction
5 years ago
Oliver Cooper 9217fcf1ca Improve DataTable.Net AJAX Adapter (abp.libs.datatables.createAjax) function
5 years ago
maliming a53aaef0cd
Merge pull request #7577 from abpframework/separate-tenant-db-improvements
5 years ago
maliming 1f3fa22da7
Merge pull request #7580 from abpframework/auto-merge/rel-4-2/146
5 years ago
Halil İbrahim Kalkan 22a5c0ead9
Merge pull request #7555 from abpframework/maliming/pull/7538
5 years ago
Halil İbrahim Kalkan 10ea177613 Merge branch 'dev' into separate-tenant-db-improvements
5 years ago
Halil İbrahim Kalkan cea97c2319 Create TenantConnectionStringUpdatedEto.cs
5 years ago
maliming 1b6b6c6758 Rename data-datepicker to abp-data-datepicker.
5 years ago
maliming f57c4c8b47 Add data-datepicker attribute to ignore initialize Datepickers.
5 years ago
Halil İbrahim Kalkan 6413691c0e Cancel event handlers in identity and permission modules.
5 years ago
Halil İbrahim Kalkan a8b4e0dfa9 Seed identity & permission data for a tenant via event handlers.
5 years ago
Yunus Emre Kalkan 493a7c534a
Merge pull request #7562 from abpframework/maliming-patch-1
5 years ago
maliming 8cfc4d0762
Merge pull request #7543 from olicooper/pr/repository-delete-updates
5 years ago
maliming 467ed0627d Minor changes
5 years ago
maliming f4458ac7d0 Remove DeleteManyAsync from IRepository.
5 years ago
Halil İbrahim Kalkan 6d50fc998d Define TenantCreatedEto
5 years ago
Halil İbrahim Kalkan 8762284482 Added Volo.Abp.EventBus.Abstractions package.
5 years ago
Halil İbrahim Kalkan d48e65d23e Introduce ITenantDatabaseSchemaMigrator.
5 years ago
maliming d21f528447
Merge pull request #7565 from abpframework/auto-merge/rel-4-2/145
5 years ago
Yunus Emre Kalkan 5f38eeb6c3
Merge pull request #7564 from abpframework/maliming/modal
5 years ago
maliming 792af17439 Insert the modal after the existing one.
5 years ago
maliming 16cbf7c188
Update PostgreSQL connecting string.
5 years ago
Mladen Macanovic e910950e84 Update Blazorise 0.9.3-preview8
5 years ago
liangshiwei 5dfe8519d0 Update cache document
5 years ago
maliming adebfb958d Use eager loading for GetAssemblies of FolderPlugInSource.
5 years ago
liangshiwei 68983ec4e9 Add unit tests
5 years ago
liangshiwei eb4321880f Add RemoveMany method
5 years ago
Oliver Cooper bf5c64e768 Add IRepository.DeleteManyAsync declaration
5 years ago
Oliver Cooper 6c0ee78d14 Update Repository DeleteAsync and DeleteManyAsync methods
5 years ago
Oliver Cooper 2f69058e67 Add additional DeleteManyAsync soft-delete test
5 years ago
Oliver Cooper 37f78fff6b Fix MongoDbRepository DeleteAsync and DeleteManyAsync not setting audit properties or triggering events
5 years ago
Halil İbrahim Kalkan ffe4e8c51c
Merge pull request #7531 from abpframework/auto-merge/rel-4-2/144
5 years ago
Halil İbrahim Kalkan 30d147b0c3 Use CancellationTokenProvider.FallbackToProvider
5 years ago
Halil İbrahim Kalkan bfb896dc3f Rollback non-relational database transactions.
5 years ago
Halil İbrahim Kalkan 40b3e3892e Added extension methods to ModelBuilder to know the multi-tenancy side for the current schema.
5 years ago
liangshiwei e6b44e7330 Add more "Many" methods to the ICacheSupportsMultipleItems
5 years ago
maliming 494329e343
Merge pull request #7515 from abpframework/auto-merge/rel-4-2/138
5 years ago
Halil İbrahim Kalkan 1e1794de5f
Merge pull request #7511 from abpframework/auto-merge/rel-4-2/137
5 years ago
maliming 065c1e00ed Only switch and get default language when the tenants are different.
5 years ago
maliming fb981b2503
Merge pull request #7509 from abpframework/multi-tenant-patch
5 years ago
Halil İbrahim Kalkan 378a272617 Resolved #7508: Use the default language setting if user hasn't selected a language.
5 years ago
Halil İbrahim Kalkan 8f3f2af012
Merge pull request #7505 from abpframework/rel-4.2
5 years ago
Alper Ebicoglu 81786a8734 fix shell command for Alpine Linux Distribution. closes volosoft/volo#5153
5 years ago
Halil İbrahim Kalkan 3f8bf4a2be Non Multi-Tenant entities should always use the host connection string.
5 years ago
Bunyamin Coskuner 0f6dbbbbae
Merge branch 'dev' into auto-merge/rel-4-2/135
5 years ago
erolarkat db1630d490 npm packages 4.2.0
5 years ago
Halil İbrahim Kalkan 16fdc527cc Fixed #5215: When tiered templates, tenants of independent databases cannot login (AngularUI).
5 years ago
Erol Arkat eabf8b9534
Merge branch 'dev' into auto-merge/rel-4-2/132
5 years ago
Halil İbrahim Kalkan 103b2117ab Resolved #7489: Async implementation for Transaction Commit/Rollback.
5 years ago
maliming baab263790
Upgrade Npgsql.EntityFrameworkCore.PostgreSQL to 5.0.2
5 years ago
Halil İbrahim Kalkan c2fa7bee14
Merge pull request #7460 from abpframework/maliming/IRemoteStreamContent
5 years ago
Halil İbrahim Kalkan 09c39434c7
Merge pull request #7464 from abpframework/liangshiwei/mongo
5 years ago
Halil İbrahim Kalkan 63f3744f54
Merge pull request #7477 from abpframework/maliming/AspNetCoreApiDescriptionModelProviderOptions
5 years ago
Halil İbrahim Kalkan 36ab44f113
Merge pull request #7484 from abpframework/auto-merge/rel-4-2/131
5 years ago
maliming a07b4e34b8
Merge pull request #7478 from abpframework/enisn/bulk-operations/hard-deletion-handle
5 years ago
enisn 8aa48e7644 Framework - Add DeleteMany Tests to HardDelete_Tests
5 years ago
liangshiwei 63b34abb7b Improved
5 years ago
Yunus Emre Kalkan afb9175e30 Update datatables-extensions.js
5 years ago
Yunus Emre Kalkan cbc61af768 Datatables pagination: use "col-auto"
5 years ago
enisn e4fbfe7981 Framework - Remove unused code part from MongoDbRepository
5 years ago
enisn 8e4a8de028 Framework - Consider hard deleted entities in MongoDbRepository
5 years ago
maliming 8d88fe9463 Introduce AspNetCoreApiDescriptionModelProviderOptions.
5 years ago
Halil İbrahim Kalkan 2816b72b30 Resolved #7474: Mark ServiceProvider properties as Obsolete in base classes where LazyServiceProvider is available.
5 years ago
liangshiwei 8c359638bb Add base aggregation API to MongoDB repository
5 years ago
Yunus Emre Kalkan 0d4ab74b61
Merge pull request #7391 from abpframework/issue-volo-4907
5 years ago
liangshiwei 2afbef110f Add cancellationToken parameter to DeleteManyAsync
5 years ago
maliming 271a236545 Set Position of MemoryStream to 0.
5 years ago
maliming eb2776cc95 Check ContentType in unit test.
5 years ago
maliming 75e47dd4a5 Update unit test.
5 years ago
maliming e7dc50fcd2 Refactor IRemoteStreamContent related functions.
5 years ago
maliming 0d3d0eddd1
Merge pull request #7433 from abpframework/auto-merge/rel-4-2/128
5 years ago
Yunus Emre Kalkan 4cb2211832 Cli module template: add alternative nuget.config path
5 years ago
Yunus Emre Kalkan 078dc42c39 fix DatabaseManagementSystem.SQLite default connection string
5 years ago
maliming d65b9a2c64
Merge pull request #7389 from abpframework/auto-merge/rel-4-2/117
5 years ago
maliming 9b98cae0c1
Merge pull request #7387 from abpframework/auto-merge/rel-4-2/115
5 years ago
maliming 4e16da331f
Merge pull request #7386 from abpframework/auto-merge/rel-4-2/114
5 years ago
maliming 21bcbe798f
Merge pull request #7384 from abpframework/auto-merge/rel-4-2/112
5 years ago
Alper Ebicoglu 7f8e0aa6bf resolves volosoft/volo#4907
5 years ago
Alper Ebicoglu f3107749b7
Merge pull request #7378 from abpframework/volo/issue/4990
5 years ago
Alper Ebicoglu 6347334953
Merge pull request #7369 from abpframework/add-BlazorUi-to-moduleinfo
5 years ago
Alper Ebicoglu da59dbcd59
Merge pull request #7361 from abpframework/issues/7345
5 years ago
Alper Ebicoglu fa1457a793 refactor RemoveWarningsFromVersionShowOutput
5 years ago
Alper Ebicoglu 2149ae1162
Merge pull request #7300 from abpframework/issue/7285
5 years ago
Alper Ebicoglu 8048e7e7ee
Merge branch 'dev' into cli-ConnectionStringProvider
5 years ago
Yunus Emre Kalkan bb5c41a583 Open the microservice document after creating the microservice-pro template
5 years ago
Yunus Emre Kalkan 898967c354 Cli: Added BlazorUi to ModuleInfo
5 years ago
Yunus Emre Kalkan e61f3fabf4 NpmPackagesUpdater: RemoveWarningsFromVersionShowOutput
5 years ago
Halil İbrahim Kalkan be54793d4b
Merge pull request #7310 from olicooper/pr/validation-helper
5 years ago
Mladen Macanovic 2bf5b81662 Optimize StateHasChanged to use InvokeAsync
5 years ago
Mladen Macanovic 16056ef6f9 Move GetEntitiesAsync into OnCreatedEntityAsync and OnUpdatedEntityAsync
5 years ago
Mladen Macanovic 1ef598655c Merge branch 'dev' into stsrki/dev-crud-modal-hide
5 years ago
liangshiwei 8ad4c43c9f Resolve the conflict
5 years ago
liangshiwei 0e4368fe36 Merge branch 'dev' into liangshiwei/multi-lingual-entities
5 years ago
maliming 053881b31b
Merge pull request #7358 from abpframework/auto-merge/rel-4-2/109
5 years ago
Yunus Emre Kalkan a16afa0316 Update NewCommand.cs
5 years ago
Yunus Emre Kalkan 30ed87a53a Update NewCommand.cs
5 years ago
Yunus Emre Kalkan 534419e321 Cli dbms: remove Version keyword from SqLite connection string
5 years ago
Yunus Emre Kalkan 648955798d Cli DBMS: SQLite connection string espace char
5 years ago
erolarkat acee901456 npm packages 4.1.2
5 years ago
Yunus Emre Kalkan 978f9b1f0d Cli: create ConnectionStringProvider
5 years ago
maliming 739a4f5f4b
Merge pull request #7333 from abpframework/liangshiwei/bundle
5 years ago
liangshiwei 863e061108 Add lock
5 years ago
Halil İbrahim Kalkan 6117e2b362
Merge pull request #7309 from abpframework/maliming/AddQueryStringParameter
5 years ago
liangshiwei 815857daf1 Add ConfigureAll method to Bundle system
5 years ago
maliming 0154a161b0
Merge pull request #7330 from abpframework/auto-merge/rel-4-2/104
5 years ago
Yunus Emre Kalkan fb2c76082a allow paths to include whitespace in dbmigrator & cli
5 years ago
liangshiwei e9504c58ca Enhanced topic already exists condition
5 years ago
maliming 9bccc435c6
Merge pull request #7262 from AdemAygun/dev
5 years ago
erolarkat 51ecf017ba npm packages 4.2.0-rc.2
5 years ago
Oliver Cooper 89344d66cd Update tests for ValidationHelper
5 years ago
maliming a43cde673e Add unit test.
5 years ago
maliming dc11977a9c Handle empty array in AddQueryStringParameter.
5 years ago
Oliver Cooper 3f9cdce94b Improve flexibility of email validation in the ValidationHelper
5 years ago
Mladen Macanovic 0d17aa3916 Move CreateModal.Hide() to created/updated methods
5 years ago
Yunus Emre Kalkan 406c9e9790 Cli template creation: Remove aspnet-core root if blazor & no-mobile
5 years ago
Halil İbrahim Kalkan 8ecca467c5
Merge pull request #7277 from abpframework/cli-move-connectionstring-step-to-customs
5 years ago
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
Adem Aygün 92bd6984b6
Update DefaultExceptionToErrorInfoConverter.cs
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
Mladen Macanovic 08e42ed46f Merge branch 'dev' into stsrki/dev-blazor-server
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