lemmy/crates
dullbananas 4d17eef82b
Add community reports (only the database part) (#4996)
* database stuff, not including tests

* change migration date

* fix community_report_view

* update stuff related to report_combined

* add db_schema/src/impls/community_report.rs

* add report counts to community_aggregates

* fix community_report columns and update report_combined_view::tests::test_combined

* add column for original sidebar; use None instead of clone; add report_combined_view::tests::test_community_reports

* use ts(optional) in CommunityReportView

* remove CommunityReportView::read
2025-01-13 05:14:56 -05:00
..
api Adding combined person content and person saved tables. (#5251) 2025-01-05 12:48:57 -05:00
api_common Change default image_mode to proxy, remove deprecated option (#5176) 2025-01-10 12:34:12 -05:00
api_crud Automatically marking posts created in an NSFW community as NSFW. (#5310) 2025-01-09 10:02:44 +01:00
apub Remove unused apub audience field (fixes #5278) (#5315) 2025-01-09 09:41:39 -05:00
db_perf Upgrading diesel and a few other deps. (#5203) 2024-11-18 10:23:02 -07:00
db_schema Add community reports (only the database part) (#4996) 2025-01-13 05:14:56 -05:00
db_views Add community reports (only the database part) (#4996) 2025-01-13 05:14:56 -05:00
db_views_actor Shorten "options" variable name (#5285) 2025-01-01 12:52:20 -05:00
db_views_moderator Running cargo-features-manager prune. (#5274) 2024-12-20 23:20:16 +01:00
federate Remove unused apub audience field (fixes #5278) (#5315) 2025-01-09 09:41:39 -05:00
routes refactor: avoid using format! when String creation is unnecessary (#5268) 2024-12-19 15:42:01 -05:00
utils Change default image_mode to proxy, remove deprecated option (#5176) 2025-01-10 12:34:12 -05:00