nextcloud/apps/files_trashbin
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 Add sorting to files list, trashbin and public files 2014-04-28 17:42:04 +02:00
appinfo Fixed navigation order 2014-05-30 10:06:29 +02:00
css Fixed many issues, clean up 2014-05-15 17:51:04 +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 Remove all occurences of @brief and @returns from PHPDoc 2014-05-19 17:50:53 +02:00
templates Fixed many issues, clean up 2014-05-15 17:51:04 +02:00
tests/js Distinguish legacy file actions from regular file actions 2014-05-30 10:06:29 +02:00
list.php Fixed many issues, clean up 2014-05-15 17:51:04 +02:00