aboutsummaryrefslogtreecommitdiff
path: root/lib/pleroma/web/rel_me.ex
AgeCommit message (Collapse)Author
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