summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-05-26Merge branch 'csaurus/pleroma-feature/mstdn-direct-api' into developlain
2018-05-26Simplify DM query.lain
Should also use indexes better.
2018-05-26Merge branch 'develop' into csaurus/pleroma-feature/mstdn-direct-apilain
2018-05-26There are no symbols in JSON.lain
2018-05-26Merge branch 'kaniini/pleroma-feature/activitypub-accept-reject-conformance' ↵lain
into develop
2018-05-26Formatting.lain
2018-05-26Make Mastodon follow hack more explicit.lain
2018-05-26Don't treat remote accepts/rejects as local.lain
Also, use specialized functions to get safe data.
2018-05-26Rename id helper method.lain
2018-05-26tests: add tests to verify the accept request is discarded if no follow ↵William Pitcock
activity could be found
2018-05-26activitypub transmogrifier: use fetch_latest_follow to verify a follow ↵William Pitcock
object exists
2018-05-26Merge branch 'feature/mastodon-s2s-block-opt-out' into 'develop'lambda
activitypub: allow mastodon S2S block extension support to be disabled See merge request pleroma/pleroma!176
2018-05-26activitypub: allow mastodon S2S block extension support to be disabledWilliam Pitcock
2018-05-25activitypub transmogrifier: cleanups and tests for incoming accepts/rejectsWilliam Pitcock
2018-05-25activitypub transmogrifier: clean up accept/reject handling a bitWilliam Pitcock
2018-05-25introduce User.maybe_direct_follow() and use it where we used to call ↵William Pitcock
User.follow()
2018-05-25twitter api: also remove explicit User.follow hereWilliam Pitcock
2018-05-25run mix formatWilliam Pitcock
2018-05-25Merge branch 'feature/blocks-deny-refollow' into 'develop'lambda
activitypub conformance: deny refollow for blocks See merge request pleroma/pleroma!170
2018-05-25Merge branch 'bugfix/follow-query-overhead' into 'develop'lambda
activitypub utils: optimize block and follow activity lookup See merge request pleroma/pleroma!171
2018-05-25activitypub: fix up accept/reject semantics for followingWilliam Pitcock
fixes #175
2018-05-25mastodon api: properly track if an account is locked or notWilliam Pitcock
2018-05-25testsuite: fix module name for CommonAPI.Test (was duplicated with ↵William Pitcock
CommonAPI.UtilsTest)
2018-05-25testsuite: fix module name for CommonAPI.Test (was duplicated with ↵William Pitcock
CommonAPI.UtilsTest)
2018-05-25activitypub utils: optimize block and follow activity lookupWilliam Pitcock
multi-field @> comparison is very expensive, so only use @> for the field where it matters this makes the query take only a few usec to execute verses many msec on a busy instance
2018-05-25user: do not allow refollowing somebody who has blocked a userWilliam Pitcock
2018-05-25testsuite: fix module name for CommonAPI.Test (was duplicated with ↵William Pitcock
CommonAPI.UtilsTest)
2018-05-24Merge branch 'feature/lists' into 'develop'lambda
Mastodon List API See merge request pleroma/pleroma!138
2018-05-24Merge branch 'feature/incoming-remote-unfollow' into 'develop'lambda
Add support for incoming remote unfollows and blocks/unblocks See merge request pleroma/pleroma!158
2018-05-24Rewrite block fetch queryFrancis Dinh
2018-05-24update frontendlain
2018-05-24Merge branch 'feature/change-password' into 'develop'lambda
Feature/change password See merge request pleroma/pleroma!166
2018-05-24MastoAPI: add lists.eal
2018-05-24More efficient queries.lain
2018-05-24MastoAPI: add lists.eal
2018-05-23Don't save double tags in AP objects we createlain
This crashed Mastodon workers.
2018-05-23Merge branch 'feature/deps-migration' into 'develop'lambda
Migrate to comeonin 4 and Cachex 3 See merge request pleroma/pleroma!162
2018-05-23Repair some access-control headers required for third-party webclientsNiklas Poslovski
2018-05-22Merge branch 'nipos-develop' into developlain
2018-05-22Add access-control-expose-headers to Nginx default configNiklas Poslovski
2018-05-22Hook up block/unblock to TwitterAPIFrancis Dinh
2018-05-22Hook unfollow into TwitterAPIFrancis Dinh
2018-05-22Hook up unfollow and (un)block to MastoAPI + testsFrancis Dinh
2018-05-21Merge branch 'develop' into feature/mstdn-direct-apicsaurus
2018-05-21Fixed testSyldexia
2018-05-21Added endpoint for changing passwordsSyldexia
2018-05-21Merge branch 'feature/clarify-http-sig-error' into 'develop'lambda
clarify HTTP signature error in logs See merge request pleroma/pleroma!165
2018-05-21activitypub controller: note that the HTTP Host header must be forwarded for ↵William Pitcock
http signature validation to work
2018-05-21Pass correct number of arguments to unfollowFrancis Dinh
2018-05-21Merge branch 'bugfix/webfinger-statusnet' into 'develop'lambda
webfinger: fix finding the XRD uri for statusnet instances See merge request pleroma/pleroma!164