Merge branch 'develop' into fix/disable-rate-limiter-for-socket-localhost
authorrinpatch <rinpatch@sdf.org>
Thu, 30 Jan 2020 19:16:55 +0000 (22:16 +0300)
committerrinpatch <rinpatch@sdf.org>
Thu, 30 Jan 2020 19:16:55 +0000 (22:16 +0300)
1  2 
CHANGELOG.md
test/web/mastodon_api/controllers/account_controller_test.exs

diff --cc CHANGELOG.md
index 9681cb7e3af66a0c4b57c857a4be880e7a14b74f,68ebb03a7da586ca408593f1f6fa9fc4037c048e..66f0b829e29c8a0762db4f4ebe52ca98f16eb63d
@@@ -21,7 -27,8 +27,9 @@@ The format is based on [Keep a Changelo
  - Deprecated `User.Info` embedded schema (fields moved to `User`)
  - Store status data inside Flag activity
  - Deprecated (reorganized as `UserRelationship` entity) User fields with user AP IDs (`blocks`, `mutes`, `muted_reblogs`, `muted_notifications`, `subscribers`).
 +- Rate limiter is now disabled for localhost/socket (unless remoteip plug is enabled)
+ - Logger: default log level changed from `warn` to `info`.
+ - Config mix task `migrate_to_db` truncates `config` table before migrating the config file.
  <details>
    <summary>API Changes</summary>