summaryrefslogtreecommitdiffstats
path: root/apps/federatedfilesharing/tests
Commit message (Collapse)AuthorAgeFilesLines
* move federated sharing settings to the federatedfilesharing appBjörn Schießle2016-04-221-1/+45
|
* Merge pull request #23798 from owncloud/federated-unshare-background-jobMorris Jobke2016-04-111-0/+151
|\ | | | | re-try to send unshare notification if remote server is not available
| * re-try to send unshare notification if remote server is not availableBjoern Schiessle2016-04-081-0/+151
| |
* | Migrate post_userDelete hook to share managerRoeland Jago Douma2016-04-041-0/+48
|/ | | | | | | | | | | | | This makes the post_userDelete hook call the sharemanager. This will cleanup to and from this user. * All shares owned by this user * All shares with this user (user) * All custom group shares * All link share initiated by this user (to avoid invisible link shares) Unit tests are added for the defaultshare provider as well as the federated share provider
* Add new appsLukas Reschke2016-03-013-1/+21
|
* Add autodiscovery support to server-to-server sharingLukas Reschke2016-02-261-0/+194
| | | | 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.
* Added tests for used partsRoeland Jago Douma2016-02-083-2/+449
|
* implementation of the federated share providerBjoern Schiessle2016-02-082-0/+260