Age | Commit message (Collapse) | Author |
|
Add an option to require fetches to be signed
Closes #1444
See merge request pleroma/pleroma!2071
|
|
New users digest email
Closes #1514
See merge request pleroma/pleroma!2128
|
|
# Conflicts:
# docs/configuration/mrf.md
|
|
Fix MRF documentation
See merge request pleroma/pleroma!2187
|
|
|
|
fix/mrf-sample-doc
|
|
docs.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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)
|
|
|
|
|
|
|
|
|
|
Our nginx config will happily pass `Forwarded`/`X-Real-IP` from the
client. Caddy, Apache and Varnish pass `X-Forwarded-For` as well anyway.
|
|
|
|
|
|
|
|
git.pleroma.social:pleroma/pleroma into feature/new-registrations-digest
|
|
|
|
|
|
|
|
|
|
|
|
and moving it from instance settings
|
|
|
|
`ssl: true` and `tls: :always` tries to use both TLS and STARTTLS on the
same SMTP connection, causing it to fail.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|