Matthias Pfefferle
Matthias Pfefferle
Disable Block-Editor directly in the plugin instead of forcing users to install the Classic-Editor plugin. ```PHP add_filter( 'use_block_editor_for_post', '__return_false' ); ```
Adding a "normal" website with mf1 or no mf support (or both), to test the fallback and or the handling of semantic-less sites.
What do you think about a "debug" mode that enables advanced console logging, like for example the http-reponses?
Perhaps we can also use some of the newly introduced (WP 4.2) Filters: - https://developer.wordpress.org/reference/hooks/press_this_data/ - https://developer.wordpress.org/reference/hooks/press_this_suggested_html/ - https://developer.wordpress.org/reference/hooks/press_this_save_redirect/ and - https://developer.wordpress.org/reference/hooks/enable_press_this_media_discovery/
I would propose to remove all dependencies to third party plugins like ActivityPub and Friends and to focus on actions/filters, that can be then implemented by the Friends and ActivityPub...
implements #864 Adds the remote-reply feature to WebFinger using the OStatus reply feature `http://ostatus.org/schema/1.0/subscribe`. Also adds a hook, so that maybe the Friends plugin can hook into the Remote-Follow feature:...
TBD.
This PR is about a leaner validation method so that not every handler class has to be validated again and again. ## Proposed changes: * Disable `ACTIVITYPUB_DISABLE_INCOMING_INTERACTIONS` on Inbox level...