lemmy/crates
dullbananas 08defa29fe
Add community reports to API (#5435)
* add routes

* implement some of api

* fix use of check_report_reason

* fix create_community_report

* fix all compile errors

* add field to reportcombined struct

* add CommunityReportView::read test

* import resolve_community_report

* remove references to deleted table

* resolve reports after remove
2025-03-10 09:37:50 -04:00
..
api Add community reports to API (#5435) 2025-03-10 09:37:50 -04:00
api_common Add community reports to API (#5435) 2025-03-10 09:37:50 -04:00
api_crud Add community reports to API (#5435) 2025-03-10 09:37:50 -04:00
apub Add community reports to API (#5435) 2025-03-10 09:37:50 -04:00
db_perf Extracting pagination cursor utils into a trait. (#5424) 2025-03-04 13:00:18 -05:00
db_schema Add community reports to API (#5435) 2025-03-10 09:37:50 -04:00
db_views Add community reports to API (#5435) 2025-03-10 09:37:50 -04:00
federate Reduce usage of async_trait (#5438) 2025-02-19 11:06:22 -05:00
routes Added display of image files to post description. (#5488) 2025-03-07 21:29:55 -05:00
utils Remove aggregate tables (fixes #4869) (#5407) 2025-03-06 16:18:41 +01:00