aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/AppFramework/Bootstrap/Coordinator.php
Commit message (Expand)AuthorAgeFilesLines
* chore: Add SPDX headerAndy Scherzinger2024-05-241-23/+2
* fix: Migrate away from OC_App toward the IAppManagerCôme Chilliet2024-04-221-34/+12
* chore: apply changes from Nextcloud coding standards 1.1.1Joas Schilling2023-11-231-5/+5
* instrumentation for app bootingRobin Appelman2023-02-091-8/+8
* add more performance instrumentation for app registeringRobin Appelman2023-02-091-2/+14
* perf(app-framework): Make the app middleware registration lazyChristoph Wurst2023-01-251-1/+0
* composer run cs:fixCôme Chilliet2023-01-201-1/+0
* load widgets only of enabled appsArthur Schiwon2022-06-221-1/+1
* Add event logging to app loadingJulius Härtl2022-02-281-0/+10
* Profile backendChristopher Ng2021-10-191-9/+12
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-041-2/+2
* Fix log entry readabilityJoas Schilling2021-05-211-2/+2
* Don't break OCC if an app is breaking in it's Application classJoas Schilling2021-05-051-13/+16
* Fix unit testsJoas Schilling2021-04-271-5/+4
* Less ILoggerJoas Schilling2021-04-271-6/+5
* Allow lazy app registrationChristoph Wurst2020-11-181-7/+15
* Update the license headers for Nextcloud 20Christoph Wurst2020-08-241-2/+6
* only boot apps onceRobin Appelman2020-08-071-0/+8
* Move to lazy panel registration during registration contextJulius Härtl2020-07-151-0/+7
* 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-141-14/+19
|/
* Add unified search APIChristoph Wurst2020-06-241-0/+7
* Allow crash reporters registration during app bootstrapChristoph Wurst2020-06-191-0/+7
* 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-171-0/+130