Skip to content

Releases: owncloud-archive/ocdev

ocdev (0.2.0)

09 Jan 14:23
Compare
Choose a tag to compare
  • Add ownCloud 8.2 templates and set as default when generating apps
  • Add first ownCloud 9.0 templates
  • Check for Python 2 on install to prevent being install with the wrong pip version

ocdev (0.1.6)

27 Apr 11:56
Compare
Choose a tag to compare
  • Updates for the 8.1 templates

ocdev (0.1.4)

23 Apr 08:53
Compare
Choose a tag to compare
  • Add ocdev devup command to easily update your install

ocdev (0.1.3)

18 Apr 15:25
Compare
Choose a tag to compare
  • Allow to set the preferred type of cloning in the .ocdevrc file
  • Make ocdev ready for 8.1

ocdev (0.1.2)

27 Feb 16:09
Compare
Choose a tag to compare
  • Add a --no-history flag to the setup command to pass depth 1 to git clone for faster cloning on ci servers

ocdev (0.1.1)

27 Feb 14:06
Compare
Choose a tag to compare
  • Fix travis.yml for ownCloud 8 apps
  • Add an ocdev server command as a php server shortcut

ocdev (0.1.0)

03 Feb 14:17
Compare
Choose a tag to compare
  • Add a Makefile for ownCloud 8 apps to build an app package and upload the app to the app store
  • Add a configuration file ~/.ocdevrc where often used settings are saved
  • Rename the --mail paramter to --email for the startapp command
  • Add a --category parameter to the startapp command
  • Default to owncloud 8 as minimum level when creating apps
  • Do not create a data directory since this is done automatically by ownCloud
  • Remove the chown hints when setting up ownCloud since the PHP built in development server should be preferred
  • Add integration test phpunit configuration for ownCloud 8 apps and move autoloader to unit test directory
  • Add an integration test ready travis.yml for ownCloud 8 apps

0.1.0alpha1

12 Jan 13:18
Compare
Choose a tag to compare
0.1.0alpha1 Pre-release
Pre-release

ocdev (0.1.0)

  • Add the possibility to release and update an app on the app store
  • Add a Makefile for ownCloud 8 apps to build an app package and upload the app to the app store
  • Add a configuration file ~/.ocdevrc where often used settings are saved
  • Rename the --mail paramter to --email for the startapp command
  • Add a --category parameter to the startapp command
  • Default to owncloud 8 as minimum level when creating apps
  • Do not create a data directory since this is done automatically by ownCloud
  • Remove the chown hints when setting up ownCloud since the PHP built in development server should be preferred
  • Add integration test phpunit configuration for ownCloud 8 apps and move autoloader to unit test directory
  • Add an integration test ready travis.yml for ownCloud 8 apps