* 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
...
* origin/develop: (466 commits)
Fix compatibility with Elixir v1.10
Add test for custom base_url when deleting an attachment
Fix base_url string trimming
Add logging
Remove `whole_db` parameter everywhere, it's not used anymore
Fix __MODULE__ usage
DOCS General update for the "Introduction to Pleroma" section
update ecto
Remove unused var
explicitly describe perform op in AttachmentsClenupWorker
Remove user recommendation by third party engine
little fixes
Fix typo
description typos, Oban verbose type fix, new keys
can be changed in runtime
respect settings from database in mix tasks
Document dynamic_configuration breaking change
Emoji reactions: Update docs and changelog
Emoji reactions: Change api format once more
fix for non existing atom
...