Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-10-14The constant is now deprecatedJoas Schilling
2015-09-24[App Code Check] add check for version and mandatory fieldsMorris Jobke
2015-08-20Merge pull request #17434 from owncloud/update-showappnameonappupdateMorris Jobke
2015-08-20Additions to update pageVincent Petry
2015-08-19Display app names in update page for app updatesVincent Petry
2015-07-17Only decorate the type when it was matchedJoas Schilling
2015-07-17Use the decorator patternJoas Schilling
2015-07-17Restructor the code into different classes instead of extendingJoas Schilling
2015-07-17Check for methods as good as possibleJoas Schilling
2015-07-17Allow checking for functionsJoas Schilling
2015-07-17Add support for deprecated constantsJoas Schilling
2015-07-17Correctly handle use statementsJoas Schilling
2015-07-17Allow app:check-code to check for deprecated methodsJoas Schilling
2015-07-03fix wordingMorris Jobke
2015-07-02Correct wordingLukas Reschke
2015-07-02Add missing type annotationsLukas Reschke
2015-05-05add positive tests for operator in code checkerMorris Jobke
2015-05-05Check usage of != and == - refs #16054Thomas Müller
2015-04-01Adjust tests and check whether clear() is calledJoas Schilling
2015-03-25Add wrapper for GuzzleLukas Reschke
2015-02-26make version check work on the lowest common version denominatorBernhard Posselt
2015-02-23Merge pull request #13829 from owncloud/appmanager-listVincent Petry
2015-02-17better name for getAppsEnabledForUserRobin Appelman
2015-02-16Add getInstalledApps and getAppsForUser to the app managerRobin Appelman
2015-02-10implement php code checker to detect usage of not allowed private APIs - incl...Thomas Müller
2014-12-19Next step in server-to-server sharing next generation, see #12285Bjoern Schiessle
2014-12-12adding unit tests for PlatformRepository::normalizeVersion()Thomas Müller
2014-12-12rework api of DependencyAnalyzerThomas Müller
2014-12-11single dependencies will not be represented as an array + fix unit testsThomas Müller
2014-12-11adding dependency to owncloud version - with fallback to requiremin and requi...Thomas Müller
2014-12-11adding dependencies for supported platformsThomas Müller
2014-12-11adding supported libraries - including min and max versionThomas Müller
2014-12-11adding dependencies for command line toolsThomas Müller
2014-12-09migrate \OC\AllConfig to \OCP\IConfigMorris Jobke
2014-12-04no nested xml tags on dependenciesThomas Müller
2014-12-04adjust dependency analyzer to use attributes properlyThomas Müller
2014-12-04switch to different parsing implementation to get xml attributes properly han...Thomas Müller
2014-12-04adding supported databasesThomas Müller
2014-12-04introduce dependency analyzer to take care of app dependenciesThomas Müller
2014-11-25handle invalid xml fileThomas Müller
2014-11-25simplify xml parser codeThomas Müller
2014-11-25Introduce app info xml parser including basic unit test - necessary for #10777Thomas Müller
2014-11-10Add \OC\App\Manager to handle enabling/disabling appsRobin Appelman