Commit Graph

53 Commits (f4dc9e6bf3bf1db1712fde818b5df64516763ce6)

Author SHA1 Message Date
Jenkins for ownCloud b585d87d9d Update license headers 10 years ago
Lukas Reschke 5f044ebf1b Add wrapper for Guzzle 10 years ago
Thomas Müller ffe06ac5c7 display app update error messages - fixes #14611 10 years ago
Morris Jobke 06aef4e8b1 Revert "Updating license headers" 10 years ago
Thomas Müller 39d8406933 don't allow installation of already installed apps - fixes #14004 10 years ago
Jenkins for ownCloud 6a1a4880f0 Updating license headers 10 years ago
Lukas Reschke 886bda5f81 Refactor OC_Request into TrustedDomainHelper and IRequest 10 years ago
Thomas Müller 9ecb36e81f integrate code checker in the installer 10 years ago
Witali Rott 531c89a610 App install behind a Proxy 10 years ago
Thomas Müller d74662df7d implement php code checker to detect usage of not allowed private APIs - including console command to check local code to be used by developers 10 years ago
Morris Jobke 909a53e087 drop OC_Preferences 10 years ago
Thomas Müller 9a75304b02 disable the app code checker - some previous shipped apps cannot be installed from the appstore now 👊 10 years ago
Richard Clarkson 0d98329cac Limit blacklist to php files 10 years ago
Joas Schilling 0274dcba57 Replace some more "command -v" calls with the Helper method 10 years ago
Thomas Müller b091394a90 introduce new app page layout 11 years ago
Robin Appelman d0266c0bf8 Use public api for getting l10n 11 years ago
Thomas Müller a4932dc5e2 in order to prevent false-positives on the code checker - exec and eval will not longer be grepped for 11 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 11 years ago
Georg Ehrke 305db9c2d7 add proper version comparision in OC_Installer::isUpdateAvailable 11 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 11 years ago
Georg Ehrke 65028c459b don't skip code check for skipped apps 11 years ago
Georg Ehrke c378e76412 skip certain tests for shipped apps 11 years ago
Georg Ehrke 5e9fa64819 don't show update button when appstore is disabled or no writable dir exists 11 years ago
Georg Ehrke a110973b3a some additional type checks 11 years ago
Thomas Müller fad3bd7fc0 reenable checkCode() 11 years ago
Georg Ehrke 724d027f19 add unit test 11 years ago
Georg Ehrke 19129b3db2 use isset() instead of array_key_exists() 11 years ago
Georg Ehrke eea501b847 various fixes as requested by pr reviewers 11 years ago
Georg Ehrke c8a8c7e933 read ocsid from shipped apps on install 11 years ago
Georg Ehrke 020255b4e5 add button for properly uninstalling apps 11 years ago
Georg Ehrke 2bcfd8e084 make it possible to update shipped apps via the appstore 11 years ago
Vincent Petry d43a7c5f6e Added requiremin/requiremax fields for apps 11 years ago
Morris Jobke dc36d30953 Remove all occurences of @brief and @returns from PHPDoc 11 years ago
Robin McCorkell 87b548ed91 Fix all PHPDoc types and variable names, in /lib 11 years ago
Robin McCorkell b653ad164b Replace @returns with @return, in /lib 11 years ago
Philipp Schmitt 43b1d81f77 Use 'command -v' to detect whether and where software is installed (instead of 'which') 11 years ago
Morris Jobke f944707a15 fix wrong removes 11 years ago
Scrutinizer Auto-Fixer adaee6a5a1 Scrutinizer Auto-Fixes 11 years ago
Joas Schilling b330d07b51 Fix more documentation failes 11 years ago
Jörn Friedrich Dreyer 2a6a9a8cef polish documentation based on scrutinizer patches 11 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 12 years ago
Frank Karlitschek e5994f9c1a fix the version check for downloaded apps. Fixes https://github.com/owncloud/apps/issues/1485 12 years ago
Morris Jobke 78971c61e6 update documentation for app update 12 years ago
Bart Visscher b6c67c4c63 'Update to' is shown when there is no update 12 years ago
Bart Visscher 310c8400df When updating an appstore app, execute a database update 12 years ago
Thomas Müller 9c9dc276b7 move the private namespace OC into lib/private - OCP will stay in lib/public 12 years ago
Bart Visscher ca88cf93ae check for valid appinfo in installer 12 years ago