8000 Tags · dulldusk/phpfm · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: dulldusk/phpfm

Tags

v1.8.0

Toggle v1.8.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add files via upload

Fixed! Exploit Database: phpfm v1.7.9 - Authentication type juggling
https://www.exploit-db.com/exploits/51594

Many thanks to Guillaume Duval, https://github.com/MisterDuval
who contacted me, and provided the fixed code, now merged on the main phpfm github repo.

v1.7.9

Toggle v1.7.9's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add files via upload

v1.7.8

Toggle v1.7.8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add files via upload

v1.7.7

Toggle v1.7.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add files via upload

v1.7.6

Toggle v1.7.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
v1.7.6

Version 1.7.6:
. Added buttons to create symlinks and hardlinks. If one entry is selected, prompt for new name, if more, use the same.
. Show symlinks with (L) marker on tree view.
. Show symlinks targets with breadcrumbs on top of file/folder view, and resolve them recursively, until the final target.
. Show broken symlinks in RED on tree view and file/folder view, and allow to delete/rename them.
. Improved total_copy() and total_delete() functions with flags to copylinks (instead of the files, default true) and followlinks (default false).
. Created special functions to handle symlink/hardlink creation on windows/linux, using php functions and fallback to system commands.

v1.7.5

Toggle v1.7.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
version 1.7.5

. BugFix: Symlinks to folders now show correctly on the tree view.
. Added folders total size using php, ajax, recursive limit and cache on cookies for the session.
. Tried to use mimetype check on the file/folder list, to identify textfiles, but it was slowing the script too much. So i added a binary file check on the edit window, allowing to view/copy/save them using base64.
. Show total/available size of a partition mounted on linux, when acessing the mouting point.

v1.7.4

Toggle v1.7.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
added symlink support

v1.7.3

Toggle v1.7.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
TrickMyIdea found a bug - v1.7.3

Thanks for the report. Since i had to do a major change for DIRECTORY_SEPARATOR support on tje script, i was sure i would miss something.

v1.7.2

Toggle v1.7.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
forgot to disable some debug calls

v1.7.1

Toggle v1.7.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Adjust for I/O Error

0