nextcloud/apps/files_sharing
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 Merge pull request #8041 from owncloud/files-sortcolumns 2014-05-12 12:50:27 +02:00
appinfo Fixed navigation order 2014-05-30 10:06:29 +02:00
css Added sharing overview page (WIP) 2014-05-30 10:06:29 +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-16 01:55:55 -04:00
lib extend OCS Share API to allow the user to ask for files shared with him 2014-05-30 10:06:28 +02:00
templates Small fixes to sharing overview 2014-05-30 10:06:29 +02:00
tests don't lose file size during rename 2014-05-26 14:11:33 +02:00
list.php Added sharing overview page (WIP) 2014-05-30 10:06:29 +02:00
public.php Fixed many issues, clean up 2014-05-15 17:51:04 +02:00
publicwebdav.php Expose public shares over webdav 2014-04-25 14:45:18 +02:00