You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix outbox not using object types other than Base_Object (#1268)
* Fix outbox not using object types other than Base_Object
* Update Following endpoint to extend WP_REST_Controller (#1267)
* Move file
* Update following endpoint to extend WP_REST_Controller
* Inherit from Actor
---------
Co-authored-by: Matthias Pfefferle <[email protected]>
* Change usage of fediverse symbol (#1239)
* Move "⁂" to the end of a line
otherwise the links look a bit disorganized
* this one mimics the logo
* Update Followers endpoint to extend WP_REST_Controller (#1266)
* Move file
* Update followers endpoint to extend WP_REST_Controlelr
* Inherit from Actors_Controller
* update schema
* Remove debug
* Adopt pagination from Outbox Controller
Props @pfefferle
* Prevent requests that go beyond what's available
Props @pfefferle
---------
Co-authored-by: Matthias Pfefferle <[email protected]>
* Add: Show ActivityPub preview in row actions, when block editor enabled but is not used for post type. (#1273)
* Fix outbox not using object types other than Base_Object
* Show ActivityPub preview in row actions, when block editor is not used for post type.
* Revert "Fix outbox not using object types other than Base_Object"
This reverts commit bc5f587.
* Improve changelog
* ActivityPub Query: Improve third party plugin support (#1272)
* check `$activitypub_object` before returning it
* make queried object filterable
* add phpdoc
* added changelog
* Fix phpcs issues
* allow access to `author`
---------
Co-authored-by: Konstantin Obenland <[email protected]>
* Add assertions for php unit test of Oubox:add
* Add context to test object
* Fix test data
* Use assertJsonStringEqualsJsonString for comparing two JSON strings.
* Fix NodeInfo rel (#1275)
* Fix NodeInfo rel
* fix tests
* Release 5.1.0 (#1276)
* No need to set default object class in post meta.
* Fix Changelog.
* Use an Arbitrary_Object as default
* remove post-meta
* remove whitespace
* Fix PHPCS
* rename to Generic Object
props @obenland
* global namespace
* fix some of the tests
* Fix tests
* Fix phpcs
---------
Co-authored-by: Matthias Pfefferle <[email protected]>
Co-authored-by: Konstantin Obenland <[email protected]>
0 commit comments