aboutsummaryrefslogtreecommitdiff
path: root/lib/pleroma/web/twitter_api
AgeCommit message (Collapse)Author
2018-11-13TwitterApi: Add direct message endpointlain
2018-11-12Twitter API: Fall back to user.nickname if user has no namescarlett
2018-11-07Merge branch 'feature/qvitter-notifications-dismiss' into 'develop'kaniini
qvitter notifications: add new "read notifications" API See merge request pleroma/pleroma!431
2018-11-07Merge branch 'runtime-config' into 'develop'kaniini
Runtime configuration See merge request pleroma/pleroma!430
2018-11-06twitterapi: add notification read endpointWilliam Pitcock
2018-11-06Runtime configurationhref
Related to #85 Everything should now be configured at runtime, with the exception of the `Pleroma.HTML` scrubbers (the scrubbers used can be changed at runtime, but their configuration is compile-time) because it's building a module with a macro.
2018-11-06Merge branch 'runtime-router' into 'develop'kaniini
Runtime configured router See merge request pleroma/pleroma!426
2018-11-06Add federating plug & public testshref
2018-11-05Runtime configured routerhref
2018-11-05Runtime configured emojishref
The changes are a bit heavy since the emojis were loaded into module attributes from filesystem. This introduces a GenServer using an ETS table to cache in memory the emojis, and allows a runtime-reload with `Pleroma.Emoji.reload()`.
2018-11-01Pleroma.Web.TwitterAPI.ActivityView: Harden TwitterAPI against remnant of prismoHaelwenn (lanodan) Monnier
2018-11-01twitter api: add support for rendering Page objectsWilliam Pitcock
2018-10-29twitter api: enforce upload limits for avatars, banners and backgroundsWilliam Pitcock
2018-10-29twitter/mastodon api: always use mediaproxy URLs in attachmentsWilliam Pitcock
if using local media, the mediaproxy will not replace the URL anyway.
2018-10-26activitypub: add support for filtering broken threads out of timelinesWilliam Pitcock
2018-10-25twitterapi: activity view: add the other in_reply_to fieldsWilliam Pitcock
2018-10-25twitterapi: activity view: implement in_reply_to_screen_name using the new ↵William Pitcock
graph walking helper
2018-10-21New frontend optionsscarlett
2018-10-17Use maybe_direct_follow for follow importsscarlett
2018-10-07{mastodon api, twitter api}: make the follow handshake timeout configurableWilliam Pitcock
2018-10-05user: add wait_and_refresh() for async three-way handshake caseWilliam Pitcock
2018-10-05twitterapi: frontend config: add formattingOptionsEnabledWilliam Pitcock
2018-10-05Revert "Merge branch 'revert-a26d5e6b' into 'develop'"William Pitcock
This reverts commit d31bbb1cfe04ca6073a322bcf77239e7d4b79839, reversing changes made to 340ab3cb9068d444b77213e07beb8c2c3ca128b9.
2018-09-28[Pleroma.Web.TwitterAPI.UserView]: Add mastodon-fields in "fields"Haelwenn (lanodan) Monnier
2018-09-22twitter api: add no_rich_text option to userview for account prefsWilliam Pitcock
2018-09-22twitter api: add support for disabling rich textWilliam Pitcock
2018-09-22twitter api: add support for user-specified html policyWilliam Pitcock
2018-09-19twitter api: fix mimetype fallback when attachments use a URI instead of a ↵William Pitcock
URL object
2018-09-10formattingWilliam Pitcock
2018-09-10everywhere: use Pleroma.HTML module instead of HtmlSanitizeEx directlyWilliam Pitcock
2018-09-02Merge branch 'hotfix_broken_likes' into 'develop'kaniini
hotfix for broken like completely breaking the notifications API See merge request pleroma/pleroma!284
2018-09-01run `mix format`.William Pitcock
2018-09-01config: add ability to disable Pleroma FE config management (closes #276)William Pitcock
2018-08-31Revert "Merge branch 'feature/rich-text' into 'develop'"lambda
This reverts merge request !309
2018-08-31config: chase pleroma-fe updates from MR pleroma-fe!324.William Pitcock
2018-08-31common api: add support for formatting messages outside of twitter-style ↵William Pitcock
plain text
2018-08-27better solution, added test.Henry Jameson
2018-08-26remove unused settings from /api/statusnet/confighakabahitoyo
2018-08-25twitter api: provide object descriptions as attachment description fieldWilliam Pitcock
2018-08-24fe config: add collapse_message_with_subject fe optionWilliam Pitcock
2018-08-22fixed notifications API completely breaking if there's a like forHenry Jameson
missing (deleted) post.
2018-08-22Run mix formatHaelwenn (lanodan) Monnier
2018-08-22[Pleroma.Web.TwitterAPI.UserView]: Do not fail if user.bio is nilHaelwenn (lanodan) Monnier
2018-08-21Merge branch 'feature/peertube_2' into 'develop'kaniini
rebase/update of feature/peertube See merge request pleroma/pleroma!217
2018-08-21Basic peertube support.Haelwenn (lanodan) Monnier
2018-08-21Formatensra
2018-08-21Twitter API: Support Mastodon-style biosensra
(multi-line, with links, and user mentions)
2018-08-12formattinglain
2018-08-12Fix for elixir 1.7.lain
2018-08-12Merge branch 'feature/invites' into 'develop'lambda
Invites Closes #108 See merge request pleroma/pleroma!208