Commit Graph

1578 Commits (b764b75726328924e037cd7f082a050160fcd8bf)

Author SHA1 Message Date
maliming 81ea882a7b Merge branch 'dev' into maliming/FodyConfigureAwait
5 years ago
Galip Tolga Erdem 1b0a06b633 Merge branch 'dev' of https://github.com/abpframework/abp into pr/2519
5 years ago
Galip Tolga Erdem b5cb8a5808 Improved hard-coded AuthenticationType.
5 years ago
maliming 45c2abbd32 framework & module& template & sample to target .NET Standard 2.0
5 years ago
maliming fc33924d0a
Update zh-Hant.json
5 years ago
YinChang ea140ba748 add zh-hant to project in framework
5 years ago
Alper Ebicoglu 2a344d5f5c add offline_access to scopes for retrieving refresh token.
5 years ago
Galip Tolga Erdem 338af4b5c4 Merge branch 'dev' of https://github.com/abpframework/abp into pr/2519
5 years ago
Galip Tolga Erdem 2995a204a4 updated logout functionality for sso signout
5 years ago
maliming 3cc29f7ca6 Use propertyEntry.IsModified instead of the Equals method of the object.
5 years ago
Yunus Emre Kalkan 0c16d0439a
Merge pull request #2661 from Xeevis/localization-cs
5 years ago
Xeevis ad1607cd37 Update Czech translations
5 years ago
Yunus Emre Kalkan 20de8baeb7 Merge branch 'dev' of https://github.com/volosoft/abp into dev
5 years ago
Yunus Emre Kalkan a16f3f9124 SolutionModuleAdder default startup project migrator
5 years ago
maliming 289e8c4da6 Add more Auditing unit tests.
5 years ago
Galip Tolga Erdem cce337439a fixed logic error on middleware
5 years ago
Galip Tolga Erdem 7576cf6eae Merge branch 'dev' of https://github.com/abpframework/abp into pr/2277
5 years ago
Halil İbrahim Kalkan 27e2461581 Created initial audit logging document.
5 years ago
maliming 174e25b0be Remove ConfigureAwait of async method.
5 years ago
maliming a2e3f30c44 Add configureawait.props & FodyWeavers.xml & FodyWeavers.xsd.
5 years ago
Yunus Emre Kalkan 6c252a25dd
Merge pull request #2639 from abpframework/maliming/helpcommand
5 years ago
maliming 65186e9a88 Output a warning if the command is not found.
5 years ago
Halil İbrahim Kalkan c7059c7312
Merge pull request #2634 from abpframework/maliming/PostConfigure
5 years ago
Yunus Emre Kalkan 524ed4328d fix cli incorrect license error and warning
5 years ago
Yunus Emre Kalkan 530f5c6b23 Update AbpIoApiKeyService.cs
5 years ago
maliming 4b1b051a02 Add PostConfigure & PostConfigureAll method to AbpModule.
5 years ago
Halil İbrahim Kalkan 969771306d Fixed #2624: FullAuditedAggregateRootWithUser generic type wrong constraint.
5 years ago
Galip Tolga Erdem 1a9fd66be7 updated AbpAuditingMiddleware
5 years ago
Galip Tolga Erdem ca64497b1f reverted back
5 years ago
Galip Tolga Erdem 5c73a61e1c updated AuditingMiddleware for AlwaysLogOnExceptions
5 years ago
Galip Tolga Erdem a529a3df9e Merge branch 'dev' of https://github.com/abpframework/abp into pr/2277
5 years ago
Galip Tolga Erdem 62127df0ea removed empty space
5 years ago
Halil İbrahim Kalkan a8e8cf26f1 #2597 Rename UseSerilogEnrichers to UseAbpSerilogEnrichers
5 years ago
Halil İbrahim Kalkan 32407660da Create launchSettings.json
5 years ago
Halil İbrahim Kalkan c88cd2054e #2597 Refactor AbpAspNetCoreSerilogOptions
5 years ago
Halil İbrahim Kalkan da4c91cabd #2597 Rename AbpSerilogModule to AbpAspNetCoreSerilogModule to bettern align the module name and the package name.
5 years ago
Galip Tolga Erdem 73782c1408 Reverted SaveAsync on IAuditLgSaveHandle instead added AddException method.
5 years ago
Halil İbrahim Kalkan f31c335c15
Merge pull request #2597 from mehmetuken/serilog-enrichment
5 years ago
RayMMond 40d0586d49 correct chinese localization
5 years ago
Halil İbrahim Kalkan beb8cc113f Remove unused namespace.
5 years ago
Halil İbrahim Kalkan 9c9e224b0a Add NuGetPackageTarget.Undefined.
5 years ago
Galip Tolga Erdem 58d9f3fb5c Updated AuditingMiddleware, updated AuditingManager
5 years ago
Halil İbrahim Kalkan 7172e2f108 Merge branch 'dev' of https://github.com/abpframework/abp into dev
5 years ago
Halil İbrahim Kalkan 625632ed94 Resolved #2607: Renamed ValidationHandler to ValidationHelper.
5 years ago
Mehmet Tüken e84dde4f76 Change Serilog.Extensions.Hosting package to Serilog.AspNetCore.
5 years ago
Mehmet Tüken beecc19957 Add test project.
5 years ago
Mehmet Tüken 3c479b9524 Adding AbpAspNetCoreSerilogEnrichersOptions.
5 years ago
Mehmet Tüken cfa4d09e36 Create Volo.Abp.AspNetCore.Serilog package.
5 years ago
maliming 24ed94a328 Make AbpDictionaryValueComparer support generics to resolve migration errors.
5 years ago
maliming 714ab6fa27 Remove the angular folder on module project creation with --no-ui option
5 years ago
Halil İbrahim Kalkan 6e0c55d4b6
Merge pull request #2462 from abpframework/maliming/SetValueComparer
5 years ago
Aaron Chong e199513e3e Remove unnecessary extensions
5 years ago
Aaron Chong a6608af1dc Remove unnecessary using directive
5 years ago
Aaron Chong 3de25ee4b3 Refactor to use ABP converter and comparer
5 years ago
Aaron Chong 288b80cfdc Implement AbpDictionaryValueConverter
5 years ago
Aaron Chong e754f3350f Implement generic AbpJsonValueConverter
5 years ago
Halil İbrahim Kalkan 4bd5fa750c Update DeveloperApiKeyResult.cs
5 years ago
Halil İbrahim Kalkan 8f0ce16a24 Move setting the IApplicationBuilder line to top.
5 years ago
Halil İbrahim Kalkan 2d8b349a27
Merge pull request #2528 from mehmetuken/application-shutdown
5 years ago
Halil İbrahim Kalkan 0d28779811
Merge pull request #2550 from mehmetuken/client-validation
5 years ago
Halil İbrahim Kalkan 314d46d81c Explicitly set TransactionBehavior to Auto
5 years ago
Halil İbrahim Kalkan db1cd57787 Resolved #2558: Add options to IUnitOfWorkManager.Begin().
5 years ago
Mehmet Tüken d2cca7306e Add ValidationInterceptor.
5 years ago
maliming 881aa82b9d Correcting the path of error page.
5 years ago
Halil İbrahim Kalkan 4ba4306165 Remove unnecessary async usages.
5 years ago
Halil İbrahim Kalkan 401376e109 Resolved #2540. Resolved #2539.
5 years ago
Halil İbrahim Kalkan d815b9cfee Refactor AbpTabLinkTagHelperService: Remove unnecessary async.
5 years ago
maliming e434fc30c4 Fixed unit test failure due to NoContent method filter.
5 years ago
Mehmet Tüken 8d5d0adb83 Disposing AbpApplicationWithExternalServiceProvider.
5 years ago
Mehmet Tüken bf1960213f Listen IHostApplicationLifetime Stopping and Stopped event.
5 years ago
Mehmet Tüken 908f28297a Implement IDisposable on AutofacServiceProvider.
5 years ago
maliming faa917ba7a Set 204 No Content for void/Task.
5 years ago
Halil İbrahim Kalkan fdf83e4dc6 Merge branch 'dev' of https://github.com/abpframework/abp into dev
5 years ago
Halil İbrahim Kalkan 7049453fba Fix VoloNugetPackagesVersionUpdater
5 years ago
Halil İbrahim Kalkan 388dce7cd2
Merge pull request #2489 from recepdmr/todolist
5 years ago
Halil İbrahim Kalkan 76d742683a
Merge pull request #2502 from abpframework/maliming/WithCulture
5 years ago
maliming 1801407ae0 Use CultureHelper instead of extension methods & rename AbpCultureHelper to CultureHelper.
5 years ago
Halil İbrahim Kalkan 32fdfb9bab
Merge branch 'dev' into dev
5 years ago
Yunus Emre Kalkan 9d65b6d848 Rename AbpDddResource to AbpDddApplicationContractsResource
5 years ago
developerrd 76151fcee5 AbpIntegratedTest change all proejct namespace
5 years ago
Alper Ebicoglu a8258bdd03 Update VoloNugetPackagesVersionUpdater.cs
5 years ago
maliming bed26a0a62 Removed obsolete WithCulture method.
5 years ago
Alper Ebicoglu a4e20048af closes volosoft/volo#760
5 years ago
Javier Campos 0f1542d111 fix: configureawait on object casted to task
5 years ago
Javier Campos 911ce80a7c feat: add ConfigureAwait(false) to all await calls
5 years ago
Halil İbrahim Kalkan e3efdbb7c1 Resolved #2499: Move AbpValidationResource to Volo.Abp.Validation package.
5 years ago
Halil İbrahim Kalkan 33123af7b0 Resolved #2495: Add public setter for TenantConfiguration.ConnectionStrings.
5 years ago
Halil İbrahim Kalkan d78bc4ffbc Use generic GetRequiredService
5 years ago
Halil İbrahim Kalkan c010c56793 Optimization& refactor: Move localizer inside the validation control
5 years ago
Halil İbrahim Kalkan 58f04d34cc Fix test: AbpServiceProxiesController_Tests.GetAllWithMinify
5 years ago
developerrd 6730ec1c0b make todo ,AbpIntegratedTest class namespace change.
5 years ago
developerrd 1efbcd8c26 proxy helper code refactor.
5 years ago
Halil İbrahim Kalkan d3826db89a Merge branch 'dev' of https://github.com/abpframework/abp into dev
5 years ago
Halil İbrahim Kalkan 2bda094fcf Fix build errors after PR merges.
5 years ago
Halil İbrahim Kalkan 59410a2f85
Merge pull request #2470 from abpframework/maliming/ValueGeneratedNever
5 years ago
Halil İbrahim Kalkan b1b96ebc1f
Merge pull request #2447 from abpframework/maliming/TryToSetTenantId
5 years ago
Halil İbrahim Kalkan 1a44e4fdde
Merge branch 'dev' into dev
5 years ago
Halil İbrahim Kalkan 3f4b6c9909
Merge pull request #2422 from abpframework/maliming/AddRazorSupportForMvc
5 years ago
Halil İbrahim Kalkan 4ba6dfeb49
Merge branch 'dev' into feature/setting_lang
5 years ago
Halil İbrahim Kalkan d5422af84c
Merge pull request #2391 from mehmetuken/update-packages
5 years ago