summaryrefslogtreecommitdiffstats
path: root/core/src
diff options
context:
space:
mode:
authorVincent Petry <vincent@nextcloud.com>2023-01-04 11:16:56 +0100
committerVincent Petry <vincent@nextcloud.com>2023-01-09 15:18:37 +0100
commit42d9e087fb175a07588de41ebcd3a45b119e0199 (patch)
tree6583d5f59ab804c403220286dfb51cb19a121cd3 /core/src
parent79f1c30a31f9453b119f9e9880a6308a86c78b39 (diff)
downloadnextcloud-server-42d9e087fb175a07588de41ebcd3a45b119e0199.tar.gz
nextcloud-server-42d9e087fb175a07588de41ebcd3a45b119e0199.zip
Remove unused legacy ajax/list.php in files app
Signed-off-by: Vincent Petry <vincent@nextcloud.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
Diffstat (limited to 'core/src')
-rw-r--r--core/src/OC/dialogs.js13
1 files changed, 0 insertions, 13 deletions
diff --git a/core/src/OC/dialogs.js b/core/src/OC/dialogs.js
index 3e4344ac677..286f9848290 100644
--- a/core/src/OC/dialogs.js
+++ b/core/src/OC/dialogs.js
@@ -1116,19 +1116,6 @@ const Dialogs = {
}
return defer.promise()
},
- _getFileList: function(dir, mimeType) { // this is only used by the spreedme app atm
- if (typeof (mimeType) === 'string') {
- mimeType = [mimeType]
- }
-
- return $.getJSON(
- OC.filePath('files', 'ajax', 'list.php'),
- {
- dir: dir,
- mimetypes: JSON.stringify(mimeType)
- }
- )
- },
/**
* fills the filepicker with files