Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | improve error reporting and move format parameter to the options | Bjoern Schiessle | 2018-05-29 | 3 | -32/+7 |
| | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org> | ||||
* | Catch the errors related to untrusted self signed certificates for federation | Roeland Jago Douma | 2017-12-11 | 2 | -2/+12 |
| | | | | | | * Added tests Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Actually set the status so we don't cause another exception | Roeland Jago Douma | 2017-11-29 | 2 | -0/+2 |
| | | | | | | * And add tests so I don't mess up again Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Do not log Exception if a connection error occured | Roeland Jago Douma | 2017-11-29 | 2 | -0/+6 |
| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Update license headers | Morris Jobke | 2017-11-06 | 11 | -1/+20 |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Merge pull request #5923 from nextcloud/expire-federation-jobs | Roeland Jago Douma | 2017-08-02 | 11 | -162/+204 |
|\ | | | | | Expire federation jobs | ||||
| * | Close all the cursors | Joas Schilling | 2017-08-02 | 1 | -12/+26 |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
| * | Use automatic injection whenever possible | Joas Schilling | 2017-08-02 | 6 | -80/+38 |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
| * | Use ITimeFactory | Roeland Jago Douma | 2017-08-01 | 5 | -32/+50 |
| | | | | | | | | | | | | | | * Inject the timefacotry so we can mock it properly in the tests. * Extended unit tests to cover the new paths Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
| * | we don't need to remove the job manually here, even if we ask once more the ↵ | Bjoern Schiessle | 2017-08-01 | 1 | -9/+0 |
| | | | | | | | | | | | | other server will decline and the background job will be removed Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org> | ||||
| * | cleanup constructors | Bjoern Schiessle | 2017-08-01 | 2 | -53/+33 |
| | | | | | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org> | ||||
| * | expire requestSharedSecret job after 30 days | Bjoern Schiessle | 2017-08-01 | 2 | -3/+45 |
| | | | | | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org> | ||||
| * | expire getShareadSecret job after 30 days | Bjoern Schiessle | 2017-08-01 | 2 | -2/+42 |
| | | | | | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org> | ||||
* | | Remove explicit type hints for Controller | Lukas Reschke | 2017-08-01 | 1 | -1/+1 |
| | | | | | | | | | | | | This is public API and breaks the middlewares of existing apps. Since this also requires maintaining two different code paths for 12 and 13 I'm at the moment voting for reverting this change. Signed-off-by: Lukas Reschke <lukas@statuscode.ch> | ||||
* | | Merge pull request #5877 from nextcloud/typehint_middleware | Morris Jobke | 2017-08-01 | 1 | -2/+4 |
|\ \ | |/ |/| | Prop argument type for Middleware | ||||
| * | Fix tests | Roeland Jago Douma | 2017-07-31 | 1 | -2/+4 |
| | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | | Add |null to PHPDoc | Lukas Reschke | 2017-08-01 | 2 | -2/+2 |
|/ | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch> | ||||
* | Remove unused use statements | Morris Jobke | 2017-04-22 | 2 | -5/+0 |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | No need to log guzzle exception | Roeland Jago Douma | 2017-04-21 | 2 | -2/+2 |
| | | | | | | | | | | When getting/requesting a shared secret there is no need to log the full exception when an unexpected status code is returned since this won't really tell us anything as the bad stuff happened on a remote server Fixes #3380 Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Merge pull request #3614 from nextcloud/discover-federatedsharing-endpoints | Björn Schießle | 2017-04-12 | 5 | -13/+85 |
|\ | | | | | Discover federatedsharing endpoints | ||||
| * | Do proper DI | Roeland Jago Douma | 2017-04-11 | 3 | -3/+3 |
| | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
| * | give old end-points a seperate name | Bjoern Schiessle | 2017-04-11 | 1 | -0/+31 |
| | | | | | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org> | ||||
| * | fix constructor | Bjoern Schiessle | 2017-04-11 | 2 | -2/+2 |
| | | | | | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org> | ||||
| * | get addressbook url and carddav user from remote server | Bjoern Schiessle | 2017-04-11 | 2 | -7/+18 |
| | | | | | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org> | ||||
| * | use discovered end-point for trusted servers | Bjoern Schiessle | 2017-04-11 | 2 | -6/+36 |
| | | | | | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org> | ||||
* | | Update comments to Nextcloud | Morris Jobke | 2017-04-11 | 5 | -6/+6 |
|/ | | | | | | | * based on PR by @Ardinis * see #4311 Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | only execute code if exception was thrown by the corresponding controller | Bjoern Schiessle | 2017-03-24 | 1 | -0/+4 |
| | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org> | ||||
* | No challenge within federated auth | Thomas Müller | 2016-12-19 | 1 | -0/+8 |
| | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch> | ||||
* | don't add server automatically to trusted server | Bjoern Schiessle | 2016-11-17 | 1 | -1/+1 |
| | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org> | ||||
* | Remove dead OCS register code | Roeland Jago Douma | 2016-09-02 | 1 | -34/+0 |
| | |||||
* | Use function parameters | Roeland Jago Douma | 2016-08-28 | 1 | -10/+6 |
| | |||||
* | Move OCSAuthAPI to AppFramework | Roeland Jago Douma | 2016-08-28 | 1 | -17/+27 |
| | | | | | | * Convert class * Convert routes * Convert tests | ||||
* | adjust federation app | Arthur Schiwon | 2016-08-11 | 2 | -7/+69 |
| | |||||
* | improve federation error messages | Bjoern Schiessle | 2016-08-09 | 3 | -13/+19 |
| | |||||
* | Update with robin | Joas Schilling | 2016-07-21 | 5 | -5/+5 |
| | |||||
* | Fix apps/ | Joas Schilling | 2016-07-21 | 13 | -18/+37 |
| | |||||
* | Use the themed Defaults everywhere | Joas Schilling | 2016-07-15 | 1 | -1/+1 |
| | |||||
* | Allow null | Robin Appelman | 2016-07-08 | 1 | -1/+1 |
| | |||||
* | Fix undefined properties | Robin Appelman | 2016-07-08 | 1 | -2/+2 |
| | |||||
* | fix federation strings | Morris Jobke | 2016-06-20 | 3 | -8/+8 |
| | |||||
* | Use the correct realm for basic authentication - fixes #23427 | Thomas Müller | 2016-06-09 | 1 | -0/+4 |
| | |||||
* | Update license headers | Lukas Reschke | 2016-05-26 | 11 | -14/+17 |
| | |||||
* | Move federation code to PSR-4 | Joas Schilling | 2016-05-19 | 13 | -0/+1063 |
| | |||||
* | Update author information | Lukas Reschke | 2016-03-01 | 2 | -1/+22 |
| | | | | Probably nice for the people that contributed to 9.0 to see themselves in the AUTHORS file :) | ||||
* | fix doc-block | Bjoern Schiessle | 2016-02-29 | 1 | -0/+1 |
| | |||||
* | remove synced remote address book if the remote server revoked access to his ↵ | Bjoern Schiessle | 2016-02-29 | 2 | -0/+6 |
| | | | | system address book | ||||
* | remove remote address book if the admin removes the server from the trusted ↵ | Bjoern Schiessle | 2016-02-29 | 2 | -1/+34 |
| | | | | servers list | ||||
* | reuse the url_hash instead of calculating a new hash for the address book | Bjoern Schiessle | 2016-02-26 | 2 | -4/+4 |
| | |||||
* | throw exception if we don't find a token for a given server | Bjoern Schiessle | 2016-02-15 | 1 | -0/+6 |
| | |||||
* | Forward exception message to the admin in case of errors and in case the ↵ | Thomas Müller | 2016-02-09 | 1 | -18/+18 |
| | | | | remote server version is to low and appropriate message is displayed as well |