nextcloud/apps/files_sharing/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 Propagate file action changes to the file lists 2014-07-09 12:26:33 +02:00
external.js Improved external share dialog 2014-07-07 15:57:26 +02:00
public.js use icon-confirm instead of text for accepting remote share, works better with translations 2014-07-04 00:07:24 +02:00
settings-admin.js add settings to disable server to server sharing 2014-06-14 10:22:38 +02:00
share.js Use fileActionsReady to re-render sharing icons 2014-07-01 21:32:04 +02:00
sharedfilelist.js Added mountType attribute and adapted Delete action text 2014-07-14 10:36:04 +02:00