summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Collapse)Author
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 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-21webfinger: fix finding the XRD uri for statusnet instancesWilliam Pitcock
2018-05-21Add tests for incoming unfollow over OStatusFrancis Dinh
2018-05-21Fix unblock handlingFrancis Dinh
2018-05-20Fix unfollowsFrancis Dinh
2018-05-20pass user to User.blocks?/2 instead of ap_idFrancis 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-20More fixes.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-20Fix test for blocksFrancis Dinh
2018-05-19Formatting and add tests for blocks/unblocksFrancis 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-19Fix linking problem.lain
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-19webfinger: add testsWilliam Pitcock
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-14Add direct_note[_activity]_factory and a couple testscsaurus
2018-05-13Post direct status testcsaurus
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-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 'feature/unrepeats' into 'develop'lambda
Add unrepeats Closes #69 See merge request pleroma/pleroma!113
2018-05-13Add test.lain
2018-05-12Update test fixtureFrancis Dinh
2018-05-11Add tests for unrepeatsFrancis Dinh
2018-05-11do not create notification for yourselfPierrick Brun
2018-05-06Merge branch 'feld-warnings' into 'develop'lambda
Clean up warnings See merge request pleroma/pleroma!144
2018-05-05Streamer: Don't send out stream events for blocked users.lain
2018-05-05Idempotency: Use special cache, keep for 6 hours.lain
2018-05-04Fix a bunch of unused variable warningsMark Felder
2018-05-04Don't expire idempotency cache for five minutes.lain