Commit Graph

77 Commits (a2572ffec79f7bd2fa7aa29ed48d9b011836759d)

Author SHA1 Message Date
Morris Jobke f5beeec833 Properly handle return values of OC_App::getAppInfo() 10 years ago
Joas Schilling 444343dc2b Do not abort with an exception when a default app can not be enabled 10 years ago
Lukas Reschke 933f60e314 Update author information 10 years ago
Thomas Müller 8b165c5ed5 No longer evaluate appinfo/version 10 years ago
Thomas Müller 1d0724a772 Fixing CodeChecker usage 🙈 10 years ago
Thomas Müller 7d2a6d4c1a - isolate include calls in installer.php which prevents local variables to be overwritten 10 years ago
Thomas Müller 682821c71e Happy new year! 10 years ago
Lukas Reschke c009d5dcc1 Verify signature of apps with level "Official" coming from the appstore 10 years ago
Joas Schilling 761000624d Only enable apps that are not intentionally disabled 10 years ago
Morris Jobke ed98cdf532 Use OCP\Util::getVersion instead of the internal private implementation 10 years ago
Morris Jobke a18c0983d5 Use TempManager instead of tmpFile 10 years ago
Morris Jobke 90b0831cec Use TempManager instead of tmpFolder 10 years ago
Morris Jobke 37ecde065b Replace old config code with usage of proper APIs 10 years ago
Morris Jobke 9318606faf Remove last occurences of OC_Helper::getMimeType() 10 years ago
Christian Weiske a543d20958 Fix #19181: Support .bz2 app archives 10 years ago
Thomas Müller a2ec080427 an-app-is-identified-by-having-a-info.xml-app.php-should-not-be-mandatory 10 years ago
Morris Jobke b945d71384 update licence headers via script 10 years ago
michag86 c7c021e1c9 Update installer.php 11 years ago
michag86 1a23690522 Check if archive contains a directory named like appid 11 years ago
Thomas Müller 1385b1ec48 Remove OC_Appconfig 11 years ago
Thomas Müller d3ac73c0c9 Remove OC_Log 11 years ago
Joas Schilling ae3d402dbc Send OC version to appstore so it can reply with the right links 11 years ago
Lukas Reschke 0816cf9142 Add experimental applications switch 11 years ago
Jenkins for ownCloud b585d87d9d Update license headers 11 years ago
Lukas Reschke 5f044ebf1b Add wrapper for Guzzle 11 years ago
Thomas Müller ffe06ac5c7 display app update error messages - fixes #14611 11 years ago
Morris Jobke 06aef4e8b1 Revert "Updating license headers" 11 years ago
Thomas Müller 39d8406933 don't allow installation of already installed apps - fixes #14004 11 years ago
Jenkins for ownCloud 6a1a4880f0 Updating license headers 11 years ago
Lukas Reschke 886bda5f81 Refactor OC_Request into TrustedDomainHelper and IRequest 11 years ago
Thomas Müller 9ecb36e81f integrate code checker in the installer 11 years ago
Witali Rott 531c89a610 App install behind a Proxy 11 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 11 years ago
Morris Jobke 909a53e087 drop OC_Preferences 11 years ago
Thomas Müller 9a75304b02 disable the app code checker - some previous shipped apps cannot be installed from the appstore now 👊 11 years ago
Richard Clarkson 0d98329cac Limit blacklist to php files 11 years ago
Joas Schilling 0274dcba57 Replace some more "command -v" calls with the Helper method 11 years ago
Thomas Müller b091394a90 introduce new app page layout 11 years ago
Robin Appelman d0266c0bf8 Use public api for getting l10n 12 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 12 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 12 years ago
Georg Ehrke 305db9c2d7 add proper version comparision in OC_Installer::isUpdateAvailable 12 years ago
Bart Visscher 089139f8ea Add explanation about the current implementation of updateApp 12 years ago
Georg Ehrke 86f546ff64 disable code check for shipped apps 12 years ago
Georg Ehrke 65028c459b don't skip code check for skipped apps 12 years ago
Georg Ehrke c378e76412 skip certain tests for shipped apps 12 years ago
Georg Ehrke 5e9fa64819 don't show update button when appstore is disabled or no writable dir exists 12 years ago
Georg Ehrke a110973b3a some additional type checks 12 years ago
Thomas Müller fad3bd7fc0 reenable checkCode() 12 years ago
Georg Ehrke 724d027f19 add unit test 12 years ago