aboutsummaryrefslogtreecommitdiffstats
path: root/apps/federation
Commit message (Collapse)AuthorAgeFilesLines
* [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 ↵Bjoern Schiessle2016-02-152-4/+12
| | | | this case
* 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
| | | | | | If we don't remove it the server will later ask the remote server to ask for the shared secret which will result in a error log message on the remote server and in some circumstances maybe even to a failure
* Forward exception message to the admin in case of errors and in case the ↵Thomas Müller2016-02-095-36/+46
| | | | remote server version is to low and appropriate message is displayed as well
* Merge pull request #22050 from owncloud/fix_sync_addressbookThomas Müller2016-02-011-1/+1
|\ | | | | pass parameter in the right order to syncRemoteAddressBook()
| * 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
|\ | | | | Update license headers 2016
| * 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 ↵Thomas Müller2016-01-122-0/+6
| | | | | | | | requests
* | 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 ↵Thomas Müller2016-01-122-0/+69
| | | | | | | | federation auth to federation app
* | 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
| | | | | | | | | | Adding group Db to federation tests and ldap tests Add group DB to Test_UrlGenerator Adding group DB to trashbin and versions tests Adding group DB to Test_Util_CheckServer for pg
* 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
| | | | share was created
* 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 ↵Björn Schießle2015-11-199-8/+67
| | | | federated share was created and accepted successfully
* 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