nextcloud/apps/files_sharing/tests
Bjoern Schiessle 24993280ed Next step in server-to-server sharing next generation, see #12285
Beside some small improvements and bug fixes this will probably the final state for OC8.

To test this you need to set up two ownCloud instances. Let's say:

URL: myPC/firstOwnCloud user: user1
URL: myPC/secondOwnCloud user: user2
Now user1 can share a file with user2 by entering the username and the URL to the second ownCloud to the share-drop-down, in this case "user2@myPC/secondOwnCloud".

The next time user2 login he will get a notification that he received a server-to-server share with the option to accept/decline it. If he accept it the share will be mounted. In both cases a event will be send back to user1 and add a notification to the activity stream that the share was accepted/declined.

If user1 decides to unshare the file again from user2 the share will automatically be removed from the second ownCloud server and user2 will see a notification in his activity stream that user1@myPC/firstOwnCloud has unshared the file/folder from him.
2014-12-19 15:20:24 +01:00
..
controller Don't disclose relative directory path for single shared files of user 2014-11-18 18:51:57 +01:00
js Merge pull request #12795 from owncloud/files-layoutchanges 2014-12-13 09:00:43 +01:00
middleware Refactor file sharing public link handling 2014-11-14 16:26:59 +01:00
api.php first step to drop \OCP\Config:: in favour of IConfig 2014-12-17 11:12:37 +01:00
backend.php Make apps/ extend the \Test\TestCase and fix overwritten methods 2014-11-19 14:52:09 +01:00
cache.php Make $userId mandatory for searchByTags 2014-12-12 11:18:35 +01:00
externalstorage.php Make apps/ extend the \Test\TestCase and fix overwritten methods 2014-11-19 14:52:09 +01:00
helper.php first step to drop \OCP\Config:: in favour of IConfig 2014-12-17 11:12:37 +01:00
permissions.php Make apps/ extend the \Test\TestCase and fix overwritten methods 2014-11-19 14:52:09 +01:00
proxy.php Make apps/ extend the \Test\TestCase and fix overwritten methods 2014-11-19 14:52:09 +01:00
server2server.php Next step in server-to-server sharing next generation, see #12285 2014-12-19 15:20:24 +01:00
share.php first step to drop \OCP\Config:: in favour of IConfig 2014-12-17 11:12:37 +01:00
sharedmount.php Make apps/ extend the \Test\TestCase and fix overwritten methods 2014-11-19 14:52:09 +01:00
sharedstorage.php Make apps/ extend the \Test\TestCase and fix overwritten methods 2014-11-19 14:52:09 +01:00
testcase.php Make apps/ extend the \Test\TestCase and fix overwritten methods 2014-11-19 14:52:09 +01:00
updater.php Make apps/ extend the \Test\TestCase and fix overwritten methods 2014-11-19 14:52:09 +01:00
watcher.php Make apps/ extend the \Test\TestCase and fix overwritten methods 2014-11-19 14:52:09 +01:00