lemmy/crates/db_schema/src/source
Dessalines 2016afc9db
User / community blocking. Fixes #426 (#1604)
* A first pass at user / community blocking. #426

* Adding unit tests for person and community block.

* Moving migration

* Fixing creator_blocked for comment queries, added tests.

* Don't let a person block themselves

* Fix post creator_blocked

* Adding creator_blocked to PersonMentionView

* Moving blocked and follows to MyUserInfo

* Rename to local_user_view

* Add moderates to MyUserInfo

* Adding BlockCommunityResponse

* Fixing name, and check_person_block

* Fixing tests.

* Using type in Blockable trait.

* Changing recipient to target, adding unfollow to block action.
2021-08-19 20:54:15 +00:00
..
activity.rs Creating default DB forms. Fixes #1511 2021-03-20 16:59:07 -04:00
comment.rs Removing community.creator column. Fixes #1504 (#1541) 2021-04-08 11:29:08 +00:00
comment_report.rs Strictly typing DB id fields. Fixes #1498 2021-03-18 16:25:21 -04:00
community.rs Removing community.creator column. Fixes #1504 (#1541) 2021-04-08 11:29:08 +00:00
community_block.rs User / community blocking. Fixes #426 (#1604) 2021-08-19 20:54:15 +00:00
local_user.rs Add show_new_posts_notifs setting. Fixes #1664 (#1665) 2021-07-22 20:07:40 +00:00
mod.rs User / community blocking. Fixes #426 (#1604) 2021-08-19 20:54:15 +00:00
moderator.rs Adding ModTransferCommunity to modlog in API. Fixes #1437 2021-08-17 17:52:28 -04:00
password_reset_request.rs Strictly typing DB id fields. Fixes #1498 2021-03-18 16:25:21 -04:00
person.rs Mark accounts as bot nutomic (#1565) 2021-04-21 17:41:14 -04:00
person_block.rs User / community blocking. Fixes #426 (#1604) 2021-08-19 20:54:15 +00:00
person_mention.rs Strictly typing DB id fields. Fixes #1498 2021-03-18 16:25:21 -04:00
post.rs Making more fields optional in the API. 2021-04-23 02:30:13 -04:00
post_report.rs Strictly typing DB id fields. Fixes #1498 2021-03-18 16:25:21 -04:00
private_message.rs Creating default DB forms. Fixes #1511 2021-03-20 16:59:07 -04:00
site.rs Making more fields optional in the API. 2021-04-23 02:30:13 -04:00