Compare commits
29 commits
main
...
prepare_fi
Author | SHA1 | Date | |
---|---|---|---|
40f5bdc94b | |||
c75e1307df | |||
1c67f7a338 | |||
898a6baf7c | |||
2d40091866 | |||
d1c8a1266b | |||
b3f7d83bfa | |||
79bf945744 | |||
9d3f439edc | |||
d5465a3551 | |||
4b656c6457 | |||
0f1dd8be47 | |||
7fdf01356c | |||
defeff32c1 | |||
804a967233 | |||
6a931e38a4 | |||
df15c8610f | |||
a5f3d632f2 | |||
08a1172f80 | |||
67ea7f7b87 | |||
48a086765b | |||
573c6bfa2a | |||
6b4fb08337 | |||
a96ce18524 | |||
ceeb161ca6 | |||
0bed532593 | |||
743d1e13f3 | |||
557801db33 | |||
4cd1ef4aa0 |
7 changed files with 50 additions and 21 deletions
14
.distignore
14
.distignore
|
@ -1,34 +1,24 @@
|
||||||
.distignore
|
.distignore
|
||||||
.git
|
.git
|
||||||
.gitignore
|
.gitignore
|
||||||
.php_cs
|
|
||||||
.svnignore
|
|
||||||
.wordpress-org
|
.wordpress-org
|
||||||
.wp-env.json
|
.wp-env.json
|
||||||
_config.yml
|
|
||||||
_site
|
|
||||||
bin
|
bin
|
||||||
CHANGELOG.md
|
CHANGELOG.md
|
||||||
CODE_OF_CONDUCT.md
|
CODE_OF_CONDUCT.md
|
||||||
composer.json
|
composer.json
|
||||||
composer.lock
|
composer.lock
|
||||||
|
docker-compose.yml
|
||||||
Dockerfile
|
Dockerfile
|
||||||
docs
|
docs
|
||||||
docker-compose-test.yml
|
|
||||||
docker-compose.yml
|
|
||||||
FEDERATION.md
|
FEDERATION.md
|
||||||
Gruntfile.js
|
Gruntfile.js
|
||||||
Makefile
|
|
||||||
node_modules
|
node_modules
|
||||||
npm-debug.log
|
|
||||||
package-lock.json
|
|
||||||
package.json
|
package.json
|
||||||
|
package-lock.json
|
||||||
phpcs.xml
|
phpcs.xml
|
||||||
phpunit.xml
|
phpunit.xml
|
||||||
phpunit.xml.dist
|
|
||||||
README.md
|
README.md
|
||||||
readme.md
|
|
||||||
SECURITY.md
|
|
||||||
src
|
src
|
||||||
tests
|
tests
|
||||||
vendor
|
vendor
|
16
.forgejo/workflows/release.yml
Normal file
16
.forgejo/workflows/release.yml
Normal file
|
@ -0,0 +1,16 @@
|
||||||
|
on:
|
||||||
|
push:
|
||||||
|
tags: 'v*'
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
upload-release:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- uses: https://code.forgejo.org/actions/checkout@v4
|
||||||
|
|
||||||
|
- uses: https://code.forgejo.org/actions/forgejo-release@v2
|
||||||
|
with:
|
||||||
|
direction: upload
|
||||||
|
url: https://code.event-federation.eu
|
||||||
|
release-notes: ${{ TAG }}
|
||||||
|
token: ${{ secrets.GITHUB_TOKEN }}
|
23
.gitattributes
vendored
Normal file
23
.gitattributes
vendored
Normal file
|
@ -0,0 +1,23 @@
|
||||||
|
.distignore export-ignore
|
||||||
|
.forgejo export-ignore
|
||||||
|
.gitattributes export-ignore
|
||||||
|
.gitignore export-ignore
|
||||||
|
.wp-env.json export-ignore
|
||||||
|
bin export-ignore
|
||||||
|
CODE_OF_CONDUCT.md export-ignore
|
||||||
|
composer.json export-ignore
|
||||||
|
composer.lock export-ignore
|
||||||
|
docker-compose.yml export-ignore
|
||||||
|
Dockerfile export-ignore
|
||||||
|
docs export-ignore
|
||||||
|
FEDERATION.md export-ignore
|
||||||
|
Gruntfile.js export-ignore
|
||||||
|
node_modules export-ignore
|
||||||
|
package.json export-ignore
|
||||||
|
package-lock.json export-ignore
|
||||||
|
phpcs.xml export-ignore
|
||||||
|
phpunit.xml export-ignore
|
||||||
|
README.md export-ignore
|
||||||
|
src export-ignore
|
||||||
|
tests export-ignore
|
||||||
|
vendor export-ignore
|
|
@ -8,10 +8,10 @@
|
||||||
* Author URI: https://graz.social/@linos
|
* Author URI: https://graz.social/@linos
|
||||||
* Text Domain: activitypub-event-bridge
|
* Text Domain: activitypub-event-bridge
|
||||||
* License: AGPL-3.0-or-later
|
* License: AGPL-3.0-or-later
|
||||||
* License URI: https://www.gnu.org/licenses/agpl-3.0.de.html
|
* License URI: https://www.gnu.org/licenses/agpl-3.0.html
|
||||||
* Requires PHP: 8.1
|
* Requires PHP: 8.1
|
||||||
*
|
*
|
||||||
* Requires at least ActivityPub plugin with version >= 3.2.2. ActivityPub plugin tested up to: 3.3.3.
|
* Requires at least ActivityPub plugin with version >= 3.2.2. ActivityPub plugin tested up to: 4.0.1.
|
||||||
*
|
*
|
||||||
* @package ActivityPub_Event_Bridge
|
* @package ActivityPub_Event_Bridge
|
||||||
* @license AGPL-3.0-or-later
|
* @license AGPL-3.0-or-later
|
||||||
|
|
|
@ -47,7 +47,7 @@ class Health_Check {
|
||||||
*/
|
*/
|
||||||
public static function test_event_transformation() {
|
public static function test_event_transformation() {
|
||||||
$result = array(
|
$result = array(
|
||||||
'label' => \__( 'Transformation of Events to a valid ActivityStreams representation.', 'activitypub' ),
|
'label' => \__( 'Transformation of Events to a valid ActivityStreams representation.', 'activitypub-event-bridge' ),
|
||||||
'status' => 'good',
|
'status' => 'good',
|
||||||
'badge' => array(
|
'badge' => array(
|
||||||
'label' => \__( 'ActivityPub Event Bridge', 'activitypub-event-bridge' ),
|
'label' => \__( 'ActivityPub Event Bridge', 'activitypub-event-bridge' ),
|
||||||
|
@ -172,7 +172,7 @@ class Health_Check {
|
||||||
'label' => __( 'ActivityPub Event Bridge', 'activitypub-event-bridge' ),
|
'label' => __( 'ActivityPub Event Bridge', 'activitypub-event-bridge' ),
|
||||||
'fields' => array(
|
'fields' => array(
|
||||||
'plugin_version' => array(
|
'plugin_version' => array(
|
||||||
'label' => __( 'Plugin Version', 'activitypub' ),
|
'label' => __( 'Plugin Version', 'activitypub-event-bridge' ),
|
||||||
'value' => ACTIVITYPUB_EVENT_BRIDGE_PLUGIN_VERSION,
|
'value' => ACTIVITYPUB_EVENT_BRIDGE_PLUGIN_VERSION,
|
||||||
'private' => true,
|
'private' => true,
|
||||||
),
|
),
|
||||||
|
|
|
@ -44,7 +44,7 @@ class Settings {
|
||||||
'activitypub_event_bridge_default_event_category',
|
'activitypub_event_bridge_default_event_category',
|
||||||
array(
|
array(
|
||||||
'type' => 'string',
|
'type' => 'string',
|
||||||
'description' => \__( 'Define your own custom post template', 'activitypub' ),
|
'description' => \__( 'Define your own custom post template', 'activitypub-event-bridge' ),
|
||||||
'show_in_rest' => true,
|
'show_in_rest' => true,
|
||||||
'default' => self::DEFAULT_EVENT_CATEGORY,
|
'default' => self::DEFAULT_EVENT_CATEGORY,
|
||||||
'sanitize_callback' => array( self::class, 'sanitize_mapped_event_category' ),
|
'sanitize_callback' => array( self::class, 'sanitize_mapped_event_category' ),
|
||||||
|
@ -56,7 +56,7 @@ class Settings {
|
||||||
'activitypub_event_bridge_event_category_mappings',
|
'activitypub_event_bridge_event_category_mappings',
|
||||||
array(
|
array(
|
||||||
'type' => 'array',
|
'type' => 'array',
|
||||||
'description' => \__( 'Define your own custom post template', 'activitypub' ),
|
'description' => \__( 'Define your own custom post template', 'activitypub-event-bridge' ),
|
||||||
'default' => array(),
|
'default' => array(),
|
||||||
'sanitize_callback' => array( self::class, 'sanitize_event_category_mappings' ),
|
'sanitize_callback' => array( self::class, 'sanitize_event_category_mappings' ),
|
||||||
)
|
)
|
||||||
|
@ -67,7 +67,7 @@ class Settings {
|
||||||
'activitypub_event_bridge_initially_activated',
|
'activitypub_event_bridge_initially_activated',
|
||||||
array(
|
array(
|
||||||
'type' => 'boolean',
|
'type' => 'boolean',
|
||||||
'description' => \__( 'Whether the plugin just got activated for the first time.', 'activitypub' ),
|
'description' => \__( 'Whether the plugin just got activated for the first time.', 'activitypub-event-bridge' ),
|
||||||
'default' => 1,
|
'default' => 1,
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
|
|
|
@ -285,7 +285,7 @@ class Setup {
|
||||||
foreach ( $this->active_event_plugins as $event_plugin ) {
|
foreach ( $this->active_event_plugins as $event_plugin ) {
|
||||||
if ( ! in_array( $event_plugin->get_post_type(), $activitypub_supported_post_types, true ) ) {
|
if ( ! in_array( $event_plugin->get_post_type(), $activitypub_supported_post_types, true ) ) {
|
||||||
$activitypub_supported_post_types[] = $event_plugin->get_post_type();
|
$activitypub_supported_post_types[] = $event_plugin->get_post_type();
|
||||||
add_post_type_support( $event_plugin->get_post_type(), 'activitypub' );
|
add_post_type_support( $event_plugin->get_post_type(), 'activitypub-event-bridge' );
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
update_option( 'activitypub_support_post_types', $activitypub_supported_post_types );
|
update_option( 'activitypub_support_post_types', $activitypub_supported_post_types );
|
||||||
|
|
Loading…
Reference in a new issue