aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/AppFramework/Bootstrap
Commit message (Expand)AuthorAgeFilesLines
* Fix typo 'shared'Robin Windey2020-10-121-1/+1
* Move initial state provider to boostrapRoeland Jago Douma2020-10-041-0/+24
* Update the license headers for Nextcloud 20Christoph Wurst2020-08-244-8/+18
* Merge pull request #22133 from nextcloud/boot-app-onceMorris Jobke2020-08-071-0/+8
|\
| * only boot apps onceRobin Appelman2020-08-071-0/+8
* | Refactor API to match the widget wordingJulius Härtl2020-08-051-3/+3
|/
* 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