Commit Graph

40 Commits (29e1c3a898a66b0b005d230a836a0275e462071c)

Author SHA1 Message Date
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 12 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
Arthur Schiwon ec3639dc7a Always check variable type before using readdir to avoid surprises 12 years ago
kondou 8d8a57de7f Continue work on cropper 12 years ago
kondou fac671b14e Modularize get(), async getAvatar, avatars @ usermgmt 12 years ago
Robin Appelman c5402f4575 use strict equals in readdir loops to prevent issues with '0' files 12 years ago
kondou 9f4bd7cb47 Don't use an alert for displaying app-mgmt-errors 12 years ago
kondou b24b208dce Throw exceptions instead of only logging in \OC_Installer::installApp() 12 years ago
Bart Visscher a22940d3cd Add OC_L10N to public api 12 years ago
Bart Visscher 9379cbf602 Add OC_Image to public api 12 years ago
Bart Visscher 854da1d9ca Add classes replaced by the public api to the code checker 12 years ago
Miquel Rodríguez Telep / Michael Rodríguez-Torrent 8dd7fa8507 Use isAppVersionCompatible in app installer 12 years ago
Bart Visscher ffae6f4b84 Style-fix: Breakup long lines 12 years ago
Bart Visscher 5c4a804ddb Fix SpaceBeforeOpenBrace errors 12 years ago