aboutsummaryrefslogtreecommitdiff
path: root/lib/pleroma/user.ex
AgeCommit message (Collapse)Author
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
This removes the placehold.it dependency.
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
2017-12-07Don't follow deactivated users.Lain Iwakura
2017-12-07Add function to deactivate users.Lain Iwakura
2017-11-30MastodonAPI: Add proper user count.Lain Iwakura
2017-11-21Do not include user in their own follower count.eal
2017-11-20Fix posts being streamed to non-local websocket channels.eal
2017-11-20Don't let the user unfollow their own account.eal
2017-11-20Don't show the user in their own following count.eal
2017-11-19Fix all compilation warningsThog
2017-11-16MastoAPI: Implement all streaming functions.Roger Braun
2017-11-02Add blocks to User.Roger Braun
2017-10-31Avoid potentially slow count queries for user note count.Roger Braun
For a variety of reasons, posgresql won't use the available actor, type index to do an index only scan. We now just increase the user note count, which will lead to slightly wrong counts in some cases, but it's better than the potentially very slow count query.
2017-10-30Move user search to User module.Roger Braun
2017-10-24Use more efficient user note count update query.Roger Braun
2017-10-19Add password reset.Roger Braun
2017-09-16Federate banners out.Roger Braun
2017-09-11Add basic mastodon notification support.Roger Braun
2017-08-29Add profile update.Roger Braun
2017-07-22Save follower count and note count in user.Roger Braun
2017-07-20Add follower / friend fetching to user.Roger Braun
2017-07-19Add follower_address to users, add on generation.Roger Braun
2017-07-02Add way to update most recent notification id.Roger Braun
2017-07-01Larger bio length limit for remote accounts.Roger Braun
2017-05-16AP refactoring.Roger Braun
2017-05-11Fix cws.Roger Braun
2017-05-10Only kick off websubs for local users.Roger Braun
2017-05-10Use changeset for remote user creation.Roger Braun
2017-05-09Add some basic changesets.Roger Braun
2017-05-07Merge branch 'develop' into dtluna/pleroma-feature/unfollow-activityRoger Braun
2017-05-06Subscribe to remote users on following.Roger Braun
2017-05-05Merge branch 'develop' into dtluna/pleroma-refactor/1Roger Braun
2017-05-01Make outgoing salmons work.Roger Braun
2017-04-30Add function to fetch users from fqn.Roger Braun
2017-04-30Rename wrongly-named function.Roger Braun