* origin/develop: (116 commits)
streamer group & Oban crontab child
Update PleromaFE bundle for the 2.0 release
Update AdminFE build
add confirm field to filtered params
Admin API: Exclude boosts from `GET /api/pleroma/admin/users/:nickname/statuses` and `GET /api/pleroma/admin/instance/:instance/statuses`
Admin API: `GET /api/pleroma/admin/statuses` - list all statuses (accepts `godmode` and `local_only`)
unnecessary groups
instance.gen task: make example instance name less confusing
instance.gen task: remind to transfer the config to the database after migrations
instance.gen task: make instance name default to the domain
Update AdminFE build
Fix Dialyzer warnings
Add a test to ensure OAuth tokens are tied to Push subscriptions
compile fix
instance.gen task: fix crash when using custom static directory
Admin API: `GET /api/pleroma/admin/stats` to get status count by visibility scope
DOCS Theming your instance
Captcha: return invalid when answer_data is nil
captcha_test.exs: Use the same testing logic in Kocaptcha and native
Add missing invites_enabled and account_activation_required settings
...
The setting is now simply "attachment_links" and the boolean value does
what you expect. A double negative is never possible and describing the
functionality is no longer a philospher's worst nightmare.
* origin/develop: (63 commits)
Fix email mix task on OTP releases
Actually fix upload limit on OTP releases
Questions: Add timezone to `closed` property
deps: update plug to 1.9
Add User.get_follow_state/2
fix
EmojiReactions: Rename to EmojiReacts
Update FE bundle
Update CHANGELOG
Cancellation of a follow request for a remote user
Simplify in-database config docs
description change
dropdown type
removing confusing error
Apply suggestion to CHANGELOG.md
removing migrate_from_db endpoint from admin api
Remove AutoLinker `scheme` option from the config
Add support for cancellation of a follow request
Add cheatsheet entry
fix not being able to pin polls
...