Make rate limiting for Mastodon Registration API less agressive and enable it by...
authorrinpatch <rinpatch@sdf.org>
Tue, 14 May 2019 19:47:23 +0000 (22:47 +0300)
committerrinpatch <rinpatch@sdf.org>
Tue, 14 May 2019 19:48:16 +0000 (22:48 +0300)
commit38f3393e934330454fb942048c19ee5640563a08
tree24db89e1800b53d0029bd334ff429b4f02959624
parent8e721706c2fd06f890c055cf4d13056c653a0aa6
Make rate limiting for Mastodon Registration API less agressive and enable it by default.

As discussed on irc. Unlike Mastodon our web interface for registrations
is using the same APIs regular apps would be using, so 5 requests per 30
minutes per IP could hurt valid use-cases when Pleroma-FE switches to
it. Also enable the endpoint by default, it makes no sense to
have it disabled when
1. TwitterAPI endpoint is there and always enabled
2. Unlike Mastodon, there is no way to get an account without using the APIs (makes me wonder why the setting is even there)

Also in this commit: minor changelog improvements.
CHANGELOG.md
config/config.exs