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.
 
 
 
 
 
 
maliming 4a77eaac35 Remove unused namespaces. 5 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. 5 years ago
Volo.Abp.AspNetCore.Authentication.JwtBearer Upgrade ms packages to 3.1.8. 5 years ago
Volo.Abp.AspNetCore.Authentication.OAuth Resolved #4023 6 years ago
Volo.Abp.AspNetCore.Authentication.OpenIdConnect Upgrade ms packages to 3.1.8. 5 years ago
Volo.Abp.AspNetCore.Components.WebAssembly Resolved #5401: Implement caching for WebAssemblyRemoteTenantStore 5 years ago
Volo.Abp.AspNetCore.Components.WebAssembly.BasicTheme Remove unused namespaces. 5 years ago
Volo.Abp.AspNetCore.Components.WebAssembly.Theming Added IAsyncInitialize & utils for the blazor UI 5 years ago
Volo.Abp.AspNetCore.MultiTenancy Add Add saveResolveResult parameter to ITenantConfigurationProvider. 5 years ago
Volo.Abp.AspNetCore.Mvc Upgrade ms packages to 3.1.8. 5 years ago
Volo.Abp.AspNetCore.Mvc.Client Added IAsyncInitialize & utils for the blazor UI 5 years ago
Volo.Abp.AspNetCore.Mvc.Client.Common Added IAsyncInitialize & utils for the blazor UI 5 years ago
Volo.Abp.AspNetCore.Mvc.Contracts updated from dev 5 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 5 years ago
Volo.Abp.AspNetCore.Mvc.UI.Bundling Remove unnecessary launchSettings.json file. 6 years ago
Volo.Abp.AspNetCore.Mvc.UI.MultiTenancy hu translation 5 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 5 years ago
Volo.Abp.AspNetCore.Mvc.UI.Theme.Shared Merge branch 'rel-3.2' into dev 5 years ago
Volo.Abp.AspNetCore.Mvc.UI.Theme.Shared.Demo Upgrade ms packages to 3.1.8. 5 years ago
Volo.Abp.AspNetCore.Mvc.UI.Widgets Implement widget auto initialize. 5 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 ms packages to 3.1.8. 5 years ago
Volo.Abp.Auditing Change the file name of IAuditLogScope 6 years ago
Volo.Abp.Authorization Upgrade ms packages to 3.1.8. 5 years ago
Volo.Abp.AutoMapper Upgrade Automapper to v10.0.0 6 years ago
Volo.Abp.Autofac Upgrade ms packages to 3.1.8. 5 years ago
Volo.Abp.Autofac.WebAssembly Introduce Volo.Abp.Autofac.WebAssembly package, move ABP application creation code to the framework. 5 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 No need to GetEntities on initialize since it gets on the datagrid event. 5 years ago
Volo.Abp.BlobStoring Refactor BlobContainer 6 years ago
Volo.Abp.BlobStoring.Aliyun Use InvariantCulture for ToLower and Regex. 5 years ago
Volo.Abp.BlobStoring.Aws Update DefaultAmazonS3ClientFactory.cs 5 years ago
Volo.Abp.BlobStoring.Azure Use InvariantCulture for ToLower and Regex. 5 years ago
Volo.Abp.BlobStoring.FileSystem Use InvariantCulture for ToLower and Regex. 5 years ago
Volo.Abp.BlobStoring.Minio fix:ObjectDisposedException 5 years ago
Volo.Abp.Caching Upgrade ms packages to 3.1.8. 5 years ago
Volo.Abp.Caching.StackExchangeRedis Upgrade ms packages to 3.1.8. 5 years ago
Volo.Abp.Castle.Core Upgrade framework packages. 6 years ago
Volo.Abp.Cli Upgrade ms packages to 3.1.8. 5 years ago
Volo.Abp.Cli.Core Update RandomizeStringEncryptionStep.cs 5 years ago
Volo.Abp.Core Prevent ReflectionHelper's GetValueByPath method use null values. 5 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 Remove base call from MapToGetListOutputDtoAsync method. 5 years ago
Volo.Abp.Ddd.Application.Contracts hu translation 5 years ago
Volo.Abp.Ddd.Domain Resolved #5525: Exception Handling for the Blazor UI. 5 years ago
Volo.Abp.Emailing Improve abp_io Localization 5 years ago
Volo.Abp.EntityFrameworkCore Upgrade ms packages to 3.1.8. 5 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 5 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 ms packages to 3.1.8. 5 years ago
Volo.Abp.EntityFrameworkCore.Sqlite Upgrade ms packages to 3.1.8. 5 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.EventBus.Rebus Rename AbpEventBusRebusOptions to AbpRebusEventBusOptions 5 years ago
Volo.Abp.ExceptionHandling Merge pull request #5760 from lszabados/dev 5 years ago
Volo.Abp.Features updated from dev 5 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. 5 years ago
Volo.Abp.Http.Abstractions Remove ConfigureAwait of async method. 6 years ago
Volo.Abp.Http.Client Upgrade ms packages to 3.1.8. 5 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. 5 years ago
Volo.Abp.IdentityModel Upgrade ms packages to 3.1.8. 5 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 hu translation 5 years ago
Volo.Abp.Localization hu translation 5 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 5 years ago
Volo.Abp.MultiTenancy Merge pull request #5190 from abpframework/maliming/linkuser 5 years ago
Volo.Abp.ObjectExtending Handle nullable type. 5 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 Configure AbpStringEncryptionOptions using random values in the template. 5 years ago
Volo.Abp.Serialization Remove ConfigureAwait of async method. 6 years ago
Volo.Abp.Settings Avoid decrypt null setting value. 5 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.Swashbuckle Update Volo.Abp.Swashbuckle.csproj 5 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 hu translation 5 years ago
Volo.Abp.UI Improve abp_io Localization 5 years ago
Volo.Abp.UI.Navigation hu translation 5 years ago
Volo.Abp.Uow Storage cache in the unit of work. 6 years ago
Volo.Abp.Validation Do not validate for primitive objects. 5 years ago
Volo.Abp.Validation.Abstractions Combine related log messages to ones. 6 years ago
Volo.Abp.VirtualFileSystem Upgrade ms packages to 3.1.8. 5 years ago