In this repo you'll find apps and enhancements for owncloud.
Feel free to donate
Or via PayPal:
see Wiki for details about the setup for development. A Maven-Site is also available.
Nightly Builds are available. See the download last successfull artifacts in the middle of the screen
To run all unit tests execute
mvn clean test
To run only javascript test go to one module and execute
grunt test
For javascript unit test debugging execute:
karma start src/test/webapp/karma.conf.js
and point your browser to http://localhost:9080/