nextcloud/apps/files_external/js
Daniel Calviño Sánchez 11125164be Disable selection in "External storages" file list
When the checkbox was moved to where the favourite icon was shown before
the layout of the file list was modified. The checkbox is no longer a
descendant of the ".filename" element, so it is no longer removed by the
"External storages" file list.

However, even before the checkbox was moved, explicitly removing it was
not the best approach, as file list rows could still be selected using
"Ctrl/Shift+click". This did not provide much value, as the selection
header has no actions; it simply states the number of selected elements.
The proper way to disable the selection is by setting "_allowSelection"
to false in the file list instead.

Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2017-12-27 16:31:22 +01:00
..
app.js Fix name of external storages 2017-05-08 00:33:45 -05:00
mountsfilelist.js Disable selection in "External storages" file list 2017-12-27 16:31:22 +01:00
oauth1.js Change colour of input fields instead of printing 'Access granted' 2016-05-03 11:30:02 +01:00
oauth2.js Change colour of input fields instead of printing 'Access granted' 2016-05-03 11:30:02 +01:00
public_key.js Allow 2048 and 4096 bit SFTP keys 2017-06-29 09:32:24 +02:00
rollingqueue.js add missing var 2016-07-08 12:35:43 +02:00
settings.js Fix confirmation dialog when deleting external storage 2017-10-12 13:55:25 +02:00
statusmanager.js Fix selectors for file list elements 2017-12-27 16:17:00 +01:00