diff options
| author | Alexander Strizhakov <alex.strizhakov@gmail.com> | 2020-03-30 12:15:23 +0300 |
|---|---|---|
| committer | Alexander Strizhakov <alex.strizhakov@gmail.com> | 2020-03-30 12:15:23 +0300 |
| commit | f497cf2f7c21196c4d633ddf0d14f0a4ede00cea (patch) | |
| tree | 6ef3981f250af6c67619e9d48176c131328b76aa /CHANGELOG.md | |
| parent | 7f9b5284fa7dd1d9100de730a6fe0c93739d1b30 (diff) | |
| parent | e999c67cee65cfe07de6dc76ad18f213c0252bb3 (diff) | |
| download | pleroma-f497cf2f7c21196c4d633ddf0d14f0a4ede00cea.tar.gz pleroma-f497cf2f7c21196c4d633ddf0d14f0a4ede00cea.zip | |
Merge branch 'develop' into gun
Diffstat (limited to 'CHANGELOG.md')
| -rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 841dd8afa..f393ea8eb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -78,6 +78,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - Mastodon API: User timelines will now respect blocks, unless you are getting the user timeline of somebody you blocked (which would be empty otherwise). - Mastodon API: Favoriting / Repeating a post multiple times will now return the identical response every time. Before, executing that action twice would return an error ("already favorited") on the second try. - Mastodon API: Limit timeline requests to 3 per timeline per 500ms per user/ip by default. +- Admin API: `PATCH /api/pleroma/admin/users/:nickname/credentials` and `GET /api/pleroma/admin/users/:nickname/credentials` </details> ### Added |
