Age | Commit message (Collapse) | Author |
|
|
|
|
|
grep -rl '# Copyright © .* Pleroma' * | xargs sed -i 's;Copyright © .* Pleroma .*;Copyright © 2017-2021 Pleroma Authors <https://pleroma.social/>;'
|
|
|
|
|
|
|
|
|
|
This reverts merge request !2784
|
|
This reverts merge request !2677
|
|
https://git.pleroma.social/pleroma/elixir-libraries/linkify
|
|
|
|
Unlike concatenating strings, this makes sure everything is escaped.
Tests had to be changed because Phoenix.HTML runs attributes through
Enum.sort before generation for whatever reason.
|
|
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\/>'
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This reverts commit f3e06a1030636f24f7129dd93bb9780e67fb7de1.
|
|
changes in apis
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# Conflicts:
# lib/pleroma/activity.ex
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|