nextcloud/apps/files_encryption/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
..
binary rename folder to tests 2013-04-30 00:34:05 +02:00
crypt.php first step to drop \OCP\Config:: in favour of IConfig 2014-12-17 11:12:37 +01:00
encryption.key added users for tests 2013-05-26 20:44:15 +02:00
encryption_table.xml adding unit tests for encryption data migration 2014-06-05 16:54:04 +02:00
helper.php Correctly namespace encryption tests 2014-12-09 09:47:27 +01:00
hooks.php Correctly namespace encryption tests 2014-12-09 09:47:27 +01:00
keymanager.php Correctly namespace encryption tests 2014-12-09 09:47:27 +01:00
legacy-encrypted-text.txt added users for tests 2013-05-26 20:44:15 +02:00
migration.php Correctly namespace encryption tests 2014-12-09 09:47:27 +01:00
proxy.php Correctly namespace encryption tests 2014-12-09 09:47:27 +01:00
share.php Next step in server-to-server sharing next generation, see #12285 2014-12-19 15:20:24 +01:00
stream.php Correctly namespace encryption tests 2014-12-09 09:47:27 +01:00
testcase.php Correctly namespace encryption tests 2014-12-09 09:47:27 +01:00
trashbin.php Correctly namespace encryption tests 2014-12-09 09:47:27 +01:00
util.php Correctly namespace encryption tests 2014-12-09 09:47:27 +01:00
webdav.php Correctly namespace encryption tests 2014-12-09 09:47:27 +01:00
zeros rename folder to tests 2013-04-30 00:34:05 +02:00