aboutsummaryrefslogtreecommitdiff
path: root/lib/pleroma/web/twitter_api
AgeCommit message (Collapse)Author
2017-08-29Add banner and background updating.Roger Braun
2017-08-29Add profile update.Roger Braun
2017-08-28More sensible attachment names.Roger Braun
2017-08-24Set twitter-style possibly_sensitive boolena.Roger Braun
2017-08-24Add activity_type to twitter api output.Roger Braun
2017-08-24Remove email from mastoinfo.Roger Braun
2017-08-24Basic masto-style info.Roger Braun
2017-08-24More meta info fixes.Roger Braun
2017-08-24Small meta info fixes.Roger Braun
2017-08-24Don't break on empty mentions.Roger Braun
2017-08-09escape attachment urls on creation.Roger Braun
2017-07-31Revert "Close br tags."Roger Braun
This reverts commit 2eba8e74ccf2de0ad65b213bb166917c32db9d68.
2017-07-31Revert "Wrap in <p>."Roger Braun
This reverts commit c81d0b6f898c36ebcad5371caeebc0f789cb7a67.
2017-07-31Revert "Remove newlines completely so mastodon doesn't bug out."Roger Braun
This reverts commit 0ca3ab7b59edaec255aa3710fce8a9daa236b44d.
2017-07-31Remove newlines completely so mastodon doesn't bug out.Roger Braun
2017-07-31Wrap in <p>.Roger Braun
2017-07-31Close br tags.Roger Braun
2017-07-22Save follower count and note count in user.Roger Braun
2017-07-20Add friends endpoint.Roger Braun
2017-07-20Add followers endpoint.Roger Braun
2017-07-19Use follower address in user entry.Roger Braun
2017-07-08Fix undo activity.Roger Braun
2017-07-02Add way to update most recent notification id.Roger Braun
2017-06-30For non-create activities, grab the create activity to fav/rtRoger Braun
2017-06-30Also fetch posts by id in fav/rts.Roger Braun
2017-06-25Add external links to twapi.Roger Braun
2017-06-20Move util functions to UtilControllerdtluna
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-19Move finmojis to representation.Roger Braun
2017-06-19Add finmoji.Roger Braun
2017-06-18Revert "Add invisible tags to TwAPI output."Roger Braun
This reverts commit a92a9dce94d2a2502750a4a258560283c21e2777.
2017-06-18Fetch user feed on externalprofile request.Roger Braun
This is so we always have something to show.
2017-06-18Output tags list in TwAPI.Roger Braun
2017-06-18Strip unsafe html on output in TwAPI.Roger Braun
2017-06-18Remove html from user bios on display.Roger Braun
This is mainly to fix problems of bios coming from mastodong.
2017-06-14Do some basic escaping.Roger Braun
2017-06-14Move mention parsing to Formatter module.Roger Braun
2017-06-12Enable user timelines.Roger Braun
2017-06-05Fix NaN statuses per day.Roger Braun
2017-06-01Merge branch 'develop' of ssh.gitgud.io:lambadalambda/pleroma into developRoger Braun
2017-05-30Shorten names in links.Roger Braun
2017-05-20Extract note handler.Roger Braun
2017-05-18Keep newlines around.Roger Braun
2017-05-18Add invisible tags to TwAPI output.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