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
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