summaryrefslogtreecommitdiff
path: root/lib/pleroma/web/twitter_api/twitter_api.ex
AgeCommit message (Collapse)Author
2018-03-30Remove unused ActivityRepresenter module.lain
2018-03-30TwitterApiController: Use ActivityView.lain
2018-03-30Format the code.lain
2018-03-27More Jason changes.lain
2018-03-24Fix tests.lain
2018-03-24Unify user fetching.lain
2018-02-26Only return posts in TwAPI user view.lain
2018-02-25Fix more specs.lain
2018-02-21More TwAPI fixes.lain
2018-02-21TwitterAPI: Fix some bugz.lain
2018-02-19TwitterAPI: Only fetch creates, announces, follows.lain
2018-02-18Fix conversations.lain
2018-02-18Respect visibility in API.lain
2018-02-18Show users their own posts in timeline.lain
2018-01-16Fetch external profile in the background.eal
2017-11-19Fix all compilation warningsThog
2017-11-08TwitterAPI: Add blocks.eal
2017-11-02TwitterAPI: Add blocking to fetches.Roger Braun
2017-09-17Use inserted_at as sort in search.Roger Braun
2017-09-16Sort by updated_atRoger Braun
the updated_at column isn't indexed, so postgres won't take the wrong index.
2017-09-16Don't specify order in results for now.Roger Braun
2017-09-16TwitterAPI: Add search.Roger Braun
2017-09-15Refactor posting and make character limit configurable.Roger Braun
2017-09-09Add unfav to Mastodon API.Roger Braun
2017-09-09Add favoriting to Mastodon API.Roger Braun
2017-09-09Add reblogging to MastodonAPI.Roger Braun
2017-09-04Add delete to TwAPI representer correctly.Roger Braun
2017-08-24Don't break on empty mentions.Roger Braun
2017-07-22Save follower count and note count in user.Roger Braun
2017-07-19Use follower address in user entry.Roger Braun
2017-06-20Merge branch 'develop' into refactor/user-viewRoger Braun
2017-06-20Work around upserting problems in context mapping.Roger Braun
2017-06-20Replace UserRepresenter with UserViewdtluna
2017-06-18Fetch user feed on externalprofile request.Roger Braun
This is so we always have something to show.
2017-06-14Move mention parsing to Formatter module.Roger Braun
2017-06-12Enable user timelines.Roger Braun
2017-05-18Save tags in object.Roger Braun
2017-05-17Twitter API refactoring.Roger Braun
2017-05-16AP refactoring.Roger Braun
2017-05-15Fix mention replacing.Roger Braun
2017-05-12Fetch user on externalprofile if we don't know himRoger Braun
2017-05-10Add externalprofile to TwAPI.Roger Braun
2017-05-08Add class=attachment to attachment links.Roger Braun
2017-05-07Merge branch 'develop' into dtluna/pleroma-feature/unfollow-activityRoger Braun
2017-05-07Federate follow salmons.Roger Braun
2017-05-05Some refactoring.Roger Braun
2017-05-02Add attachment link to posts.Roger Braun
2017-05-02Add twkn timeline.Roger Braun
2017-05-01Remove superfluous transaction.Roger Braun
2017-05-01Cache objects in dev and prod.Roger Braun