From: Egor Kislitsyn <egor@kislitsyn.com>
Date: Mon, 15 Jul 2019 07:11:54 +0000 (+0700)
Subject: Merge remote-tracking branch 'pleroma/develop' into feature/addressable-lists
X-Git-Url: http://git.squeep.com/?a=commitdiff_plain;h=64a946643e6f9159a8029be8ec9e0b71b04906f3;p=akkoma

Merge remote-tracking branch 'pleroma/develop' into feature/addressable-lists
---

64a946643e6f9159a8029be8ec9e0b71b04906f3
diff --cc CHANGELOG.md
index 3403ce64e,7fc8db31c..86c90da0b
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@@ -25,11 -33,20 +33,21 @@@ The format is based on [Keep a Changelo
  - Admin API: Return users' tags when querying reports
  - Admin API: Return avatar and display name when querying users
  - Admin API: Allow querying user by ID
+ - Admin API: Added support for `tuples`.
  - Added synchronization of following/followers counters for external users
  - Configuration: `enabled` option for `Pleroma.Emails.Mailer`, defaulting to `false`.
- - Mastodon API: Add support for categories for custom emojis by reusing the group feature. <https://github.com/tootsuite/mastodon/pull/11196>
+ - Configuration: Pleroma.Plugs.RateLimiter `bucket_name`, `params` options.
 +- Addressable lists
  
+ ### Changed
+ - Configuration: Filter.AnonymizeFilename added ability to retain file extension with custom text
+ - Admin API: changed json structure for saving config settings.
+ - RichMedia: parsers and their order are configured in `rich_media` config.
+ 
+ ## [1.0.1] - 2019-07-14
+ ### Security
+ - OStatus: fix an object spoofing vulnerability.
+ 
  ## [1.0.0] - 2019-06-29
  ### Security
  - Mastodon API: Fix display names not being sanitized