summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Collapse)Author
2018-05-25mastodon api: properly track if an account is locked or notWilliam Pitcock
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-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-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-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-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-21webfinger: fix finding the XRD uri for statusnet instancesWilliam Pitcock
2018-05-21Actually fix missing alias.lain
2018-05-21Add missing alias.lain
2018-05-21Add tests for incoming unfollow over OStatusFrancis Dinh
2018-05-21Fix unblock handlingFrancis Dinh
2018-05-21Handle unfollows from OStatusFrancis Dinh
2018-05-21Add undo block handlerFrancis Dinh
2018-05-20FormatFrancis Dinh
2018-05-20Fix unfollowsFrancis Dinh
2018-05-20Merge remote-tracking branch 'upstream/develop' into ↵Francis Dinh
feature/incoming-remote-unfollow Fixed some conflicts in transmogrifier.ex
2018-05-20Migrate to comeonin 4 and Cachex 3Thog
Also fix some warning in the code and add a missing alias
2018-05-20Fix specs.lain
2018-05-20Return visilility in twitter api, too.lain
2018-05-20Return private / direct posts on user timelines, too.lain
2018-05-20Merge branch 'feature/account-deletion' into 'develop'lambda
Feature/account deletion Closes #115 See merge request pleroma/pleroma!157
2018-05-19Pass user instead of their ap_id to User.blockFrancis Dinh
2018-05-19Remove handler for incoming undos with object referencesFrancis Dinh
2018-05-19Formatting and add tests for blocks/unblocksFrancis Dinh
2018-05-19Use correct variable names in unfollowFrancis Dinh
2018-05-19Support Undo like activities (Fix #139)Thog
2018-05-19Modified deleting an account to run as a taskSyldexia
2018-05-19Merge branch 'feature/webfinger-mime-ld-json' into 'develop'lambda
webfinger: handle application/ld+json links See merge request pleroma/pleroma!159
2018-05-19Merge branch 'feature/remote-user-deactivation' into 'develop'lambda
remote user deactivation See merge request pleroma/pleroma!154
2018-05-19Fix linking problem.lain
2018-05-19run mix formatWilliam Pitcock
2018-05-19run mix formatWilliam Pitcock
2018-05-19activitypub transmogrifier: handle hubzilla AP actor quirksWilliam Pitcock
2018-05-19activitypub: normalize the actor to ensure we have its URIWilliam Pitcock
2018-05-19webfinger: only do ld+json on modern json webfingerWilliam Pitcock
2018-05-19webfinger: interpret application/ld+json links as an alternate to ↵William Pitcock
application/activity+json