Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-02-25 | Copyright bump for 2022 | Sean King | |
2021-01-13 | Bump Copyright to 2021 | Haelwenn (lanodan) Monnier | |
grep -rl '# Copyright © .* Pleroma' * | xargs sed -i 's;Copyright © .* Pleroma .*;Copyright © 2017-2021 Pleroma Authors <https://pleroma.social/>;' | |||
2020-12-18 | Cachex: Make caching provider switchable at runtime. | lain | |
Defaults to Cachex. | |||
2020-09-07 | passing adapter options directly without adapter key | Alexander Strizhakov | |
2020-09-07 | adapter options unification | Alexander Strizhakov | |
not needed options deletion | |||
2020-03-03 | Merge branch 'develop' into gun | Alexander Strizhakov | |
2020-03-02 | Bump copyright years of files changed after 2020-01-07 | Haelwenn (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-18 | Merge branch 'develop' into gun | Mark Felder | |
2020-02-18 | adding gun adapter | Alexander Strizhakov | |
2020-02-16 | Use floki's new APIs for parsing fragments | rinpatch | |
2020-02-11 | Revert "Merge branch 'feat/floki-fasthtml' into 'develop'" | feld | |
This reverts merge request !2194 | |||
2020-02-11 | Make Floki use fast_html | rinpatch | |
2019-11-04 | add missing tesla mocks | Steven Fuchs | |
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 | |