gnu-social/plugins/ActivityPub
Alexei Sorokin bee3dea9c2 [DATABASE] Add explicit indices for all foreign keys
This adds a requirement for all definitions that have foreign keys to also
require indices for all source (local) attributes mentioned in foreign keys.

MariaDB/MySQL creates indices for source attributes automatically, so this
serves as a way to get rid of those automatic indices and create clean explicit
ones instead.

In PostgreSQL, most of the time, indices on the source are necessary to
decrease performance penalty of foreign keys (like in MariaDB), but they aren't
created automatically, so this serves to remove that difference between
PostgreSQL and MariaDB.
2021-07-16 19:44:38 +01:00
..
actions [ActivityPub][Inbox] Signature verification after Actor update would always fail 2021-07-16 19:44:37 +01:00
classes [DATABASE] Add explicit indices for all foreign keys 2021-07-16 19:44:38 +01:00
doc [CORE] Add ActivityPub plugin 2021-07-16 19:44:33 +01:00
lib [ActivityPub][Explorer] More robust exception handler for invalid remote answers 2021-07-16 19:44:37 +01:00
locale [CORE] Add ActivityPub plugin 2021-07-16 19:44:33 +01:00
scripts [ActivityPub][SCRIPTS] Make update profiles work with an uri 2021-07-16 19:44:37 +01:00
ActivityPubPlugin.php [ActivityPub] Fix bug introduced with 4d171b27 2021-07-16 19:44:37 +01:00
CONTRIBUTING.md [DOCUMENTATION] Adopt PSR-12 and clarify on arrays 2021-07-16 19:44:37 +01:00
COPYING [CORE] Add ActivityPub plugin 2021-07-16 19:44:33 +01:00
README.md [AP] Subscribe RemoteFollow plugin events for allowing following with the remote-follow button 2021-07-16 19:44:34 +01:00
phpunit.xml [CORE] Add ActivityPub plugin 2021-07-16 19:44:33 +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*.