summaryrefslogtreecommitdiff
path: root/test/web/twitter_api/twitter_api_controller_test.exs
AgeCommit message (Collapse)Author
2018-06-23fixes- found that TwitterAPI.Controller adds .json suffix alreadyVivian Lim
2018-06-14Merge branch 'feature/twitterapi-unrepeat' into 'develop'lambda
Add TwitterAPI unretweet endpoint and cleanup AP.unannounce See merge request pleroma/pleroma!218
2018-06-13fixup testFrancis Dinh
2018-06-13Add unretweet TwAPI endpoint and cleanup AP.unannounceFrancis Dinh
2018-06-11twitter api: add approve/deny endpointsWilliam Pitcock
2018-06-11tests: add tests for /api/pleroma/friend_requestsWilliam Pitcock
2018-06-11twitterapi: add profile setting for locked/unlocked accountsWilliam Pitcock
2018-06-03Better error handling in TwitterApiController.lain
2018-05-31TwitterAPI: fix "Follows you" being shown for the wrong user.eal
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-22Hook up block/unblock to TwitterAPIFrancis Dinh
2018-05-21Added endpoint for changing passwordsSyldexia
2018-05-19Modified deleting an account to run as a taskSyldexia
2018-05-13Moved account deletion stuff to somewhere that hopefully makes more senseSyldexia
2018-05-13Added endpoint for user account deletionSyldexia
2018-05-11do not create notification for yourselfPierrick Brun
2018-04-29Fix format.lain
2018-04-28Added a test (written by @andrewzah) for the MRWim Vanderbauwhede
2018-04-20Formatting.lain
2018-04-19TwitterAPI: Add Qvitter notification endpoint.eal
2018-04-02Use context_ids directly if we have them.lain
2018-04-02Fix some test stuff.lain
2018-03-30Format the code.lain
2018-03-27Add basic activity view.lain
2018-02-25Fix specs.lain
2018-02-25Fix more specs.lain
2018-02-12Make test output easier to read.lain
2018-02-12Fix some test warnings.lain
2017-12-18Fix follower/following lists.eal
Add tests.
2017-12-05Fix tests.Lain Iwakura
2017-11-20Make /api/friends/ids test deterministic.eal
2017-11-20Make users in tests follow themselves by default.eal
Also fix the semantics of all tests to match.
2017-11-19Fix flakey test.Roger Braun
2017-11-14Merge branch 'twitterapi-bitlbee' into 'develop'lambda
TwitterAPI: Add missing endpoints for bitlbee. Closes #67 See merge request pleroma/pleroma!18
2017-11-14TwitterAPI: Add /users/show.eal
2017-11-14TwitterAPI: Add /friends/ids.eal
2017-11-08TwitterAPI: Add blocks.eal
2017-11-07Allow profile fetching for authenticated users only.eal
2017-09-17TwitterAPI: Use correct endpoint for tag timeline.Roger Braun
2017-09-17TwitterAPI: Add tag timeline.Roger Braun
2017-09-16TwitterAPI: Add search.Roger Braun
2017-09-09Add reblogging to MastodonAPI.Roger Braun
2017-08-29Add profile update.Roger Braun
2017-07-20Add friends endpoint.Roger Braun
2017-07-20Add followers endpoint.Roger Braun
2017-07-02Add way to update most recent notification id.Roger Braun
2017-06-30Only return posts in TwAPI conversations.Roger Braun
2017-06-20Replace UserRepresenter with UserViewdtluna
2017-05-10Add externalprofile to TwAPI.Roger Braun
2017-05-07Merge branch 'develop' into dtluna/pleroma-feature/unfollow-activityRoger Braun