* origin/develop:
Apply suggestion to lib/pleroma/web/common_api/utils.ex
Update CHANGELOG and docs
Add filename_display_max_length config
priv/static: Add a warning discouraging admins from modifying the static files directly
Fix notifications mark as read API
EmojiReactionController: Return more appropriate error.
Credo fixes for the credo god.
AnnounceValidator: Check for announcability
Credo fixes.
Announcements: Fix all tests.
SideEffects: Builed out Announce effects.
Pipeline: Don't federate if federation is disabled.
Announcements: Handle through common pipeline.
CommonAPI: Change public->private implicit addressing.
AnnounceValidator: Validate for existing announce
ObjectValidators: Add basic Announce validator.
TransmogrifierTest: Fix tests.
Transmogrifier Test: Extract Announce handling.
* origin/develop: (381 commits)
CHANGELOG.md: Add entry for re-registration ban
Reword changelog entry for follow relationship bug
Mastodon API: do not create a following relationship if the corresponding follow request doesn't exist when calling `POST /api/v1/follow_requests/:id/authorize`
Deactivate local users on deletion instead of deleting the record
[#1732] Made AP C2S :followers and :following endpoints serve on no auth (as for related :api pipeline endpoints).
PleromaFE bundle supporting follow request notifications. 5f90b6a384
static-fe.css: Restore and move to /priv/static/static-fe
OpenAPI: Add `follow_request` to notification types
Fix sporadic test compilation failure caused by unused alias
OpenAPI: Remove max pagination limit from the spec
Updated PleromaFE bundle to prevent notifications loading issue due to unsupported parameter (`with_move`).
MappedSignatureToIdentityPlug: Fix.
Signature: Handle non-ap ids in key ids.
Made follow request notifications non-optional (removed config switch).
Increase tests on AP C2S
Dismiss the follow request notification on rejection
fix for auth check
docs update
docs fix
list of options for pack metadata
...
* origin/develop: (249 commits)
Add a test for accounts/update_credentials
Fix activity deletion
Add emoji support in statuses in staticfe
AccountView: fix for other forms of <br> in bio
Mastodon API Account view: Remove an outdated hack
Improved in-test `clear_config/n` applicability (setup / setup_all / in-test usage).
restrict_unauthenticated setting
include_types parameter in /api/v1/notifications
remove federated testing
Improved in-test config management functions.
Fix ssl option on Ecto config breaking release
Admin API: `PATCH /api/pleroma/admin/users/:nickname/credentials`, `GET /api/pleroma/admin/users/:nickname/credentials`.
Admin API: `PATCH /api/pleroma/admin/users/:nickname/change_password`
removing with_move parameter
Improve documentation of mrf_object_age
gitlab: create templates for bug reports and release MRs
warnings fix
removing from descriptions.exs deprecated settings
fix for content-type header for tag feed
adding rss for user feed
...