summaryrefslogtreecommitdiffstats
path: root/lib/public/AppFramework/Bootstrap/IBootContext.php
Commit message (Expand)AuthorAgeFilesLines
* Update the license headers for Nextcloud 20Christoph Wurst2020-08-241-2/+4
* Use the proper IAppContainer and IServerContainer type hints to know which co...Morris Jobke2020-07-211-5/+4
* Make the bootstrap context return ContainerInterface instancesChristoph Wurst2020-07-211-4/+4
* Use PSR container interface and deprecate our own abstractionChristoph Wurst2020-07-161-3/+4
* Callable parameter injectionChristoph Wurst2020-07-031-0/+22
* Add dedicated API for apps' bootstrapping processChristoph Wurst2020-06-171-0/+55