Commit History

Author SHA1 Message Date
  Thomas Müller 4b91741875 Merge pull request #9598 from owncloud/fix-app-installation-master 10 years ago
  Thomas Müller e47cd5ebf1 append file extension to the temporary file which contains the downloaded archive - in case of zip files fileinfo doesn't seem to return anything reliable 10 years ago
  Georg Ehrke 305db9c2d7 add proper version comparision in OC_Installer::isUpdateAvailable 10 years ago
  Bart Visscher 089139f8ea Add explanation about the current implementation of updateApp 11 years ago
  Georg Ehrke 86f546ff64 disable code check for shipped apps 10 years ago
  Georg Ehrke 65028c459b don't skip code check for skipped apps 10 years ago
  Georg Ehrke c378e76412 skip certain tests for shipped apps 10 years ago
  Georg Ehrke 5e9fa64819 don't show update button when appstore is disabled or no writable dir exists 10 years ago
  Georg Ehrke a110973b3a some additional type checks 10 years ago
  Thomas Müller fad3bd7fc0 reenable checkCode() 10 years ago
  Georg Ehrke 724d027f19 add unit test 10 years ago
  Georg Ehrke 19129b3db2 use isset() instead of array_key_exists() 10 years ago
  Georg Ehrke eea501b847 various fixes as requested by pr reviewers 10 years ago
  Georg Ehrke c8a8c7e933 read ocsid from shipped apps on install 10 years ago
  Georg Ehrke 020255b4e5 add button for properly uninstalling apps 10 years ago
  Georg Ehrke c8636ca4d9 Merge branch 'master' into update_shipped_apps_from_appstore 10 years ago
  Georg Ehrke 2bcfd8e084 make it possible to update shipped apps via the appstore 10 years ago
  Vincent Petry d43a7c5f6e Added requiremin/requiremax fields for apps 10 years ago
  Morris Jobke dc36d30953 Remove all occurences of @brief and @returns from PHPDoc 10 years ago
  Robin McCorkell 87b548ed91 Fix all PHPDoc types and variable names, in /lib 10 years ago
  Robin McCorkell b653ad164b Replace @returns with @return, in /lib 10 years ago
  Philipp Schmitt 43b1d81f77 Use 'command -v' to detect whether and where software is installed (instead of 'which') 10 years ago
  Morris Jobke f944707a15 fix wrong removes 10 years ago
  Scrutinizer Auto-Fixer adaee6a5a1 Scrutinizer Auto-Fixes 10 years ago
  Joas Schilling b330d07b51 Fix more documentation failes 10 years ago
  Jörn Friedrich Dreyer 2a6a9a8cef polish documentation based on scrutinizer patches 10 years ago
  Thomas Müller 7f68497b39 error handling in case a requested app doesn't exists 11 years ago
  Frank Karlitschek 7504fc0aef switch code checker on by default. apps are not allowed to access some of the internal classes where we have a public api for now 11 years ago
  Frank Karlitschek 385a296864 one tab less 11 years ago
  Frank Karlitschek e5994f9c1a fix the version check for downloaded apps. Fixes https://github.com/owncloud/apps/issues/1485 11 years ago