summaryrefslogtreecommitdiffstats
path: root/apps/federation
Commit message (Expand)AuthorAgeFilesLines
* Map MaciLukas Reschke2016-03-011-0/+1
* Update author informationLukas Reschke2016-03-0113-7/+90
* Merge pull request #22686 from owncloud/cleanup_remote_address_booksThomas Müller2016-03-0114-33/+113
|\
| * increase version numberBjoern Schiessle2016-03-011-1/+1
| * fix doc-blockBjoern Schiessle2016-02-291-0/+1
| * remove synced remote address book if the remote server revoked access to his ...Bjoern Schiessle2016-02-294-1/+12
| * remove remote address book if the admin removes the server from the trusted s...Bjoern Schiessle2016-02-298-18/+85
| * reuse the url_hash instead of calculating a new hash for the address bookBjoern Schiessle2016-02-265-13/+14
* | [tx-robot] updated from transifexJenkins for ownCloud2016-03-012-0/+20
* | [tx-robot] updated from transifexJenkins for ownCloud2016-02-282-2/+2
|/
* [tx-robot] updated from transifexJenkins for ownCloud2016-02-262-0/+10
* [tx-robot] updated from transifexJenkins for ownCloud2016-02-2534-4/+304
* [tx-robot] updated from transifexJenkins for ownCloud2016-02-1714-0/+128
* Adding transifex to new core appsThomas Müller2016-02-161-0/+0
* forbidden (403) is a valid return status, don't log the whole exception in th...Bjoern Schiessle2016-02-152-4/+12
* throw exception if we don't find a token for a given serverBjoern Schiessle2016-02-151-0/+6
* Remove background job if the server accepted to ask for the shared secretBjoern Schiessle2016-02-152-5/+23
* Forward exception message to the admin in case of errors and in case the remo...Thomas Müller2016-02-095-36/+46
* 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