You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.
 
 
Chimo f8aa71e13c Add README 5 years ago
actions Use Plugin::staticPath instead of custom code 7 years ago
css Fixup styles 5 years ago
forms First commit 7 years ago
images Implement sorting 7 years ago
.gitignore First commit 7 years ago
FileManagerPlugin.php Fixup styles 5 years ago
LICENSE Add license 5 years ago
README.md Add README 5 years ago

README.md

File Manager Plugin for GNU social

Installation

  1. Navigate to your /local/plugins directory (create it if it doesn't exist)
  2. git clone https://github.com/chimo/gs-fileManager.git FileManager

Configuration

Tell /config.php to use it:

    addPlugin('FileManager');

Usage

A new "File Manager" link should appear in the left-navigation on the "Admin" page.

On the "File Manager" page, you should see a list of files saved on your instance, and their total disk space usage.

screenshot