File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 40804080 <code ><![CDATA[ DEFAULT_TTL]]> </code >
40814081 </AmbiguousConstantInheritance >
40824082 </file >
4083+ <file src =" ocs/v1.php" >
4084+ <InternalMethod >
4085+ <code ><![CDATA[ setup]]> </code >
4086+ </InternalMethod >
4087+ </file >
40834088 <file src =" public.php" >
40844089 <DeprecatedMethod >
40854090 <code ><![CDATA[ getAppValue]]> </code >
Original file line number Diff line number Diff line change 7979 $ appManager ->loadApps (['core ' ]);
8080 }
8181
82+ // All apps are now loaded to handle the request
83+ Server::get (\OC \NavigationManager::class)->setup ();
84+ Server::get (\OCP \EventDispatcher \IEventDispatcher::class)->dispatchTyped (new \OCP \App \Events \AppsLoadedEvent ());
85+
8286 Server::get (Router::class)->match ('/ocsapp ' . $ request ->getRawPathInfo ());
8387 } catch (MaxDelayReached $ ex ) {
8488 ApiHelper::respond (Http::STATUS_TOO_MANY_REQUESTS , $ ex ->getMessage ());
You can’t perform that action at this time.
0 commit comments