nextcloud/apps/files_encryption
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
..
ajax Update OCA\Encryption to OCA\Files_Encryption in the encryption app itself 2014-12-09 09:47:26 +01:00
appinfo Update OCA\Encryption to OCA\Files_Encryption in the encryption app itself 2014-12-09 09:47:26 +01:00
css Add _many_ newlines at the end of files 2013-08-18 11:06:59 +02:00
exception Fix namespace of files_encryption classes and autoload them 2014-12-09 09:47:26 +01:00
files Update OCA\Encryption to OCA\Files_Encryption in the encryption app itself 2014-12-09 09:47:26 +01:00
img introduce new app page layout 2014-10-15 15:21:40 +02:00
js Improved Javascript docs for JSDoc 2014-10-31 13:43:30 +01:00
l10n [tx-robot] updated from transifex 2014-12-17 01:56:41 -05:00
lib Next step in server-to-server sharing next generation, see #12285 2014-12-19 15:20:24 +01:00
templates Update OCA\Encryption to OCA\Files_Encryption in the encryption app itself 2014-12-09 09:47:26 +01:00
tests Next step in server-to-server sharing next generation, see #12285 2014-12-19 15:20:24 +01:00
settings-admin.php Update OCA\Encryption to OCA\Files_Encryption in the encryption app itself 2014-12-09 09:47:26 +01:00
settings-personal.php Merge pull request #12568 from owncloud/autoload-encryption-classes 2014-12-09 12:56:57 +01:00