]> source.dussan.org Git - nextcloud-server.git/commit
list.php files are only invoked via ViewController and APIController 30062/head
authorJoas Schilling <coding@schilljs.com>
Wed, 1 Dec 2021 20:09:11 +0000 (21:09 +0100)
committerbackportbot[bot] <backportbot[bot]@users.noreply.github.com>
Thu, 2 Dec 2021 21:32:25 +0000 (21:32 +0000)
commitd6bad0c0ba7d62ea769732bf8170cfe03aab8ab8
tree464f07132548dce7a3f0561e6aebe4bfee5e5ef3
parent395e90c645bca528f7639c80e4094bd7f58561ef
list.php files are only invoked via ViewController and APIController

Both of them actually check that the user is logged in before
and also the list.php files themselves would break with
getUserSession()->getUser()->getUID() which they contain.

Signed-off-by: Joas Schilling <coding@schilljs.com>
apps/files/list.php
apps/files/recentlist.php
apps/files_external/list.php
apps/files_sharing/list.php
apps/files_trashbin/list.php
apps/systemtags/list.php