summaryrefslogtreecommitdiffstats
path: root/lib/autoloader.php
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #23819 from owncloud/move-core-completely-to-psr4Roeland Douma2016-04-061-1/+1
|\
| * Remove OC/Core autoloading from old autoloaderLukas Reschke2016-04-061-1/+1
* | Remove OC/Settings from old autoloaderLukas Reschke2016-04-061-1/+1
|/
* Dont double load classLukas Reschke2016-03-221-0/+4
* Happy new year!Thomas Müller2016-01-121-3/+4
* Move lib/repair to lib/private/repairMorris Jobke2016-01-071-3/+0
* Revert "Dont bother with stream_resolve_include_path if the path is already a...Vincent Petry2015-11-291-5/+1
* Dont bother with stream_resolve_include_path if the path is already absoluteRobin Appelman2015-11-271-1/+5
* [autoloader] Make sure to load construct full pathsRoeland Jago Douma2015-11-061-8/+24
* Update license headersLukas Reschke2015-10-261-0/+1
* Remove dead codeLukas Reschke2015-10-251-8/+7
* deduplicate @xenopathicMorris Jobke2015-10-061-1/+1
* update licence headers via scriptMorris Jobke2015-10-051-0/+1
* Restore loadApp() autoload registrationRobin McCorkell2015-09-161-3/+6
* Unique exception for invalid autoload paths, better handlingRobin McCorkell2015-09-051-1/+3
* Resolve autoloader valid roots before checkingRobin McCorkell2015-09-051-1/+1
* Show the path as part of the exception for not allowed autoloading pathsRobin Appelman2015-09-011-1/+1
* verify the path in the autoloaderRobin Appelman2015-09-011-1/+32
* Remove OC_LogThomas Müller2015-07-031-1/+1
* Update license headersJenkins for ownCloud2015-03-261-4/+23
* Revert "Updating license headers"Morris Jobke2015-02-261-23/+5
* Updating license headersJenkins for ownCloud2015-02-231-5/+23
* use Composer autoloader not OC for non-Composer 3rdparty (#9643)Adam Williamson2014-10-281-28/+0
* add additional type checkGeorg Ehrke2014-06-061-1/+1
* update autoloaderGeorg Ehrke2014-06-041-6/+5
* Remove all occurences of @brief and @returns from PHPDocMorris Jobke2014-05-191-1/+1
* Allow null as cache parameter (if no cache was found) and for cache removal.Andreas Fischer2013-10-221-1/+1
* Only write-back on cache miss.Andreas Fischer2013-10-221-3/+3
* Inject memoryCache into Autoloader. Remove recursion-prevention hack.Andreas Fischer2013-10-221-27/+28
* Merge pull request #5071 from owncloud/fix-autoloader-masterThomas Müller2013-10-021-0/+1
|\
| * Fix autoloader regressionVictor Dubiniuk2013-10-021-0/+1
* | Merge branch 'master' into fixing-4620-masterThomas Müller2013-10-011-3/+3
|\|
| * move the private namespace OC into lib/private - OCP will stay in lib/publicThomas Müller2013-09-301-3/+3
* | in case the cache cannot be initialized within the autoloader we just shoul n...Thomas Müller2013-09-181-1/+5
|/
* Class Auto Loader: Cache paths in APCMarkus Goetz2013-08-181-1/+25
* Let's just use '/' as we do almost everywhere - this change fixes two failing...Thomas Mueller2013-06-101-2/+2
* Autoloader: fix loading app clases located in lib/Robin Appelman2013-05-081-5/+6
* Autoloader: load the 3rdparty libraries using prefixesRobin Appelman2013-05-071-17/+16
* Autoloader: add support for custom namespace pathsRobin Appelman2013-05-071-1/+19
* Autoloader: split getting the class paths and loading the classRobin Appelman2013-05-071-7/+20
* Allow disabling the global classpath in an autoloaderRobin Appelman2013-05-071-3/+19
* Allow the autoloader to try mutliple possible paths for each pathRobin Appelman2013-05-071-24/+17
* Add per-autoloader classPathRobin Appelman2013-05-071-3/+24
* Move autoloader to it's own classRobin Appelman2013-05-071-0/+65