nextcloud/apps/files/lib
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.php Added navigation manager in files app for the sidebar 2014-05-15 17:51:04 +02:00
capabilities.php Add _many_ newlines at the end of files 2013-08-18 11:06:59 +02:00
helper.php Added mountType attribute and adapted Delete action text 2014-07-14 10:36:04 +02:00