Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-06-06 | Replace 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-12 | Add `with_body: true` to requests relying on `max_body: val` | Roman Chvanikov | |
2019-03-08 | http: rework connection timeouts to match hackney docs, enforce 1 second max ↵ | William Pitcock | |
TCP connection timeout | |||
2019-03-05 | Web.RelMe: Fix having other values in rel attr | Haelwenn (lanodan) Monnier | |
One example of this is Github which puts a rel="nofollow me" on the profile link. | |||
2019-03-02 | RelMe.maybe_put_rel_me/2: When true put "me" otherwise nil | Haelwenn (lanodan) Monnier | |
2019-03-02 | Pleroma.Web.RelMe: fixups | Haelwenn (lanodan) Monnier | |
2019-03-02 | Pleroma.User: Add rel=me to URLs where it linkbacks to the profile | Haelwenn (lanodan) Monnier | |