RichFilemanager
RichFilemanager copied to clipboard
An open-source file manager. Up-to-date for PHP, Java, ASHX, ASP, NodeJs & Python 3 Flask. Contributions are welcome!
**In raising this issue, I confirm the following (please check boxes):** - [x] I have read and understood the [Wiki](https://github.com/servocoder/RichFilemanager/wiki). Especially [deploy](https://github.com/servocoder/RichFilemanager/wiki/Deploy-and-setup) and [configuration](https://github.com/servocoder/RichFilemanager/wiki/Configuration-options) articles. - [ ] I have...
Hi servocoder! Let me propose an enhancement of "Copy URL to Clipboard" feature. Depending on `"connectorUrl": "...",` configuration property value, different URLs go for clipboard. It would great to have...
A small proposal to improve ergonomics. To be able to drop files directly in the right panel zone (or maybe better, in the whole app).
@servocoder I started today to code a new theme for the manager. I would like to have your opinion on in few points and your help on few modifications. Maybe...
RFM is currently vulnerable to this attack: https://en.wikipedia.org/wiki/Cross-site_request_forgery I will fix this by using the Cookie-to-Header Token method, which uses a cookie and header called **X-Csrf-Token**. (Note that JQuery already...
Extend logger configuration options, allowing to select what we can log, for example: "logger" => [ "enabled" => true, "file" => "/tmp/filemanager.log", "actions" => ["all", "download", "upload", "open_folder", "preview_file", "rename"]...
This is a request for RFM to be friendlier on smart phones, with a user interface more similar to Dropbox or Google Drive Android apps. The basic UI design is...
It's hard to make the file manager look pretty without the HTML... It's very limiting. It'd be great if we could edit the base HTML files when making themes :)...
I changed slightly iconClass function: this.iconClass = ko.pureComputed(function() { var cssClass, extraClass = ['ico']; if(this.cdo.isFolder === true) { cssClass = this.rdo.icon_class || 'ico_folder'; // HERE if(this.isLoading() === true) { extraClass.push('loading');...