Age | Commit message (Collapse) | Author |
|
Translate backend-rendered pages
See merge request pleroma/pleroma!3634
|
|
|
|
|
|
|
|
minimum age
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
|
|
|
|
grep -rl '# Copyright © .* Pleroma' * | xargs sed -i 's;Copyright © .* Pleroma .*;Copyright © 2017-2021 Pleroma Authors <https://pleroma.social/>;'
|
|
|
|
Ensure all responses to password reset events are identical.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Fixes `Plug.Conn.NotSentError` that causes a 5xx error in response
instead of 404 and 400.
Fixes pattern matching error caused by different response format
in test and non-test env: `Pleroma.Emails.Mailer.deliver_async` returns
:ok when PleromaJobQueue is enabled and `{:ok, _}` when it's disabled.
In tests, it's disabled.
|
|
|
|
[ci skip]
|
|
|
|
Conflicts:
lib/pleroma/web/activity_pub/transmogrifier.ex
lib/pleroma/user.ex
|
|
|
|
|
|
|
|
|
|
Make the filename and module name of Pleroma.Emails.* orthogonal
See merge request pleroma/pleroma!1029
|
|
|
|
|
|
|
|
|
|
|
|
|
|
fix for twitter api tests
|
|
`User.get_by_nickname(nickname)`
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|