nextcloud/apps/files_sharing
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
..
ajax no longer check if the external storage app is enabled, we use no the webdav implementation from core 2014-06-30 12:34:49 +02:00
appinfo add ocsids to info.xml 2014-07-07 17:11:50 +02:00
css IE8 fixes 2014-07-04 08:13:05 +02:00
js Added mountType attribute and adapted Delete action text 2014-07-14 10:36:04 +02:00
l10n [tx-robot] updated from transifex 2014-07-14 01:54:27 -04:00
lib Fix update cleanup to only affect file and folders 2014-07-08 14:53:31 +02:00
templates use icon-confirm instead of text for accepting remote share, works better with translations 2014-07-04 00:07:24 +02:00
tests Propagate file action changes to the file lists 2014-07-09 12:26:33 +02:00
list.php Added sharing overview page (WIP) 2014-05-30 10:06:29 +02:00
public.php Fix prompting for password 2014-06-14 10:14:07 +02:00
publicwebdav.php Upload abortion is now detected within the OC_Connector_Sabre_File::put() 2014-07-08 11:09:59 +02:00
settings-admin.php add settings to disable server to server sharing 2014-06-14 10:22:38 +02:00