nextcloud/lib/private/AppFramework
Christoph Wurst 3b5b2af215 Harden bootstrap context registrations when apps are missing
It's not expected that an app would be unavailable when the app
container is created but when services are registered, but Sentry tells
me on Nextcloud 21 there is an edge case where this can happen.
Therefore this patch hardens the code a bit to log a meaningful error
message and skipping the next code instead of logging a php notice for
the undefined index and an exception for calling a method on null.

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2021-06-25 16:46:57 +00:00
..
Bootstrap Harden bootstrap context registrations when apps are missing 2021-06-25 16:46:57 +00:00
DependencyInjection Update php licenses 2021-06-04 22:02:41 +02:00
Http Update php licenses 2021-06-04 22:02:41 +02:00
Middleware Move DateTime::RFC2822 to DateTimeInterface::2822 2021-06-23 15:30:43 +02:00
OCS Update php licenses 2021-06-04 22:02:41 +02:00
Routing Update php licenses 2021-06-04 22:02:41 +02:00
Services Update php licenses 2021-06-04 22:02:41 +02:00
Utility Update php licenses 2021-06-04 22:02:41 +02:00
App.php Update php licenses 2021-06-04 22:02:41 +02:00
Http.php Update php licenses 2021-06-04 22:02:41 +02:00
Logger.php Update php licenses 2021-06-04 22:02:41 +02:00
ScopedPsrLogger.php Update php licenses 2021-06-04 22:02:41 +02:00