lemmy/crates/db_schema/src/source
Nutomic 004efd5d94
Implement reports for private messages (#2433)
* Implement reports for private messages

* finish private message report view + test

* implement api for pm reports

* merge list report api calls into one, move report count to site

* fix compile error

* Revert "merge list report api calls into one, move report count to site"

This reverts commit 3bf3b06a705c6bcf2bf20d07e2819b81298790f3.

* add websocket messages for pm report created/resolved

* remove private_message_report_view

* add joinable private_message_report -> person_alias_1

* Address review comments
2022-09-19 22:58:42 +00:00
..
activity.rs Add cargo feature for building lemmy_api_common with mininum deps (#2243) 2022-05-03 17:44:13 +00:00
comment.rs Add language tags for comments 2022-09-02 10:49:54 -04:00
comment_reply.rs First pass at adding comment trees. (#2362) 2022-07-30 05:55:59 +02:00
comment_report.rs Add cargo feature for building lemmy_api_common with mininum deps (#2243) 2022-05-03 17:44:13 +00:00
community.rs Fix a few form options for diesel. Fixes #2287 (#2376) 2022-07-29 15:04:21 +02:00
community_block.rs Add cargo feature for building lemmy_api_common with mininum deps (#2243) 2022-05-03 17:44:13 +00:00
email_verification.rs Add cargo feature for building lemmy_api_common with mininum deps (#2243) 2022-05-03 17:44:13 +00:00
language.rs The language id is crucial for front ends. (#2437) 2022-09-13 21:02:37 +00:00
local_user.rs Tag posts and comments with language (fixes #440) (#2269) 2022-08-18 15:11:19 -04:00
local_user_language.rs Tag posts and comments with language (fixes #440) (#2269) 2022-08-18 15:11:19 -04:00
mod.rs Implement reports for private messages (#2433) 2022-09-19 22:58:42 +00:00
moderator.rs Adding admin purging of DB items and pictures. #904 #1331 (#1809) 2022-06-13 19:15:04 +00:00
password_reset_request.rs Add cargo feature for building lemmy_api_common with mininum deps (#2243) 2022-05-03 17:44:13 +00:00
person.rs Fix problem where actors can have empty public key (fixes #2347) (#2348) 2022-07-11 18:25:33 +00:00
person_block.rs Add cargo feature for building lemmy_api_common with mininum deps (#2243) 2022-05-03 17:44:13 +00:00
person_mention.rs Add cargo feature for building lemmy_api_common with mininum deps (#2243) 2022-05-03 17:44:13 +00:00
post.rs Tag posts and comments with language (fixes #440) (#2269) 2022-08-18 15:11:19 -04:00
post_report.rs Add cargo feature for building lemmy_api_common with mininum deps (#2243) 2022-05-03 17:44:13 +00:00
private_message.rs Add cargo feature for building lemmy_api_common with mininum deps (#2243) 2022-05-03 17:44:13 +00:00
private_message_report.rs Implement reports for private messages (#2433) 2022-09-19 22:58:42 +00:00
registration_application.rs Add cargo feature for building lemmy_api_common with mininum deps (#2243) 2022-05-03 17:44:13 +00:00
secret.rs Add cargo feature for building lemmy_api_common with mininum deps (#2243) 2022-05-03 17:44:13 +00:00
site.rs Add Modlog Filters (#2313) 2022-08-16 11:52:04 +00:00