| Commit message (Expand) | Author | Age | Files | Lines |
* | Format control structures, classes, methods and function | Christoph Wurst | 2020-04-10 | 1 | -1/+1 |
* | Update the license headers for Nextcloud 19 | Christoph Wurst | 2020-03-31 | 1 | -0/+1 |
* | Use the short array syntax, everywhere | Christoph Wurst | 2020-03-26 | 1 | -1/+1 |
* | Update license headers | Christoph Wurst | 2019-12-05 | 1 | -2/+4 |
* | move log constants to ILogger | Arthur Schiwon | 2018-04-26 | 1 | -1/+2 |
* | Make lib/autoloader.php strictly typed and properly type hinted | Morris Jobke | 2018-02-13 | 1 | -6/+9 |
* | Change @georgehrke's email | Morris Jobke | 2017-11-06 | 1 | -1/+1 |
* | Revert "Add a magic wrapper to allow phpunit4 to run the code again " | Roeland Jago Douma | 2017-03-20 | 1 | -7/+0 |
* | Add a magic wrapper from hell to allow phpunit4 to run the code again | Joas Schilling | 2016-11-15 | 1 | -0/+7 |
* | Update with robin | Joas Schilling | 2016-07-21 | 1 | -1/+1 |
* | Fix others | Joas Schilling | 2016-07-21 | 1 | -3/+4 |
* | Update license headers | Lukas Reschke | 2016-05-26 | 1 | -1/+2 |
* | \OCP is handled by composer autoloader | Roeland Jago Douma | 2016-05-20 | 1 | -2/+0 |
* | Move tests/ to PSR-4 (#24731) | Joas Schilling | 2016-05-20 | 1 | -2/+0 |
* | Create a Fallback in the old autoloader for PSR-4 Test\TestCase | Joas Schilling | 2016-05-19 | 1 | -0/+4 |
* | No more Test_* files exist, remove autoloading | Joas Schilling | 2016-05-19 | 1 | -3/+1 |
* | All \OC\ classes are handled by the composer autoloader | Roeland Jago Douma | 2016-05-13 | 1 | -17/+0 |
* | OC_xx all live in the legacy folder | Roeland Jago Douma | 2016-05-13 | 1 | -1/+0 |
* | Merge pull request #23819 from owncloud/move-core-completely-to-psr4 | Roeland Douma | 2016-04-06 | 1 | -1/+1 |
|\ |
|
| * | Remove OC/Core autoloading from old autoloader | Lukas Reschke | 2016-04-06 | 1 | -1/+1 |
* | | Remove OC/Settings from old autoloader | Lukas Reschke | 2016-04-06 | 1 | -1/+1 |
|/ |
|
* | Dont double load class | Lukas Reschke | 2016-03-22 | 1 | -0/+4 |
* | Happy new year! | Thomas Müller | 2016-01-12 | 1 | -3/+4 |
* | Move lib/repair to lib/private/repair | Morris Jobke | 2016-01-07 | 1 | -3/+0 |
* | Revert "Dont bother with stream_resolve_include_path if the path is already a... | Vincent Petry | 2015-11-29 | 1 | -5/+1 |
* | Dont bother with stream_resolve_include_path if the path is already absolute | Robin Appelman | 2015-11-27 | 1 | -1/+5 |
* | [autoloader] Make sure to load construct full paths | Roeland Jago Douma | 2015-11-06 | 1 | -8/+24 |
* | Update license headers | Lukas Reschke | 2015-10-26 | 1 | -0/+1 |
* | Remove dead code | Lukas Reschke | 2015-10-25 | 1 | -8/+7 |
* | deduplicate @xenopathic | Morris Jobke | 2015-10-06 | 1 | -1/+1 |
* | update licence headers via script | Morris Jobke | 2015-10-05 | 1 | -0/+1 |
* | Restore loadApp() autoload registration | Robin McCorkell | 2015-09-16 | 1 | -3/+6 |
* | Unique exception for invalid autoload paths, better handling | Robin McCorkell | 2015-09-05 | 1 | -1/+3 |
* | Resolve autoloader valid roots before checking | Robin McCorkell | 2015-09-05 | 1 | -1/+1 |
* | Show the path as part of the exception for not allowed autoloading paths | Robin Appelman | 2015-09-01 | 1 | -1/+1 |
* | verify the path in the autoloader | Robin Appelman | 2015-09-01 | 1 | -1/+32 |
* | Remove OC_Log | Thomas Müller | 2015-07-03 | 1 | -1/+1 |
* | Update license headers | Jenkins for ownCloud | 2015-03-26 | 1 | -4/+23 |
* | Revert "Updating license headers" | Morris Jobke | 2015-02-26 | 1 | -23/+5 |
* | Updating license headers | Jenkins for ownCloud | 2015-02-23 | 1 | -5/+23 |
* | use Composer autoloader not OC for non-Composer 3rdparty (#9643) | Adam Williamson | 2014-10-28 | 1 | -28/+0 |
* | add additional type check | Georg Ehrke | 2014-06-06 | 1 | -1/+1 |
* | update autoloader | Georg Ehrke | 2014-06-04 | 1 | -6/+5 |
* | Remove all occurences of @brief and @returns from PHPDoc | Morris Jobke | 2014-05-19 | 1 | -1/+1 |
* | Allow null as cache parameter (if no cache was found) and for cache removal. | Andreas Fischer | 2013-10-22 | 1 | -1/+1 |
* | Only write-back on cache miss. | Andreas Fischer | 2013-10-22 | 1 | -3/+3 |
* | Inject memoryCache into Autoloader. Remove recursion-prevention hack. | Andreas Fischer | 2013-10-22 | 1 | -27/+28 |
* | Merge pull request #5071 from owncloud/fix-autoloader-master | Thomas Müller | 2013-10-02 | 1 | -0/+1 |
|\ |
|
| * | Fix autoloader regression | Victor Dubiniuk | 2013-10-02 | 1 | -0/+1 |
* | | Merge branch 'master' into fixing-4620-master | Thomas Müller | 2013-10-01 | 1 | -3/+3 |
|\| |
|