Commit Graph

699 Commits (57cac07fe6145de43fc254b11ff33ee141857e54)

Author SHA1 Message Date
Halil İbrahim Kalkan c73cd6962d Created basic interfaces for the storage.
6 years ago
Halil İbrahim Kalkan 8e69b80669 Add bootstrap css/js files to all applications
6 years ago
Halil İbrahim Kalkan e19da45b1b
Merge branch 'dev' into dev
6 years ago
Halil İbrahim Kalkan 34ec1ad0e7 #3985 Allow to dynamically map the claims.
6 years ago
Halil İbrahim Kalkan ff3f0b2436 Refactor AbpClaimsMapMiddleware
6 years ago
Halil İbrahim Kalkan a024acf0a3
Merge pull request #3985 from abpframework/maliming/map-claims
6 years ago
Halil İbrahim Kalkan 4af55021fc
Merge pull request #3997 from abpframework/akin/moved-pagetoolbar-test-to-abp-framework-solution
6 years ago
maliming f63ffc4255 Provide default values for AbpClaimsMapOptions and use AbpClaimsMapMiddleware in projects.
6 years ago
maliming 24134170e8 Merge branch 'dev' into maliming/map-claims
6 years ago
Halil İbrahim Kalkan 27a11f3781
Merge pull request #3918 from abpframework/maliming/signalr-patch-1
6 years ago
Halil İbrahim Kalkan 96a93841ad
Merge pull request #3974 from abpframework/maliming/page-void-task
6 years ago
Halil İbrahim Kalkan 69e464598e
Merge pull request #3989 from abpframework/maliming/text-templating
6 years ago
Akın Sabri Çam 3b99735e87 created a test project and moved page toolbar test to abp framework solution
6 years ago
İsmail ÇAĞDAŞ bacaa3800c Merge branch 'dev' of https://github.com/abpframework/abp into dev
6 years ago
İsmail ÇAĞDAŞ dade0f2817 added en localizaiton file for Volo.Abp.Emailing.Tests project
6 years ago
maliming 46d0d4eba3 "L" function in the text template rendering system should support parametric text.
6 years ago
Halil İbrahim Kalkan 2f0a7af7b3 Resolved #3984 Expose enum type & members to client side for extension properties.
6 years ago
maliming b70497eb6c Add AbpClaimsMapMiddleware.
6 years ago
Halil İbrahim Kalkan 2cd8311792 #3979: Allow to set custom "default value" for extra properties.
6 years ago
Halil İbrahim Kalkan 5f20c7726e Resolved #3978: ObjectExtensionManager should automatically add RequiredAttribute & EnumDataTypeAttribute when needed
6 years ago
maliming b72ba88752
Update ExceptionTestPage.cshtml.cs
6 years ago
maliming d73281680f Razor page's exception filter ignores void and task return types.
6 years ago
Halil İbrahim Kalkan 25085b2959 Improve extension property model binding.
6 years ago
liangshiwei cc1408521f Make AbpPaginationTagHelper generate correct href attribute
6 years ago
maliming 88f2d83846
Update FakeAuthenticationMiddleware.cs
6 years ago
maliming 5a2b36eeb4 Make GetClaimsPrincipal mehtod public.
6 years ago
Halil İbrahim Kalkan 3154fbcbfe Make AbpAspNetCoreSignalRTestBase abstract.
6 years ago
Halil İbrahim Kalkan cd3d1e57bd Create signalr test project.
6 years ago
maliming 78664f1d49 Make ICurrentPrincipalAccessor changeable.
6 years ago
maliming 28492534f7
Merge pull request #3321 from LuisPignataro/luisPignataro/Traslate
6 years ago
Luis Pignataro 519e6d7ffd Resolve some errors for maliming check
6 years ago
Halil İbrahim Kalkan d146f232ab Change UseMvcWithDefaultRouteAndArea with UseConfiguredEndpoints
6 years ago
Halil İbrahim Kalkan 2c0913fd22
Merge pull request #3773 from NecatiMeral/#3727-german-localization
6 years ago
Halil İbrahim Kalkan f0a90aa724
Merge pull request #3775 from NecatiMeral/#3774-dutch-localization
6 years ago
Halil İbrahim Kalkan f537cd1179 Resolved #3837: Singleton services exposing multiple services should return the same instance
6 years ago
Halil İbrahim Kalkan bd20d3f9d7
Merge pull request #3801 from abpframework/liangshiwei/virtual-file-system
6 years ago
Halil İbrahim Kalkan a94cdf7b37 Make standard layouts inline localized. Also, set IsInlineLocalized on WithVirtualFilePath
6 years ago
Khaled 453fb47c3b
Merge branch 'dev' into dev
6 years ago
Luis Pignataro 84bc8e7cb9 Merge 2.6.2
6 years ago
Halil İbrahim Kalkan 50d416dd25 Check validation on SetProperty.
6 years ago
Halil İbrahim Kalkan 431ab55dea Merge branch 'dev' into extra-properties
6 years ago
Halil İbrahim Kalkan a5141a909a
Merge pull request #3700 from CrazyBaran/dev
6 years ago
Halil İbrahim Kalkan 2ac4ab108c
Merge pull request #3794 from abpframework/maliming/audit-revert
6 years ago
Halil İbrahim Kalkan 092d2dc5cf Use L instead of l on text templates
6 years ago
Necati Meral f70953cac2 Consolidated enodings to utf-8
6 years ago
liangshiwei f48466ed72 make virtual file system return the root directory
6 years ago
maliming 61f8bc32d9 Rename unit test method name.
6 years ago
maliming bdc142454e Compare the value of the property to determine whether it is changed.
6 years ago
Halil İbrahim Kalkan ef54a6416f Added UI config for extra properties
6 years ago
Halil İbrahim Kalkan 720b5d7e2f Add TemplateDefinitionIsInlineLocalized.
6 years ago
Necati Meral 660a83c032 dutch localization for framework projects
6 years ago
Necati Meral 746fc01d32 More tabs / whitespace unification
6 years ago
Halil İbrahim Kalkan 055ba8312d Added ObjectExtensionPropertyInfo.Attributes and marked ValidationAttributes as obsolete
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
Halil İbrahim Kalkan 8a31febcb5 Fix tests for the object extension manager.
6 years ago
Halil İbrahim Kalkan 55016d8446 ExtensibleObject should set default values for defined properties.
6 years ago
Necati Meral 76fc4fb210 german localization for `Volo.Abp.AspNetCore.Mvc.Tests`
6 years ago
Necati Meral 0d187a3568 german localization for `Volo.Abp.Emailing.Tests`
6 years ago
Necati Meral eaa551f787 Small locatization test extensions
6 years ago
Necati Meral 8ea6f6e166 german translation for `Volo.Abp.Localization.Tests`
6 years ago
Halil İbrahim Kalkan f3d82a3807 Refactor text template contribution system.
6 years ago
Halil İbrahim Kalkan e1990d1a3f rename template contributor to template content contributor
6 years ago
Ahmet 60e4a8e8c3 ITemplateContributor GetOrNull converted to Async
6 years ago
Halil İbrahim Kalkan f51c67f11a Re-Organize standard email templates and renamed AddVirtualFiles to WithVirtualFilePath
6 years ago
Halil İbrahim Kalkan 0311092ae1 Refactored text templating and added more tests.
6 years ago
Halil İbrahim Kalkan 8fb41d9e43 Delete email template system and use the text template system.
6 years ago
Halil İbrahim Kalkan 61d2512311 Implemented template renderer.
6 years ago
Halil İbrahim Kalkan 24365e4979 Use Scriban on TemplateRenderer
6 years ago
Halil İbrahim Kalkan 67dbc9b453 Added template content provider and template renderer.
6 years ago
Halil İbrahim Kalkan 9060b695ea Added TemplateDefinitionExtensions.
6 years ago
Halil İbrahim Kalkan 07aaaa0469 Implemented VirtualFileTemplateContributor and added tests.
6 years ago
Halil İbrahim Kalkan 42047737bd Added more tests for template definitions.
6 years ago
Halil İbrahim Kalkan 095bb128a0 Added template definition system and tests.
6 years ago
Halil İbrahim Kalkan af77ec2aee Refactored and added test project
6 years ago
CrazyBaran 54268c2834 change pl-PL for tests projects.
6 years ago
Ahmet 8f8b71b484 demo - title update
6 years ago
Ahmet 59c9215843 bootstrap sample - documentation anchors added
6 years ago
Ahmet 26ca872fc3 log settings reverted.
6 years ago
Ahmet 535a3b6b25 Component index page implemented
6 years ago
Ahmet 68b2b4b986 basic theme demo, titles implemted
6 years ago
Ahmet 6daa05f0c3 abp-utils added to test proj.
6 years ago
Ahmet 007742c1d9 missin libraries added in test proj.
6 years ago
maliming 03abe372ee Restore DeleteOrphansTiming value of ChangeTracker.
6 years ago
Halil İbrahim Kalkan 0903001308 Added tests
6 years ago
Ahmet f6a41a81b2 select2 bootstrap modal patch
6 years ago
Yunus Emre Kalkan 0aea6740c7 Update FormElements.cshtml
6 years ago
Halil İbrahim Kalkan 5406b88258
Merge pull request #3490 from abpframework/maliming/EntityHelper
6 years ago
Halil İbrahim Kalkan bd041b8774 Added more authorization tests.
6 years ago
Halil İbrahim Kalkan 63cb2f0c8d
Merge pull request #2659 from mperk/#214-authorization-improvements
6 years ago
Halil İbrahim Kalkan 3287e63768 Merge branch 'pr/2414' into dev
6 years ago
Halil İbrahim Kalkan 71367a7fe8 Merge branch 'dev' into pr/2414
6 years ago
Halil İbrahim Kalkan ec1b031a72 Fix HasExtraPropertiesExtensions_Tests
6 years ago
Halil İbrahim Kalkan c69e2f12ed Allow to write custom code to validate an extensible object.
6 years ago
Halil İbrahim Kalkan 2b211c1073 Add validation for extra properties.
6 years ago
Halil İbrahim Kalkan c923dfd045
Merge pull request #3348 from abpframework/maliming/Interceptors-ignore-types
6 years ago
maliming fb8dee5ccc Enhance EntityHelper's TrySetId method.
6 years ago
Halil İbrahim Kalkan 86aee14c88 Resolved #3486: Allow to Enable/Disable a permission.
6 years ago
Halil İbrahim Kalkan d506d40608 Allow to ignore some properties on mapping extensible objects.
6 years ago
Halil İbrahim Kalkan 1e916d78bc
Merge pull request #3259 from abpframework/maliming/mongodb-delete
6 years ago
Yunus Emre Kalkan 8cae5c276a
Merge pull request #3282 from gterdem/gterdem/popover_tag_enhancement
6 years ago
maliming e68fd6b7a2 Merge branch 'dev' into maliming/Interceptors-ignore-types
6 years ago
Halil İbrahim Kalkan 70444944c7 Resolve #3339: Dynamic C# API Clients may not handle DateTime on QueryString when client and server cultures are different
6 years ago
Halil İbrahim Kalkan 9698e3f7dc Refactor MappingPropertyDefinitionChecks
6 years ago
Halil İbrahim Kalkan 3ba4accc59 Added ObjectExtensionManager_Tests
6 years ago
Halil İbrahim Kalkan edf8f82fc2 Refactor ObjectExtending.
6 years ago
Halil İbrahim Kalkan bb83eccd6f Revised AbpAutoMapperExtensibleDtoExtensions and more added tests.
6 years ago
Halil İbrahim Kalkan 4ad1b13996 Added Volo.Abp.ObjectExtending.Tests project
6 years ago
Halil İbrahim Kalkan a3e9e0d533 Refactor ObjectExtensionManager & Update the documentation.
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
maliming 651ca79ce0 Merge branch 'dev' into maliming/Interceptors-ignore-types
6 years ago
Halil İbrahim Kalkan 54f33891db Configure entity extensions by convention.
6 years ago
Halil İbrahim Kalkan 7da5321d69 Refactor entity extensions.
6 years ago
Halil İbrahim Kalkan 2863b5cb5d Add test & refactor for EntityExtensionManager
6 years ago
maliming f2d3b71224 Introducing DynamicProxyIgnoreTypes.
6 years ago
Halil İbrahim Kalkan e849921f7e Resolved #3328: Allow to subscribe to exceptions handled by the abp framework
6 years ago
Luis Pignataro 8fe42a2f83 Merge branch 'dev' of https://github.com/abpframework/abp into luisPignataro/Traslate
6 years ago
Galip Tolga Erdem 6d0759ff76 Added multi usage attributes together
6 years ago
Galip Tolga Erdem 3613f90662 Added popover tag helper hoverable functionality
6 years ago
Galip Tolga Erdem 2088b62caf fixed bootstrap popover link
6 years ago
maliming 806fec85d2 MongoDbRepository needs to filter when deleting entity based on Id.
6 years ago
Galip Tolga Erdem 8b675324e5 added missing commat at tutorial for multiple buttons
6 years ago
Yunus Emre Kalkan 65b6a76b6e fix build error
6 years ago
Halil İbrahim Kalkan a628e177a5 Add test for TypeHelper and improve ReflectionHelper
6 years ago
Halil İbrahim Kalkan 793a600981 Fix TypeHelper.IsDictionary and add tests.
6 years ago
Halil İbrahim Kalkan b6f114353d Added test
6 years ago
maliming d98c393e99 Merge branch 'dev' into maliming/CascadeTiming
6 years ago
Halil İbrahim Kalkan 8bab5cb9b3 Support composite keys for CrudAppService
6 years ago
Halil İbrahim Kalkan f2be037bfc Resolved #3148: Add IRepository.GetAsync and IRepository.FindAsync methods those get predicate.
6 years ago
Halil İbrahim Kalkan 6280726dd1 Update TestDataBuilder.cs
6 years ago
Luis Pignataro 005970f69c Merge branch 'V211' into luisPignataro/Traslate
6 years ago
Luis Pignataro d941b1adea Change special characters to unicode
6 years ago
Ahmet Çotur 48890f8021 boostrap component demo - updated
6 years ago
maliming 01d1b65cbd Cascading entities should not be deleted when soft deleting entities.
6 years ago
maliming 2a42ba80cf Merge branch 'dev' into #214-authorization-improvements
6 years ago
Ahmet Çotur 3b60c09123 bootstrap component demo - carousel added
6 years ago
Ahmet Çotur 34346abdd1 bootstrap component demo - paginator added
6 years ago
Ahmet Çotur 6340083da1 boostrap demo - form components added
6 years ago
Halil İbrahim Kalkan f0e41bc55f
Merge pull request #2959 from abpframework/maliming/saveauditlog
6 years ago
Halil İbrahim Kalkan 23e6018278 Renamed Volo.Abp.Http.Client.IdentityModel.Relay to Volo.Abp.Http.Client.IdentityModel.Web. Also fixed depending projects.
6 years ago
maliming c086bfe609 Fix audit unit tests.
6 years ago
Halil İbrahim Kalkan decf4c7d34
Merge pull request #2880 from abpframework/maliming/auditlogs
6 years ago
Ahmet Çotur dc81bb7ca5 boostrap demo components added
6 years ago
Halil İbrahim Kalkan 133f0c0100 Auto add h2 and refactor the basic theme demo.
6 years ago
Halil İbrahim Kalkan d6c78b3e6f Added styles
6 years ago
Halil İbrahim Kalkan 10d8e22e9f ReplaceEmbeddedByPhysical for the AbpAspNetCoreMvcUiThemeSharedDemoModule
6 years ago
Halil İbrahim Kalkan 4a9bb6db84 Created Volo.Abp.AspNetCore.Mvc.UI.Theme.Shared.Demo project.
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
maliming 0d577741cd
Merge branch 'dev' into #214-authorization-improvements
6 years ago
Galip Tolga Erdem a341528aa6 Updated AuditingMidware exception check and new test
6 years ago
Halil İbrahim Kalkan fc8d34eae9 Refactor and improvements for #2807
6 years ago
Halil İbrahim Kalkan 8d76491209 Merge branch 'dev' into pr/2807
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
Galip Tolga Erdem eef0f5f59a Added HardDelete with EfCoreRepository and MongoDbRepository tests
6 years ago
Halil İbrahim Kalkan d9b7e3aef0 Merge branch 'dev' into maliming/Auditing
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
Mehmet Perk cfba922932 authorization tests with role
6 years ago
mperk 9617efc5e9 change authorization service to abpauthorization service
6 years ago
maliming fc33924d0a
Update zh-Hant.json
6 years ago
mperk 85f956f5ae authorize check with combine
6 years ago
YinChang ea140ba748 add zh-hant to project in framework
6 years ago
maliming 3cc29f7ca6 Use propertyEntry.IsModified instead of the Equals method of the object.
6 years ago
Mehmet Perk 5016ba69a3 authorization tests with role
6 years ago
maliming 289e8c4da6 Add more Auditing unit tests.
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 a529a3df9e Merge branch 'dev' of https://github.com/abpframework/abp into pr/2277
6 years ago
Halil İbrahim Kalkan a8e8cf26f1 #2597 Rename UseSerilogEnrichers to UseAbpSerilogEnrichers
6 years ago
Halil İbrahim Kalkan c88cd2054e #2597 Refactor AbpAspNetCoreSerilogOptions
6 years ago
Halil İbrahim Kalkan da4c91cabd #2597 Rename AbpSerilogModule to AbpAspNetCoreSerilogModule to bettern align the module name and the package name.
6 years ago
Halil İbrahim Kalkan f31c335c15
Merge pull request #2597 from mehmetuken/serilog-enrichment
6 years ago
Galip Tolga Erdem 58d9f3fb5c Updated AuditingMiddleware, updated AuditingManager
6 years ago
Halil İbrahim Kalkan 625632ed94 Resolved #2607: Renamed ValidationHandler to ValidationHelper.
6 years ago
Mehmet Tüken e84dde4f76 Change Serilog.Extensions.Hosting package to Serilog.AspNetCore.
6 years ago
Mehmet Tüken beecc19957 Add test project.
6 years ago
Mehmet Tüken d2cca7306e Add ValidationInterceptor.
6 years ago
Halil İbrahim Kalkan 4ba4306165 Remove unnecessary async usages.
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 388dce7cd2
Merge pull request #2489 from recepdmr/todolist
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
developerrd 76151fcee5 AbpIntegratedTest change all proejct namespace
6 years ago
maliming bed26a0a62 Removed obsolete WithCulture method.
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 2bda094fcf Fix build errors after PR merges.
6 years ago
Halil İbrahim Kalkan 1a44e4fdde
Merge branch 'dev' into dev
6 years ago
Halil İbrahim Kalkan d5422af84c
Merge pull request #2391 from mehmetuken/update-packages
6 years ago
Halil İbrahim Kalkan 7d3a1b0662
Merge pull request #2381 from abpframework/maliming/AsyncBackgroundJob
6 years ago
Halil İbrahim Kalkan ee403c37e9 Resolved #2467: Add MaxMaxResultCount to LimitedResultRequestDto.
6 years ago