Commit Graph

268 Commits (6bd43caee572af6acec744e768982430ea788b0d)

Author SHA1 Message Date
Berkan Sasmaz 9be04866c4 Add new language: Slovak
4 years ago
maliming c69447d732 Use ContentDispositionHeaderValue.
4 years ago
Jadyn 15743d1785 Add FileName for RemoteStreamContent
4 years ago
Berkan Sasmaz b3ad30a982 Update localizations for Italian
4 years ago
Alexandru Bagu e4077d5569 1. allow the usage of IRemoteContentStream or RemoteContentStream when the incoming stream is not a form content format
4 years ago
maliming b53060bf49
Merge pull request #9089 from abpframework/auto-merge/rel-4-3/396
4 years ago
maliming fbba79a359 Configuration to disable validation for controllers.
4 years ago
Berkan Sasmaz e059c8a1c6 Add new language: Italian
4 years ago
Berkan Sasmaz 1e5fdea196 Add new language: Hindi
4 years ago
Berkan Sasmaz 44b1dd9d33 Add language: Finnish
5 years ago
maliming daf70c5289 Add exception to audit log if it not record.
5 years ago
maliming 17514aae82 Try to set Position to 0 in RequestPayloadBuilder.
5 years ago
maliming 5d2b9af1c2 Get the correct type of page model.
5 years ago
Halil İbrahim Kalkan 73e700addc Resolved #8006: Virtual File Middleware should be compatible with IWebHostEnvironment.WebRootFileProvider
5 years ago
Halil İbrahim Kalkan bb61d598e4
Merge pull request #7753 from abpframework/alper/security-response-headers
5 years ago
Aaron Chong 1325367e18 Add tests for AbpServiceConvention new behaviour
5 years ago
Aaron Chong ebe92d3bb3 Add tests for AbpServiceConvention
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
maliming 75e47dd4a5 Update unit test.
5 years ago
maliming e7dc50fcd2 Refactor IRemoteStreamContent related functions.
5 years ago
Halil İbrahim Kalkan 9c1e24e0df
Merge pull request #7011 from abpframework/maliming/AbpRequestLocalizationOptions
5 years ago
maliming 1d761eb49b Update LocalizationTestController_Tests
5 years ago
maliming 46d65e708b Introduce AbpRequestLocalizationOptions
5 years ago
Kevin bd52241566 Added en-GB json files
5 years ago
maliming 7e903faa57 Introduce Directory.Build.props.
5 years ago
maliming c79935eca0 Merge branch 'dev' into maliming/batch
5 years ago
maliming 0a1dd5e991
Update NoContentTestController_Tests.cs
5 years ago
maliming 8498f558bf Refactor.
5 years ago
Lonze 4b9608e584 Update AbpNoContentActionFilter with unit test
5 years ago
maliming 6754ea3de4 Make IPermissionChecker support batch check.
5 years ago
Halil İbrahim Kalkan 9680a443f0
Merge pull request #5952 from abpframework/maliming/system.text.json
5 years ago
Alper Ebicoglu 3f46a6f272 add German translations... volosoft/volo#2282
5 years ago
maliming 5650f6461d Add AbpHybridJsonSerializer_Tests.
5 years ago
maliming 74affe2a74 Refactor & add more unit tests.
5 years ago
maliming 47ee4ae652 Merge branch 'dev' into maliming/net5
5 years ago
Laszlo Szabados 6f732ae792 hu translation and configure AbpLocalizationOptions
5 years ago
maliming 5374a6818d Merge branch 'dev' into maliming/net5
5 years ago
Halil İbrahim Kalkan faf998ab53 Refactored #5733
5 years ago
Luis Pignataro 2b3ac58e2d Clean project files
5 years ago
maliming f151602b08 Update TargetFramework.
5 years ago
maliming cf885b92c4 Use netstandard for class library & blazor.
5 years ago
Luis Pignataro 1683441f63 Spanish localization update for v3.2
5 years ago
maliming b2ceacbe40 Upgrade modules.
5 years ago
maliming 6e79efce2c Upgrade TargetFramework/packages to net5.0 RC.
5 years ago
badre429 f3ff49865d fix some typos
5 years ago
badre429 ac9b4b7efd feat: french localization
5 years ago
liangshiwei 453771ba31 Introduce DynamicRangeAttribute
5 years ago
maliming 6e01e79001 Create Global Feature Action & Page filters to prevent usage of a controller/page if the feature was disabled
5 years ago
Halil İbrahim Kalkan 51bebf4dfb Resolved #4905: Allow to add converters to the standard JSON serializer
5 years ago
Necati Meral 69f919d7aa german language files encoding
5 years ago
Ahmet Çotur 56cf234a6e tests added
5 years ago
Ahmet Çotur 4d3a54f4a3 initial
5 years ago
Halil İbrahim Kalkan fe4857481c Resolved #4496: Introduce the DynamicStringLengthAttribute.
5 years ago
maliming e1f4e0b964
Merge pull request #4453 from iyilm4z/soft-delete-4-memory-db
5 years ago
maliming 2d2a5cbebf Fix unit tests.
5 years ago
maliming f0ed618736 Upgrade framework packages.
5 years ago
Xeevis eca210e255 Update Czech translations & fix formatting
5 years ago
Halil İbrahim Kalkan 57a8701b70 Resolved resharper warnings.
5 years ago
maliming 9b2d8fca89 Change the ErrorMessage of StringLengthAttribute according to the situation.
5 years ago
Halil İbrahim Kalkan e19da45b1b
Merge branch 'dev' into dev
5 years ago
Halil İbrahim Kalkan 34ec1ad0e7 #3985 Allow to dynamically map the claims.
5 years ago
Halil İbrahim Kalkan ff3f0b2436 Refactor AbpClaimsMapMiddleware
5 years ago
maliming f63ffc4255 Provide default values for AbpClaimsMapOptions and use AbpClaimsMapMiddleware in projects.
5 years ago
maliming 24134170e8 Merge branch 'dev' into maliming/map-claims
5 years ago
Halil İbrahim Kalkan 27a11f3781
Merge pull request #3918 from abpframework/maliming/signalr-patch-1
5 years ago
maliming b70497eb6c Add AbpClaimsMapMiddleware.
5 years ago
maliming b72ba88752
Update ExceptionTestPage.cshtml.cs
5 years ago
maliming d73281680f Razor page's exception filter ignores void and task return types.
5 years ago
maliming 88f2d83846
Update FakeAuthenticationMiddleware.cs
5 years ago
maliming 5a2b36eeb4 Make GetClaimsPrincipal mehtod public.
5 years ago
maliming 78664f1d49 Make ICurrentPrincipalAccessor changeable.
5 years ago
Halil İbrahim Kalkan d146f232ab Change UseMvcWithDefaultRouteAndArea with UseConfiguredEndpoints
5 years ago
Halil İbrahim Kalkan 2c0913fd22
Merge pull request #3773 from NecatiMeral/#3727-german-localization
5 years ago
Halil İbrahim Kalkan f0a90aa724
Merge pull request #3775 from NecatiMeral/#3774-dutch-localization
5 years ago
Khaled 453fb47c3b
Merge branch 'dev' into dev
5 years ago
Halil İbrahim Kalkan 431ab55dea Merge branch 'dev' into extra-properties
6 years ago
Necati Meral 660a83c032 dutch localization for framework projects
6 years ago
Khaled eb6865a2e7 Added arabic localization resources
6 years ago
Halil İbrahim Kalkan fbfd912a14 ExtraPropertyBindingHelper should supported containerless expressions. Added tests.
6 years ago
Necati Meral 76fc4fb210 german localization for `Volo.Abp.AspNetCore.Mvc.Tests`
6 years ago
CrazyBaran 54268c2834 change pl-PL for tests projects.
6 years ago
maliming abda1104ae Add authorization unit test for razor page.
6 years ago
maliming fd5eda2b7f Add unit tests for razor page filters.
6 years ago
Halil İbrahim Kalkan e849921f7e Resolved #3328: Allow to subscribe to exceptions handled by the abp framework
6 years ago
Halil İbrahim Kalkan b6f114353d Added test
6 years ago
maliming adeeb0d5a1 Fixed the bug that the controller was not logged & Filter the controller in AbpAuditingMiddleware.
6 years ago
Yunus Emre Kalkan 6b125349c8 merge
6 years ago
Galip Tolga Erdem a341528aa6 Updated AuditingMidware exception check and new test
6 years ago
Halil İbrahim Kalkan f47a0c1f5f Fix audit log unit tests.
6 years ago
Halil İbrahim Kalkan 5221b99cdf
Merge branch 'dev' into pr/2277
6 years ago
maliming 9cffe676b2 Remove Fody from the unit test project.
6 years ago
maliming 81ea882a7b Merge branch 'dev' into maliming/FodyConfigureAwait
6 years ago
YinChang ea140ba748 add zh-hant to project in framework
6 years ago
maliming 174e25b0be Remove ConfigureAwait of async method.
6 years ago
maliming a2e3f30c44 Add configureawait.props & FodyWeavers.xml & FodyWeavers.xsd.
6 years ago
Galip Tolga Erdem 1a9fd66be7 updated AbpAuditingMiddleware
6 years ago
Galip Tolga Erdem ca64497b1f reverted back
6 years ago
Galip Tolga Erdem 5c73a61e1c updated AuditingMiddleware for AlwaysLogOnExceptions
6 years ago
Galip Tolga Erdem 58d9f3fb5c Updated AuditingMiddleware, updated AuditingManager
6 years ago
maliming e434fc30c4 Fixed unit test failure due to NoContent method filter.
6 years ago
maliming faa917ba7a Set 204 No Content for void/Task.
6 years ago
Halil İbrahim Kalkan 76d742683a
Merge pull request #2502 from abpframework/maliming/WithCulture
6 years ago
maliming 1801407ae0 Use CultureHelper instead of extension methods & rename AbpCultureHelper to CultureHelper.
6 years ago
Halil İbrahim Kalkan 32fdfb9bab
Merge branch 'dev' into dev
6 years ago
Javier Campos 911ce80a7c feat: add ConfigureAwait(false) to all await calls
6 years ago
Halil İbrahim Kalkan e3efdbb7c1 Resolved #2499: Move AbpValidationResource to Volo.Abp.Validation package.
6 years ago
Halil İbrahim Kalkan 58f04d34cc Fix test: AbpServiceProxiesController_Tests.GetAllWithMinify
6 years ago
Halil İbrahim Kalkan d5422af84c
Merge pull request #2391 from mehmetuken/update-packages
6 years ago
Halil İbrahim Kalkan 0754254428 Remove UnitOfWork Sync API.
6 years ago
Halil İbrahim Kalkan 676a5c61ac Removed sync interception and sync repository methods.
6 years ago
Mehmet Tüken 7a088fc68a bump Microsoft.NET.Test.Sdk 16.3.0 to 16.4.0
6 years ago
maliming ed4f8bb282 Upgrade frameworks & modules & samples to asp net core 3.1.
6 years ago
Halil İbrahim Kalkan 5f0b31214c
Merge pull request #2169 from abpframework/maliming/minify
6 years ago
maliming 7d0a009a9e Minify the script returned by ServiceProxyScript.
6 years ago
maliming 357be9a8e3 Implement AbpDateTimeModelBinderProvider & AbpDateTimeModelBinder
6 years ago
JiYuhang 84d08af14a Translate to chinese localization files
6 years ago
Halil İbrahim Kalkan 17b8705601 Upgrade NuGet packages for the framework.
6 years ago
Halil İbrahim Kalkan decad8e30f
Merge pull request #1919 from abpframework/Align-Option-Class-Names
6 years ago
Yunus Emre Kalkan 36149fc49d UnitOfWorkDefaultOptions to AbpUnitOfWorkDefaultOptions
6 years ago
Yunus Emre Kalkan 2f6eac8c7c VirtualFileSystemOptions to AbpVirtualFileSystemOptions
6 years ago
maliming 645e5d464e Move all projects to generic host & remove IConfigurationAccessor usage.
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 fca268c816 Merge branch 'dev' into aspnetcore-3.0
6 years ago
maliming 5622bfc796 Prevent the service from being injected again.
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
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 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
Halil İbrahim Kalkan 77079cf981 Resolved #1628: Upgrade all NuGet packages for the framework for v0.19 release.
6 years ago
Halil İbrahim Kalkan 08fd42e1d4 Revised AbpJsonOptions.
6 years ago
maliming 76ed33a910 add AbpJsonOptions.
6 years ago
maliming ffe8fdf917 Register middleware with ITransientDependency.
6 years ago
maliming 674291a928 Resolve #1268 Implement IMiddleware for all asp.net core middlewares.
6 years ago
Tomasz Lewandowski c1e0e98043 Polish translations
6 years ago
nguyendev 04770332c0
vi translation
6 years ago
Halil İbrahim Kalkan 5c99373d5f Upgrade to latest NuGet packages.
6 years ago
Xeevis 345f5d2511 Czech translations
6 years ago
Xeevis 40604a40d6 Initial Czech localization support
6 years ago
İsmail ÇAGDAŞ f655540555 updated all nuget packages
7 years ago
maliming e9be89d57c fix #1058 Perform non-null validation on propertyName(context.Key.Name).
7 years ago
maliming 509a9ff68c Update zh-Hans translation.
7 years ago
Marcelo Mohr Maciel df1022ba45 Update PT-BR translation
7 years ago
Halil ibrahim Kalkan 0c1eab7f9a Implemented AbpFeatureActionFilter.
7 years ago
Halil ibrahim Kalkan 986a220c07 Auto register permission definition providers.
7 years ago
Halil ibrahim Kalkan eed398dff9 Resolved #738: Implemented CorrelationId middleware.
7 years ago
Halil ibrahim Kalkan 94cc75d450 Created BloggingService.Host.
7 years ago