brunoccast 94a4059b4a [ActivityPub] Caching of Following/Followers interactions and collections
Follow interaction:
- Fixed mini-bug where the subscriber profile was being used as the subscribed
- Updated cache subscription-related values in both instances
- Tested and working with local GS instances

Unfollow interaction:
- Updated cache subscription-related values in both instances
- Tested and working with local GS instances

Followers/Following collections:
- Now returning ActivityPub profiles only
- Stored collections in cache

Misc:
- Fix bug concerning the retrieval of public/private-key after in-function generation
2019-08-21 16:46:36 +01:00
..
2019-06-09 16:10:03 +01:00
2019-06-09 16:10:03 +01:00
2019-06-09 16:10:03 +01:00
2019-06-09 16:10:03 +01:00
2019-06-09 16:10:03 +01:00
2019-06-09 16:10:03 +01:00
2019-06-09 16:10:03 +01:00
2019-06-09 16:10:03 +01:00
2019-06-09 16:10:03 +01:00
2019-06-09 16:10:03 +01:00
2019-06-09 16:10:03 +01:00
2016-02-08 17:48:37 +00:00
2019-06-09 16:10:03 +01:00
2019-06-09 16:10:03 +01:00
2019-06-09 16:10:03 +01:00
2019-06-09 16:10:03 +01:00
2019-06-09 16:10:03 +01:00
2019-06-09 16:10:03 +01:00
2016-02-08 17:48:37 +00:00
2019-06-09 16:10:03 +01:00
2019-06-09 16:10:03 +01:00
2019-06-09 16:10:03 +01:00

Several example plugins are included in the plugins/ directory. You can enable a plugin with the following line in config.php:

    addPlugin('Example', array('param1' => 'value1',
                               'param2' => 'value2'));

This will look for and load files named 'ExamplePlugin.php' or 'Example/ExamplePlugin.php' either in the plugins/ directory (for plugins that ship with StatusNet) or in the local/ directory (for plugins you write yourself or that you get from somewhere else) or local/plugins/.

Plugins are documented in their own directories.

Additional information on using and developing plugins can be found at the following locations: