nextcloud/apps/files_external/js
Vincent Petry dd7529da98 Added mountType attribute and adapted Delete action text
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.
2014-07-14 10:36:04 +02:00
..
app.js Added external storage list in files app 2014-06-06 15:06:26 +02:00
dropbox.js Fixed Dropbox/Google storage async save call 2013-12-06 17:25:09 +01:00
google.js Fixed Dropbox/Google storage async save call 2013-12-06 17:25:09 +01:00
mountsfilelist.js Added mountType attribute and adapted Delete action text 2014-07-14 10:36:04 +02:00
settings.js When changing the mountpoint of an external storage, ensure the old one is removed 2014-07-07 15:40:01 +02:00