Archive of initial ActivityPub plugin for GNU social
This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
Diogo Cordeiro 6fbf37b7fe Improve update_activitypub_profiles.php daemon
Add sanity case to ensure public key method of rsa class
2018-08-07 03:55:32 +01:00
actions Add first daemon, fix some minor issues and update licence headers 2018-08-07 03:10:31 +01:00
classes Improve update_activitypub_profiles.php daemon 2018-08-07 03:55:32 +01:00
daemons Improve update_activitypub_profiles.php daemon 2018-08-07 03:55:32 +01:00
tests Inbox Reinvented 2018-08-04 04:11:17 +01:00
utils Improve update_activitypub_profiles.php daemon 2018-08-07 03:55:32 +01:00
.gitignore First unstable federation release 2018-07-31 20:09:47 +01:00
ActivityPubPlugin.php Add first daemon, fix some minor issues and update licence headers 2018-08-07 03:10:31 +01:00
CONTRIBUTING.md Some bug fixes for Avatar Grabber 2018-08-02 05:54:27 +01:00
COPYING Added Activitypub_RSA 2018-07-28 02:18:30 +01:00
README.md Add first daemon, fix some minor issues and update licence headers 2018-08-07 03:10:31 +01:00
composer.json First unstable federation release 2018-07-31 20:09:47 +01:00
phpunit.xml Added Activitypub_RSA 2018-07-28 02:18:30 +01:00

README.md

ActivityPub plugin for GNU Social 1.0 Alpha

2018

(c) Free Software Foundation, Inc

This is the README file for GNU Social's ActivityPub plugin. It includes general information about the plugin.

About

This plugin adds ActivityPub support to GNU Social.

Setup

  1. Put all files in /plugins/ActivityPub

  2. Add addPlugin('ActivityPub'); to your /config.php file.

  3. For better performance consider both:

    • disabling checkschema (instructions in GNU social's config.php), but don't forget to run it when updating plugins (including ActivityPub plugin)
    • installing Chimo's Redis plugin

For testing, (shouldn't be used in production)

    composer install && vendor/bin/phpunit

Built With

Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting merge requests to us.

Versioning

We use SemVer for versioning. For the versions available, see the tags on this repository.

Credits

See also the list of contributors who participated in this project.

Extra special thanks

License

This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details.

You should have received a copy of the GNU Affero General Public License along with this program, in the file "COPYING". If not, see http://www.gnu.org/licenses/.

IMPORTANT NOTE: The GNU Affero General Public License (AGPL) has
*different requirements* from the "regular" GPL. In particular, if
you make modifications to the plugin source code on your server,
you *MUST MAKE AVAILABLE* the modified version of the source code
to your users under the same license. This is a legal requirement
of using the software, and if you do not wish to share your
modifications, *YOU MAY NOT USE THIS PLUGIN*.