You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
lemmy/crates/db_views/src
Dessalines 009a45dffb
Adding /post/like/list and /comment/like/list for admins. (#4332)
- Allows admins to view likes, sorted by downvotes first,
  for a given comment or post.
- Fixes #4088
9 months ago
..
comment_report_view.rs Registrations and Reports should sort by New when viewing unresolved / unread. (#4207) 10 months ago
comment_view.rs Show federated posts on user profile. Fixes #4228 (#4229) 10 months ago
custom_emoji_view.rs Make functions work with both connection and pool (#3420) 1 year ago
lib.rs Adding /post/like/list and /comment/like/list for admins. (#4332) 9 months ago
local_user_view.rs Making login case-insensitive. Fixes #4272 (#4273) 10 months ago
post_report_view.rs Registrations and Reports should sort by New when viewing unresolved / unread. (#4207) 10 months ago
post_view.rs Fixing broken post_read logic. Fixes #4290 (#4297) 9 months ago
private_message_report_view.rs Also order reports by oldest first (ref #4123) (#4129) 11 months ago
private_message_view.rs Add missing test cleanup (#4289) 9 months ago
registration_application_view.rs Registrations and Reports should sort by New when viewing unresolved / unread. (#4207) 10 months ago
site_view.rs Use Queryable instead of JoinView (#3917) 1 year ago
structs.rs Adding /post/like/list and /comment/like/list for admins. (#4332) 9 months ago
vote_view.rs Adding /post/like/list and /comment/like/list for admins. (#4332) 9 months ago