aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_external/js/mountsfilelist.js
Commit message (Collapse)AuthorAgeFilesLines
* Disable selection in "External storages" file listDaniel Calviño Sánchez2017-12-271-1/+2
| | | | | | | | | | | | | | | | 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>
* Fix name of external storagesJan-Christoph Borchardt2017-05-081-1/+1
| | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* Fix file list reload callback resultVincent Petry2015-10-271-3/+6
| | | | | | | | All reloadCallback must return either true for success or false in case of failure / non-existing folder. Some file lists only have a root folder (favorite, shares), so restrict the path to that to avoid having a wrong path in the breadcrumbs.
* Improved Javascript docs for JSDocVincent Petry2014-10-311-3/+30
| | | | | | Added namespaces so that JSDoc can find them. Fixed a few warnings. Improved some comments.
* Added mountType attribute and adapted Delete action textVincent Petry2014-07-141-0/+1
| | | | | | | | | | | | | | Added mountType attribute for files/folder to indicated whether they are regular, external or shared. The client side then adapts the "Delete" action hint text based on this information. Only the mount roots must have the delete icon hint adapted. To make this detectable on the client side, the mountType can now be null, "shared", "shared-root", "external" or "external-root". This also gives room to icon customization on the client side.
* Fix reload call for all subclassesVincent Petry2014-07-041-7/+2
| | | | All subclasses must also properly return the ajax call object.
* Fixed delete button CSS in ext storage listVincent Petry2014-06-061-3/+3
|
* Added more columns to ext storage listVincent Petry2014-06-061-1/+9
| | | | | Now using system mount and personal mount calls to get the relevant mount points including backend information.
* Fixed ext storage list sortingVincent Petry2014-06-061-8/+6
|
* Added external storage list in files appVincent Petry2014-06-061-0/+116