aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/AppFramework/Bootstrap
Commit message (Expand)AuthorAgeFilesLines
...
* Use the proper IAppContainer and IServerContainer type hints to know which co...Morris Jobke2020-07-211-5/+5
* Make the bootstrap context return ContainerInterface instancesChristoph Wurst2020-07-212-11/+11
* Allow to register AlternativeLogin on RegistrationContextJoas Schilling2020-07-161-0/+24
* Move to lazy panel registration during registration contextJulius Härtl2020-07-152-0/+42
* Merge pull request #21812 from nextcloud/feature/noid/app-bootstrap-without-a...Morris Jobke2020-07-141-1/+7
|\
| * Do not load app.php if Application implements IBootstrapMorris Jobke2020-07-141-1/+7
* | Delegate bootstrap registration lazilyChristoph Wurst2020-07-142-28/+22
|/
* Callable parameter injectionChristoph Wurst2020-07-032-0/+73
* Add unified search APIChristoph Wurst2020-06-242-0/+42
* Merge pull request #21469 from nextcloud/bugfix/noid/event-service-listener-r...Roeland Jago Douma2020-06-191-1/+1
|\
| * Fix event service listener registrationJoas Schilling2020-06-181-1/+1
* | Allow crash reporters registration during app bootstrapChristoph Wurst2020-06-192-0/+42
|/
* Continue with next app when one errors during registerChristoph Wurst2020-06-181-1/+1
* Catch all exceptions when an app is registering or bootingChristoph Wurst2020-06-171-1/+15
* Add dedicated API for apps' bootstrapping processChristoph Wurst2020-06-173-0/+473