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
2014-10-28use Composer autoloader not OC for non-Composer 3rdparty (#9643)Adam Williamson
2014-06-06add additional type checkGeorg Ehrke
2014-06-04update autoloaderGeorg Ehrke
2014-05-19Remove all occurences of @brief and @returns from PHPDocMorris Jobke
2013-10-22Allow null as cache parameter (if no cache was found) and for cache removal.Andreas Fischer
2013-10-22Only write-back on cache miss.Andreas Fischer
2013-10-22Inject memoryCache into Autoloader. Remove recursion-prevention hack.Andreas Fischer
2013-10-02Merge pull request #5071 from owncloud/fix-autoloader-masterThomas Müller
2013-10-02Fix autoloader regressionVictor Dubiniuk
2013-10-02Merge branch 'master' into fixing-4620-masterThomas Müller
2013-09-30move the private namespace OC into lib/private - OCP will stay in lib/publicThomas Müller
2013-09-18in case the cache cannot be initialized within the autoloader we just shoul n...Thomas Müller
2013-08-18Class Auto Loader: Cache paths in APCMarkus Goetz
2013-06-10Let's just use '/' as we do almost everywhere - this change fixes two failing...Thomas Mueller
2013-05-08Autoloader: fix loading app clases located in lib/Robin Appelman
2013-05-08Autoloader: load the 3rdparty libraries using prefixesRobin Appelman
2013-05-08Autoloader: add support for custom namespace pathsRobin Appelman
2013-05-08Autoloader: split getting the class paths and loading the classRobin Appelman
2013-05-08Allow disabling the global classpath in an autoloaderRobin Appelman
2013-05-08Allow the autoloader to try mutliple possible paths for each pathRobin Appelman
2013-05-08Add per-autoloader classPathRobin Appelman
2013-05-08Move autoloader to it's own classRobin Appelman