Commit Graph

5922 Commits (df6a8e1b95ef281bdcde199f7a6d1fb6a49c9f63)

Author SHA1 Message Date
Halil İbrahim Kalkan b059b55f47
Merge pull request #12353 from abpframework/EngincanV/gdpr-abstractions
4 years ago
maliming fa9babde3f
Revert "Publish event when uow completed"
4 years ago
Halil İbrahim Kalkan 2473aebd9f
Merge pull request #12358 from abpframework/RequestSizeLimit
4 years ago
Halil İbrahim Kalkan da9ef381c2
Merge pull request #12363 from abpframework/AbpDictionaryBasedStringLocalizer
4 years ago
Engincan VESKE f946d1136d GDPR: Remove event bus dependency from the abstraction package
4 years ago
Yunus Emre Kalkan 9c7e3c4ffc Tag Helpers: Description text for checbox input
4 years ago
maliming 0698514b79
Add validation rules for this property.
4 years ago
Engincan VESKE 63f00e67d8 Gdpr: Rename GdprUserDataDeleteRequestedEto
4 years ago
Halil İbrahim Kalkan 3392ff1ea8 Move event handler interfaces to the abstraction package.
4 years ago
liangshiwei 12adf12109
Merge pull request #12375 from abpframework/auto-merge/rel-5-2/1013
4 years ago
Yunus Emre Kalkan 9e4ecede68 Update CreateAppSettingsSecretsStep.cs
4 years ago
Yunus Emre Kalkan 8232f51855 Cli: Improve CreateAppSettingsSecretsStep
4 years ago
Mahmut Gundogdu a1d6c4d5e0
Update framework/src/Volo.Abp.Cli.Core/Volo/Abp/Cli/ServiceProxying/Angular/AngularServiceProxyGenerator.cs
4 years ago
maliming 098f647094
Add `TryToGetFromBaseCulture` and `TryToGetFromDefaultCulture` to `AbpLocalizationOptions`.
4 years ago
muhammedaltug c9fb2f6061 support url param in abp generate-proxy command
4 years ago
maliming e17227d430
Add `RequestSizeLimit` unit tests.
4 years ago
maliming f708553321
Introduce `AbpRequestSizeLimitMiddleware `
4 years ago
Engincan VESKE e48efa412e Add Volo.Abp.Gdpr.Abstractions.csproj
4 years ago
liangshiwei 6a2dab1f5a
Merge pull request #12332 from abpframework/auto-merge/rel-5-2/1006
4 years ago
Yunus Emre Kalkan a1e284fa95 Update ModuleProjectBuildPipelineBuilder.cs
4 years ago
Yunus Emre Kalkan c5db087f58 Cli: Add license code to module source code downloads
4 years ago
Hüseyin Tosun c2c1cc5220
Grammatical Correction
4 years ago
Yunus Emre Kalkan d6c1995e75
Merge branch 'dev' into auto-merge/rel-5-2/1002
4 years ago
Yunus Emre Kalkan a67509ce05 Cli: Check </Template-remove> in gitignore files
4 years ago
maliming 981722023a
Upgrade IdentityModel to 6.0.
4 years ago
Yunus Emre Kalkan 793b07126c
Merge pull request #12264 from abpframework/enisn/cli-pwa-changes
4 years ago
enisn e6e5cb05a8 Fix angular path finding
4 years ago
enisn d30082bc96 Determine angular project with `angular.json`
4 years ago
liangshiwei 365edd7b65
Merge pull request #12302 from abpframework/DisableABPModule
4 years ago
enisn 2fe31f2083 AngularPwaSupportAdder. improvements
4 years ago
maliming 65e26c0f0e
Move to `AbpAspNetCoreMvcModule`
4 years ago
maliming a3413dbb44
Disable the abp module for dynamic JavaScript client proxies
4 years ago
maliming e0bf7d8f16
Update AbpDesignTimeDbContextBase.cs
4 years ago
maliming 0891d82d48
Add `AbpDesignTimeDbContextBase`.
4 years ago
liangshiwei e4663f495f
Merge pull request #12267 from abpframework/auto-merge/rel-5-2/990
4 years ago
Enis Necipoglu 65203e7c9b Move Angular PWA logic to ProjectCreationCommandBase
4 years ago
Enis Necipoglu f56d83ef39 Add Angualr pwa support to CLI
4 years ago
Enis Necipoglu ea7478e825 Move Blazor PWA implementation logic to ConfigureWithBlazorUi method
4 years ago
maliming 69b41a2db5
Add `UnitOfWorkExtensions_Tests`
4 years ago
liangshiwei 82c40b50d9 Merge branch 'dev' into liangshiwei/inoutbox
4 years ago
liangshiwei 67247e05e0 Make methods of AuditPropertySetter virtual
4 years ago
albert 2d0c5a1ec4
Merge pull request #12231 from abpframework/volo/issues/9596
4 years ago
Ebicoglu e3c4c5ebe2 Close Suite after code generation #12231
4 years ago
liangshiwei 92bb840c53
Merge pull request #12233 from abpframework/auto-merge/rel-5-2/980
4 years ago
Yunus Emre Kalkan 4135675eaa Update SuiteCommand.cs
4 years ago
Yunus Emre Kalkan 8eaaf6b045 Cli: Allow to generate code with Suite
4 years ago
albert f4d33dd994
Merge pull request #12197 from ejohnson-dotnet/encoding-fix
4 years ago
Ebicoglu c38ce7ed62 Enhancements
4 years ago
Yunus Emre Kalkan dc45d64ec8 Cli Module adding: Fix migration commands
4 years ago
Roc ef5906397c
Update CommandLineArgumentParser.cs
4 years ago
maliming c4d5d53057
Set `ContentLength` of `HttpContext.Response`
4 years ago
liangshiwei c77ff1d0bf Update generate-proxy UsageInfo
4 years ago
liangshiwei 3610732a91 Enhance ABP CLI
4 years ago
Eric Johnson 1b87d7e7e2 Fixed project file encoding to retain existing encoding.
4 years ago
Engincan VESKE 8b2d88c1a5
Merge pull request #12179 from abpframework/enisn/pwa-support
4 years ago
liangshiwei c1b5956431 Upgrade AutoMapper to v11
4 years ago
Enis Necipoglu aa89d0bb1f Add missing assets to index.html for blazor pwa support
4 years ago
enisn dad1f8505c Add PWA Support to template
4 years ago
Halil İbrahim Kalkan ba56b4194a
Merge pull request #12094 from abpframework/ExposeServicesAttribute
4 years ago
braim23 f14853785e Update SolutionModuleAdder.cs
4 years ago
rqx110 3b25e359a3 uses async/await instead of return task
4 years ago
rqx110 8d24bb661a make show blazor ui message alert extendable
4 years ago
Berkan Sasmaz af16644159
Merge pull request #12126 from abpframework/liangshiwei/blazorui
4 years ago
Yunus Emre Kalkan c1e19e318b
Merge pull request #12148 from abpframework/auto-merge/rel-5-2/964
4 years ago
Yunus Emre Kalkan 907094ee0a Cli project generation: Consider AbpAccountPublic in blazor appsettings files
4 years ago
maliming 0d9f18ed24
Merge pull request #12143 from abpframework/auto-merge/rel-5-2/963
4 years ago
liangshiwei ab2e4a1c2d Upgrade Blazorise packages for 1.0.2
4 years ago
maliming 6f6993471d
Add `TimeZone` and `Queue` to `IHangfireBackgroundWorker`.
4 years ago
liangshiwei 69e2be7ba9 Identity: Enhancements for Blazor UI
4 years ago
Halil İbrahim Kalkan e8a810ba4b Check for null for receivedContext.TokenEndpointRequest
4 years ago
liangshiwei d25c5f2d59
Merge pull request #12023 from NecatiMeral/nm/rabbitmq-configurable-exchange-type
4 years ago
Yunus Emre Kalkan ef984a066c
Merge pull request #12107 from abpframework/auto-merge/rel-5-2/956
4 years ago
Yunus Emre Kalkan acd72686b4 Exception handling: Specify json as Content-Type in response header
4 years ago
maliming 0e683f603c
Support for exporting generic interfaces.
4 years ago
Roc 5fac9c9d1d
Update AbpLocalization_Tests.cs
4 years ago
Roc a23509a3be
Update CultureHelper.cs
4 years ago
maliming 4fcec7225e
Merge pull request #12085 from abpframework/get-name-surname-from-external-login
4 years ago
maliming ce10de025e
Merge pull request #12083 from abpframework/auto-merge/rel-5-2/950
4 years ago
Halil İbrahim Kalkan 4784e3e765 Get user's name, surname and phone number from external login, if available.
4 years ago
liangshiwei ff7dbe113d Do not add default dom when customizing dom
4 years ago
maliming 98e70149a8
Merge pull request #12079 from abpframework/auto-merge/rel-5-2/949
4 years ago
Engincan VESKE 450817c300 Update DatabaseManagementSystemChangeStep.cs
4 years ago
maliming 9b0b1a8e6d
Provide Global Features in application configuration.
4 years ago
maliming f8249180c9
Merge branch 'dev' into auto-merge/rel-5-2/945
4 years ago
liangshiwei 32f0e7a888 Fix wrong error message
4 years ago
liangshiwei 5e1487c1b9
Merge pull request #12029 from abpframework/Minio
4 years ago
maliming 02ab0c6452
Upgrade Minio to 4.0.1.
4 years ago
Necati Meral ff9ebdbcab Update usage of default value
4 years ago
Necati Meral 5cfd2fa012 fix hardcoded reference
4 years ago
Necati Meral 86d89ebba5 Allow the exchange type to be specified
4 years ago
albert 4b4cc08bc7
Merge branch 'dev' into auto-merge/rel-5-2/939
4 years ago
maliming 00cddfa029
Merge pull request #12003 from abpframework/auto-merge/rel-5-1/937
4 years ago
maliming 0cd3322e46
Merge pull request #11996 from abpframework/auto-merge/rel-5-2/934
4 years ago
liangshiwei d17ce90950
Merge pull request #11938 from abpframework/DisplayName
4 years ago
liangshiwei f1cbcb16c7 Update RabbitMqDistributedEventBus
4 years ago
GerardoGrecoPorini fcfcee7e1e
Merge branch 'abpframework:dev' into pass-option-to-servicebusadminclient
4 years ago
gerardo.greco@porini.it 2a62c18ee6 pass option from appsettings to servicebusadminclient
4 years ago
liangshiwei 7221600e75 Refactor
4 years ago
liangshiwei 5048a3c9e7
Merge pull request #11986 from abpframework/auto-merge/rel-5-2/933
4 years ago
maliming f35e579226
Return empty if decrypt failed.
4 years ago
maliming 5144ab027a
Merge pull request #11901 from wocar/AzureServiceBusEnabled
4 years ago
liangshiwei 43c98ce593 Merge branch 'dev' into liangshiwei/inoutbox
4 years ago
Yunus Emre Kalkan d5961fe50f Cli: Convert single back-slashes to double back-slashes in connection string
4 years ago
maliming 796fe8e158
Cache localization keys.
4 years ago
William Obando eb7fa08335 Add option to disable service bus
4 years ago
liangshiwei 76d0f618d7 Upgrade to Blazorise 1.0.1
4 years ago
maliming 731c4b1154
Add `HandleContextAsync` method to the `IFeatureManagementProvider`.
4 years ago
liangshiwei 104bb381f3
Merge pull request #11871 from abpframework/Template-EnableLegacyTimestampBehavior
4 years ago
maliming 9dbd69c4d1
Update `TEMPLATE`.
4 years ago
maliming 0de2f6936d
`EnableLegacyTimestampBehavior` if dbms is pgsql.
4 years ago
Ebicoglu 356e696b15 closes #9279
4 years ago
maliming 1181495988
ChartjsScriptContributor
4 years ago
maliming c5175d487d
Update FlagIconCssStyleContributor.cs
4 years ago
liangshiwei 388b0d3e2e
Merge pull request #11859 from abpframework/auto-merge/rel-5-1/907
4 years ago
maliming 1f9c6912d9
Revert "Add `AbpUowHubFilter `."
4 years ago
Berkan Sasmaz 24a8aebb97
Merge pull request #11811 from abpframework/jquery-extensions
4 years ago
maliming 80d13dc8b0
Merge pull request #11817 from abpframework/auto-merge/rel-5-1/898
4 years ago
liangshiwei 642e7a96db
Merge pull request #11797 from abpframework/AlwaysLogSelectors
4 years ago
maliming ae4a1a6fec
Update `serializeFormToObject` method.
4 years ago
Mladen Macanović 97b462084c
Merge branch 'dev' into stsrki/dev-blazorise-1.0
4 years ago
Mladen Macanovic 28070bb915 Update to final 1.0.0
4 years ago
maliming d22f02c7fe
Add `AbpUowHubFilter `.
4 years ago
liangshiwei f070936d1f
Merge pull request #11799 from abpframework/auto-merge/rel-5-1/895
4 years ago
liangshiwei 693c98e8a6 Fix permission modal problem
4 years ago
maliming 661d975056
Move `AlwaysLogSelectors` to the top.
4 years ago
maliming 06bee7baec
Add `AlwaysLogSelectors` to `AuditingOptions`
4 years ago
maliming e5b7fcf0bc
Disable the `dropdown button` when it's no children.
4 years ago
Halil İbrahim Kalkan 3266d15c1e Refactor: reformat method.
4 years ago
albert ff3dd82a05
Merge pull request #11688 from abpframework/EngincanV/issue-11677
4 years ago
Yunus Emre Kalkan 102f1b9835
Merge pull request #11659 from abpframework/serializeFormToObject
4 years ago
maliming 3ad9d64d29
Disable the `dropdown button` when it's no children.
4 years ago
liangshiwei af65cb2248 Enhance CSharpServiceProxyGenerator
4 years ago
Mladen Macanovic 8c72d1d4cb Update 1.0.0-RC1
4 years ago
Enis Necipoglu 6b4a45b73e
Merge branch 'dev' into stsrki/dev-blazorise-1.0
4 years ago
Engincan VESKE a9ade65dd4
Merge pull request #11748 from abpframework/auto-merge/rel-5-1/886
4 years ago
liangshiwei d6597d3db1 Update datatables-extensions.js
4 years ago
liangshiwei 1bae660e05 Fix Datatable Searching Problem
4 years ago
liangshiwei 84bf31b68f
Merge pull request #11689 from abpframework/auto-merge/rel-5-1/875
4 years ago
Engincan VESKE 2caba659a6 Docs: Add Hide ABP Endpoints Section to Swagger Integration Docs
4 years ago
maliming dc4d41dca1
Handle possible exceptions in SaveChangesAsync method.
4 years ago
Engincan VESKE 84111165b8 Update AbpSwaggerGenOptionsExtensions.cs
4 years ago
Engincan VESKE 354af0bc48 Add support to hide ABP endpoints on Swagger UI
4 years ago
liangshiwei 4abaa79851
Merge pull request #11660 from abpframework/AsQueryable
4 years ago
maliming 01d80019c7
Use `Select` to get a new collection.
4 years ago
maliming d53c257472
Remove `AsQueryable` method.
4 years ago
maliming 441d17567f
`serializeFormToObject ` Supports multi-level depth objects.
4 years ago
enisn 905b1f4d93 Add responsive parameter to AbpExtensibleDataGrid
4 years ago
enisn 08c2488de4 Add class parameter to AbpExtensibleDataGrid
4 years ago
Mladen Macanovic 966c4499f6 Migrate new naming schema
4 years ago
Mladen Macanovic a8e52a7d03 Blazorise package 1.0.0-preview4
4 years ago