Releases: owncloud-archive/ocdev
Releases · owncloud-archive/ocdev
ocdev (0.2.0)
- 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)
- Updates for the 8.1 templates
ocdev (0.1.4)
- Add ocdev devup command to easily update your install
ocdev (0.1.3)
- Allow to set the preferred type of cloning in the .ocdevrc file
- Make ocdev ready for 8.1
ocdev (0.1.2)
- 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)
- Fix travis.yml for ownCloud 8 apps
- Add an ocdev server command as a php server shortcut
ocdev (0.1.0)
- 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
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