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 (Collapse)Author
2020-10-16Use own psalm instead of a global oneChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-09-16Remove phan config - was replaced by PsalmMorris Jobke
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2020-08-18Add psalm as composer dependencyDaniel Kesselberg
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2020-06-26Remove unused jakub-onderka/php-parallel-lintDaniel Kesselberg
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2020-05-28List ext-pdo as hard requirement for composerChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-05-13Respect exit code of lint run - changed from -exec to xargs as this exits ↵Morris Jobke
properly Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2020-05-13Declare ext-json as dependency in composer.jsonChristoph Wurst
This makes phpstorm happy as it knows that the functions like json_encode are available. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-04-15Print diff in cs:check commandChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-04-10Bump coding standard lib for PSR2Christoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-04-09Fix (array) indent style to always use one tabChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-04-07Move legacy classes from PSR0 to PSR4Christoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-03-31Add shared php-cs configChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-02-10Lint on github actionsRoeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-09-28Move settings to an appChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
2019-05-30Add the legacy classes to the composer classmapRoeland Jago Douma
To have a faster autoloading. We should get rid of those of course. But for now I do not see it happening any time soon. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2016-07-18Use classmap to load core filesRoeland Jago Douma
We can't use an authoritive classmap in the current state as it would kill app loading. However we can use a proper classmap for the normal core stuff.
2016-04-05Move OC\Core and OC\Settings to composer autoloaderLukas Reschke
2016-03-22Allos OCP classes to be PSR-4 as wellRoeland Jago Douma
This adds the OCP namespace to the composer autoloader as well. This means that now we can use proper PSR-4 filenames in OCP.
2016-03-16Execute PHP Parallel Linter on TravisLukas Reschke
2016-03-09Add composers default autoloader to coreRoeland Jago Douma
This introduces the defacto standard PSR-4 autoloader from composer into core. This will allow proper PSR-4 naming of our classes. Since our original autoloader is still available we can slowly switch over classes to PSR-4.
2012-10-27Include copy of Symfony routing component, and don't use composerBart Visscher
2012-10-27More info for composer.jsonBart Visscher
2012-10-27Change Symfony/Component/Routing from submodule to composer fetchingBart Visscher