GithubHelp home page GithubHelp logo

simogeo / filemanager Goto Github PK

View Code? Open in Web Editor NEW
937.0 98.0 349.0 5.54 MB

An open-source file manager released under MIT license. Up-to-date for PHP connector. This package is DEPRECATED. Now, please use RichFileManager available at : https://github.com/servocoder/RichFilemanager.

ASP 0.55% ColdFusion 0.74% Java 8.44% Lasso 0.06% C# 0.47% Perl 0.18% PHP 7.32% HTML 28.01% CSS 3.06% Shell 0.02% Python 0.28% JavaScript 48.27% CoffeeScript 2.21% ActionScript 0.41% ApacheConf 0.01%
filemanager jquery javascript connector php-connector php

filemanager's People

Contributors

bulentsakarya avatar christianschmidt1981 avatar claudep avatar dariodp avatar dazzhands avatar dholmes avatar dtricky avatar fillmorejd avatar froggdev avatar hammond13 avatar intoccabil avatar jasonhuck avatar liferealized avatar michalmrzyk avatar mickeyze avatar miladganjali avatar moacirosa avatar mystralkk avatar oguzhantopcu avatar pefringant avatar phil-davis avatar psolom avatar rip747 avatar robyer avatar simogeo avatar stefanogualdi avatar theinfernox avatar zapik avatar zenlor avatar zeroasterisk avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

filemanager's Issues

FIX to work with jQuery 1.4

Issues with jQuery 1.4 is down to using jquery.splitter. This can simply be replaced with the newer jquery.layout

Change line 662 to:

// Provides support for adjustible columns.
$('#splitter').layout({
useStateCookie: true, // enable cookie-based state-management
west__size: 200
});

and add classes in the html to:

div id="filetree" class="ui-layout-west" and
div id="fileinfo" class="ui-layout-center"

Also
jQuery.form must be updated to latest version

TinyMCE integration

I'm currently playing with Filemanager and I'm rather pleased until now. Here is a patch for TinyMCE integration.

Problem Ckeditor with subfolder

I have the ckeditor with filemanager in subfolder while the cms is are in another subfolder.
If i select the img by file manager the path of img was "/example.png" while the path of the site are "http://example.xx/example".
i have modded the line 189 of filemanager.js with this window.opener.CKEDITOR.tools.callFunction($.urlParam('CKEditorFuncNum'), data['Path'].substr(1));
that remove the slash.
Domain http://example.xx/example
Img is http://example.xx/example/example.png
Img is after select http://example.xx/example.png
If the site are in a subfolder i have the problem.

Button labels not initialized

It is probably related to the work I've done for moving jqueryFileTree data retrieving in filemanager.js, but now my button labels do not initialize.

I saw that you moved the label initialization out of the main initialization function in commit d41db0f. But I don't understand why. Moreover, the autoload variable is nowhere explained. Why would we want to set it to false?

Encoding problems with special characters like 'ñ' or 'á'

Hi.

The Filemanager interface has some problems when the text has, for example, spanish characters like 'ñ' or accented vowels (á,é,í,ó,ú).

I'm having these problems:

  • The language strings in the es.js file are shown with encoding erors in interface. For example, the authentication failed text is shown: "No estás autorizado para usar el administrador de archivos.", but would be "No estás autorizado para usar el administrador de archivos.
  • When I try to create a new folder with special chars, like "España", the folder is created in the server with the name "España", and the interface shows it with the same wrong format.
  • If I have a folder in the server with a special chars name (España again), it is shown well formatted in the main frame, but with encoding errors in the FileTree (Espa�a)
  • If I click on the folder in the main frame (the well formed one), I get the "Folder not found error"). I attach a screenshot of the error with the Firebug log

  • If I click on the FileTree folder, I get the sale "Folder not found error" but in the case, as the filetree shows the folder with encoding problems, the request and response of the server is quite differente. A scrrenshot...

As you can see, the request to the jqueryFileTree.jsp file returns a 500 server error. Here is the server exception:

java.lang.IllegalArgumentException: URLDecoder: Illegal hex characters in escape (%) pattern - For input string: "uF" at java.net.URLDecoder.decode(Unknown Source) at org.apache.jsp.ckeditor.filemanager.scripts.jquery_filetree.connectors.jqueryFileTree_jsp._jspService(jqueryFileTree_jsp.java:104) at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:70) at javax.servlet.http.HttpServlet.service(HttpServlet.java:717) at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:374) at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:342) at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:267) at javax.servlet.http.HttpServlet.service(HttpServlet.java:717) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128) at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109) at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:293) at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:849) at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:583) at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:454) at java.lang.Thread.run(Unknown Source)

I'm trying to solve the problems but I'm having no success.

I realized that the Filemanager interface uses UTF-8 as charset, but the files are saved in ANSI format, that can generate problems (If you save a file (HTML for example) with special chars in ANSI, and later you open it in UTF-8, the special chars will be rendered with errors).

My system is a Windows XP OS with Apache Tomcat 6.0.20

I hope you can solve these problems. I'll continue with my test in order to find a solution.

Regards.

PD: I apologize if my explanations aren't so good, I haven't a high english level.

encodeURIComponent(path)

to retrieve file with special characters (at least on windows) it is necessary to use encodeURIComponent() when passing the querystring parameters of paths in filemanager.js.

I modified mine and now work pretty well with asp.net connector.

JSP jqueryFileTree connector encoding problem

The JSP connector of the FileTree doesn't work fine with file names or folder names that include exotic chars.

If I have a folder in the server with a special chars name (España), it is shown well formatted in the main frame, but with encoding errors in the FileTree (Espa�a)

This interrogation symbols means that the text is in ISO encoding but rendering in UTF-8 (you can try it creating a plain text file with the text "España", save it in ISO-ANSI and open it in the browser with UTF-8 character set).

Changing the encoding of the file to UTF-8, and doing the URLDecoder in ISO-8859-1, all works fine (I don't understand why it is necessary to use ISO in the decoder instead of UTF-8 :?)

dir = URLDecoder.decode(dir, "ISO-8859-1");

Language string error

Language string error on INVALID_FILE_UPLOAD

.....
"INVALID_FILE_UPLOAD": "Invalid file upload.",
.....

File extension case insensitive

Hello.

Now, the preview option for images is case sensitive, if I upload a file named "hello.PNG", the filemanager doesn't show the preview of the image because of the "images" array in the configuration file has lowercase file extensions.

It can be solved with a "strtolower" in the PHP connector, and "equalsIgnoreCase" in the JSP connector.

Regards.

add showFullPath to the filemanager.config.js

can you add a showFullPath option to the config, so that the full path name is shown in the uploader h1 instead of the shortend version, where it removes the fileRoot path from the path?

just add an if before line 72 in the filemanager.js
$('#uploader h1').text(lg.current_folder + path); //disp(path)
and remove the disp() function..

Security Concert

Hi Simogeo,

there is a security issue in fileManager that I would like to discuss; currently we have a "filemanager.config.js" which sets up the variables. As a malicious user, I can change the fileRoot variable to something else; for example, on a .NET site, if I change it to /, it displays the root folder and all the contents.

As I see, those config should really come from the connector, as it shouldn't be a concern of the fileManager; Currently I have solved this issue on my by using something like this:

<script type="text/javascript" src="connectors/aspx/filemanager.aspx?mode=config"></script>

so I am basically passing the configuration from connector as a JS file which requires no other changes; As an idea, perhaps it should be read as a JSON object to fit with the rest.

Perhaps everyone has already adapted similar ideas; but someone new may benefit from this information.

Clarification: By the way, the connector is checking to see if the path is allowed or not. in above specific method, that value is served from one page, instead of two.

does the fileManager itself needs fileRoot or can it be passed on the responses??

[JSP connector] Encoding problem rendering language texts

Using the JSP connector, some messages with exotic chars are rendered with encoding problem, for example the AUTHORIZATION_REQUIRED spanish message:

Message text:

No estás autorizado para usar el administrador de archivos.

Shown text:

No estás autorizado para usar el administrador de archivos.

The á character means that a UTF-8 encoded text is rendered as ISO/ANSI.

As a workaround, I can solve the problem saving the es.js file in ISO/ANSI format.

Filemanager interface doesn't show authentication error

I use the jsp connector.

I'm testing the authentication method in filemanager.jsp.

If the authentication fails, the connector have to send the browser and error, and the filemanger interfaz should display this error to inform the user.

The connector returns the error, but the interface doesn't show it to the user.

Here is the server response when the autenthication fails:
{"Code":"-1","Error":"No estás autorizado para usar el administrador de archivos.","Properties":{"Date Created":null,"Date Modified":null,"Height":null,"Width":null,"Size":null}}

getfolder method response example not valid JSON.

I'm working on an ASP.Net connector and ran into an issue when attempting to reproduce the example/expected JSON string given in the ReadMe.txt file. The example response doesn't pass the JSON lint located at: http://www.jsonlint.com. I've taken a look at the JavaScript code and the key isn't being used specifically in the list (from what I could tell at this hour). They key being the absolute path to the file tends to be redundant to me as well. I have created code that omits that key but still returns a valid JSON array of objects which appears to be working at this time.

I would like to propose that new example code would be:

[
    {
        "Path": "/UserFiles/Image/logo.png",
        "Filename": "logo.png",
        "File Type": "png",
        "Preview": "/UserFiles/Image/logo.png",
        "Properties": {
            "Date Created": null,
            "Date Modified": "02/09/2007 14:01:06",
            "Height": 14,
            "Width": 14,
            "Size": 384 
        },
        "Error": "",
        "Code": 0 
    },
    {
        "Path": "/UserFiles/Image/icon.png",
        "Filename": "icon.png",
        "File Type": "png",
        "Preview": "/UserFiles/Image/icon.png",
        "Properties": {
            "Date Created": null,
            "Date Modified": "02/09/2007 14:01:06",
            "Height": 14,
            "Width": 14,
            "Size": 384 
        },
        "Error": "",
        "Code": 0 
    }
]

Does this work? I'm in early in my development of this connector at this point. I will "genericize" the code and pass it on to you guys for the community.

Regards,

-- Mikhey

[JSP connector] File upload error in a folder with exotic characters

I'm getting an error when try to upload a file into a folder that has exotic chars in its name (España for example).

The POST request to the server returns this text:

<textarea>{}</textarea>

and the interface shows a "undefined" message.

The addfolder method works fine, you can create a folder inside another with exotic chars.

up to now I can't found a solution or workaround, but I'm working on it

Files can be renamed to any extension

Maybe this isn't a huge issue, but it seems files can be renamed to any extension after uploading. If someone got a malicious php file uploaded as a .jpg for example, they could rename it in the file manager afterwards.

exploit

hi,

a hacker contacted me, because he found a few exploits in my cms "feindura".

one was because of the filemanager, so i thinks its interesting for you, hope you can restrict the path somehow..

he wrote:

The filemanager script does not apply base path restrictions on the path,
this allows for arbitrary file reads.
http://[host]/[path]/filemanager/connectors/php/filemanager.php?mode=download&path=[path/to/file]

why show select, if the filemanager is not used in CKEditor?

i dont understand why the select button is shown when the filemanger is used as standalone fm?

i add:
// blend out if filemanager was not load in a CKEditor instance
if(window.opener)

in line 456 of the filmanager.js to prevent this

can you implement this by default, cause it makes no sense to show a button without function, or is it also for something else?

Disable upload

Hi there, thanks a lot for this great fileManager; I have a question though; is there any way to disable upload feature? perhaps by setting the configuration file?

Also, are you accepting any aspx connector?

Not show the file only folder

I have updated filemanager on my cms (Flatz-Cms).
When i choose a folder on the right i have only the folder the file not.
I have read the code of many files and i have use firebug.
The problem is that i go with my browser of the url get by firebug i get this for example:
{"/uploads/galleria/2/min/":{"Path":"/uploads/galleria/2/min/","Filename":"min","File Type":"dir","Preview":"images/fileicons/_Open.png","Properties":{"Date Created":null,"Date Modified":null,"Height":null,"Width":null,"Size":null},"Error":"","Code":0},"/uploads/galleria/2/2010-02-19_154856.jpg":{"Path":"/uploads/galleria/2/2010-02-19_154856.jpg","Filename":"2010-02-19_154856.jpg","File Type":"jpg","Preview":"connectors/php/filemanager.php?mode=preview&path=/uploads/galleria/2/2010-02-19_154856.jpg","Properties":{"Date Created":null,"Date Modified":"27 Aug 2010 18:19","Height":351,"Width":530,"Size":202345},"Error":"","Code":0},"/uploads/galleria/2/idg/":{"Path":"/uploads/galleria/2/idg/","Filename":"idg","File Type":"dir","Preview":"images/fileicons/_Open.png","Properties":{"Date Created":null,"Date Modified":null,"Height":null,"Width":null,"Size":null},"Error":"","Code":0},"/uploads/galleria/2/2.jpeg":{"Path":"/uploads/galleria/2/2.jpeg","Filename":"2.jpeg","File Type":"jpeg","Preview":"connectors/php/filemanager.php?mode=preview&path=/uploads/galleria/2/2.jpeg","Properties":{"Date Created":null,"Date Modified":"27 Aug 2010 18:20","Height":1024,"Width":1280,"Size":986444},"Error":"","Code":0}}
while the html that i read on firebug are:
{"/uploads/galleria/2/min/":{"Path":"/uploads/galleria/2/min/","Filename":"min","File Type":"dir","Preview":"images/fileicons/_Open.png","Properties":{"Date Created":null,"Date Modified":null,"Height":null,"Width":null,"Size":null},"Error":"","Code":0},"/uploads/galleria/2/idg/":{"Path":"/uploads/galleria/2/idg/","Filename":"idg","File Type":"dir","Preview":"images/fileicons/_Open.png","Properties":{"Date Created":null,"Date Modified":null,"Height":null,"Width":null,"Size":null},"Error":"","Code":0}}
At same url!
i have no idea. i have updated only the file not the config that i use on the cms.

file extension check - restriction on upload

One question though - what type of security concerns should I be worried about? As far as I can tell, just like the file upload utility in FCKeditor, there's nothing really stopping anyone from using Filemanager, just by visiting it and using the interface bare. That allows anyone to upload, it seems anything. And unlike the built-in file uploader in FCKeditor, there doesn't seem to be a way to state what file types are OK to upload and what file types aren't. I couldn't find any documentation that deals with this type of stuff - is there documentation for this wonderful project - other than the Readme?

http://forum.filemanager.corefive.com/topic/security-concerns#18308000000230010

Wrong filename with JSP connector and Internet Explorer 8

Hi.

Using the jsp connector and IE 8, when you upload a file, it is renamed in the server with the fullpath of the local filesystem.

For example, if I upload a file located on my desktop folder, the uploaded file name will be "CDocumentsandSettingsmyUsernameDesktopFilename"

I've tested it with other browsers and connectors and works fine.
JSP connector:

  • Firefox: OK
  • Chrome: OK
  • IE 8: Error

PHP connector:

  • Firefox: OK
  • Chrome: OK
  • IE 8: OK

File rename overwrites old file

If you have two files with different names, and then rename one of the files so the two names became the same, one of the files will be overwritten.

Please add Swedish (sv) translations

No Swedish (sv) translation exists. I did a quick translation from 'en', and included it here:

{
"AUTHORIZATION_REQUIRED": "Du är inte behörig att använda filemanager.",
"INVALID_ACTION": "Felaktig åtgärd.",
"MODE_ERROR": "Mode error.",
"DIRECTORY_ALREADY_EXISTS": "Mappen '%s' finns redan.",
"FILE_ALREADY_EXISTS": "Filen '%s' finns redan.",
"UNABLE_TO_CREATE_DIRECTORY": "Kan ej skapa mapp %s.",
"INVALID_VAR": "Felaktig variabel %s.",
"DIRECTORY_NOT_EXIST": "Mappen %s finns inte.",
"UNABLE_TO_OPEN_DIRECTORY": "Kan ej öppna mappen %s.",
"ERROR_RENAMING_DIRECTORY": "Kan ej byta namn på mappen %s till %s.",
"ERROR_RENAMING_FILE": "Kan ej byta namn på filen %s till %s.",
"INVALID_DIRECTORY_OR_FILE": "Felaktig mapp eller fil.",
"INVALID_FILE_UPLOAD": "Fel vid uppladdning av fil.",
"UPLOAD_FILES_SMALLER_THAN": "Var vänlig ladda upp filer mindre än %s.",
"UPLOAD_IMAGES_ONLY": "Du kan endast ladda upp bilder, inga andra filtyper stöds.",
"UPLOAD_IMAGES_TYPE_JPEG_GIF_PNG": "Du kan endast ladda upp bilder av typen JPEG, GIF eller PNG.",
"FILE_DOES_NOT_EXIST": "Filen %s finns inte.",
"LANGUAGE_FILE_NOT_FOUND": "Språkfil saknas.",
"default_foldername": "Min mapp",
"prompt_foldername": "Ange namnet på den nya mappen",
"no_foldername": "Inget mappnamn angivet.",
"create_folder": "Skapa mapp",
"cancel": "Avbryt",
"select_from_left": "Välj från vänster.",
"fck_select_integration": "'Select-funktionen' används bara av integrationen med FCKEditor.",
"new_filename": "Ange nytt namn på filen",
"successful_rename": "Namnbyte utfört.",
"rename": "Byt namn",
"confirmation_delete": "Är du säker på att du vill radera filen?",
"successful_delete": "Radering utförd.",
"successful_added_file": "En ny fil har lagts till.",
"successful_added_folder": "En ny mapp skapades.",
"select": "Välj",
"download": "Ladda ner",
"del": "Radera",
"parentfolder": "Upp en nivå",
"dimensions": "Dimension",
"created": "Skapad",
"modified": "Senast ändrad",
"size": "Storlek",
"name": "Namn",
"gotoroot": "Gå till /",
"could_not_retrieve_folder": "Kan ej läsa mappens innehåll.",
"yes": "Ja",
"no": "Nej",
"upload": "Ladda upp",
"new_folder": "Ny mapp",
"grid_view": "Byt till tabellvy.",
"list_view": "Byt till listvy.",
"current_folder": "Aktuell mapp: ",
"bytes": " bytes",
"kb": "kb",
"mb": "mb",
"gb": "gb"
}

Invalid file upload

Hi, I'm having a problem, I can't upload images, any time I try, the same message appears:

{"Error":"Invalid file upload.","Code":"-1","Properties":{"Date Created":null,"Date Modified":null,"Height":null,"Width":null,"Size":null}}

Does anyone know a fix for this? Thanks

New folder can not be selected

If the root folder is not empty and you add new folder under the root, that new folder is shown in the folder tree but it can't be selected and its context menu can't be shown.

Wrong download request example

The example of a download request in the ReadMe file ii:
[path to connector]?mode=download&path=/UserFiles/&name=new%20logo.png

In fact, it should be:
[path to connector]?mode=download&path=/UserFiles/new%20logo.png

Or else it is a coding error...

Limit browser to images

Is limiting Filemanager to an image-only browser completely implemented? I see some references to a type=image query parameter, but it doesn't seem to be carried on on various AJAX calls. Can you tell us more about this?

Ckeditor And Langcode

Ckeditor when open the window of filemanager in get this write &CKEditorFuncNum=1&langCode=it.
Filemannager not use the value of langcode to use it automatically?

Path after deleteing folder

If you have only one folder, e.g. /my-folder/ and when you delete that folder current path is still /my-folder/ but it should be /

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.