nextcloud-server/apps/files_sharing/tests
Vincent Petry 025b71d068 Use fileActionsReady to re-render sharing icons
Whenever file actions are modified, either by registering new actions or
when appending a new page of entries, the sharing app is now notified so
it can correctly refresh the sharing icon status.

Additionally, the core's loadIcons() method is also used to load the
existing shares and also refresh the sharing icons afterwards.
2014-07-01 21:32:04 +07:00
..
js Use fileActionsReady to re-render sharing icons 2014-07-01 21:32:04 +07:00
api.php no need to prepare a statement twice 2014-06-10 14:46:47 +07:00
base.php allow admin to disable sharing for specific groups of users 2014-05-22 10:43:44 +07:00
cache.php Remove all occurences of @brief and @returns from PHPDoc 2014-05-19 17:50:53 +07:00
externalstorage.php remove pointless require - we should kill all require_once like that in our tests 2014-06-27 09:30:42 +07:00
permissions.php add/update unit tests 2014-06-24 14:00:15 +07:00
proxy.php allow admin to disable sharing for specific groups of users 2014-05-22 10:43:44 +07:00
share.php fix unshareFromSelf() 2014-06-06 09:56:02 +07:00
sharedmount.php add some tests 2014-06-06 09:56:01 +07:00
sharedstorage.php add/update unit tests 2014-06-24 14:00:15 +07: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 +07:00
updater.php make sure that hooks are registered for the tests 2014-06-25 15:20:52 +07:00
watcher.php fix share api tests 2014-04-23 12:54:25 +07:00