| .. |
|
Volo.Abp
|
Add Volo.Abp package.
|
7 years ago |
|
Volo.Abp.ApiVersioning.Abstractions
|
ServiceConfigurationContext
|
8 years ago |
|
Volo.Abp.AspNetCore
|
Remove sync extensions for ISettingProvider
|
7 years ago |
|
Volo.Abp.AspNetCore.Authentication.JwtBearer
|
Added Volo.Abp.AspNetCore.Authentication.JwtBearer package.
|
7 years ago |
|
Volo.Abp.AspNetCore.Authentication.OAuth
|
Fix AbpClaimActionCollectionExtensions.MapAbpClaimTypes
|
7 years ago |
|
Volo.Abp.AspNetCore.MultiTenancy
|
Register middleware with ITransientDependency.
|
7 years ago |
|
Volo.Abp.AspNetCore.Mvc
|
Convert AspNetCoreApiDescriptionModelProvider and ApiDescriptionFinder to transient.
|
7 years ago |
|
Volo.Abp.AspNetCore.Mvc.Client
|
Reduce AsyncHelper.RunSync usage #1403
|
7 years ago |
|
Volo.Abp.AspNetCore.Mvc.Contracts
|
Implement RemoteLanguageProvider
|
7 years ago |
|
Volo.Abp.AspNetCore.Mvc.UI
|
Use CurrentCulture as the page language.
|
7 years ago |
|
Volo.Abp.AspNetCore.Mvc.UI.Bootstrap
|
Added TODO
|
7 years ago |
|
Volo.Abp.AspNetCore.Mvc.UI.Bundling
|
Auto add styles/scripts of a used widget in the page #297
|
7 years ago |
|
Volo.Abp.AspNetCore.Mvc.UI.Dashboards
|
Resolve #297: Widget system.
|
7 years ago |
|
Volo.Abp.AspNetCore.Mvc.UI.MultiTenancy
|
Polish translations
|
7 years ago |
|
Volo.Abp.AspNetCore.Mvc.UI.Packages
|
Implemented blockui & setBusy APIs natively
|
7 years ago |
|
Volo.Abp.AspNetCore.Mvc.UI.Theme.Basic
|
Auto add styles/scripts of a used widget in the page #297
|
7 years ago |
|
Volo.Abp.AspNetCore.Mvc.UI.Theme.Shared
|
Auto add styles/scripts of a used widget in the page #297
|
7 years ago |
|
Volo.Abp.AspNetCore.Mvc.UI.Widgets
|
Update WidgetDefinition.cs
|
7 years ago |
|
Volo.Abp.AspNetCore.TestBase
|
use HttpClientFactory and Polly
|
7 years ago |
|
Volo.Abp.Auditing
|
Remove AsyncHelper.RunSync from AuditingStoreExtensions
|
7 years ago |
|
Volo.Abp.Authorization
|
Fixed #1464: Add sync methods to IBackgroundJobStore
|
7 years ago |
|
Volo.Abp.AutoMapper
|
Remove the static API from the Automapper module.
|
7 years ago |
|
Volo.Abp.Autofac
|
Fixes #1367: Actions subscribed to ServiceCollectionRegistrationActionExtensions.OnRegistred are not invoked
|
7 years ago |
|
Volo.Abp.BackgroundJobs
|
Fixed #1464: Add sync methods to IBackgroundJobStore
|
7 years ago |
|
Volo.Abp.BackgroundJobs.Abstractions
|
Reduce AsyncHelper.RunSync usage #1403
|
7 years ago |
|
Volo.Abp.BackgroundJobs.HangFire
|
Resolved #590: Memory leak while checking background jobs periodically.
|
7 years ago |
|
Volo.Abp.BackgroundJobs.RabbitMQ
|
Remove RunnableExtensions, Remove IRunnable from AbpTimer.
|
7 years ago |
|
Volo.Abp.BackgroundWorkers
|
Remove RunnableExtensions, Remove IRunnable from AbpTimer.
|
7 years ago |
|
Volo.Abp.Caching
|
Replace AsyncLock with SemaphoreSlim
|
7 years ago |
|
Volo.Abp.Castle.Core
|
Implement fully async interceptors.
|
7 years ago |
|
Volo.Abp.Cli
|
Use local urls on debug, real urls on release.
|
7 years ago |
|
Volo.Abp.Cli.Core
|
Add local-framework-ref option to project building.
|
7 years ago |
|
Volo.Abp.Core
|
Create initial sample dashboard.
|
7 years ago |
|
Volo.Abp.Dapper
|
Dapper Integration.
|
7 years ago |
|
Volo.Abp.Data
|
DataSeeder should work as a UOW.
|
7 years ago |
|
Volo.Abp.Ddd.Application
|
#1403 Remove sync extensions for IAuthorizationService
|
7 years ago |
|
Volo.Abp.Ddd.Domain
|
Resolved #1465: Remove Sync API for IEmailSender
|
7 years ago |
|
Volo.Abp.Emailing
|
Remove EmailSenderBase.SendEmail
|
7 years ago |
|
Volo.Abp.EntityFrameworkCore
|
added ConfigureCreationAuditedAggregateRoot and ConfigureAuditedAggregateRoot extension methods.
|
7 years ago |
|
Volo.Abp.EntityFrameworkCore.MySQL
|
Change MySql.Data.EntityFrameworkCore To Pomelo.EntityFrameworkCore.MySql
|
7 years ago |
|
Volo.Abp.EntityFrameworkCore.PostgreSql
|
Upgrade to latest NuGet packages.
|
7 years ago |
|
Volo.Abp.EntityFrameworkCore.SqlServer
|
updated all nuget packages
|
7 years ago |
|
Volo.Abp.EntityFrameworkCore.Sqlite
|
Beautify the sqlite project code.
|
7 years ago |
|
Volo.Abp.EventBus
|
Remove RunnableExtensions, Remove IRunnable from AbpTimer.
|
7 years ago |
|
Volo.Abp.EventBus.RabbitMQ
|
Use IServiceScopeFactory instead of IHybridServiceScopeFactory for event bus.
|
7 years ago |
|
Volo.Abp.Features
|
#1403 Remove IFeatureChecker sync extensions
|
7 years ago |
|
Volo.Abp.FluentValidation
|
Upgrade to latest NuGet packages.
|
7 years ago |
|
Volo.Abp.Guids
|
Resolved #408: Automatically register services by convention for a module
|
8 years ago |
|
Volo.Abp.HangFire
|
Upgrade to latest NuGet packages.
|
7 years ago |
|
Volo.Abp.Http
|
Extract IProxyScriptManagerCache. Make ProxyScriptManager transient.
|
7 years ago |
|
Volo.Abp.Http.Abstractions
|
Resolved #408: Automatically register services by convention for a module
|
8 years ago |
|
Volo.Abp.Http.Client
|
Remove LanguageProviderExtensions.
|
7 years ago |
|
Volo.Abp.Http.Client.IdentityModel
|
use HttpClientFactory and Polly
|
7 years ago |
|
Volo.Abp.IdentityModel
|
Upgrade to latest NuGet packages.
|
7 years ago |
|
Volo.Abp.Json
|
Revised AbpJsonOptions.
|
7 years ago |
|
Volo.Abp.Ldap
|
Fix SSL casing.
|
7 years ago |
|
Volo.Abp.Localization
|
Remove LanguageProviderExtensions.
|
7 years ago |
|
Volo.Abp.Localization.Abstractions
|
#203 Setting Management Enhancements
|
7 years ago |
|
Volo.Abp.MailKit
|
follows https://github.com/abpframework/abp/commit/922af8e558462586bfa74bedaaa48cff10335942 remove MailKitSmtpEmailSender.SendMail
|
7 years ago |
|
Volo.Abp.MemoryDb
|
Use Json serialization/deserialization entity.
|
7 years ago |
|
Volo.Abp.MongoDB
|
Fix #1492 MongoDbRepositoryRegistrar bug.
|
7 years ago |
|
Volo.Abp.MultiTenancy
|
Delete TenantStoreExtensions.cs
|
7 years ago |
|
Volo.Abp.ObjectMapping
|
#1403 refactor singletons.
|
7 years ago |
|
Volo.Abp.RabbitMQ
|
Remove RunnableExtensions, Remove IRunnable from AbpTimer.
|
7 years ago |
|
Volo.Abp.Security
|
Fix spelling mistakes
|
7 years ago |
|
Volo.Abp.Serialization
|
Resolved #408: Automatically register services by convention for a module
|
8 years ago |
|
Volo.Abp.Settings
|
Remove sync extensions for ISettingProvider
|
7 years ago |
|
Volo.Abp.Sms
|
Register NullSmsSender as TryRegister
|
7 years ago |
|
Volo.Abp.Specifications
|
Improve the Specifications project code and testing.
|
7 years ago |
|
Volo.Abp.TestBase
|
Refactor event bus and fix breaking code.
|
7 years ago |
|
Volo.Abp.Threading
|
Remove RunnableExtensions, Remove IRunnable from AbpTimer.
|
7 years ago |
|
Volo.Abp.Timing
|
DateTimeConverter with MvcJsonOptions
|
7 years ago |
|
Volo.Abp.UI
|
Polish translations
|
7 years ago |
|
Volo.Abp.UI.Navigation
|
#1403 Remove sync extensions for IAuthorizationService
|
7 years ago |
|
Volo.Abp.Uow
|
Merge pull request #1422 from abpframework/maliming/unitofwork
|
7 years ago |
|
Volo.Abp.Validation
|
Fixed #1464: Add sync methods to IBackgroundJobStore
|
7 years ago |
|
Volo.Abp.VirtualFileSystem
|
Replace AsyncLock with SemaphoreSlim
|
7 years ago |