aboutsummaryrefslogtreecommitdiff
path: root/lib/pleroma/web/rel_me.ex
AgeCommit message (Collapse)Author
2020-03-02Bump copyright years of files changed after 2020-01-07Haelwenn (lanodan) Monnier
Done via the following command: git diff fcd5dd259a1700a045be902b43391b0d1bd58a5b --stat --name-only | xargs sed -i '/Pleroma Authors/c# Copyright © 2017-2020 Pleroma Authors <https:\/\/pleroma.social\/>'
2020-02-16Use floki's new APIs for parsing fragmentsrinpatch
2020-02-11Revert "Merge branch 'feat/floki-fasthtml' into 'develop'"feld
This reverts merge request !2194
2020-02-11Make Floki use fast_htmlrinpatch
2019-11-04add missing tesla mocksSteven Fuchs
2019-06-06Replace Mix.env with Pleroma.Config.get(:env)rinpatch
Mix.env/0 is not availible in release environments such as distillery or elixir's built-in releases.
2019-04-12Add `with_body: true` to requests relying on `max_body: val`Roman Chvanikov
2019-03-08http: rework connection timeouts to match hackney docs, enforce 1 second max ↵William Pitcock
TCP connection timeout
2019-03-05Web.RelMe: Fix having other values in rel attrHaelwenn (lanodan) Monnier
One example of this is Github which puts a rel="nofollow me" on the profile link.
2019-03-02RelMe.maybe_put_rel_me/2: When true put "me" otherwise nilHaelwenn (lanodan) Monnier
2019-03-02Pleroma.Web.RelMe: fixupsHaelwenn (lanodan) Monnier
2019-03-02Pleroma.User: Add rel=me to URLs where it linkbacks to the profileHaelwenn (lanodan) Monnier