aboutsummaryrefslogtreecommitdiffstats
path: root/lib/autoloader.php
Commit message (Expand)AuthorAgeFilesLines
* chore: Add SPDX headerAndy Scherzinger2024-05-241-31/+3
* fix: Migrate away from OC_App toward the IAppManagerCôme Chilliet2024-04-221-5/+11
* fix: Apply new coding standard to all filesCôme Chilliet2024-04-021-2/+2
* Remove deprecated methods Util::writeLog and DIContainer::logCôme Chilliet2023-09-251-2/+2
* Add a built-in profiler inside NextcloudCarl Schwan2022-04-041-2/+3
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-041-1/+1
* Some more strict_typesJ0WI2021-04-261-4/+4
* Bump nextcloud/coding-standard from 0.3.0 to 0.5.0dependabot-preview[bot]2021-02-181-1/+1
* Update all license headers for Nextcloud 21Christoph Wurst2020-12-161-1/+1
* Format control structures, classes, methods and functionChristoph Wurst2020-04-101-1/+1
* Update the license headers for Nextcloud 19Christoph Wurst2020-03-311-0/+1
* Use the short array syntax, everywhereChristoph Wurst2020-03-261-1/+1
* Update license headersChristoph Wurst2019-12-051-2/+4
* move log constants to ILoggerArthur Schiwon2018-04-261-1/+2
* Make lib/autoloader.php strictly typed and properly type hintedMorris Jobke2018-02-131-6/+9
* Change @georgehrke's emailMorris Jobke2017-11-061-1/+1
* Revert "Add a magic wrapper to allow phpunit4 to run the code again "Roeland Jago Douma2017-03-201-7/+0
* Add a magic wrapper from hell to allow phpunit4 to run the code againJoas Schilling2016-11-151-0/+7
* Update with robinJoas Schilling2016-07-211-1/+1
* Fix othersJoas Schilling2016-07-211-3/+4
* Update license headersLukas Reschke2016-05-261-1/+2
* \OCP is handled by composer autoloaderRoeland Jago Douma2016-05-201-2/+0
* Move tests/ to PSR-4 (#24731)Joas Schilling2016-05-201-2/+0
* Create a Fallback in the old autoloader for PSR-4 Test\TestCaseJoas Schilling2016-05-191-0/+4
* No more Test_* files exist, remove autoloadingJoas Schilling2016-05-191-3/+1
* All \OC\ classes are handled by the composer autoloaderRoeland Jago Douma2016-05-131-17/+0
* OC_xx all live in the legacy folderRoeland Jago Douma2016-05-131-1/+0
* 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