summaryrefslogtreecommitdiffstats
path: root/lib/private/installer.php
Commit message (Collapse)AuthorAgeFilesLines
* Use 'command -v' to detect whether and where software is installed (instead ↵Philipp Schmitt2014-02-211-1/+1
| | | | of 'which')
* fix wrong removesMorris Jobke2014-02-191-1/+24
|
* Scrutinizer Auto-FixesScrutinizer Auto-Fixer2014-02-191-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 failesJoas Schilling2014-02-081-14/+13
| | | | Issue #7111
* polish documentation based on scrutinizer patchesJörn Friedrich Dreyer2014-02-061-2/+4
|
* error handling in case a requested app doesn't existsThomas Müller2014-01-151-0/+3
|
* switch code checker on by default. apps are not allowed to access some of ↵Frank Karlitschek2013-11-181-2/+1
| | | | the internal classes where we have a public api for now
* one tab lessFrank Karlitschek2013-11-181-1/+1
|
* fix the version check for downloaded apps. Fixes ↵Frank Karlitschek2013-11-181-2/+9
| | | | https://github.com/owncloud/apps/issues/1485
* Merge pull request #5551 from owncloud/fix-5202-masterMorris Jobke2013-10-311-1/+5
|\ | | | | When updating an appstore app, execute a database update
| * When updating an appstore app, execute a database updateBart Visscher2013-10-251-1/+5
| | | | | | | | See #5202
* | update documentation for app updateMorris Jobke2013-10-281-1/+1
| |
* | 'Update to' is shown when there is no updateBart Visscher2013-10-251-2/+2
|/ | | | See #4716
* move the private namespace OC into lib/private - OCP will stay in lib/publicThomas Müller2013-09-301-0/+481
Conflicts: lib/private/vcategories.php