nextcloud/apps/files_sharing/tests
Vincent Petry 586b3a9683 Sync file list with file actions
Whenever file actions are registered later, now the file lists are
automatically notified.

Added FileActions.addUpdateListener() to be able to receive such
notifications.

This removes the need for apps to manually call FileActions.display()
after registering new actions.

This fixes issues with race conditions when file actions are
registered after the file list was already rendered.
2014-06-27 13:41:01 +02:00
..
js Sync file list with file actions 2014-06-27 13:41:01 +02:00
api.php no need to prepare a statement twice 2014-06-10 14:46:47 +02:00
base.php allow admin to disable sharing for specific groups of users 2014-05-22 10:43:44 +02:00
cache.php Remove all occurences of @brief and @returns from PHPDoc 2014-05-19 17:50:53 +02:00
externalstorage.php remove pointless require - we should kill all require_once like that in our tests 2014-06-27 09:30:42 +02:00
permissions.php add/update unit tests 2014-06-24 14:00:15 +02:00
proxy.php allow admin to disable sharing for specific groups of users 2014-05-22 10:43:44 +02:00
share.php fix unshareFromSelf() 2014-06-06 09:56:02 +02:00
sharedmount.php add some tests 2014-06-06 09:56:01 +02:00
sharedstorage.php add/update unit tests 2014-06-24 14:00:15 +02:00
update.php don't allow to share single files with delete permissions, user should only be possible to unshare a single file but never to delete it 2014-06-06 09:55:59 +02:00
updater.php make sure that hooks are registered for the tests 2014-06-25 15:20:52 +02:00
watcher.php fix share api tests 2014-04-23 12:54:25 +02:00