Halil İbrahim Kalkan

Results 69 issues of Halil İbrahim Kalkan

Based on https://github.com/abpframework/abp/pull/13644 * Document `SaveStaticPermissionsToDatabase`, `IsDynamicPermissionStoreEnabled`, `DeletedPermissionGroups`, `DeletedPermissions` in the `PermissionManagementOptions`. (`DeletedPermissionGroups`, `DeletedPermissions` will be moved to `AbpPermissionOptions`) * `ISimpleStateCheckerSerializer` (in the advanced section of state checkers) * `IDynamicPermissionDefinitionStore`...

documentation
effort-sm

- [ ] Community Modules, Themes, Tools - [ ] Other documentation / guides / tutorials (including in Non-English texts) - [ ] Announce this repository, so people may contribute

feature
priority:normal

We'd implemented a custom logger to show errors for Blazor WASM. For server side, global exception handling is not possible yet (see https://github.com/dotnet/aspnetcore/issues/30940). However, we can still show a better...

feature
abp-framework
priority:high
ui-blazor
effort-sm

### Requirements * Add `bool? IsApproved` (nullable) and to the `Comment` entity, which is used to track the approvement state for that comment. * `null`: No action taken yet (default...

feature
abp-module-cms-kit
effort-md

We may implement ambient context pattern with a service (like `IAuditPropertyOptionScope`) that we use to create scopes and sets the options to enable/disable setting audit properties (`CreationTime`, `CreatorId`, `LastModifierId`, `LastModificationTime`,...

feature
abp-framework
effort-sm

Once it is released, we will upgrade to .NET 9.0 RC.1. ABP 9.0-RC.1 will be based on .NET 9.0-RC.x, and final ABP 9.0 will be based on .NET 9.0. ---...

feature
abp-framework
effort-lg

* We can consider to introduce a state management API like Dapr's state management: https://docs.dapr.io/developing-applications/building-blocks/state-management/state-management-overview/ * We can integrate to Dapr, surely. * Default persistence can be distributed cache. We...

feature
abp-framework

@EngincanV has created an article and a NuGet package for that: https://abp.io/community/articles/introducing-the-google-cloud-storage-blob-provider-yrt6azc0 I think we can move that to the ABP Framework as `Volo.Abp.BlobStoring.Google` package. We should arrange namespaces/class names...

feature
priority:normal
effort-md

My thoughts: * Create an AspNet Core middleware that disables soft-delete if requested by the client via a cookie or http header. So, we can create a global or page...

feature
abp-framework
discussion
priority:normal