]> source.dussan.org Git - nextcloud-server.git/commit
Added navigation manager in files app for the sidebar
authorVincent Petry <pvince81@owncloud.com>
Thu, 8 May 2014 14:24:24 +0000 (16:24 +0200)
committerVincent Petry <pvince81@owncloud.com>
Thu, 15 May 2014 15:51:04 +0000 (17:51 +0200)
commit88ebb15f1d91b82022e02903ab73338065e223b9
treefab7c807dc21209aa00980701107e26d695dba74
parent9ccb3279dd09b7042ab07c936a4c04127282476f
Added navigation manager in files app for the sidebar

Apps can now register navigation items into the sidebar of the files app.
For every sidebar item there is a container.
The container's content is rendered based on the script name given at
registration time.
apps/files/index.php
apps/files/lib/app.php
apps/files/templates/appnavigation.php
apps/files/templates/index.php
apps/files_trashbin/appinfo/app.php
apps/files_trashbin/index.php
apps/files_trashbin/templates/index.php