summaryrefslogtreecommitdiffstats
path: root/apps/federation/lib
Commit message (Expand)AuthorAgeFilesLines
* cleanup constructorsBjoern Schiessle2017-08-012-53/+33
* expire requestSharedSecret job after 30 daysBjoern Schiessle2017-08-012-3/+45
* expire getShareadSecret job after 30 daysBjoern Schiessle2017-08-012-2/+42
* Add |null to PHPDocLukas Reschke2017-08-012-2/+2
* Remove unused use statementsMorris Jobke2017-04-222-5/+0
* No need to log guzzle exceptionRoeland Jago Douma2017-04-212-2/+2
* Merge pull request #3614 from nextcloud/discover-federatedsharing-endpointsBjörn Schießle2017-04-125-13/+85
|\
| * Do proper DIRoeland Jago Douma2017-04-113-3/+3
| * give old end-points a seperate nameBjoern Schiessle2017-04-111-0/+31
| * fix constructorBjoern Schiessle2017-04-112-2/+2
| * get addressbook url and carddav user from remote serverBjoern Schiessle2017-04-112-7/+18
| * use discovered end-point for trusted serversBjoern Schiessle2017-04-112-6/+36
* | Update comments to NextcloudMorris Jobke2017-04-115-6/+6
|/
* only execute code if exception was thrown by the corresponding controllerBjoern Schiessle2017-03-241-0/+4
* No challenge within federated authThomas Müller2016-12-191-0/+8
* don't add server automatically to trusted serverBjoern Schiessle2016-11-171-1/+1
* Remove dead OCS register codeRoeland Jago Douma2016-09-021-34/+0
* Use function parametersRoeland Jago Douma2016-08-281-10/+6
* Move OCSAuthAPI to AppFrameworkRoeland Jago Douma2016-08-281-17/+27
* adjust federation appArthur Schiwon2016-08-112-7/+69
* improve federation error messagesBjoern Schiessle2016-08-093-13/+19
* Update with robinJoas Schilling2016-07-215-5/+5
* Fix apps/Joas Schilling2016-07-2113-18/+37
* Use the themed Defaults everywhereJoas Schilling2016-07-151-1/+1
* Allow nullRobin Appelman2016-07-081-1/+1
* Fix undefined propertiesRobin Appelman2016-07-081-2/+2
* fix federation stringsMorris Jobke2016-06-203-8/+8
* Use the correct realm for basic authentication - fixes #23427Thomas Müller2016-06-091-0/+4
* Update license headersLukas Reschke2016-05-2611-14/+17
* Move federation code to PSR-4Joas Schilling2016-05-1913-0/+1063
* Update author informationLukas Reschke2016-03-012-1/+22
* fix doc-blockBjoern Schiessle2016-02-291-0/+1
* remove synced remote address book if the remote server revoked access to his ...Bjoern Schiessle2016-02-292-0/+6
* remove remote address book if the admin removes the server from the trusted s...Bjoern Schiessle2016-02-292-1/+34
* 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 remo...Thomas Müller2016-02-091-18/+18
* 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
|\
| * 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
* unit testsBjörn Schießle2015-11-201-2/+2