- Actually fix #141 already.
- Fixed #141 - updater will keep Filemin flavour in own config.
- By Denis Kanchev
- Fix: simplify_path sub not used correct
- fix: typo in quote regex in list.cgi for allowed_paths
- fix: typo on pop in paste.cgi and symlink.cgi - so they work again
- imp: use 3 arg open
- fix: skip empty name of files - they are not needed because the path is separate from their name and empty name means nothing.
- Small typo fix by eldk
- Fixed new line handling for JSON, thus making module work in Usermin
- Added symlink for text/csv file mimetype image to point to text/plain
- Some code cleanup
- Updates are now downloaded form release assets to avoid keeping binary release files in repo itself
- Update now will respect installed Filemin flavour, so cdn version will seek for cdn update etc
- Updated Bootstrap to 3.3.7
- Updated jQuery to 2.2.4
- Updated jQueryUI to 1.12.1
- Updated Blueimp File Upload to 9.20.0
- Updated Bootstrap Select to 1.12.4
- Fix: simplify_path sub not used correct by Denis Kanchev
- Fixed #135 (Error on pasting)
- Added JSON::PP package to lib to avoid dependency issue with CentOS
- Added "View Buffer" functionality
- Added builtin version
- Dutch translation update by Zen4All
- Fixed #111
- Fixed #104
- Fixed "Nested quantifiers in regex" caused by some dir names
- Switched to Mojo::JSON thus resolving localization issues in popup messages
- Fixed Webmin 1.800 update issue
- Upload can be cancelled
- Reload button in editor
- "Previous tab" concept - Filemin remembers previous tab and switches to it if current tab is closed
- Active tab is saved in session and restored on restart
- Tabs are sortable - drag'n'drop tabs to reorder
- Changelog displayed on start
- Upload will interrupt if error occurs
- Updated Blueimp File Upload to 9.12.1
- Updated Bootstrap Select to 1.10.0
- Updated Bootstrap Submenu to 2.0.4
- Updated Codemirror to 5.14.2
- Updated Font Awesome to 4.6.3
- Updated jQuery to 2.2.3
- Updated Fancytree to 2.18.0
- Polish translation by Piotr Kozica
- "copy/paste" to the same directory will create duplicates like "failo_copy.tar.gz"
- Added message on copy start and end
- Prevent overwriting Filemin with outdated core version of da module
- Modified toolbar styling a little
- Made selection highlighting more contrast
- Fixed notifications bugs
- Fixed The Unified compatibility
- Fixed filenames escaping on the userside - #98
- Fixed non-latin folder names handling during session load
- Added 'Checking for update' message
- Added module configuration link to index.cgi
- Dutch translation by Zen4All
- Filemin now follows window resize event - #92
- Updated Bootstrap Table to version 1.10.1, patch is not needed any more
- Russian translation updated
- Fixed HTML special characters decoding - #82
- Fixed relative symlinks navigation in "chroot"
- Checked scripts for incorrect variables usage - #90
- Security tightening
- Modal forms submitted via AJAX on CR key instead of reloading page
- Fixed tooltips width
- Automagic update - #86
- Multiple navigator tabs
- Treeview folder structure - #68
- Sessions, tabs are saved and restored
- Row is highlighted on context menu call if no other rows selected
- Extended symlinks support
- Images preview
- Listing archive contents
- Get multiple folder sizes - #50
- CodeMirror mode selector
- Modified Bootstrap modals appearing style
- Change Log is now in Markdown format
- File sizes are rounded to two decimals
- More contrast notifications
- Check for editable files done on the user side
- Search results are opened in separate tab
- Default left click behavior change - #79
- Editable files opened for edition
- Images previewed
- Archives listed
- Complete AJAX'ification of the project
- Completely rewrote UI part
- Fixed 'Undefined subroutine &filemin::ceil Caused on some systems by not including POSIX package in filemin-lib.pl.
- Fixing conflict with Authentic Theme codeMirror by Ilia. #42
- Working as non UNIX user is now possible. By Jamie Cameron. #52
- Pasting a directory either by copy or cut pasted not the directory, but it's content. #54
- Added ACL options to allowing running as a specific user, thanks Jamie :)
- Module is now installable from Usermin. When running in Usermin, access is always as the connected user. #46
- 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!!!
- Major Authentic interface improvement by Ilia Rostovtsev
- 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
- Store user chose on columns sorting upon page refresh
- Hide paginations when there is nothing to paginate.
- Let user navigate with arrows (left/right) when trying to do pagination
- Code cleanup and security tightening by Jamie Cameron
- Permissions column configurable and displayable. #35
- README instructions for Debian/Ubuntu fixed. #36
- Made top level menu items translatable.
- Added #29. Selected rows also highlight on hover + color tweaks, by https://github.com/qooob
- Added error message if file saving fails.
- Removed not working "Help" link for now.
- Some code cleanup, got rid of Regexp::Common and URI dependencies. Thanks to Jamie Cameron.
- Removed Data::Dumper declaration. #31
- Implemented "Search". Users may search files and folders by name, wildcards supported.
- 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.
- Added Codemirror to module for syntax highlighting, thanks to https://github.com/pabloko for solution. #21 Under Authentic 14.01 now works too, thanks to https://github.com/qooob for fix.
- Added new toolbar style - menu-like with dropdowns (Authentic only). #28
- Added zip compression method, user now can select between 'zip' and 'tar' compression methods. #24
- Update Russian translation.
- Chmodding now have new option to apply new permissions to: #27
- 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
- Symlinked inode-mount-point.png to inode-directory.png. Mount points displayed with 'directory' icon.
- Made toolbar more compact under modern themes.
- 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!!!
- YAML files are now editable. [#17
- Using Perl's '-d' to determine if entry is file or folder. #20
- 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
###Fixed
- CRLF is replaced with UNIX style LF while saving a file. #11
- Removed "openlayers" folder. How did it get in here???? :D
- Fixed "select-unselect" checkbox behavior for old themes.
- Fixed copy/cut/paste functionality.
- 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.
- 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.
- FreeBSD support added.
- 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.
- Updated russian translation.
- 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. Module uses Regexp::Common and URI packages to validate URIs in HTTP/FTP download functionality. Be sure to install theese 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.
- 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. #8
- Added BWTheme support.
- 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".
- Added sticky bit and setgid to chmod.
- Added .deb package for distribution flexibility.
- Added HDD icon for "/" while under root for legacy themes. #5
- Changed license to BSD style.
- Chown now asks for group too.
- Slight interface improvements for modern dialogs.
- Changed textarea font to monospace.
- 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.
- Switched to Regexp::Common for URI validation in "HTTP Download" operation to avoid additional dependencies. #6
- Removed Archive::* dependencies, all archive extraction procedures now go through system calls. *.tar.gz, *.tar.xz, *.tar.bz2, *.zip archive types tested. #7
- 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!
- Some misspellings fixed. #3
- Minor tweaks for modern interface
- More verbose output on errors
- After long discussion upper-left toolbar finally looks good in modern interface. #1 Thanks to https://github.com/Goeny for his brilliant solution and https://github.com/qooob for debugging
- Replaced '~' for '/' directory with FontAwesome's HDD icon, still open for discussion... #5
- Added tooltips for icons on toolbar
- Message appears if nothing selected and user tries copy/cut/compress/chmod/chown/delete
- Various bug fixes
- Added Authentic Theme support
- Check for overwrites during http download, and only there for now...
- "root" is not locked in his "~" dir anymore
- Initial release