Commit Graph

51 Commits (08afce3d7e1221170948c460ac2d052d25070403)

Author SHA1 Message Date
Morris Jobke 208985dc1c fix wording 11 years ago
Lukas Reschke 8335c7a4e9 Correct wording 11 years ago
Lukas Reschke b21d4a55f2 Add missing type annotations 11 years ago
Morris Jobke 081264cb93 [app code check] add OC_Search_Provider and _Result 11 years ago
Morris Jobke f63915d0c8 update license headers and authors 11 years ago
Scrutinizer Auto-Fixer fdbc21fc6c Scrutinizer Auto-Fixes 11 years ago
Morris Jobke 56b1c93a79 Add verbosity option to app:check-code 11 years ago
Thomas Müller aae098c24a Check usage of != and == - refs #16054 11 years ago
Thomas Müller b1bb6a3d36 Ignore test folders when checking the code for compliance 11 years ago
Lukas Reschke 0816cf9142 Add experimental applications switch 11 years ago
Joas Schilling 696c750cfe Fix docs and line breaks 11 years ago
Joas Schilling d01cfde982 Correctly purge the cache when an app is disabled via cli 11 years ago
Joas Schilling db763027bb Correctly only send the errors of the current file to the event 11 years ago
Jenkins for ownCloud b585d87d9d Update license headers 11 years ago
Bernhard Posselt 876e8bcb55 add phpdoc 11 years ago
Bernhard Posselt 2987d4aec8 make version check work on the lowest common version denominator 11 years ago
Morris Jobke 06aef4e8b1 Revert "Updating license headers" 11 years ago
Jenkins for ownCloud 6a1a4880f0 Updating license headers 11 years ago
Robin Appelman 04628cf368 better name for getAppsEnabledForUser 11 years ago
Robin Appelman 5c68c81d00 Update cache when enabling/disabling apps 11 years ago
Robin Appelman 2b58e8489f Add getInstalledApps and getAppsForUser to the app manager 11 years ago
Thomas Müller 9ecb36e81f integrate code checker in the installer 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 d70160c607 enabled disabled files app in repair step 11 years ago
Morris Jobke a7eedf0149 Disallow disabling of files app 11 years ago
Thomas Müller 82b271855c add libs which have no version number 11 years ago
Joas Schilling 4b3a3dc0bb Check new and old ways of required oC version for app compatibility 11 years ago
Andreas Fischer 8c509c3437 HHVM: Call libxml_use_internal_errors() instead of surpressing errors. 12 years ago
Thomas Müller e58b9d3eb7 fixing owncloud version 12 years ago
Thomas Müller dcb88e395b rework api of DependencyAnalyzer 12 years ago
Thomas Müller 6566dc83e7 single dependencies will not be represented as an array + fix unit tests 12 years ago
Thomas Müller 5a03e0a5cf adding dependency to owncloud version - with fallback to requiremin and requiremax 12 years ago
Thomas Müller ee46548f57 adding dependencies for supported platforms 12 years ago
Thomas Müller 770f987659 adding supported libraries - including min and max version 12 years ago
Thomas Müller 08f1db4451 adding dependencies for command line tools 12 years ago
Thomas Müller b55ac514ac no nested xml tags on dependencies 12 years ago
Thomas Müller eb81c52b95 fix an issue where the types tag holds an empty string 12 years ago
Thomas Müller b028a6afac adjust dependency analyzer to use attributes properly 12 years ago
Thomas Müller c80ec91f28 switch to different parsing implementation to get xml attributes properly handled 12 years ago
Thomas Müller ba52c996cf adding supported databases 12 years ago
Thomas Müller b469e9f6fb introduce dependency analyzer to take care of app dependencies 12 years ago
Thomas Müller 40e03ba314 adding default key value pair for 'types' 12 years ago
Thomas Müller 5ce34fbaf6 handle invalid xml file 12 years ago
Thomas Müller d4f107d4dd simplify xml parser code 12 years ago
Thomas Müller c503ecd544 Introduce app info xml parser including basic unit test - necessary for #10777 12 years ago
Robin Appelman 43eb375ace Add \OC\App\Manager to handle enabling/disabling apps 12 years ago