nextcloud/apps/files
Vincent Petry ef59c69dc8 Distinguish legacy file actions from regular file actions
Legacy file actions are registered by legacy apps through
window.FileActions.register(). These actions can only be used by the
main file list ("all files") because legacy apps can only deal with a
single list / container.

New file actions of compatible apps must be registered through
OCA.Files.fileActions. These will be used for other lists like the
sharing overview.

Fixed versions and sharing actions to use OCA.Files.fileActions, which
makes them available in the sharing overview list.
2014-05-30 10:06:29 +02:00
..
ajax php upload errors are written to log 2014-05-22 12:20:27 +02:00
appinfo Adjust core apps to use "requiremin" instead of "require" 2014-05-27 11:54:44 +02:00
command killing some more calls to OC_App::loadApps(); - because we load all apps in handleRequest() 2014-03-25 17:42:41 +01:00
css allow admin to disable sharing for specific groups of users 2014-05-22 10:43:44 +02:00
js Distinguish legacy file actions from regular file actions 2014-05-30 10:06:29 +02:00
l10n [tx-robot] updated from transifex 2014-05-30 01:55:11 -04:00
lib Merge pull request #8435 from owncloud/fix-8322-master 2014-05-19 16:52:03 +02:00
templates fix typo 2014-05-24 14:36:10 +02:00
tests Distinguish legacy file actions from regular file actions 2014-05-30 10:06:29 +02:00
admin.php Remove outdated comments 2013-01-26 14:03:17 +01:00
download.php Moved content disposition code+workarounds to OCP\Response 2013-12-10 12:42:26 +01:00
index.php Fixed navigation order 2014-05-30 10:06:29 +02:00
list.php Fixed many issues, clean up 2014-05-15 17:51:04 +02:00
settings.php merge master into filesystem 2013-01-28 19:37:58 +01:00
triggerupdate.php $owner is not defined here 2014-05-11 15:34:54 +02:00