Code Monkey home page Code Monkey logo

react-filemanager's Introduction

React Filemanager

Hello ex angular-filemanager user, this is the new version in React.

I will try to make it clean and retro-compatible with the previous bridges/connectors

It's very important for me your collaboration on my development tasks and time. Please help me to move forward with a donation by paypal :) Donate


Environment configuration

1) Install deps using NPM with npm install

2) Start development environment npm start

3) Run tests npm run test

4) Compile for production npm run build


Connectors

I am also developing a local file connector API in NodeJS in filemanager-connector-node

react-filemanager's People

Contributors

joni2back 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

react-filemanager's Issues

License request

Hello, could it be possible to get a license definition for this repository. I would be interested on using the code but as there is no license defined, I cannot.

The Angular version of the front end is under MIT licence.

problem with list API

Hi,
in react code for list API call, no JSON is used

export function getFileContent(path) {
     return fetch(config.url_get_content + '?path=' + (encodeURIComponent(path) || '/'));
};

While in Angular json is used

export function getFileContent(path) {
     return fetch(config.url_get_content + '?path=' + (encodeURIComponent(path) || '/'));
};

In django this function is used:

def list_(request):
     return HttpResponse(json.dumps(fm.list(json.loads(request.body.decode('utf-8')))))

which accepts json.

I'm using it as branch master. Do I have to use another branch?

Thank you

Set path for directory

Hello,
I have issue about setting path of "default directory". i am runing that on localhost and it reads my C: drive. My path should be: project/usrdata/. can zou give me hint ? :) i thinkits query.path but i can not find definition of it.

Use with solid pods

I really love the design of this app and would love to use it for managing solid pods (TLDR: solid pods are an online storage space used for decentralized applications. More on it here).

Therefore I am interested if this project is already functional and, if yes, how I could connect it to the pod. It seems like I would need to add a login modal and modify Api.js to make the correct api calls, but I'm not sure if this is the right way to approach this.

Configure Path

Hi,

How can I configure the path directory to my desktop ?

Thank you.

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.