summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-06-03Better error handling for ActivityPubControllerlain
2018-06-03Better error handling for MastodonApiController.lain
2018-06-03Better error handling in TwitterApiController.lain
2018-06-03lib/pleroma/web/mastodon_api/mastodon_api_controller.ex: set ↵Haelwenn (lanodan) Monnier
visible_in_picker to true in custom_emojis Fixes: https://github.com/ilianaw/emojos.in/issues/4 Closes: https://git.pleroma.social/pleroma/pleroma/issues/177 Closes: https://git.pleroma.social/pleroma/mastofe/issues/16
2018-06-02Revert "Update Mastofe."lain
This reverts commit 726b131b0a675a1116e579e0c1adbed8e5a1a856. Some things broke (threads).
2018-06-02Update Mastofe.lain
2018-06-02Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into developlain
2018-06-01Merge branch 'fix/user-timeline-reading-user' into 'develop'eal
MastoAPI user timelines: render statuses for the logged in user. See merge request pleroma/pleroma!187
2018-06-01MastoAPI user timelines: render statuses for the logged in user.eal
2018-06-01Merge branch 'fix/twitterapi-incorrect-follows-you' into 'develop'lambda
TwitterAPI: fix "Follows you" being shown for the wrong user. Closes pleroma-fe#89 See merge request pleroma/pleroma!185
2018-05-31TwitterAPI: fix "Follows you" being shown for the wrong user.eal
2018-05-30Fix url guessing attacks.lain
2018-05-30Fix url guessing attacks.lain
2018-05-30MastoAPI: Add streaming for lists.eal
2018-05-30Merge branch 'fix/dm-timeline-activities' into 'develop'eal
MastoAPI: fix dm_timeline getting non-create activities. See merge request pleroma/pleroma!182
2018-05-30MastoAPI: fix dm_timeline getting non-create activities.eal
2018-05-29Merge branch 'patch-3' into 'develop'lambda
Update pleroma.nginx See merge request pleroma/pleroma!179
2018-05-29Merge branch 'fix/link-headers' into 'develop'lambda
MastoAPI: Fix link headers with restrictive params. See merge request pleroma/pleroma!181
2018-05-29MastoAPI: Fix link headers with restrictive params.eal
2018-05-28Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into developlain
2018-05-28Only return certain activities in TwitterAPI mentions.lain
2018-05-28Update pleroma.nginxDominik V. Salonen
proxy_ignore_client_abort will continue to fetch from upstream even if a client aborts the connection. This is highly recommended when cache is being used. If a client leaves/refreshes the page while a user's avatar or some other media is halfway loaded, the cached copy might in some cases be broken. Leaving future requests to the same URL broken until cache expires.
2018-05-27Merge branch 'feature/mastodon-context-microformat' into 'develop'lambda
formatter: use class='mention' on links to user profiles See merge request pleroma/pleroma!178
2018-05-27run mix formatWilliam Pitcock
2018-05-27tests: update for html changesWilliam Pitcock
2018-05-27formatter: use class='mention' on links to user profilesWilliam Pitcock
helps mastodon frontend and apps have better context: https://mastodon.social/users/Gargron/statuses/100101267352899379
2018-05-26Fix user topic streaming.lain
2018-05-26Merge branch 'csaurus/pleroma-feature/mstdn-direct-api' into developlain
2018-05-26Simplify DM query.lain
Should also use indexes better.
2018-05-26Merge branch 'develop' into csaurus/pleroma-feature/mstdn-direct-apilain
2018-05-26There are no symbols in JSON.lain
2018-05-26Merge branch 'kaniini/pleroma-feature/activitypub-accept-reject-conformance' ↵lain
into develop
2018-05-26Formatting.lain
2018-05-26Make Mastodon follow hack more explicit.lain
2018-05-26Don't treat remote accepts/rejects as local.lain
Also, use specialized functions to get safe data.
2018-05-26Rename id helper method.lain
2018-05-26tests: add tests to verify the accept request is discarded if no follow ↵William Pitcock
activity could be found
2018-05-26activitypub transmogrifier: use fetch_latest_follow to verify a follow ↵William Pitcock
object exists
2018-05-26Merge branch 'feature/mastodon-s2s-block-opt-out' into 'develop'lambda
activitypub: allow mastodon S2S block extension support to be disabled See merge request pleroma/pleroma!176
2018-05-26activitypub: allow mastodon S2S block extension support to be disabledWilliam Pitcock
2018-05-26debugHakaba Hitoyo
2018-05-26output repeats at ActivityPub outboxHakaba Hitoyo
2018-05-25activitypub transmogrifier: cleanups and tests for incoming accepts/rejectsWilliam Pitcock
2018-05-25activitypub transmogrifier: clean up accept/reject handling a bitWilliam Pitcock
2018-05-25introduce User.maybe_direct_follow() and use it where we used to call ↵William Pitcock
User.follow()
2018-05-25twitter api: also remove explicit User.follow hereWilliam Pitcock
2018-05-25run mix formatWilliam Pitcock
2018-05-25Merge branch 'feature/blocks-deny-refollow' into 'develop'lambda
activitypub conformance: deny refollow for blocks See merge request pleroma/pleroma!170
2018-05-25Merge branch 'bugfix/follow-query-overhead' into 'develop'lambda
activitypub utils: optimize block and follow activity lookup See merge request pleroma/pleroma!171
2018-05-25activitypub: fix up accept/reject semantics for followingWilliam Pitcock
fixes #175