nextcloud/apps/files_sharing
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 Next step in server-to-server sharing next generation, see #12285 2014-12-19 15:20:24 +01:00
api Next step in server-to-server sharing next generation, see #12285 2014-12-19 15:20:24 +01:00
appinfo Next step in server-to-server sharing next generation, see #12285 2014-12-19 15:20:24 +01:00
css fix multiselect bar offset on shared page 2014-08-19 15:51:10 +02:00
img introduce new app page layout 2014-10-15 15:21:40 +02:00
js Next step in server-to-server sharing next generation, see #12285 2014-12-19 15:20:24 +01:00
l10n [tx-robot] updated from transifex 2014-12-19 01:56:51 -05:00
lib Next step in server-to-server sharing next generation, see #12285 2014-12-19 15:20:24 +01:00
templates fix accessibility of logos 2014-12-18 10:51:41 +01:00
tests Next step in server-to-server sharing next generation, see #12285 2014-12-19 15:20:24 +01:00
application.php Next step in server-to-server sharing next generation, see #12285 2014-12-19 15:20:24 +01:00
list.php Added sharing overview page (WIP) 2014-05-30 10:06:29 +02:00
public.php Fix case-sensitivity 2014-11-18 18:50:47 +01:00
publicwebdav.php Replace deprecated constant with new class constant 2014-11-25 16:30:21 +01:00
settings-admin.php add settings to disable server to server sharing 2014-06-14 10:22:38 +02:00