Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-07-31 | Merge branch 'develop' into 'from/develop/tusooa/emit-move' | tusooa | |
# Conflicts: # CHANGELOG.md # test/pleroma/user_test.exs | |||
2022-02-25 | Copyright bump for 2022 | Sean King | |
2021-12-28 | Make move_following worker follow then unfollow | Tusooa Zhu | |
Ref: emit-move | |||
2021-12-28 | Federate unfollow activity in move_following properly | Tusooa Zhu | |
0: Use the CommonAPI unfollow function to make sure the unfollow activity is federated. 1: Limit the follow and unfollow to local followers only, while let the romote servers decide whether to move their followers. Ref: emit-move | |||
2021-01-15 | Change user.deactivated field to user.is_active | Mark Felder | |
2021-01-13 | Bump Copyright to 2021 | Haelwenn (lanodan) Monnier | |
grep -rl '# Copyright © .* Pleroma' * | xargs sed -i 's;Copyright © .* Pleroma .*;Copyright © 2017-2021 Pleroma Authors <https://pleroma.social/>;' | |||
2020-12-02 | Document follow relationship updates and cleanup | Egor Kislitsyn | |
2020-12-02 | Stream follow updates | Egor Kislitsyn | |
2020-08-19 | relay fix for admin-fe | Alexander Strizhakov | |
2020-07-31 | Revert "Merge branch 'revert-1ac0969c' into 'develop'" | lain | |
This reverts merge request !2825 | |||
2020-07-31 | Revert "Merge branch 'mrf-silence-2' into 'develop'" | lain | |
This reverts merge request !2820 | |||
2020-07-28 | SimpleMRF silence: optimize, work okay with nil values in addressing | Alex Gleason | |
2020-06-24 | Filter outstanding follower requests from deactivated accounts | Mark Felder | |
2020-06-07 | Delete pending follow requests on user deletion | Sergey Suprunenko | |
2020-04-13 | [#1364] Resolved merge conflicts with `develop`. Refactoring. | Ivan Tashkinov | |
2020-04-13 | Merge remote-tracking branch 'remotes/origin/develop' into ↵ | Ivan Tashkinov | |
1364-no-pushes-from-blocked-domains-users # Conflicts: # lib/pleroma/following_relationship.ex | |||
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-28 | FollowingRelationship storage & performance optimizations (state turned ↵ | Ivan Tashkinov | |
`ecto_enum`-driven integer, reorganized indices etc.). | |||
2020-03-25 | Further preloading (more endpoints), refactoring, tests. | Ivan Tashkinov | |
2020-03-25 | Applied relationships preloading to GET /api/v1/accounts/relationships. ↵ | Ivan Tashkinov | |
Refactoring (User.binary_id/1). | |||
2020-03-23 | Preloading of follow relations for timeline/statuses rendering (performance ↵ | Ivan Tashkinov | |
improvement). Refactoring. | |||
2020-03-02 | Bump copyright years of files changed after 2020-01-07 | Haelwenn (lanodan) Monnier | |
Done via the following command: git diff fcd5dd259a1700a045be902b43391b0d1bd58a5b --stat --name-only | xargs sed -i '/Pleroma Authors/c# Copyright © 2017-2020 Pleroma Authors <https:\/\/pleroma.social\/>' | |||
2020-02-07 | Add User.get_follow_state/2 | Egor Kislitsyn | |
2020-02-06 | Cancellation of a follow request for a remote user | Egor Kislitsyn | |
2019-12-03 | Fix Pleroma.FollowingRelationship.move_following/2 | Egor Kislitsyn | |
2019-12-02 | Merge branch 'feature/move-activity' into 'develop' | lain | |
Support "Move" activity Closes #1316 See merge request pleroma/pleroma!1883 | |||
2019-11-12 | Add `allow_following_move` setting to User | Egor Kislitsyn | |
2019-11-05 | update following_relationship.ex | Maksim Pechnikov | |
2019-10-30 | Handle "Move" activity | Egor Kislitsyn | |
2019-10-14 | Do not add `follower_address` to `following` for non local users | Egor Kislitsyn | |
2019-10-11 | Replace `user.following` with Pleroma.FollowingRelationship | Egor Kislitsyn | |