summaryrefslogtreecommitdiffstats
path: root/lib/private/ServerContainer.php
Commit message (Expand)AuthorAgeFilesLines
* Use elseif instead of else ifChristoph Wurst2020-04-101-1/+1
* Use exactly one empty line after the namespace declarationChristoph Wurst2020-04-091-1/+0
* Update license headersChristoph Wurst2019-12-051-1/+5
* Make sure we create an app's Application class just onceChristoph Wurst2019-10-111-1/+2
* Do not try to autoload built in typesRoeland Jago Douma2019-06-041-7/+2
* Make the file strictJoas Schilling2019-03-051-4/+5
* Avoid duplicate App container creationJoas Schilling2019-03-051-0/+13
* Make TestCase->overwriteService() work with App classesJoas Schilling2019-02-141-0/+4
* Fix missing argument 2 for Settings classesJoas Schilling2017-05-191-1/+1
* Allow automatic DI for apps that don't register the container in app.phpJoas Schilling2017-05-161-2/+18
* Add activities when email or password is changedJoas Schilling2017-04-131-0/+9
* Register the namespace with the autoloading to allow reverse recoveryJoas Schilling2017-03-221-7/+25
* Don't do a recursive searchJoas Schilling2017-03-221-1/+1
* 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