Open Source Web Application Framework for ASP.NET Core
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Halil İbrahim Kalkan 402f38ec68
Merge pull request #5770 from abpframework/dev-fix-message-alert
6 years ago
..
Volo.Abp Remove ConfigureAwait of async method. 6 years ago
Volo.Abp.ApiVersioning.Abstractions Remove ConfigureAwait of async method. 6 years ago
Volo.Abp.AspNetCore Enable AbpAutoValidateAntiforgeryTokenAttribute by default. 6 years ago
Volo.Abp.AspNetCore.Authentication.JwtBearer Upgrade all AspNetCore/MsExtensions related packages to 3.1.6. 6 years ago
Volo.Abp.AspNetCore.Authentication.OAuth Resolved #4023 6 years ago
Volo.Abp.AspNetCore.Authentication.OpenIdConnect Update AbpOpenIdConnectExtensions.cs 6 years ago
Volo.Abp.AspNetCore.Components.WebAssembly Microsoft.AspNetCore.WebUtilities package added to support query string parsing in blazor. 6 years ago
Volo.Abp.AspNetCore.Components.WebAssembly.BasicTheme Move use of UiMessageAlert to BasicTheme MainLayout 6 years ago
Volo.Abp.AspNetCore.Components.WebAssembly.Theming Added IAsyncInitialize & utils for the blazor UI 6 years ago
Volo.Abp.AspNetCore.MultiTenancy Add Add saveResolveResult parameter to ITenantConfigurationProvider. 6 years ago
Volo.Abp.AspNetCore.Mvc Refactored #5733 6 years ago
Volo.Abp.AspNetCore.Mvc.Client Added IAsyncInitialize & utils for the blazor UI 6 years ago
Volo.Abp.AspNetCore.Mvc.Client.Common Added IAsyncInitialize & utils for the blazor UI 6 years ago
Volo.Abp.AspNetCore.Mvc.Contracts updated from dev 6 years ago
Volo.Abp.AspNetCore.Mvc.UI Resolved #5068: Introduce LoginUrl and LogoutUrl options. 6 years ago
Volo.Abp.AspNetCore.Mvc.UI.Bootstrap Fix HTML coding error in AbpInputTagHelperService 6 years ago
Volo.Abp.AspNetCore.Mvc.UI.Bundling Remove unnecessary launchSettings.json file. 6 years ago
Volo.Abp.AspNetCore.Mvc.UI.MultiTenancy Spanish localization update for v3.2 6 years ago
Volo.Abp.AspNetCore.Mvc.UI.Packages Merge pull request #5185 from abpframework/cotur/cropperjs 6 years ago
Volo.Abp.AspNetCore.Mvc.UI.Theme.Basic Auto set antiforgery cookie 6 years ago
Volo.Abp.AspNetCore.Mvc.UI.Theme.Shared Resolved #5525: Exception Handling for the Blazor UI. 6 years ago
Volo.Abp.AspNetCore.Mvc.UI.Theme.Shared.Demo Abp TagHelpers Updated 6 years ago
Volo.Abp.AspNetCore.Mvc.UI.Widgets Implement widget auto initialize. 6 years ago
Volo.Abp.AspNetCore.Serilog Resolved #4023 6 years ago
Volo.Abp.AspNetCore.SignalR Resolved #4023 6 years ago
Volo.Abp.AspNetCore.TestBase Upgrade all AspNetCore/MsExtensions related packages to 3.1.6. 6 years ago
Volo.Abp.Auditing Change the file name of IAuditLogScope 6 years ago
Volo.Abp.Authorization Upgrade all AspNetCore/MsExtensions related packages to 3.1.6. 6 years ago
Volo.Abp.AutoMapper Upgrade Automapper to v10.0.0 6 years ago
Volo.Abp.Autofac Introduce Volo.Abp.Autofac.WebAssembly package, move ABP application creation code to the framework. 6 years ago
Volo.Abp.Autofac.WebAssembly Introduce Volo.Abp.Autofac.WebAssembly package, move ABP application creation code to the framework. 6 years ago
Volo.Abp.BackgroundJobs Remove ConfigureAwait of async method. 6 years ago
Volo.Abp.BackgroundJobs.Abstractions Execute the job by determining IsJobExecutionEnabled 6 years ago
Volo.Abp.BackgroundJobs.HangFire #3382 Throw exception instead of warning if background job execution was disabled but still trying to execute. 6 years ago
Volo.Abp.BackgroundJobs.Quartz Clean unused code and format code. 6 years ago
Volo.Abp.BackgroundJobs.RabbitMQ Upgrade RabbitMQ.Client to 6.1.0 6 years ago
Volo.Abp.BackgroundWorkers Make base properties of common base classes protected instead of public 6 years ago
Volo.Abp.BackgroundWorkers.Quartz Optimize 6 years ago
Volo.Abp.BlazoriseUI After last refactor confirmations dialog was not working properly 6 years ago
Volo.Abp.BlobStoring Refactor BlobContainer 6 years ago
Volo.Abp.BlobStoring.Aliyun Use InvariantCulture for ToLower and Regex. 6 years ago
Volo.Abp.BlobStoring.Aws Update DefaultAmazonS3ClientFactory.cs 6 years ago
Volo.Abp.BlobStoring.Azure Use InvariantCulture for ToLower and Regex. 6 years ago
Volo.Abp.BlobStoring.FileSystem Use InvariantCulture for ToLower and Regex. 6 years ago
Volo.Abp.BlobStoring.Minio fix:ObjectDisposedException 6 years ago
Volo.Abp.Caching Upgrade all AspNetCore/MsExtensions related packages to 3.1.6. 6 years ago
Volo.Abp.Caching.StackExchangeRedis Revert changes for Redis option 6 years ago
Volo.Abp.Castle.Core Upgrade framework packages. 6 years ago
Volo.Abp.Cli Upgrade all AspNetCore/MsExtensions related packages to 3.1.6. 6 years ago
Volo.Abp.Cli.Core Merge pull request #5654 from abpframework/liangshiwei/patch-1-abpcli 6 years ago
Volo.Abp.Core Refactored #5733 6 years ago
Volo.Abp.Dapper Upgrade framework packages. 6 years ago
Volo.Abp.Data Added Volo.Abp.ObjectExtending package. 6 years ago
Volo.Abp.Ddd.Application Improve BlazorisePageBase 6 years ago
Volo.Abp.Ddd.Application.Contracts Clean project files 6 years ago
Volo.Abp.Ddd.Domain Resolved #5525: Exception Handling for the Blazor UI. 6 years ago
Volo.Abp.Emailing Spanish localization update for v3.2 6 years ago
Volo.Abp.EntityFrameworkCore Update EfCoreRepositoryExtensions.cs 6 years ago
Volo.Abp.EntityFrameworkCore.MySQL #4323 Implemented: Set AbpSequentialGuidGeneratorOptions.DefaultSequentialGuidType by the database provider packages 6 years ago
Volo.Abp.EntityFrameworkCore.Oracle updated from dev 6 years ago
Volo.Abp.EntityFrameworkCore.Oracle.Devart Upgrade framework packages. 6 years ago
Volo.Abp.EntityFrameworkCore.PostgreSql Upgrade framework packages. 6 years ago
Volo.Abp.EntityFrameworkCore.SqlServer Upgrade all AspNetCore/MsExtensions related packages to 3.1.6. 6 years ago
Volo.Abp.EntityFrameworkCore.Sqlite Upgrade all AspNetCore/MsExtensions related packages to 3.1.6. 6 years ago
Volo.Abp.EventBus Get event data tenant id from IEventDataMayHaveTenantId. 6 years ago
Volo.Abp.EventBus.Kafka Add Kafka event bus integration 6 years ago
Volo.Abp.EventBus.RabbitMQ Switch to the tenant before calling the handleevent method. 6 years ago
Volo.Abp.ExceptionHandling Resolved #5525: Exception Handling for the Blazor UI. 6 years ago
Volo.Abp.Features updated from dev 6 years ago
Volo.Abp.FluentValidation Upgrade framework packages. 6 years ago
Volo.Abp.GlobalFeatures Also accept Name for RequiresGlobalFeatureAttribute. 6 years ago
Volo.Abp.Guids #4323 Implemented: Set AbpSequentialGuidGeneratorOptions.DefaultSequentialGuidType by the database provider packages 6 years ago
Volo.Abp.HangFire #3382 Should check if _backgroundJobServer is null 6 years ago
Volo.Abp.Http Resolved #5525: Exception Handling for the Blazor UI. 6 years ago
Volo.Abp.Http.Abstractions Remove ConfigureAwait of async method. 6 years ago
Volo.Abp.Http.Client Refactored #5733 6 years ago
Volo.Abp.Http.Client.IdentityModel Remove unnecessary launchSettings.json file. 6 years ago
Volo.Abp.Http.Client.IdentityModel.Web Resolved #4023 6 years ago
Volo.Abp.Http.Client.IdentityModel.WebAssembly sort modifiers. 6 years ago
Volo.Abp.IdentityModel Use integer instead of double. 6 years ago
Volo.Abp.Json Resolved #4905: Allow to add converters to the standard JSON serializer 6 years ago
Volo.Abp.Kafka Update kafka connection pool 6 years ago
Volo.Abp.Ldap Spanish localization update for v3.2 6 years ago
Volo.Abp.Localization feat: french localization 6 years ago
Volo.Abp.Localization.Abstractions Resolved #3984 Expose enum type & members to client side for extension properties. 6 years ago
Volo.Abp.MailKit Use async methods in the MailKitSmtpEmailSender 6 years ago
Volo.Abp.MemoryDb Added GetPagedListAsync methods to the repository 6 years ago
Volo.Abp.Minify Upgrade framework packages. 6 years ago
Volo.Abp.MongoDB Update mongodb unit tests 6 years ago
Volo.Abp.MultiTenancy Merge pull request #5190 from abpframework/maliming/linkuser 6 years ago
Volo.Abp.ObjectExtending Handle nullable type. 6 years ago
Volo.Abp.ObjectMapping Remove ConfigureAwait of async method. 6 years ago
Volo.Abp.Quartz Added Quartz.Plugins.TimeZoneConverter 6 years ago
Volo.Abp.RabbitMQ Upgrade RabbitMQ.Client to 6.1.0 6 years ago
Volo.Abp.Security Merge branch 'dev' into maliming/linkuser 6 years ago
Volo.Abp.Serialization Remove ConfigureAwait of async method. 6 years ago
Volo.Abp.Settings Avoid decrypt null setting value. 6 years ago
Volo.Abp.Sms Remove ConfigureAwait of async method. 6 years ago
Volo.Abp.Specifications Remove ConfigureAwait of async method. 6 years ago
Volo.Abp.TestBase Remove ConfigureAwait of async method. 6 years ago
Volo.Abp.TextTemplating Upgrade framework packages. 6 years ago
Volo.Abp.Threading Complete methods of IAsyncQueryableExecuter. 6 years ago
Volo.Abp.Timing Clean project files 6 years ago
Volo.Abp.UI Spanish localization update for v3.2 6 years ago
Volo.Abp.UI.Navigation feat: french localization 6 years ago
Volo.Abp.Uow Storage cache in the unit of work. 6 years ago
Volo.Abp.Validation feat: french localization 6 years ago
Volo.Abp.Validation.Abstractions Combine related log messages to ones. 6 years ago
Volo.Abp.VirtualFileSystem Upgrade all AspNetCore/MsExtensions related packages to 3.1.6. 6 years ago