• Stars
    star
    100
  • Rank 340,703 (Top 7 %)
  • Language
    JavaScript
  • License
    GNU General Publi...
  • Created almost 12 years ago
  • Updated about 11 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

A minimalist file manager with Bootstrap / JQuery / PHP

Minimal File Manager

Description

This is a very small file browser aimed to be integrated in your project. Right now this example is built on top of Silex since I develop it together with Phoenix-Tpl. This README will show the important files.

Features

  • Browse directories
  • Open files
  • Edit files (ckeditor)
  • Move / rename files and folders
  • Remove files and empty folders
  • Create a new folder
  • Create an empty file
  • Upload multiple files at once (HTML5)

Important Files

  • app/FileManager.php server side logic (includes URL routing)
  • tpl/filemanager.html.twig HTML template
  • web/assets/filemanager.js client side javascript logic
  • web/assets/editor.js client side editor stuff
  • web/assets/default.css custom CSS stuff

Installation

Composer is used for the installation so process. The composer.json file is part of the project just run composer.

$ git clone git://github.com/W4RH4WK/MinimalFileManager fm
$ cd fm
$ composer install

Change the url inside the app/app.php.

$app['url'] = 'http://example.org/';

Point your web server to the web directory.

See Phoenix-Tpl for more information.

Used Components

License

I provide assets like bootstrap and flowplayer as they are to ensure better out of the box experience. This way you do not have to install them manually.

Copyright (c) 2013 Alex W4RH4WK Hirsch

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU 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 General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program.  If not, see <http://www.gnu.org/licenses/>.

More Repositories

1

Debloat-Windows-10

A Collection of Scripts Which Disable / Remove Windows 10 Features and Apps
PowerShell
5,959
star
2

Raygun

Simple Game Engine Focusing on Vulkan Ray Tracing
C++
37
star
3

THOR

The Horrific Omnipotent Rootkit
C
23
star
4

Sekiro-Refresh-Rate-Fix

DXGI wrapper to prevent refresh rate changes
C++
13
star
5

UIBK-703004-C-Programming

Introduction to Programming (2016)
C
9
star
6

cpp-init

How to Start C++ Development?
C++
7
star
7

BlobDetector

A Color Blob Detector for Android using OpenCV
Java
5
star
8

ETnM

Exploitation Techniques and Mitigations
C
4
star
9

souffle-syntax

3
star
10

Dogx

Documentation Generator X
HTML
2
star
11

GameConfigs

Collection of my video game configs
2
star
12

periboard-335-disassembly

PERIBOARD-335 disassembly guide
2
star
13

vscode-fruits

Another vibrant dark theme
1
star
14

Misc

Collection of my old GitHub repositories
CSS
1
star
15

dotVim

My NeoVim Config
Vim Script
1
star
16

dotConfig

Smarty
1
star
17

DIFAS

Dependency Installer for Archaic Systems
Shell
1
star
18

M.Sc.-Thesis

Insieme's Haskell-based Analysis Toolkit
HTML
1
star
19

n1ghth4wk

Homebrew Shadowrunâ„¢ rules
HTML
1
star
20

EnTT-SceneGraph

C++
1
star
21

static-page-generators

Static Page Generator Experiments
Makefile
1
star
22

crap

C Recap And Co
TeX
1
star
23

insiemebot

Insieme Discord Bot
Python
1
star
24

B.Sc.-Thesis

Improved On-Board Communication for Low-Cost Mobile Robots
C
1
star
25

readall

Read all data from stdin into memory
C
1
star
26

CMake-Tpl

Basic CMake Template for single module projects
CMake
1
star
27

LogToast

Simple and Delicious
C
1
star
28

Anker

Prototype implementation for a metroidvania-style game
C++
1
star