Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-03-31 | Merge branch 'docs/mrf_object_age' into 'develop' | Haelwenn | |
Improve documentation of mrf_object_age See merge request pleroma/pleroma!2305 | |||
2020-03-16 | rip out fetch_initial_posts | rinpatch | |
Every time someone tries to use it, it goes mad and tries to scrape the entire fediverse for no visible reason, it's better to just remove it than continue shipping it in it's current state. idea acked by lain and feld on irc Closes #1595 #1422 | |||
2020-03-02 | fix for :fetch_initial_posts | ilja | |
A warning was added, but their were some newlines and whitespaces missing which broke the rendering of the setting. I've added them now | |||
2020-03-01 | Add warning to the fetch_initial_posts setting. Now we sometimes have people ↵ | Ilja | |
who enable this without realising the consequences (tons of posts being fetcht as each fetch makes Pleroma discover new users) I also made a more explicit distinction between OTP and from source installs in the general explanation | |||
2020-03-01 | timeline controller: rate limit timelines to 3 requests per 500ms per ↵ | rinpatch | |
timeline per ip/user | |||
2020-02-27 | Runtime configurability of RateLimiter. Refactoring. Disabled default rate ↵ | Ivan Tashkinov | |
limits in tests. | |||
2020-02-24 | DOCS Theming your instance | Ilja | |
I added a new file to explain * where a custom theme can be created * where themes can be downloaded * where to add the theme on the server * how to make the theme available on the instance * how to set the theme as default on the instance | |||
2020-02-20 | Merge branch 'require-signature' into 'develop' | lain | |
Add an option to require fetches to be signed Closes #1444 See merge request pleroma/pleroma!2071 | |||
2020-02-20 | Merge branch 'feature/new-registrations-digest' into 'develop' | lain | |
New users digest email Closes #1514 See merge request pleroma/pleroma!2128 | |||
2020-02-18 | Merge branch 'develop' into 'fix/mrf-sample-doc' | feld | |
# Conflicts: # docs/configuration/mrf.md | |||
2020-02-18 | Merge branch 'fix/mrf-docs' into 'develop' | feld | |
Fix MRF documentation See merge request pleroma/pleroma!2187 | |||
2020-02-14 | Merge branch 'fix/mrf-sample-doc' of git.pleroma.social:pleroma/pleroma into ↵ | Mark Felder | |
fix/mrf-sample-doc | |||
2020-02-14 | Fix MRF docs further. I don't think anyone has actually tested with the old ↵ | Mark Felder | |
docs. | |||
2020-02-14 | Apply suggestion to docs/configuration/mrf.md | feld | |
2020-02-14 | Update suggested path for location of your custom MRF | Mark Felder | |
2020-02-13 | Make the sample code actually compile | Mark Felder | |
2020-02-11 | Merge branch 'develop' into feature/new-registrations-digest | Egor Kislitsyn | |
2020-02-10 | Merge branch 'develop' into issue/1383 | Maksim Pechnikov | |
2020-02-07 | Fix MRF documentation | Egor Kislitsyn | |
2020-02-06 | Simplify in-database config docs | rinpatch | |
Large part of it was no longer true (i.e none of the changes need recompilation anymore and you can't brick an instance by changing them, it's not necessary to manually truncate the db manually anymore) | |||
2020-02-04 | Add cheatsheet entry | Lain Soykaf | |
2020-02-03 | Merge branch 'develop' into issue/1383 | Maksim Pechnikov | |
2020-01-30 | Apply suggestion to docs/configuration/cheatsheet.md | lain | |
2020-01-30 | Apply suggestion to docs/configuration/cheatsheet.md | rinpatch | |
2020-01-30 | RemoteIp: only trust X-Forwarded-For | rinpatch | |
Our nginx config will happily pass `Forwarded`/`X-Real-IP` from the client. Caddy, Apache and Varnish pass `X-Forwarded-For` as well anyway. | |||
2020-01-30 | cheatsheet: improve rate limiter docs and add new limiters | rinpatch | |
2020-01-28 | Merge branch 'develop' into issue/1383 | Maksim Pechnikov | |
2020-01-27 | Remove user recommendation by third party engine | Hakaba Hitoyo | |
2020-01-22 | Merge branch 'feature/new-registrations-digest' of ↵ | Mark Felder | |
git.pleroma.social:pleroma/pleroma into feature/new-registrations-digest | |||
2020-01-22 | Update documentation | Egor Kislitsyn | |
2020-01-22 | Merge branch 'develop' into issue/1383 | Maksim Pechnikov | |
2020-01-22 | Apply suggestion to docs/configuration/cheatsheet.md | Maksim | |
2020-01-22 | Apply suggestion to docs/configuration/cheatsheet.md | Maksim | |
2020-01-13 | Merge branch 'develop' into issue/1383 | Maksim Pechnikov | |
2020-01-10 | dynamic_configuration renaming | Alexander Strizhakov | |
and moving it from instance settings | |||
2020-01-10 | syncing new setting to descriptions.exs | Alexander Strizhakov | |
2020-01-05 | Fix SMTP mailer example | RX14 | |
`ssl: true` and `tls: :always` tries to use both TLS and STARTTLS on the same SMTP connection, causing it to fail. | |||
2019-12-21 | Merge branch 'develop' into issue/1383 | Maksim Pechnikov | |
2019-12-17 | Fix typo | Egor Kislitsyn | |
2019-12-16 | Add an option to require fetches to be signed | Egor Kislitsyn | |
2019-12-14 | Merge branch 'develop' into issue/1383 | Maksim Pechnikov | |
2019-12-13 | Merge branch 'develop' into feature/custom-runtime-modules | Egor Kislitsyn | |
2019-12-12 | Add native captcha and enable it by default. | Egor Kislitsyn | |
2019-12-12 | Remove runtime modules config example | Egor Kislitsyn | |
2019-12-10 | Merge branch 'develop' into feature/custom-runtime-modules | Egor Kislitsyn | |
2019-12-08 | Merge branch 'develop' into issue/1383 | Maksim Pechnikov | |
2019-12-06 | Move runtime configuration from `:instance` to `:modules` | Egor Kislitsyn | |
2019-12-05 | Add support for custom modules | Egor Kislitsyn | |
2019-12-04 | Cheat Sheet: Addg chat_limit information. | lain | |
2019-11-28 | Merge branch 'develop' into issue/1383 | Maksim Pechnikov | |