Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
added deprecation warning about using bare domains
|
|
|
|
|
|
|
|
Pleroma.Web.PleromaAPI.TwoFactorAuthenticationController
|
|
|
|
|
|
was enabled
The current rate limiter disable logic won't trigger when the remote ip
is not forwarded, only when the remoteip plug is not enabled, which is
not the case on most instances since it's enabled by default. This
changes the behavior to warn and disable when the remote ip was not forwarded,
even if the RemoteIP plug is enabled.
Also closes #1620
|
|
|
|
|
|
limits in tests.
|
|
|
|
New users digest email
Closes #1514
See merge request pleroma/pleroma!2128
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This reverts commit 82c62c5028f517ded121b46b9806053989defdc2.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
logs belog :warn.
Ensure console backend logs in test environment are :warn, but mix tasks run in test env
do not run with :debug because it's far too verbose.
|
|
This is how upstream does it by default.
|
|
|
|
|
|
|
|
|
|
|
|
branch 'remotes/upstream/develop' into 1149-oban-job-queue
# Conflicts:
# config/config.exs
|
|
sixohsix/pleroma-post_expiration
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This way, if your test.secret.exs has an error, you'll actually see it.
|
|
|
|
|