summaryrefslogtreecommitdiffstats
path: root/lib/private/installer.php
Commit message (Expand)AuthorAgeFilesLines
* Fix #19181: Support .bz2 app archivesChristian Weiske2015-10-201-1/+1
* an-app-is-identified-by-having-a-info.xml-app.php-should-not-be-mandatoryThomas Müller2015-10-161-1/+1
* update licence headers via scriptMorris Jobke2015-10-051-0/+1
* Update installer.phpmichag862015-08-101-0/+1
* Check if archive contains a directory named like appidmichag862015-08-101-0/+3
* Remove OC_AppconfigThomas Müller2015-07-031-9/+9
* Remove OC_LogThomas Müller2015-07-031-1/+1
* Send OC version to appstore so it can reply with the right linksJoas Schilling2015-06-291-3/+3
* Add experimental applications switchLukas Reschke2015-04-031-4/+13
* Update license headersJenkins for ownCloud2015-03-261-15/+29
* Add wrapper for GuzzleLukas Reschke2015-03-251-2/+3
* display app update error messages - fixes #14611Thomas Müller2015-03-111-6/+7
* Revert "Updating license headers"Morris Jobke2015-02-261-29/+16
* don't allow installation of already installed apps - fixes #14004Thomas Müller2015-02-231-3/+8
* Updating license headersJenkins for ownCloud2015-02-231-19/+29
* Refactor OC_Request into TrustedDomainHelper and IRequestLukas Reschke2015-02-161-1/+0
* Merge pull request #13750 from owncloud/enhanced-code-checkerThomas Müller2015-02-161-51/+9
|\
| * integrate code checker in the installerThomas Müller2015-02-111-50/+8
| * implement php code checker to detect usage of not allowed private APIs - incl...Thomas Müller2015-02-101-1/+1
* | App install behind a ProxyWitali Rott2015-02-111-1/+1
|/
* drop OC_PreferencesMorris Jobke2015-02-041-1/+0
* disable the app code checker - some previous shipped apps cannot be installed...Thomas Müller2015-01-271-1/+1
* Limit blacklist to php filesRichard Clarkson2014-11-271-1/+1
* Replace some more "command -v" calls with the Helper methodJoas Schilling2014-11-251-2/+2
* introduce new app page layoutThomas Müller2014-10-151-2/+1
* Use public api for getting l10nRobin Appelman2014-08-311-3/+3
* in order to prevent false-positives on the code checker - exec and eval will ...Thomas Müller2014-08-141-4/+0
* Merge pull request #9598 from owncloud/fix-app-installation-masterThomas Müller2014-07-141-9/+4
|\
| * append file extension to the temporary file which contains the downloaded arc...Thomas Müller2014-07-111-9/+4
* | add proper version comparision in OC_Installer::isUpdateAvailableGeorg Ehrke2014-07-101-2/+1
|/
* Add explanation about the current implementation of updateAppBart Visscher2014-06-221-1/+5
* disable code check for shipped appsGeorg Ehrke2014-06-161-1/+1
* don't skip code check for skipped appsGeorg Ehrke2014-06-131-1/+1
* 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
|\
| * Added requiremin/requiremax fields for appsVincent Petry2014-05-271-4/+1
| * Remove all occurences of @brief and @returns from PHPDocMorris Jobke2014-05-191-7/+7
| * 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 o...Philipp Schmitt2014-02-211-1/+1
* fix wrong removesMorris Jobke2014-02-191-1/+24