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-02-27Merge pull request #14529 from owncloud/intuitive-version-checkThomas Müller
2015-02-26add phpdocBernhard Posselt
2015-02-26make version check work on the lowest common version denominatorBernhard Posselt
2015-02-26Revert "Updating license headers"Morris Jobke
2015-02-23Merge pull request #13829 from owncloud/appmanager-listVincent Petry
2015-02-23Updating license headersJenkins for ownCloud
2015-02-17better name for getAppsEnabledForUserRobin Appelman
2015-02-17Update cache when enabling/disabling appsRobin Appelman
2015-02-16Add getInstalledApps and getAppsForUser to the app managerRobin Appelman
2015-02-12integrate code checker in the installerThomas Müller
2015-02-10implement php code checker to detect usage of not allowed private APIs - incl...Thomas Müller
2015-02-03enabled disabled files app in repair stepMorris Jobke
2015-02-03Disallow disabling of files appMorris Jobke
2015-02-02add libs which have no version numberThomas Müller
2015-01-14Check new and old ways of required oC version for app compatibilityJoas Schilling
2014-12-17HHVM: Call libxml_use_internal_errors() instead of surpressing errors.Andreas Fischer
2014-12-15fixing owncloud versionThomas 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-04no nested xml tags on dependenciesThomas Müller
2014-12-04fix an issue where the types tag holds an empty stringThomas 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-12-04adding default key value pair for 'types'Thomas 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