]> source.dussan.org Git - nextcloud-server.git/commit
Cleanup route registration logic 23819/head
authorRoeland Jago Douma <roeland@famdouma.nl>
Sat, 31 Oct 2020 10:03:01 +0000 (11:03 +0100)
committerRoeland Jago Douma <roeland@famdouma.nl>
Tue, 3 Nov 2020 08:39:49 +0000 (09:39 +0100)
commite25a7137ccfd4eb64de885256d154665c951f6a4
treec001f270a6ba76574c30ed7e29175cadbc128e9e
parent9d559d282ecfbcf02d3d331b7de99ed80d5858b2
Cleanup route registration logic

This was a bunch of cylic things being called.
This is an attempt to clean this all up. If an app provides an array of
routes. We just parse them and hand them back.

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
lib/composer/composer/autoload_classmap.php
lib/composer/composer/autoload_static.php
lib/private/AppFramework/Routing/RouteParser.php [new file with mode: 0644]
lib/private/Route/Router.php