summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-05-20Merge branch 'feature/account-deletion' into 'develop'lambda
Feature/account deletion Closes #115 See merge request pleroma/pleroma!157
2018-05-20Merge branch 'feature/undo-like-federation' into 'develop'lambda
Support undo like over ActivityPub (Fix #139) Closes #139 See merge request pleroma/pleroma!161
2018-05-20Fix test for blocksFrancis Dinh
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-19Merge branch 'bugfix/hubzilla-compat' into 'develop'lambda
hubzilla compatibility Closes #100 See merge request pleroma/pleroma!160
2018-05-19run mix formatWilliam Pitcock
2018-05-19run mix formatWilliam Pitcock
2018-05-19tests: add test for hubzilla follow activity tooWilliam Pitcock
2018-05-19tests: add tests for Transmogrifier.maybe_fix_user_object()William 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: add testsWilliam 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
2018-05-19webfinger: expose the application/ld+json link alongside the older ↵William Pitcock
application/activity+json link
2018-05-19remote user deactivation: fix test failuresWilliam Pitcock
2018-05-18Add federated blocksFrancis Dinh
2018-05-17actually rvert those changesFrancis Dinh
2018-05-17Revert "Undo formatting in user.ex"Francis Dinh
This reverts commit e6dc15b96cb971836211a1e57be1756936456c17.
2018-05-17Undo formatting in user.exFrancis Dinh
2018-05-17Add support for incoming remote unfollowsFrancis Dinh
2018-05-16Fix User search.lain
Now uses a trigram based search. This is a lot faster and gives better results. Closes #185.
2018-05-16update frontendlain
2018-05-14Add direct_note[_activity]_factory and a couple testscsaurus
2018-05-14Handle cases where a to/cc field is absent on a statuscsaurus
2018-05-13Post direct status testcsaurus
2018-05-13add mix task for deactivating a user by nicknameWilliam Pitcock
2018-05-13ActivityPub create: discard activities from deactivated usersWilliam Pitcock
2018-05-13Formattingcsaurus
2018-05-13Fix tests.csaurus
2018-05-13Fixed formatting and testSyldexia
2018-05-13Moved account deletion stuff to somewhere that hopefully makes more senseSyldexia
2018-05-13Added endpoint for user account deletionSyldexia
2018-05-13Fix format.lain
2018-05-13Modify sort index for activities.lain
This prevents a problem that made the local timeline very slow when there were few posts.
2018-05-13Revert "Remove 'unlisted' handling for now."lain
This reverts commit 1027d1f6963b495a5abc67b05447619ce7d429db.
2018-05-13Remove 'unlisted' handling for now.lain
It's just too slow (over 1 second on small systems, haven't looked at the queries in detail yet). We'll need some other way to handle it.
2018-05-13Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into developlain
2018-05-13Unlisted fetching: Reverse logiclain
Generates a faster query.
2018-05-13Merge branch 'feature/unrepeats' into 'develop'lambda
Add unrepeats Closes #69 See merge request pleroma/pleroma!113
2018-05-13Merge branch 'kaniini/pleroma-bugfix/unlisted-statuses' into developlain
2018-05-13Add test.lain