Skip to content

An abp application module that allows users to send private messages to each other.

License

Notifications You must be signed in to change notification settings

SyrnaAbp/Syrna.PrivateMessaging

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Syrna.PrivateMessaging

Private Messaging module for ABP framework.

ABP version build and test NuGet Download NuGet (with prereleases)

An abp application module that allows users to send private messages to each other.

Installation

  1. Install the following NuGet packages. (see how)

    • Syrna.PrivateMessaging.Application
    • Syrna.PrivateMessaging.Application.Contracts
    • Syrna.PrivateMessaging.Domain
    • Syrna.PrivateMessaging.Domain.Shared
    • Syrna.PrivateMessaging.EntityFrameworkCore
    • Syrna.PrivateMessaging.HttpApi
    • Syrna.PrivateMessaging.HttpApi.Client
    • Syrna.PrivateMessaging.Web
    • Syrna.PrivateMessaging.Blazor
    • Syrna.PrivateMessaging.Blazor.Server
    • Syrna.PrivateMessaging.Blazor.WebAssembly
  2. Add DependsOn(typeof(PrivateMessagingXxxModule)) attribute to configure the module dependencies. (see how)

  3. Add builder.ConfigurePrivateMessaging(); to the OnModelCreating() method in MyProjectMigrationsDbContext.cs.

  4. Add EF Core migrations and update your database. See: ABP document.

Usage

image

image

image

image

image

image

Reference

This project based on EasyAbp PrivateMessaging

Differences

  1. Demo project created for OpenIddict
  2. Demo project extended modules added
  3. Blazor modules added
  4. Inbox sorting appliyed
  5. Outbox sorting applyed
  6. Added create button to Toolbar dropdown menu
  7. Added ReadTime to Outbox

About

An abp application module that allows users to send private messages to each other.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published