Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use 'command -v' to detect whether and where software is installed (instead ↵ | Philipp Schmitt | 2014-02-21 | 1 | -1/+1 |
| | | | | of 'which') | ||||
* | fix wrong removes | Morris Jobke | 2014-02-19 | 1 | -1/+24 |
| | |||||
* | Scrutinizer Auto-Fixes | Scrutinizer Auto-Fixer | 2014-02-19 | 1 | -26/+1 |
| | | | | | | | | | | | This patch was automatically generated as part of the following inspection: https://scrutinizer-ci.com/g/owncloud/core/inspections/cdfecc4e-a37e-4233-8025-f0d7252a8720 Enabled analysis tools: - PHP Analyzer - JSHint - PHP Copy/Paste Detector - PHP PDepend | ||||
* | Fix more documentation failes | Joas Schilling | 2014-02-08 | 1 | -14/+13 |
| | | | | Issue #7111 | ||||
* | polish documentation based on scrutinizer patches | Jörn Friedrich Dreyer | 2014-02-06 | 1 | -2/+4 |
| | |||||
* | error handling in case a requested app doesn't exists | Thomas Müller | 2014-01-15 | 1 | -0/+3 |
| | |||||
* | switch code checker on by default. apps are not allowed to access some of ↵ | Frank Karlitschek | 2013-11-18 | 1 | -2/+1 |
| | | | | the internal classes where we have a public api for now | ||||
* | one tab less | Frank Karlitschek | 2013-11-18 | 1 | -1/+1 |
| | |||||
* | fix the version check for downloaded apps. Fixes ↵ | Frank Karlitschek | 2013-11-18 | 1 | -2/+9 |
| | | | | https://github.com/owncloud/apps/issues/1485 | ||||
* | Merge pull request #5551 from owncloud/fix-5202-master | Morris Jobke | 2013-10-31 | 1 | -1/+5 |
|\ | | | | | When updating an appstore app, execute a database update | ||||
| * | When updating an appstore app, execute a database update | Bart Visscher | 2013-10-25 | 1 | -1/+5 |
| | | | | | | | | See #5202 | ||||
* | | update documentation for app update | Morris Jobke | 2013-10-28 | 1 | -1/+1 |
| | | |||||
* | | 'Update to' is shown when there is no update | Bart Visscher | 2013-10-25 | 1 | -2/+2 |
|/ | | | | See #4716 | ||||
* | move the private namespace OC into lib/private - OCP will stay in lib/public | Thomas Müller | 2013-09-30 | 1 | -0/+481 |
Conflicts: lib/private/vcategories.php |