summaryrefslogtreecommitdiff
path: root/lib/pleroma/following_relationship.ex
AgeCommit message (Expand)Author
2021-01-15Change user.deactivated field to user.is_activeMark Felder
2021-01-13Bump Copyright to 2021Haelwenn (lanodan) Monnier
2020-12-02Document follow relationship updates and cleanupEgor Kislitsyn
2020-12-02Stream follow updatesEgor Kislitsyn
2020-08-19relay fix for admin-feAlexander Strizhakov
2020-07-31Revert "Merge branch 'revert-1ac0969c' into 'develop'"lain
2020-07-31Revert "Merge branch 'mrf-silence-2' into 'develop'"lain
2020-07-28SimpleMRF silence: optimize, work okay with nil values in addressingAlex Gleason
2020-06-24Filter outstanding follower requests from deactivated accountsMark Felder
2020-06-07Delete pending follow requests on user deletionSergey Suprunenko
2020-04-13[#1364] Resolved merge conflicts with `develop`. Refactoring.Ivan Tashkinov
2020-04-13Merge remote-tracking branch 'remotes/origin/develop' into 1364-no-pushes-fro...Ivan Tashkinov
2020-04-12[#1364] Enabled notifications on followed domain-blocked users' activities.Ivan Tashkinov
2020-03-31[#2332] Misc. improvements per code change requests.Ivan Tashkinov
2020-03-28FollowingRelationship storage & performance optimizations (state turned `ecto...Ivan Tashkinov
2020-03-25Further preloading (more endpoints), refactoring, tests.Ivan Tashkinov
2020-03-25Applied relationships preloading to GET /api/v1/accounts/relationships. Refac...Ivan Tashkinov
2020-03-23Preloading of follow relations for timeline/statuses rendering (performance i...Ivan Tashkinov
2020-03-02Bump copyright years of files changed after 2020-01-07Haelwenn (lanodan) Monnier
2020-02-07Add User.get_follow_state/2Egor Kislitsyn
2020-02-06Cancellation of a follow request for a remote userEgor Kislitsyn
2019-12-03Fix Pleroma.FollowingRelationship.move_following/2Egor Kislitsyn
2019-12-02Merge branch 'feature/move-activity' into 'develop'lain
2019-11-12Add `allow_following_move` setting to UserEgor Kislitsyn
2019-11-05update following_relationship.exMaksim Pechnikov
2019-10-30Handle "Move" activityEgor Kislitsyn
2019-10-14Do not add `follower_address` to `following` for non local usersEgor Kislitsyn
2019-10-11Replace `user.following` with Pleroma.FollowingRelationshipEgor Kislitsyn