Skip to content

muenchhausende/owncloud

 
 

Repository files navigation

Apps for owncloud

In this repo you'll find apps and enhancements for owncloud. Build Status

Feel free to donate

Click here to lend your support to: Owncloud Apps and make a donation at www.pledgie.com !

Apps

Currently released

In Development

Planned

Development

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/

For running the all tests (needs docker and maven 3.0 to be installed):

mvn30 clean verify -Denv.BUILD_NUMBER=42 -Doc_version=OC80 -Drc_version=RC11 -Ddb_type=mysql  -Dwebdriver.base.url=http://127.0.0.1:49080/owncloud/

License

These OwnCloud apps is licensed under Apache License, Version 2.0

About

In this repo you'll find apps and enhancements for owncloud

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • PHP 66.2%
  • JavaScript 10.9%
  • CSS 8.1%
  • Java 7.9%
  • ApacheConf 2.6%
  • HTML 1.8%
  • Other 2.5%