aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/installer.php
Commit message (Collapse)AuthorAgeFilesLines
...
* skip certain tests for shipped appsGeorg Ehrke2014-06-131-6/+10
|
* don't show update button when appstore is disabled or no writable dir existsGeorg Ehrke2014-06-101-0/+15
|
* some additional type checksGeorg Ehrke2014-06-061-1/+1
|
* reenable checkCode()Thomas Müller2014-06-051-1/+0
|
* add unit testGeorg Ehrke2014-06-041-16/+25
|
* use isset() instead of array_key_exists()Georg Ehrke2014-06-031-1/+1
|
* various fixes as requested by pr reviewersGeorg Ehrke2014-06-021-2/+2
|
* read ocsid from shipped apps on installGeorg Ehrke2014-05-311-0/+3
|
* add button for properly uninstalling appsGeorg Ehrke2014-05-311-5/+13
|
* Merge branch 'master' into update_shipped_apps_from_appstoreGeorg Ehrke2014-05-311-9/+6
|\ | | | | | | | | | | Conflicts: lib/private/app.php lib/private/installer.php
| * Added requiremin/requiremax fields for appsVincent Petry2014-05-271-4/+1
| | | | | | | | | | Apps can now specify a minimum and maximum version of ownCloud in which they are supported.
| * Remove all occurences of @brief and @returns from PHPDocMorris Jobke2014-05-191-7/+7
| | | | | | | | * test case added to avoid adding them later
| * Fix all PHPDoc types and variable names, in /libRobin McCorkell2014-05-131-2/+2
| |
| * Replace @returns with @return, in /libRobin McCorkell2014-05-131-1/+1
| |
* | make it possible to update shipped apps via the appstoreGeorg Ehrke2014-05-311-108/+174
|/
* 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