Alexei Sorokin 06dfd91a82 Various fixes
Fix OAuth and Realtime issues introduced in 9a515b9234eeb2e500e88899fb31f64535b618cc

[DATABASE] Fix an empty default value mistake introduced in
fde929b151f2b286cb60d226c47570209199c9c5

[DATABASE][PostgreSQL] Avoid use of pg_constraint.consrc, which was removed in
PostgreSQL 12.

[DATABASE][MariaDB] Fix a typo introduced in aed2344bd4c512dae48d1a5bd2eda218f914ae11

[DAEMON] Wrap an assignment inside "switch":
a follow-up to adc689cb15d611c83ebb9c5aaeaa1008ec14da28
2020-10-11 18:29:47 +03:00
..
2020-08-04 05:31:44 +01:00
2020-08-04 05:31:44 +01:00
2020-08-04 05:31:44 +01:00
2020-08-04 05:31:44 +01:00
2020-08-04 05:31:44 +01:00
2020-08-04 05:31:44 +01:00
2020-08-04 05:31:44 +01:00
2020-08-04 05:31:44 +01:00
2020-08-04 05:31:44 +01:00
2020-08-04 05:31:44 +01:00
2020-08-04 05:31:44 +01:00
2020-08-04 05:31:44 +01:00
2020-08-04 05:31:44 +01:00
2020-08-04 05:31:44 +01:00
2020-10-11 18:29:47 +03:00
2020-09-15 16:59:27 +03:00
2020-08-04 05:31:44 +01:00
2020-08-04 05:31:44 +01:00
2020-08-04 05:31:44 +01:00
2020-08-04 05:31:44 +01:00
2020-08-04 05:31:44 +01:00
2020-08-04 05:31:44 +01:00
2020-08-04 05:31:44 +01:00
2020-08-04 05:31:44 +01:00
2020-08-04 05:31:44 +01:00
2020-08-04 05:31:44 +01:00
2020-08-04 05:31:44 +01:00
2020-08-04 05:31:44 +01:00
2020-08-04 05:31:44 +01:00
2020-08-04 05:31:44 +01:00
2020-08-04 05:31:44 +01:00
2020-08-04 05:31:44 +01:00
2016-02-08 17:48:37 +00:00
2020-08-04 05:31:44 +01:00
2020-08-04 05:31:44 +01:00
2020-08-04 05:31:44 +01:00
2020-08-04 05:31:44 +01:00
2020-08-04 05:31:44 +01:00
2020-08-04 05:31:44 +01:00
2020-08-04 05:31:44 +01:00
2020-08-04 05:31:44 +01:00
2020-08-04 05:31:44 +01:00
2020-08-04 05:31:44 +01:00
2020-10-11 18:29:47 +03:00
2020-08-04 05:31:44 +01:00
2020-08-04 05:31:44 +01:00
2020-08-04 05:31:44 +01:00
2020-08-04 05:31:44 +01:00
2020-08-04 05:31:44 +01:00
2020-08-04 05:31:44 +01:00
2020-08-04 05:31:44 +01:00
2020-08-04 05:31:44 +01:00
2020-08-04 05:31:44 +01:00
2016-02-08 17:48:37 +00:00
2020-08-04 05:31:44 +01:00
2020-08-04 05:31:44 +01:00
2020-08-04 05:31:44 +01:00
2020-08-04 05:31:44 +01:00
2020-08-04 05:31:44 +01:00
2020-08-04 05:31:44 +01:00
2020-08-04 05:31:44 +01:00
2020-08-04 05:31:44 +01:00
2020-08-04 05:31:44 +01:00
2020-08-04 05:31:44 +01:00
2020-08-04 05:31:44 +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: