aboutsummaryrefslogtreecommitdiffstats
path: root/apps/federation
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #22050 from owncloud/fix_sync_addressbookThomas Müller2016-02-011-1/+1
|\
| * pass parameter in the right order to syncRemoteAddressBook()Björn Schießle2016-02-011-1/+1
* | catch all exceptionsBjörn Schießle2016-02-012-0/+6
* | add context to the error messagesBjörn Schießle2016-02-011-4/+4
|/
* Fix PHPDoc and signatureLukas Reschke2016-01-263-3/+10
* Adding unit testsThomas Müller2016-01-254-6/+72
* Sync federated clouds using a cron jobThomas Müller2016-01-227-35/+171
* Merge pull request #21653 from owncloud/update-license-headers-2016Thomas Müller2016-01-1320-25/+38
|\
| * Happy new year!Thomas Müller2016-01-1220-25/+38
* | fix doc-blockBjörn Schießle2016-01-121-7/+1
* | Catch exceptions during syncThomas Müller2016-01-121-3/+7
* | federation has to be of type filesystem so that we load this app for webdav r...Thomas Müller2016-01-122-0/+6
* | Inject DbHandler ....Thomas Müller2016-01-122-9/+10
* | md5 -> sha1Thomas Müller2016-01-121-1/+1
* | Adding tests and adjust PHPDocThomas Müller2016-01-125-10/+85
* | Fix registration of sync commandThomas Müller2016-01-121-4/+1
* | Decouple federation and dav appThomas Müller2016-01-125-9/+93
* | Use EventDispatcher to allow additional setup of auth backends - move federat...Thomas Müller2016-01-122-0/+69
* | Allow trusted servers to authenticateThomas Müller2016-01-122-2/+26
|/
* Fix unit testsRoeland Jago Douma2016-01-112-4/+0
* getMediumStrengthGenerator is deprecated and does not do anything anymoreRoeland Jago Douma2016-01-112-2/+2
* Add ownCloud min and max version for shipped appsJoas Schilling2016-01-071-3/+3
* Add error logging to federated sharing handshakeRobin Appelman2015-12-215-10/+37
* Use PHP polyfillsLukas Reschke2015-12-111-1/+1
* Add DB group to some files_external testsThomas Müller2015-11-301-0/+7
* add icon for Federation appJan-Christoph Borchardt2015-11-251-0/+4
* Remove invalid use statementThomas Müller2015-11-241-1/+0
* always store server url without a trailing slashBjörn Schießle2015-11-242-3/+20
* use hooks to auto add server to the list of trusted servers once a federated ...Björn Schießle2015-11-244-0/+149
* unit testsBjörn Schießle2015-11-207-17/+549
* fixing OCI and othersThomas Müller2015-11-195-20/+9
* make sure that both server don't try to exchange the shared secret in parallelBjörn Schießle2015-11-193-32/+79
* add option to auto add servers to the list of trusted servers once a federate...Björn Schießle2015-11-199-8/+67
* add status to server listBjörn Schießle2015-11-194-5/+19
* exchange shared secretBjörn Schießle2015-11-1912-119/+1052
* added app "federation", allows you to connect ownClouds and exchange user listsBjörn Schießle2015-11-1917-0/+1503