Commit Graph

511 Commits (e9159fd1b969f8caa164926a9a50859b168e46f4)

Author SHA1 Message Date
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
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
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