Git Product home page Git Product logo

clouddrive's People

Contributors

mbk avatar

clouddrive's Issues

Win7 Explorer support

Currently, Windows 7 needs external clients such as Cyberduck or Bitkinex. The native Win7 Explorer doesn't function. Comparison with SabreDav and Milton has shown that is due to te datetime formatting (needs to be ISO 8601)

Management console

We log a lot of usage info and have a lot of user based options for setup.

Make it visible via the website for admins.

Testing strategy

WebDAV requires all kinds of clients to be tested. This is cumbersome to test for e.g. regression bugs. This issue is to take note that it would be Very Handy if we could find a more better, integrated way then just a manual test script.

Create/set admin user

....needed for management console. Of course, this can be done in MySQL, but we can make that more friendly, no?

IE support

It looks like IE is "read-only". Main reason could be that Lift uses an older jQuery version, so we should try adding a local higher version of jQuery.

Until that time, we advies to use Chrome - which is now the largest browser anyway.

Jcloudfs support

jclouds provides an abstraction layer to multiple cloud storage back ends. By using it as a "filesystem driver" we get a lot of cloud back ends - and a lot of testing ;-)

IE support

It looks like IE is "read-only". Main reason could be that Lift uses an older jQuery version, so we should try adding a local higher version of jQuery.

Until that time, we advies to use Chrome - which is now the largest browser anyway.

Authentication failure using nautilus built-in WebDAV client

Seems like CloudDrive has problem authenticating nautilus built-in WebDAV client. Problem is caused by wrong parsing of authentication parameters, more precisely value of "cnonce" parameter. In nautilus value of "cnonce" parameter is consisted of alphanumeric characters, ending with 2 "=" characters (Not sure if this is always the case). This causes wrong parsing, since delimiter in parsing function is "=", not expecting that there can also be "=" character in "cnonce" value.

Suggested fix:
in file src/clouddrive/src/main/scala/clouddrive/WebDAVAuth.scala, line 176, change
val lline = line split "=" -> val lline = line.split("=", 2) //or something neater

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.