Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
Use Pleroma.Web.Endpoint.url/0 directly instead. Reduces compiler cycles.
|
|
grep -rl '# Copyright © .* Pleroma' * | xargs sed -i 's;Copyright © .* Pleroma .*;Copyright © 2017-2021 Pleroma Authors <https://pleroma.social/>;'
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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\/>'
|
|
|
|
transparency is disabled
Closes #1568
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Fix credo issues
See merge request pleroma/pleroma!786
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
splits actual nodeinfo generation into raw_nodeinfo, the 2.0 handler
gives the same result, while the 2.1 handler inserts the
software.repository field. requested by @href
|
|
|
|
that is the only change from nodeinfo 2.0 to 2.1
also this makes the nodeinfo tests use 2.1.json instead of 2.0.json
|
|
|
|
|
|
|
|
|
|
|
|
|