aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/tests/server2server.php
Commit message (Collapse)AuthorAgeFilesLines
* move request handler for federated shares to the federated sharing appBjörn Schießle2016-05-201-263/+0
|
* Fix more failuresJoas Schilling2016-05-191-1/+1
|
* move federated sharing settings to the federatedfilesharing appBjörn Schießle2016-04-221-1/+10
|
* Specify the target user when unsharing a federated shareRobin Appelman2016-03-141-0/+32
|
* Add autodiscovery support to server-to-server sharingLukas Reschke2016-02-261-1/+6
| | | | Adds autodiscovery support to server-to-server sharing as specified in the specification. If no discovery data is found it is using the fallback ownCloud endpoints for legacy support.
* Happy new year!Thomas Müller2016-01-121-1/+2
|
* Apply DB group annotation ...Thomas Müller2015-11-301-0/+2
|
* update licence headers via scriptMorris Jobke2015-10-051-0/+1
|
* Scrap the notifications when the share is accepted or declinedJoas Schilling2015-09-081-0/+1
|
* Update license headersJenkins for ownCloud2015-03-261-13/+13
|
* Add wrapper for GuzzleLukas Reschke2015-03-251-2/+2
|
* Revert "Updating license headers"Morris Jobke2015-02-261-11/+14
| | | | This reverts commit 6a1a4880f0d556fb090f19a5019fec31916f5c36.
* Updating license headersJenkins for ownCloud2015-02-231-14/+11
|
* certificate manager only needs the user-id, no need to pass on the complete ↵Bjoern Schiessle2015-01-261-2/+3
| | | | user object
* delete all server-to-server shares if a user gets deletedBjoern Schiessle2015-01-211-0/+76
|
* Next step in server-to-server sharing next generation, see #12285Bjoern Schiessle2014-12-191-4/+37
| | | | | | | | | | | | | | 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.
* OCS API for server-to-server sharingBjoern Schiessle2014-12-041-0/+102