Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions activitypub.php
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ function rest_init() {
Rest\Server::init();
( new Rest\Actors_Controller() )->register_routes();
( new Rest\Actors_Inbox_Controller() )->register_routes();
( new Rest\Admin\Actions_Controller() )->register_routes();
( new Rest\Application_Controller() )->register_routes();
( new Rest\Collections_Controller() )->register_routes();
( new Rest\Comments_Controller() )->register_routes();
Expand Down
10 changes: 10 additions & 0 deletions build/social-web/block.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"$schema": "https://schemas.wp.org/trunk/block.json",
"apiVersion": 3,
"name": "activitypub/social-web",
"title": "Social Web",
"category": "widgets",
"description": "Social Web admin interface",
"textdomain": "activitypub",
"editorScript": "file:./index.js"
}
1 change: 1 addition & 0 deletions build/social-web/followers.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions build/social-web/following.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions build/social-web/index.asset.php
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<?php return array('dependencies' => array('react', 'react-dom', 'react-jsx-runtime', 'wp-api-fetch', 'wp-commands', 'wp-components', 'wp-compose', 'wp-core-data', 'wp-data', 'wp-data-controls', 'wp-date', 'wp-element', 'wp-html-entities', 'wp-i18n', 'wp-keyboard-shortcuts', 'wp-keycodes', 'wp-notices', 'wp-preferences', 'wp-primitives', 'wp-private-apis', 'wp-url', 'wp-warning'), 'version' => 'e739b07d995d064993c2');
2 changes: 2 additions & 0 deletions build/social-web/index.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions build/social-web/interactions.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions build/social-web/style-followers-rtl.css

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions build/social-web/style-followers.css

Large diffs are not rendered by default.

7 changes: 7 additions & 0 deletions build/social-web/style-index-rtl.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading