gnu-social/plugins/ActivityPub
tenma a0d30b6872 [ActivityPub] Fix some small known problems
ActivityPubPlugin:
- Rework onProfileDeleteRelated to account for the tables _rsa and _pending_follow_requests
- Update onEndShowAccountProfileBlock to stop creating the ap_profile if it doesn't exist (we'll handle this in a different manner)

Activitypub_profile:
- Remove unnecessary code from from_profile method and add return type information

Explorer:
- Update travel_collection to call itself instead of _lookup, that was wrong
2019-11-03 00:43:21 +00:00
..
actions [ActivityPub] Slightly increase robustness on exception handling 2019-10-11 17:08:41 +01:00
classes [ActivityPub] Fix some small known problems 2019-11-03 00:43:21 +00:00
doc [CORE] Add ActivityPub plugin 2019-08-21 16:46:35 +01:00
lib [ActivityPub] Fix some small known problems 2019-11-03 00:43:21 +00:00
locale [CORE] Add ActivityPub plugin 2019-08-21 16:46:35 +01:00
scripts [SCRIPTS] Set PUBLICDIR in plugin scripts as well 2019-09-18 17:15:00 +03:00
tests [ActivityPub] Fix some bugs with onStartNoticeSearch 2019-09-13 18:10:20 +01:00
ActivityPubPlugin.php [ActivityPub] Fix some small known problems 2019-11-03 00:43:21 +00:00
CONTRIBUTING.md [CORE] Add ActivityPub plugin 2019-08-21 16:46:35 +01:00
COPYING [CORE] Add ActivityPub plugin 2019-08-21 16:46:35 +01:00
README.md [AP] Subscribe RemoteFollow plugin events for allowing following with the remote-follow button 2019-09-03 03:26:35 +01:00
phpunit.xml [CORE] Add ActivityPub plugin 2019-08-21 16:46:35 +01:00

README.md

ActivityPub plugin for GNU social

(c) 2018-2019 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.

Additional functionality

The RemoteFollow plugin is recommended as it increases the UX significatively, it adds a remote follow button to user profiles.

Credits

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*.