The parser C-Node has been completely rewritten to not use the deprecated
`erl_interface` api.
Closes#1378 since Nodex was ripped out and the replacement randomizes
master node name.
* origin/develop: (734 commits)
update fast sanitize dependency
streamer: use direct object for filter checks when there is no valid child object in an activity
Bump fast_sanitize version
Fix moderation log crash
Undo dialyzer fix
Fix count
AdminAPI: Omit relay user from users list
Fix "the call ... will never return" warning
Bump fast_sanitize dependency so this builds on more than just Linux
Remove following column from the migrations
Update test for get_recipients_from_activity
Fix bookmark migration using a query with a schema
Add a migration to fix blocked follows
Fix duplicate recipients
Rip out the rest of htmlsanitizeex
Remove commented-out code
Fix XSS emoji test
Bump fast_sanitize dependency
Fix two migrations sharing the same module name
Migrate missing follow requests
...
* origin/develop: (59 commits)
Fix OAuth cleanup worker unconditionally starting
Parallelize template rendering
Collect stats immediately after init
Cache follow state
Add a task to benchmark timeline rendering
html.ex: Allow sub and sup elements by default
Apply suggestion to lib/pleroma/web/activity_pub/publisher.ex
activitypub: publisher: add (request-target) to http signature when POSTing
MRF: fix up unserializable option lists in describe implementations
fix formatting
Implement Pleroma.Stats as GenServer
streamline Streamer pings
Isolate OAuth.Token.CleanWorker
use default child_specs
Conversations: Load relations in one query.
Switch to pre-1.8 version of tzdata.
Conversation: Render new participation on update.
Conversations: Use correct oauth paths for extended api.
update changelog to cover MRF describe API.
Preload thread mutes/bookmarks in user_statuses
...
Anyone who is interested in dropping blocks can write their own MRF
policy at this point. This setting predated the MRF framework.
Disabling the side effect (unsubscription) is still a config option
per policy.
* origin/develop: (302 commits)
MRF: ensure that subdomain_match calls are case-insensitive
Strip internal fields including likes from incoming and outgoing activities
tests for Pleroma.Uploaders
Mastodon API: Fix thread mute detection
Uploader.S3 added support stream uploads
Mastodon API: Set follower/following counters to 0 when hiding followers/following is enabled
Return profile URL in MastodonAPI's `url` field
Simplify logic to mention.js `url` field
Return profile URL when available instead of actor URI for MastodonAPI mention URL
Do not rembed the object after updating it
OStatus tests: stop relying on embedded objects
ActivityPub tests: remove assertions of embedded object being updated, because the objects are no longer supposed to be embedded
OStatus Announce Representer: Do not depend on the object being embedded in the Create activity
Stop depending on the embedded object in restrict_favorited_by
[#1150] fixed parser TwitterCard
tests for CommonApi/Utils
Remove Reply-To from report emails
Do not add the "next" key to likes.json if there is no more items
Replace "impode" with "implode" for
Remove longfox emoji set
...