summaryrefslogtreecommitdiffstats
path: root/apps/federation/lib
Commit message (Collapse)AuthorAgeFilesLines
...
* remove synced remote address book if the remote server revoked access to his ↵Bjoern Schiessle2016-02-292-0/+6
| | | | system address book
* remove remote address book if the admin removes the server from the trusted ↵Bjoern Schiessle2016-02-292-1/+34
| | | | servers list
* reuse the url_hash instead of calculating a new hash for the address bookBjoern Schiessle2016-02-262-4/+4
|
* throw exception if we don't find a token for a given serverBjoern Schiessle2016-02-151-0/+6
|
* Forward exception message to the admin in case of errors and in case the ↵Thomas Müller2016-02-091-18/+18
| | | | remote server version is to low and appropriate message is displayed as well
* pass parameter in the right order to syncRemoteAddressBook()Björn Schießle2016-02-011-1/+1
|
* Fix PHPDoc and signatureLukas Reschke2016-01-261-1/+5
|
* Adding unit testsThomas Müller2016-01-251-4/+3
|
* Sync federated clouds using a cron jobThomas Müller2016-01-222-0/+98
|
* Merge pull request #21653 from owncloud/update-license-headers-2016Thomas Müller2016-01-133-3/+5
|\ | | | | Update license headers 2016
| * Happy new year!Thomas Müller2016-01-123-3/+5
| |
* | Adding tests and adjust PHPDocThomas Müller2016-01-121-0/+1
| |
* | Decouple federation and dav appThomas Müller2016-01-121-5/+6
| |
* | Allow trusted servers to authenticateThomas Müller2016-01-121-1/+18
|/
* getMediumStrengthGenerator is deprecated and does not do anything anymoreRoeland Jago Douma2016-01-111-1/+1
|
* always store server url without a trailing slashBjörn Schießle2015-11-241-0/+1
|
* use hooks to auto add server to the list of trusted servers once a federated ↵Björn Schießle2015-11-241-0/+50
| | | | share was created
* unit testsBjörn Schießle2015-11-201-2/+2
|
* fixing OCI and othersThomas Müller2015-11-191-2/+2
|
* add option to auto add servers to the list of trusted servers once a ↵Björn Schießle2015-11-191-1/+30
| | | | federated share was created and accepted successfully
* add status to server listBjörn Schießle2015-11-191-1/+1
|
* exchange shared secretBjörn Schießle2015-11-192-50/+237
|
* added app "federation", allows you to connect ownClouds and exchange user listsBjörn Schießle2015-11-192-0/+307