gnu-social/plugins/Directory
brunoccast 5c0a3102ff [ROUTES] Allow accept-header specification during router creation
Router:
- Fix calls to connect, most of them were misusing the function's params

URLMapper:
- Minor fixes
- Documentation
- Add support for accept-header specification

Plugins/*:
- Fix calls to connect
2019-08-03 17:47:16 +01:00
..
actions Extend Action with redirect after login logic, update some actions to use it 2019-06-07 15:02:07 +01:00
css CSS can handle alternating row colouring now 2015-07-09 14:10:38 +02:00
images * Reformat list of profiles in a table 2011-03-03 21:12:24 -08:00
lib [XML/HTML Outputter] General improvements and refactoring as well as some bug fixes 2019-05-07 15:57:19 +01:00
locale [TRANSLATION] Update Plugin POs 2019-06-09 16:10:03 +01:00
DirectoryPlugin.php [ROUTES] Allow accept-header specification during router creation 2019-08-03 17:47:16 +01:00
README Add plugin READMEs 2016-02-08 17:48:37 +00:00

README

The Directory plugin adds a user directory (list)

Installation
============
This plugin is enabled by default except on single-user instances, in which
case, it can be enabled by adding "addPlugin('Directory');" to the bottom of
your config.php

Settings
========
none

Example
=======
addPlugin('Directory');