Age | Commit message (Collapse) | Author |
|
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.
|
|
|
|
|
|
|
|
added rate limit to password reset
configure rate limit in runtime
|
|
- Actually sync counters in the database instead of info cache (which got
overriden after user update was finished anyway)
- Add following count field to user info
- Set hide_followers/hide_follows for remote users based on http status
codes for the first collection page
|
|
|
|
async/await to execute status and account search in parallel
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Feature/Rate Limiter
Closes #943
See merge request pleroma/pleroma!1266
|
|
|
|
|
|
|