aboutsummaryrefslogtreecommitdiff
path: root/lib/pleroma/user.ex
AgeCommit message (Expand)Author
2018-06-11user: use Enum.uniq on the follow request queryWilliam Pitcock
2018-06-11implement tracking of follow requestsWilliam Pitcock
2018-06-11activitypub: only send accept back automatically if the account is not lockedWilliam Pitcock
2018-06-11Merge branch 'feature/domain-blocks' into 'develop'lambda
2018-06-09formattingsquidboi
2018-06-08fixessquidboi
2018-06-08add option to not deny follow if blocked (fixed)squidboi
2018-06-08user: fix maybe_direct_follow() after user_info() refactoring broke it slightlyWilliam Pitcock
2018-06-03MastoAPI: add domain blocking.eal
2018-06-03user.ex: add domain blocks.eal
2018-05-26There are no symbols in JSON.lain
2018-05-26Merge branch 'kaniini/pleroma-feature/activitypub-accept-reject-conformance' ...lain
2018-05-25introduce User.maybe_direct_follow() and use it where we used to call User.fo...William Pitcock
2018-05-25mastodon api: properly track if an account is locked or notWilliam Pitcock
2018-05-25user: do not allow refollowing somebody who has blocked a userWilliam Pitcock
2018-05-20Migrate to comeonin 4 and Cachex 3Thog
2018-05-19run mix formatWilliam Pitcock
2018-05-16Fix User search.lain
2018-04-25Align local bio limits to remote limit.lain
2018-04-24Correct syntax with mix formatDashie
2018-04-24Add User.decrease_note_count and call it from ActivityPub.deleteDashie
2018-04-18MastoAPI and OAuth: allow login with either email or username.eal
2018-04-09user: strip leading @ from user query when searching for users if presentWilliam Pitcock
2018-03-31Don't fetch anything except ap_id for follower / followinglain
2018-03-30Format the code.lain
2018-03-26Speed up follower query.lain
2018-03-24Fix tests.lain
2018-03-19AP againMark Felder
2018-03-08Merge branch 'develop' into feature/activitypublain
2018-02-25Fix salmon tests.lain
2018-02-25Fix specs.lain
2018-02-25Handle remote update activities.lain
2018-02-22Get avatar and banner from AP users.lain
2018-02-21Fix for following type change.lain
2018-02-21Add user upgrade function.lain
2018-02-21Make User.following a postgres array.lain
2018-02-21Make user bio optionalEkaterina Vaartis
2018-02-19Notifications: Use all recipients, not just "to".lain
2018-02-18Try to fetch AP user data first.lain
2018-02-18Switch protocols to AP when post come in through AP.lain
2018-02-17Handle black name fields on incoming users.lain
2018-02-17ActivityPub: Send out Accept after Follow.lain
2018-02-11ActivityPub: Basic note federation with Mastodon.lain
2018-02-11Basic AP user building.Roger Braun
2018-02-11Merge branch 'develop' into feature/activitypubRoger Braun
2018-02-03move avi.png & banner.png from /priv/static/static to /priv/static/imagesHakaba Hitoyo
2018-01-15Add a default profile picture and banner.eal
2017-12-12Add plug to validate signed http requests.Roger Braun
2017-12-08Basic user deletion.Lain Iwakura
2017-12-07User deletion: Remove relationships.Lain Iwakura