Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Suggestions / Feedback #1

Open
webcdn opened this issue Jan 2, 2018 · 20 comments
Open

Suggestions / Feedback #1

webcdn opened this issue Jan 2, 2018 · 20 comments

Comments

@webcdn
Copy link
Contributor

webcdn commented Jan 2, 2018

No description provided.

@jsEveryDay
Copy link

Beautifully written. I love how you're calling everything from JS.

  1. Filesize ..
    You are using a very small % of the material theme (js/css), select only the modules you're using, gulp it and generate a smaller file size.
  2. Before you begin working on the folder pane create a "Rows View" with table like viewing of files, the smaller the size of each row the better, the more it can fit in 1 window (eXtplorer like). Enable drag and drop of files into folders.
  3. Close modal when user clicks on the background.

Ill get number 2 done and fork it over to you.

@webcdn
Copy link
Contributor Author

webcdn commented Feb 28, 2019

Beautifully written. I love how you're calling everything from JS.

  1. Filesize ..
    You are using a very small % of the material theme (js/css), select only the modules you're using, gulp it and generate a smaller file size.
  2. Before you begin working on the folder pane create a "Rows View" with table like viewing of files, the smaller the size of each row the better, the more it can fit in 1 window (eXtplorer like). Enable drag and drop of files into folders.
  3. Close modal when user clicks on the background.

Ill get number 2 done and fork it over to you.

@jsEveryDay Thanks for the appreciation. New Beta Version is available. In this, we have taken care of the point listed.

Suggestions are most welcomed.

@jsEveryDay
Copy link

All of a sudden the code changed, totally obfuscated.
Not trustworthy, could be a shell.

@webcdn
Copy link
Contributor Author

webcdn commented Mar 5, 2019

@jsEveryDay We have not obfuscated the code we just remove line breaks and extra spaces. we did this to reduce the file-size. Looking forward to your suggestions.

@jsEveryDay
Copy link

@webcdn yeah but you haven't just minified your code, it is also uglified. Wouldn't call it open source.
Regardless, good luck.

@webcdn
Copy link
Contributor Author

webcdn commented Mar 19, 2019

@jsEveryDay we really appreciate it and will upload the normal source code in the next build.

@jsEveryDay
Copy link

@webcdn Cool. Thanks for your prompt responses.
I understand you want to protect your code but what's the point of publishing it. I saw your repo awhile back and it seemed like an interesting project. But I don't understand what use could anyone have for this:
chrome_2019-03-22_11-31-20

Anyways, good work overall. Wish I could jump in on this project.
Next step should be to implement a Dir/File Tree like the good old eXtplorer in my opinion.
I just don't feel comfortable dropping a php file in my server when I see the above.

@webcdn
Copy link
Contributor Author

webcdn commented Mar 23, 2019

@jsEveryDay Thanks for the appreciation. Surely, you can contribute to this project. Our main motto is to fuse all codes in a single standalone file as it's in adminer.php (phpMyAdmin alternative).

What use could anyone have for this?

I started this project for my own, but as time float around, my colleagues also demands the same.
So, I decided to put this on GitHub. You can also check to this: File Explorer

Regarding the directory/file tree, we know this one is a nice approach and needs a helping hand to do the same.

We will soon upload the main source code with minor bug fixes and improvements.

@Brandon-Roff
Copy link

May I ask How do I change the Folder ? im viewing my /var/www/html folder but i wish to show mu /NAS/ folder can you help?

@webcdn
Copy link
Contributor Author

webcdn commented Jun 15, 2020

@Roffo66
There are certain cases:

  • If your target directory /NAS/ exists within /var/www/html then you can access it using server address 127.0.0.1/NAS/ or localhost/NAS/ or {{host}}/NAS/
  • If you are planning to serve another directory, then you need to enable it using Virtual Hosting.

I hope this helps you. Please feel free to drop any message if you have any questions or concerns.

@Brandon-Roff
Copy link

How would I go through doing that ?

@webcdn
Copy link
Contributor Author

webcdn commented Jun 15, 2020

@Roffo66
If you can explain the scenario this in a bit deeper, then it would help me get to point where you got stuck.

Here are a few questions:

  • What's your server address/hostname?
  • What's your case in my previous defined cases?

@Brandon-Roff
Copy link

Ok so I have a 10TB NAS drive mounted at /NAS/ Linux location so a the folder NAS in root, this using folder location /var/www/html/ I want to view the contents of /NAS/ and not /var/www/html/

@webcdn
Copy link
Contributor Author

webcdn commented Jun 15, 2020

Ok so I have a 10TB NAS drive mounted at /NAS/ Linux location so a the folder NAS in root, this using folder location /var/www/html/ I want to view the contents of /NAS/ and not /var/www/html/

@Roffo66 May I know which server you are using Apache2 / Nginx?

@Brandon-Roff
Copy link

I am using Apache 2 up to date

@webcdn
Copy link
Contributor Author

webcdn commented Jun 15, 2020

I am using Apache 2 up to date

  • Login as a root user, hope you know about sudo su
  • Go to this file /etc/apache2/apache2.conf search for <Directory /var/www/> and replace to your directory <Directory /NAS/>
  • Now, Go to /etc/apache2/sites-available/000-default.conf search for DocumentRoot /var/www/html and replace to your DocumentRoot /NAS
  • Reload / Restart Apache2 service using service apache2 reload and service apache2 restart

@17t104
Copy link

17t104 commented Jul 15, 2020

What is tha password

@webcdn
Copy link
Contributor Author

webcdn commented Jul 16, 2020

@17t104 When you will load it the first moment. It will prompt you enter the same and then will take you to next world.
By default it was set as admin

@Barracuda1337
Copy link

How can I show pictures instead of icons?
image
I tried but somehow I couldn't get out of it

@jz0ojiang
Copy link

Hi, I have Sinicized your project. Do I need to submit a PR directly as a new branch or Relase?
https://github.com/0ojixueseno0/File-Explorer

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants