aboutsummaryrefslogtreecommitdiffstats
path: root/lib/public/AppFramework/Bootstrap
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #24702 from nextcloud/enhancement/well-known-handler-apiChristoph Wurst2020-12-181-0/+14
|\
| * Add well known handlers APIChristoph Wurst2020-12-161-0/+14
* | Update all license headers for Nextcloud 21Christoph Wurst2020-12-161-0/+1
|/
* Add psalm types for the event dispatcherChristoph Wurst2020-10-151-2/+3
* Add Psalm type for the bootstrap registration contextChristoph Wurst2020-10-121-2/+13
* Move initial state provider to boostrapRoeland Jago Douma2020-10-041-0/+13
* Update the license headers for Nextcloud 20Christoph Wurst2020-08-243-6/+12
* Refactor API to match the widget wordingJulius Härtl2020-08-051-2/+2
* 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
* Merge pull request #21850 from nextcloud/techdebt/noid/register-alternative-l...Morris Jobke2020-07-201-0/+13
|\
| * Allow to register AlternativeLogin on RegistrationContextJoas Schilling2020-07-161-0/+13
* | Use PSR container interface and deprecate our own abstractionChristoph Wurst2020-07-161-3/+4
|/
* Move to lazy panel registration during registration contextJulius Härtl2020-07-151-0/+9
* Callable parameter injectionChristoph Wurst2020-07-031-0/+22
* Add unified search APIChristoph Wurst2020-06-241-0/+15
* Allow crash reporters registration during app bootstrapChristoph Wurst2020-06-191-0/+10
* Load the app.php before running apps' boot methodChristoph Wurst2020-06-171-0/+7
* Add dedicated API for apps' bootstrapping processChristoph Wurst2020-06-173-0/+209