]> source.dussan.org Git - nextcloud-server.git/commit
Remove legacy #dir element in files list 33373/head
authorVincent Petry <vincent@nextcloud.com>
Wed, 27 Jul 2022 08:23:44 +0000 (10:23 +0200)
committerVincent Petry <vincent@nextcloud.com>
Wed, 27 Jul 2022 08:23:44 +0000 (10:23 +0200)
commit8be9b04981c4f0bdf0a2b8d424f55c797ad90a32
treefb6783d017fc73e0f54435f464eda71ce0ebb169
parent97462295587f4016066264edb6eed5d5e17903f3
Remove legacy #dir element in files list

Removed legacy "#dir" input element in the DOM.

Apps should use OCA.Files.App.currentFileList or
OCA.Sharing.PublicApp.fileList and call getCurrentDirectory() to
retrieve the current directory and changeDirectory() to change it.

Signed-off-by: Vincent Petry <vincent@nextcloud.com>
19 files changed:
apps/files/js/filelist.js
apps/files/templates/list.php
apps/files/templates/recentlist.php
apps/files/templates/simplelist.php
apps/files/tests/js/favoritesfilelistspec.js
apps/files/tests/js/fileactionsSpec.js
apps/files/tests/js/fileactionsmenuSpec.js
apps/files/tests/js/filelistSpec.js
apps/files_external/js/statusmanager.js
apps/files_external/templates/list.php
apps/files_external/tests/js/mountsfilelistSpec.js
apps/files_sharing/js/public.js
apps/files_sharing/templates/list.php
apps/files_sharing/templates/public.php
apps/files_sharing/tests/js/publicAppSpec.js
apps/files_trashbin/templates/index.php
apps/files_trashbin/tests/js/filelistSpec.js
apps/systemtags/templates/list.php
apps/systemtags/tests/js/systemtagsfilelistSpec.js