summaryrefslogtreecommitdiffstats
path: root/lib/private/ServerContainer.php
Commit message (Collapse)AuthorAgeFilesLines
* Do not try to autoload built in typesRoeland Jago Douma2019-06-041-7/+2
| | | | | | | | This avoids calls to the autoloader (or chain of autoloaders) to see if for example 'principalPrefix' class can be found. While we already know it is a string. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Make the file strictJoas Schilling2019-03-051-4/+5
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Avoid duplicate App container creationJoas Schilling2019-03-051-0/+13
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Make TestCase->overwriteService() work with App classesJoas Schilling2019-02-141-0/+4
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Fix missing argument 2 for Settings classesJoas Schilling2017-05-191-1/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Allow automatic DI for apps that don't register the container in app.phpJoas Schilling2017-05-161-2/+18
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Add activities when email or password is changedJoas Schilling2017-04-131-0/+9
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Register the namespace with the autoloading to allow reverse recoveryJoas Schilling2017-03-221-7/+25
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Don't do a recursive searchJoas Schilling2017-03-221-1/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Save the container with the app's namespace so we can resolve itJoas Schilling2016-08-221-1/+2
|
* Fix othersJoas Schilling2016-07-211-2/+3
|
* Move more from \OC to PSR-4Roeland Jago Douma2016-04-291-0/+89
* \OC\OCSClient * \OC\Preview * \OC\PreviewManager * \OC\Repair * \OC\RepairException * \OC\Search * \OC\ServerContainer * \OC\ServerNotAvailableException * \OC\ServiceUnavailableException * \OC\Setup * \OC\Streamer * \OC\SubAdmin * \OC\SystemConfig * \OC\TagManager * \OC\Tags * \OC\TempManager * \OC\TemplateLayout * \OC\URLGenerator * \OC\Updater