lemmy/crates/db_schema/src/impls
Dessalines 48f187188b
Show deleted and removed posts for profile views. Fixes #2624 (#2729)
* Show deleted and removed posts for profile views. Fixes #2624

* Only showing non-deleted/removed posts for creator.

* Add a admin or mod check to views, to show deleted and removed posts.

- Also removed the pointless "blanking" functions

* Fix clippy

* Make hidden posts comment clearer.

* Fixing federation tests.

* Fixing fmt.
2023-02-28 22:46:15 -05:00
..
activity.rs Dont upsert Instance row every apub fetch (#2771) 2023-02-28 21:36:57 -05:00
actor_language.rs Dont upsert Instance row every apub fetch (#2771) 2023-02-28 21:36:57 -05:00
comment.rs Show deleted and removed posts for profile views. Fixes #2624 (#2729) 2023-02-28 22:46:15 -05:00
comment_reply.rs Dont upsert Instance row every apub fetch (#2771) 2023-02-28 21:36:57 -05:00
comment_report.rs Various pedantic clippy fixes (#2568) 2022-11-19 04:33:54 +00:00
community.rs Show deleted and removed posts for profile views. Fixes #2624 (#2729) 2023-02-28 22:46:15 -05:00
community_block.rs Various pedantic clippy fixes (#2568) 2022-11-19 04:33:54 +00:00
email_verification.rs Various pedantic clippy fixes (#2568) 2022-11-19 04:33:54 +00:00
federation_allowlist.rs Dont upsert Instance row every apub fetch (#2771) 2023-02-28 21:36:57 -05:00
federation_blocklist.rs Dont upsert Instance row every apub fetch (#2771) 2023-02-28 21:36:57 -05:00
instance.rs Dont upsert Instance row every apub fetch (#2771) 2023-02-28 21:36:57 -05:00
language.rs Fix data fetching from Peertube (fixes #2689) (#2703) 2023-02-05 00:38:08 -05:00
local_site.rs Use enum for registration mode setting (#2604) 2023-01-05 01:42:30 +00:00
local_site_rate_limit.rs Allow embedding Lemmy, fix setup error (#2618) 2022-12-19 10:54:42 -05:00
local_user.rs Various pedantic clippy fixes (#2568) 2022-11-19 04:33:54 +00:00
mod.rs Add support for Taglines (#2548) 2022-11-19 09:48:29 -05:00
moderator.rs Dont upsert Instance row every apub fetch (#2771) 2023-02-28 21:36:57 -05:00
password_reset_request.rs Dont upsert Instance row every apub fetch (#2771) 2023-02-28 21:36:57 -05:00
person.rs Dont upsert Instance row every apub fetch (#2771) 2023-02-28 21:36:57 -05:00
person_block.rs Various pedantic clippy fixes (#2568) 2022-11-19 04:33:54 +00:00
person_mention.rs Dont upsert Instance row every apub fetch (#2771) 2023-02-28 21:36:57 -05:00
post.rs Show deleted and removed posts for profile views. Fixes #2624 (#2729) 2023-02-28 22:46:15 -05:00
post_report.rs Various pedantic clippy fixes (#2568) 2022-11-19 04:33:54 +00:00
private_message.rs Show deleted and removed posts for profile views. Fixes #2624 (#2729) 2023-02-28 22:46:15 -05:00
private_message_report.rs Various pedantic clippy fixes (#2568) 2022-11-19 04:33:54 +00:00
registration_application.rs Various pedantic clippy fixes (#2568) 2022-11-19 04:33:54 +00:00
secret.rs Various pedantic clippy fixes (#2568) 2022-11-19 04:33:54 +00:00
site.rs Fixing issue with saving site language. Fixes #2748 (#2749) 2023-02-22 02:22:54 +01:00
tagline.rs Fix clippy lints. (#2572) 2022-11-21 10:21:09 +00:00