Commit Graph

41 Commits (4100b151cc0a4e131a3eab3fbb7cd2b604f475e6)

Author SHA1 Message Date
Vincent Petry a2674b2b30 Additions to update page 11 years ago
Vincent Petry b919ae96f0 Display app names in update page for app updates 11 years ago
Joas Schilling 8a64abf4e4 Only decorate the type when it was matched 11 years ago
Joas Schilling a0c6f2e5e0 Use the decorator pattern 11 years ago
Joas Schilling bba87a2a3b Restructor the code into different classes instead of extending 11 years ago
Joas Schilling eb1c437941 Check for methods as good as possible 11 years ago
Joas Schilling 2783a78070 Allow checking for functions 11 years ago
Joas Schilling f228a3dc28 Add support for deprecated constants 11 years ago
Joas Schilling d2fc1b2302 Correctly handle use statements 11 years ago
Joas Schilling 4e95031ec4 Allow app:check-code to check for deprecated methods 11 years ago
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 493844eda4 add positive tests for operator in code checker 11 years ago
Thomas Müller aae098c24a Check usage of != and == - refs #16054 11 years ago
Joas Schilling aa6573cf54 Adjust tests and check whether clear() is called 11 years ago
Lukas Reschke 5f044ebf1b Add wrapper for Guzzle 11 years ago
Bernhard Posselt 2987d4aec8 make version check work on the lowest common version denominator 11 years ago
Robin Appelman 04628cf368 better name for getAppsEnabledForUser 11 years ago
Robin Appelman 2b58e8489f Add getInstalledApps and getAppsForUser to the app manager 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
Bjoern Schiessle 24993280ed Next step in server-to-server sharing next generation, see #12285 11 years ago
Thomas Müller 79dfff2b4a adding unit tests for PlatformRepository::normalizeVersion() 11 years ago
Thomas Müller dcb88e395b rework api of DependencyAnalyzer 11 years ago
Thomas Müller 6566dc83e7 single dependencies will not be represented as an array + fix unit tests 11 years ago
Thomas Müller 5a03e0a5cf adding dependency to owncloud version - with fallback to requiremin and requiremax 11 years ago
Thomas Müller ee46548f57 adding dependencies for supported platforms 11 years ago
Thomas Müller 770f987659 adding supported libraries - including min and max version 11 years ago
Thomas Müller 08f1db4451 adding dependencies for command line tools 11 years ago
Morris Jobke a9e411e076 migrate \OC\AllConfig to \OCP\IConfig 11 years ago
Thomas Müller b55ac514ac no nested xml tags on dependencies 11 years ago
Thomas Müller b028a6afac adjust dependency analyzer to use attributes properly 11 years ago
Thomas Müller c80ec91f28 switch to different parsing implementation to get xml attributes properly handled 11 years ago
Thomas Müller ba52c996cf adding supported databases 11 years ago
Thomas Müller b469e9f6fb introduce dependency analyzer to take care of app dependencies 11 years ago
Thomas Müller 5ce34fbaf6 handle invalid xml file 11 years ago
Thomas Müller d4f107d4dd simplify xml parser code 11 years ago
Thomas Müller c503ecd544 Introduce app info xml parser including basic unit test - necessary for #10777 11 years ago
Robin Appelman 43eb375ace Add \OC\App\Manager to handle enabling/disabling apps 11 years ago