Commit Graph

136 Commits (4f03bb22998b9713d84dc8e81a3d63bb60c5b648)

Author SHA1 Message Date
William Pitcock 735cdfb848 user: add User.html_filter_policy()
6 years ago
William Pitcock c9f6eb9a41 user: implement dynamic refresh of profiles (gets rid of need for fix_ap_users task)
6 years ago
William Pitcock b61430163b user: add moderator_user_query()
6 years ago
Will Pearson 0c2a0e3551 Specify default scope in verify_credentials
6 years ago
William Pitcock 5dd6542db5 formatting
6 years ago
William Pitcock 1089d3658e user: fix up notification last calculation [NOT related to upstream]
6 years ago
lambda 46c7c2380c Merge branch 'feature/relay' into 'develop'
6 years ago
lambda 440b459cd1 Merge branch 'bugfix/announce-timeline-flooding' into 'develop'
6 years ago
kaniini 0f5bff8c66 Merge branch 'develop' into 'feature/relay'
6 years ago
William Pitcock d91fd48edf user: do not leak virtuals in account search
6 years ago
William Pitcock ecfd4b2106 user: hide virtual actors from statistics queries
6 years ago
William Pitcock e49131bb72 relay: move to /relay endpoint from / due to webapp issues
6 years ago
William Pitcock ae3cb652b6 user: set up a valid followers address to use
6 years ago
William Pitcock 1c90f88393 user: remote actors can have no nickname if they are virtual services
6 years ago
William Pitcock 4807a52284 user: support creating an actor which represents the instance itself
6 years ago
William Pitcock 275c42e438 user: filter out duplicate follow requests
6 years ago
William Pitcock 47189531c5 user: use Object.normalize() instead of Object.get_by_ap_id() directly.
6 years ago
lambda dfc96f222c Merge branch 'feature/configurable-blocks' into 'develop'
6 years ago
squidboi c4038ede07
fix mind-crushingly dumb syntax error
6 years ago
squidboi f4990283de
change moved attributes into normal variables
6 years ago
squidboi 4e099fcfa9
move configurable module attributes into relevant functions
6 years ago
William Pitcock 056305dfa7 user: add helper function to fetch a user given only an ap_id (fix tests)
6 years ago
William Pitcock 320ca7b11e user: when processing a block in User.block(), ensure all follow relationships are broken
6 years ago
William Pitcock 7e0f62acee object: add helper functions to handle various forms of a given object and return a normalized one
6 years ago
William Pitcock 591c82620e activitypub: filter destination list for announce activities differently than normal (closes #164)
6 years ago
squidboi 2e294ee44a Merge branch 'develop' into feature/configurable-blocks
6 years ago
William Pitcock 5eed1ea181 run mix format
6 years ago
William Pitcock 1452b2823f user: add a workaround for situations where Pleroma may believe a followee is followed
6 years ago
William Pitcock ad7188fe92 user: use Enum.uniq on the follow request query
6 years ago
William Pitcock 9c88933422 implement tracking of follow requests
6 years ago
William Pitcock e5206752e1 activitypub: only send accept back automatically if the account is not locked
6 years ago
lambda 7f79b467b1 Merge branch 'feature/domain-blocks' into 'develop'
6 years ago
squidboi 4f9ecfc77a formatting
6 years ago
squidboi 16d896f526 fixes
6 years ago
squidboi b3580b6971 add option to not deny follow if blocked (fixed)
6 years ago
William Pitcock 1e9dd6fbc2 user: fix maybe_direct_follow() after user_info() refactoring broke it slightly
6 years ago
eal 4856962434 MastoAPI: add domain blocking.
6 years ago
eal 87566b6e2f user.ex: add domain blocks.
6 years ago
lain 6138b29783 There are no symbols in JSON.
6 years ago
lain 745072b2cc Merge branch 'kaniini/pleroma-feature/activitypub-accept-reject-conformance' into develop
6 years ago
William Pitcock e80d91c64a introduce User.maybe_direct_follow() and use it where we used to call User.follow()
6 years ago
William Pitcock c0ca9f82b9 mastodon api: properly track if an account is locked or not
6 years ago
William Pitcock 1d88abf2d4 user: do not allow refollowing somebody who has blocked a user
6 years ago
Thog e55c6f311b
Migrate to comeonin 4 and Cachex 3
6 years ago
William Pitcock 6e8de2faae run mix format
6 years ago
lain 1d4bbec6b3 Fix User search.
6 years ago
lain 279b1d19f0 Align local bio limits to remote limit.
7 years ago
Dashie afe892ddac
Correct syntax with mix format
7 years ago
Dashie 9972678a68
Add User.decrease_note_count and call it from ActivityPub.delete
7 years ago
eal 947431e9aa MastoAPI and OAuth: allow login with either email or username.
7 years ago