]> source.dussan.org Git - nextcloud-server.git/commit
Fix file picker not respecting hidden files settings 30677/head
authorCarl Schwan <carl@carlschwan.eu>
Tue, 11 Jan 2022 14:06:54 +0000 (15:06 +0100)
committerCarl Schwan <carl@carlschwan.eu>
Fri, 14 Jan 2022 11:11:14 +0000 (12:11 +0100)
commit258e0166afcef8e0f7ae28f796ce0ab4390f23f8
tree2861fc9b6976ea40592929b913c6b780d81acfd2
parente966ddea8ac83f0de907b42be2b98cb261189f4b
Fix file picker not respecting hidden files settings

This will only respect the setting inside the file app. For other apps
we will either need to do an API call or add an input field with the
same idea to spare a blocking api call.

Signed-off-by: Carl Schwan <carl@carlschwan.eu>
(cherry picked from commit 1fa58be1aa78ff6216b7a129925a7bb270ac9fe1)
core/js/dist/login.js
core/js/dist/login.js.map
core/js/dist/main.js
core/js/dist/main.js.map
core/src/OC/dialogs.js