-- Version 0.9.6 -- - Fixed `Undefined subroutine &filemin::ceil Caused on some systems by not including POSIX package in filemin-lib.pl. - Major Authentic interface improvement by @iliajie 1. Working sorting files by size (with next Authentic Theme - perfectly, now just alright). This fix will also prevent fatal code breaks despite of user settings 2. Store user chose on columns sorting upon page refresh 3. Hide paginations when there is nothing to paginate. 4. Let user navigate with arrows (left/right) when trying to do pagination - Code cleanup and security tightening by Jamie Cameron - Add ACL options to allowing running as a specific user, thanks Jamie :) - WARNING: work as root is now DEFAULT behavior. IF YOU GRANTED FILEMIN ACCESS TO ANY USERS NOT SUPPOSED TO WORK AS ROOT - GO AND CHECK ACL!!! #42 fixed: - Fixing conflict with Authentic Theme codeMirror by @iliajie #46 fixed: - Module is now installable from Usermin. When running in Usermin, access is always as the connected user. #52 fixed: - Working as non UNIX user is now possible. By Jamie Cameron. #54 fixed: - Pasting a directory either by copy or cut pasted not the directory, but it's content. -- Version 0.9.5 -- - Made top level menu items translatable. - Added https://github.com/Real-Gecko/filemin/pull/29 Selected rows also highlight on hover + color tweaks, by https://github.com/iliajie - Some code cleanup, got rid of Regexp::Common and URI dependencies. Thanks to Jamie Cameron. - Added error message if file saving fails. - Removed not working "Help" link for now. #35 fixed: - Permissions column configurable and displayable. #36 fixed: - README instructions for Debian/Ubuntu fixed. -- Version 0.9.4 -- - Implemented "Search". Users may search files and folders by name, wildcards supported. - Symlinked inode-mount-point.png to inode-directory.png. Mount points displayed with 'directory' icon. - Made toolbar more compact under modern themes. - Added per user configuration. Users now can individually configure some display options. * Items per page - how many entries to display in one page, OLD THEMES ONLY!. * Columns - users can check which columns he/she wants to see. * Authentic theme users may disable pagination completely. * Choose toolbar style between menu with dropdowns or good old "all in one". * Manage personal bookmarks - Implemented "Bookmarks" functionality. Users can now bookmark current directory. Bookmarks are managed in per user module settings. - Added "Save and close" button on file edit page. Save button now saves and reopens file for editing again, while save and close saves and redirects back to originated folder. - Update Russian translation. #21 fixed: - Added Codemirror to module for syntax highlighting, thanks to https://github.com/pabloko for solution. - Under Authentic 14.01 now works too, thanks to https://github.com/iliajie for fix. #24 fixed: - Added zip compression method, user now can select between 'zip' and 'tar' compression methods. #27 fixed: - Chmodding now have new option to apply new permissions to: * Selected directories and files only * Selected files and directorires and files in selected directories * All (recursive) * Selected files and files under selected directories and subdirectories * Selected directories and subdirectories #28 fixed: - Added new toolbar style - menu-like with dropdowns (Authentic only). #31 fixed: - Removed Data::Dumper declaration. -- Version 0.9.3 -- - Removed unused CGI dependency. - "Increased" download speed by increasing buffer length in download.cgi. - Some syntax errors fixed in english translation, thanks to https://github.com/Zen4All - Specially for Fireserver developers http://www.fireserver.com.br/index_en.html Added "Work as root" option to ACL, if enabled for any particular user he/she will work as 'root', but directory access will still be limited to those listed in ACL. BEWARE!!! DO NOT ENABLE THIS OPTION FOR ANYONE UNLESS YOU'RE REALLY SURE WHAT ARE YOU DOING!!! #17 fixed: - YAML files are now editable. #20 fixed: - Using Perl's `-d` to determine if entry is file or folder. -- Version 0.9.2 -- - Switched to Webmin functions for HTTP/FTP Download, so download progress is shown now. Got rid of File::Fetch dependecy in module code. - HTTP/FTP Download now prompts for username and password on remote server, if any required user can provide it. - Removed "openlayers" folder. How did it get in here???? :D - Completely rewrote upload.cgi. Now upload progress is shown with Webmin`s upload tracker. Memory usage is low due to direct HD write, even with REALLY big uploads(tested with 3 files totalling 1.61 GB). BEWARE: if user reaches his/her disk quota then Webmin simply resets connection with no errors, can do nothing with it right now. - Fixed "select-unselect" checkbox behavior for old themes. - Updated russian translation. - THE LONG WAITED! THE MOST WANTED! THE ONE AND ONLY - ACL!!! Default ACL behavior sets only one ACL entry '$HOME' for each user. This locks user in $HOME directory. To grant full FS access to user replace '$HOME' with '$ROOT' in user`s ACL. If there`s only one entry in ACL then it counts as "home" or "chroot", otherwise user will see accessible dirs relative to "/", just like it is in old FM. Avoid trailing slash in ACL entries: "/usr/share/webmin" - gooooood, "/home/test/" - baaaaad. Root bypasses ACL completely. Note that even though user can be granted full FS access, he still works with his own privileges. So anything that requires "root" permissions or "sudo" won't work. - Folders go first. Rewrote directory listing procedure, now folders appear before files in list as in any other adequate file manager. As a result first and second entry in '/' are now visible :) Note that sorting table with javascript under Authentic or Framed themes will mix everything again until page reload ;-) - Major code cleanup of rendering procedure. - Fixed copy/cut/paste functionality. - FreeBSD support added. Module uses Regexp::Common and URI packages to validate URIs in HTTP/FTP download functionality. Be sure to install these to make functionality work. Admin user created during Webmin installation is not UNIX user, so module won't work for him. If you want to provide some "system" file operations then convert "root" to Webmin user. #11 fixed: - CRLF is replaced with UNIX style LF while saving a file. -- Version 0.9.1 -- #8 fixed: - Not sure if it was an issue, cause I was unable to reproduce "User without $HOME" scenario. However added some code to handle this, just in case. #7 fixed: - Removed Archive::* dependencies, all archive extraction procedures now go through system calls. *.tar.gz, *.tar.xz, *.tar.bz2, *.zip archive types tested. #6 fixed: - Switched to Regexp::Common for URI validation in "HTTP Download" operation to avoid additional dependencies. #5 fixed: - Added HDD icon for "/" while under root for legacy themes. - Added BWTheme support. - Changed license to BSD style. - Chown now asks for group too. - Slight interface improvements for modern dialogs. - Major interface imprevements for legacy dialogs, jQuery and jQueryUI shipped with the module for this purpose. - Added $in{'...'} parameters check in some operations to prevent errors if user submits emtpy form by hitting "Enter". - Changed textarea font to monospace. - Added sticky bit and setgid to chmod. - Chmod and chown can be done recursively. - Made list table more compact for Bootstrap enabled themes. - Removed group column, group is displayed now within "Owner User" column: "root:root", "realgecko:users" etc. - Modified date/time display format for better sorting under Authentic theme. - Added "Refresh" quick button for modern themes, just for fun :D - Added a work around to fix JS hell provided by Framed Theme family with "onmouseover" and "onmouseout" events, that led to unselectable rows by "Select All" and "Inverse Selection" operations. - Using the same class to highlight rows as Authentic. - Moved icons to images folder, as Authentic Theme author improved third party modules' files handling. - Added .deb package for distribution flexibility. -- Version 0.9 -- Mielstone reached: - Checks for overwrites while using paste, new folder, new file, upload, http download ... at last :D - If file exists it will not be overwritten. - BEWARE: uncompressing archive still overwrites existing files! #1 fixed: - After long discussion upper-left toolbar finally looks good in modern interface - Thanks to https://github.com/Goeny for his brilliant solution and https://github.com/iliajie for debugging #3 fixed: - Some misspellings fixed #5 fix suggestion: - Replaced '~' for '/' directory with FontAwesome's HDD icon, still open for discussion... Minor tweaks for modern interface More verbose output on errors -- Version 0.8.3 -- Added tooltips for icons on toolbar Message appears if nothing selected and user tries copy/cut/compress/chmod/chown/delete -- Version 0.8.2 -- Various bug fixes Added Authentic Theme support "root" is not locked in his "~" dir anymore Check for overwrites during http download, and only there for now... -- Version 0.8.1 -- Initial release
Name | Type | Size | Permission | Actions |
---|---|---|---|---|
images | Folder | 0755 |
|
|
lang | Folder | 0755 |
|
|
unauthenticated | Folder | 0755 |
|
|
CHANGELOG | File | 9.22 KB | 0644 |
|
acl_security.pl | File | 2.26 KB | 0644 |
|
bookmark.cgi | File | 326 B | 0755 |
|
chattr.cgi | File | 1007 B | 0755 |
|
chcon.cgi | File | 979 B | 0755 |
|
chmod.cgi | File | 2.42 KB | 0755 |
|
chown.cgi | File | 983 B | 0755 |
|
compress.cgi | File | 750 B | 0755 |
|
config | File | 20 B | 0644 |
|
config.cgi | File | 2.27 KB | 0755 |
|
config.info | File | 172 B | 0644 |
|
config.info.ar | File | 97 B | 0644 |
|
config.info.ca | File | 52 B | 0644 |
|
config.info.de | File | 61 B | 0644 |
|
config.info.fr | File | 60 B | 0644 |
|
config.info.it | File | 199 B | 0644 |
|
copy.cgi | File | 362 B | 0755 |
|
create_file.cgi | File | 559 B | 0755 |
|
create_folder.cgi | File | 550 B | 0755 |
|
cut.cgi | File | 361 B | 0755 |
|
defaultacl | File | 373 B | 0644 |
|
defaultuconf | File | 124 B | 0644 |
|
delete.cgi | File | 352 B | 0755 |
|
download.cgi | File | 799 B | 0755 |
|
edit_file.cgi | File | 1.77 KB | 0755 |
|
extract.cgi | File | 1.49 KB | 0755 |
|
filemin-lib.pl | File | 23.78 KB | 0644 |
|
http_download.cgi | File | 1.34 KB | 0755 |
|
index.cgi | File | 3.29 KB | 0755 |
|
module.info | File | 137 B | 0644 |
|
module.info.af | File | 0 B | 0644 |
|
module.info.af.auto | File | 112 B | 0644 |
|
module.info.ar | File | 116 B | 0644 |
|
module.info.ar.auto | File | 32 B | 0644 |
|
module.info.be | File | 0 B | 0644 |
|
module.info.be.auto | File | 137 B | 0644 |
|
module.info.bg | File | 0 B | 0644 |
|
module.info.bg.auto | File | 164 B | 0644 |
|
module.info.ca | File | 89 B | 0644 |
|
module.info.ca.auto | File | 24 B | 0644 |
|
module.info.cs | File | 0 B | 0644 |
|
module.info.cs.auto | File | 115 B | 0644 |
|
module.info.da | File | 0 B | 0644 |
|
module.info.da.auto | File | 101 B | 0644 |
|
module.info.de | File | 88 B | 0644 |
|
module.info.de.auto | File | 21 B | 0644 |
|
module.info.el | File | 0 B | 0644 |
|
module.info.el.auto | File | 209 B | 0644 |
|
module.info.es | File | 0 B | 0644 |
|
module.info.es.auto | File | 140 B | 0644 |
|
module.info.eu | File | 0 B | 0644 |
|
module.info.eu.auto | File | 131 B | 0644 |
|
module.info.fa | File | 0 B | 0644 |
|
module.info.fa.auto | File | 137 B | 0644 |
|
module.info.fi | File | 0 B | 0644 |
|
module.info.fi.auto | File | 110 B | 0644 |
|
module.info.fr | File | 0 B | 0644 |
|
module.info.fr.auto | File | 136 B | 0644 |
|
module.info.he | File | 0 B | 0644 |
|
module.info.he.auto | File | 125 B | 0644 |
|
module.info.hr | File | 0 B | 0644 |
|
module.info.hr.auto | File | 118 B | 0644 |
|
module.info.hu | File | 0 B | 0644 |
|
module.info.hu.auto | File | 109 B | 0644 |
|
module.info.it | File | 104 B | 0644 |
|
module.info.ja | File | 0 B | 0644 |
|
module.info.ja.auto | File | 137 B | 0644 |
|
module.info.ko | File | 0 B | 0644 |
|
module.info.ko.auto | File | 118 B | 0644 |
|
module.info.lt | File | 0 B | 0644 |
|
module.info.lt.auto | File | 122 B | 0644 |
|
module.info.lv | File | 0 B | 0644 |
|
module.info.lv.auto | File | 125 B | 0644 |
|
module.info.ms | File | 0 B | 0644 |
|
module.info.ms.auto | File | 113 B | 0644 |
|
module.info.mt | File | 0 B | 0644 |
|
module.info.mt.auto | File | 120 B | 0644 |
|
module.info.nl | File | 0 B | 0644 |
|
module.info.nl.auto | File | 108 B | 0644 |
|
module.info.no | File | 22 B | 0644 |
|
module.info.no.auto | File | 75 B | 0644 |
|
module.info.pl | File | 0 B | 0644 |
|
module.info.pl.auto | File | 115 B | 0644 |
|
module.info.pt | File | 0 B | 0644 |
|
module.info.pt.auto | File | 133 B | 0644 |
|
module.info.pt_BR | File | 0 B | 0644 |
|
module.info.pt_BR.auto | File | 142 B | 0644 |
|
module.info.ro | File | 0 B | 0644 |
|
module.info.ro.auto | File | 120 B | 0644 |
|
module.info.ru | File | 0 B | 0644 |
|
module.info.ru.auto | File | 194 B | 0644 |
|
module.info.sk | File | 0 B | 0644 |
|
module.info.sk.auto | File | 126 B | 0644 |
|
module.info.sl | File | 0 B | 0644 |
|
module.info.sl.auto | File | 118 B | 0644 |
|
module.info.sv | File | 0 B | 0644 |
|
module.info.sv.auto | File | 99 B | 0644 |
|
module.info.th | File | 0 B | 0644 |
|
module.info.th.auto | File | 228 B | 0644 |
|
module.info.tr | File | 0 B | 0644 |
|
module.info.tr.auto | File | 121 B | 0644 |
|
module.info.uk | File | 0 B | 0644 |
|
module.info.uk.auto | File | 188 B | 0644 |
|
module.info.ur | File | 0 B | 0644 |
|
module.info.ur.auto | File | 145 B | 0644 |
|
module.info.vi | File | 0 B | 0644 |
|
module.info.vi.auto | File | 139 B | 0644 |
|
module.info.zh | File | 0 B | 0644 |
|
module.info.zh.auto | File | 101 B | 0644 |
|
module.info.zh_TW | File | 0 B | 0644 |
|
module.info.zh_TW.auto | File | 110 B | 0644 |
|
paste.cgi | File | 1.23 KB | 0755 |
|
prefs.info | File | 10 B | 0644 |
|
rename.cgi | File | 431 B | 0755 |
|
safeacl | File | 50 B | 0644 |
|
save_config.cgi | File | 858 B | 0755 |
|
save_file.cgi | File | 705 B | 0755 |
|
search.cgi | File | 572 B | 0755 |
|
setfacl.cgi | File | 1.66 KB | 0755 |
|
upload.cgi | File | 5.23 KB | 0755 |
|