Age | Commit message (Collapse) | Author |
|
|
|
Done via the following command:
git diff 1e6c102bfcfe0e4835a48f2483f2376f9bf86a20 --stat --name-only | cat - | xargs sed -i 's/2017-2018 Pleroma Authors/2017-2019 Pleroma Authors/'
|
|
|
|
|
|
|
|
Related to #85
Everything should now be configured at runtime, with the exception of
the `Pleroma.HTML` scrubbers (the scrubbers used can be
changed at runtime, but their configuration is compile-time) because
it's building a module with a macro.
|
|
Same API as the old Pleroma.Config
|
|
Discussed in https://git.pleroma.social/pleroma/pleroma/merge_requests/426#note_7232
|
|
|