GithubHelp home page GithubHelp logo

vishalr3 / pafm Goto Github PK

View Code? Open in Web Editor NEW

This project forked from mustafa0x/pafm

0.0 1.0 0.0 206 KB

PHP AJAX File Manager

License: GNU General Public License v3.0

PHP 79.24% JavaScript 15.10% Makefile 1.26% CSS 4.40%

pafm's Introduction

PHP AJAX File Manager

About

PHP AJAX File Manager (PAFM) is a web file manager based on the KISS Principle.

It is intended for use by web masters who need a simple way to interact with their files. As much control as possible is given, which makes it only suitable for those who already have complete access.

Installation

Get build/pafm.php or see the downloads at Sourceforge.

Open pafm.php with your code editor of choice (note that you can change the password of pafm using pafm) then scroll down till you see /** configuration **/

  • PASSWORD is, obviously, the password for PAFM. The default password is auth.

  • ROOT is the path to the directory you want to manage (this is done by chdir).

    • E.g. if you want to manage your home directory, change ROOT to /home

Recent Changes

1.7

  • Added experimental terminal/shell
  • Added drag-and-drop upload
  • Added support for copying entire directories
  • Added file & folder count
  • The complete path is now shown in the breadcrumbs
  • Timezone offset is now used when displaying timestamps
  • Changed CSRF protection; the nonce is now generated per session
  • Paths are no longer sanitized, as pafm doesn't attempt to prevent the user from intentional behavior
  • When leaving file editing, the user is prompted if unsaved changes were made.
  • The password is now encrypted before being stored in the session
  • Minor fixes and style changes

1.6

  • Added CSRF protection
  • Fixed bug in bruteforce protection
  • CodeMirror installation more secure
  • Minor code and CSS changes

1.5.7

  • Added bruteforce protection
  • Improved file list sorting
  • Minor code and CSS changes

1.5.6

  • Minor changes

1.5.5

  • Rewrote CodeMirror installation method
  • Minor code changes

1.5.3

  • Bug fixes

1.5

  • CodeMirror Added
  • Minor bug fixes

1.4.1

  • Fixed upload-check bug in Chrome
  • Fixed bug with move list directory icon
  • Added warning when the password is default

1.4

  • One-file release (thanks to make, which combines all of the assets into one file).

1.3

  • HTML5 uploading

1.2

  • File Copying
  • Remote Copy
  • File Last Modified Column

1.0.6

  • Removed CodePress
  • ROOT directive changes
  • Display version number
  • Multiple file upload

Future

  • Rewrite folder/file loops
  • Remove onclick events
  • Hash file operations (e.g. #edit&file=foo.bar)
  • AJAX-ify existing refreshes
  • File and folder sorting

pafm's People

Contributors

mustafa0x avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.