nextcloud/apps/files_versions
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 code clean-up 2014-01-22 11:10:32 +01:00
appinfo Adjust core apps to use "requiremin" instead of "require" 2014-05-27 11:54:44 +02:00
css Fixes width of the dropdown menus as per computed styles. 2014-01-26 02:59:28 +05:30
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-25 01:54:35 -04:00
lib Remove all occurences of @brief and @returns from PHPDoc 2014-05-19 17:50:53 +02:00
tests Remove all occurences of @brief and @returns from PHPDoc 2014-05-19 17:50:53 +02:00
download.php Moved content disposition code+workarounds to OCP\Response 2013-12-10 12:42:26 +01:00