Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | A failing federation sync job is not an error | Roeland Jago Douma | 2018-08-06 | 1 | -1/+1 |
* | move log constants to ILogger | Arthur Schiwon | 2018-04-26 | 4 | -5/+5 |
* | improve error reporting and move format parameter to the options | Bjoern Schiessle | 2018-04-25 | 3 | -32/+7 |
* | Remove unused import statements | Morris Jobke | 2018-02-14 | 3 | -3/+0 |
* | Use ::class statement instead of string | Morris Jobke | 2018-01-29 | 2 | -2/+4 |
* | Properly log the full exception instead of only the message | Morris Jobke | 2018-01-23 | 4 | -5/+24 |
* | Catch the errors related to untrusted self signed certificates for federation | Roeland Jago Douma | 2017-12-11 | 2 | -2/+12 |
* | Actually set the status so we don't cause another exception | Roeland Jago Douma | 2017-11-29 | 2 | -0/+2 |
* | Do not log Exception if a connection error occured | Roeland Jago Douma | 2017-11-29 | 2 | -0/+6 |
* | Update license headers | Morris Jobke | 2017-11-06 | 11 | -1/+20 |
* | Merge pull request #5923 from nextcloud/expire-federation-jobs | Roeland Jago Douma | 2017-08-02 | 11 | -162/+204 |
|\ | |||||
| * | Close all the cursors | Joas Schilling | 2017-08-02 | 1 | -12/+26 |
| * | Use automatic injection whenever possible | Joas Schilling | 2017-08-02 | 6 | -80/+38 |
| * | Use ITimeFactory | Roeland Jago Douma | 2017-08-01 | 5 | -32/+50 |
| * | we don't need to remove the job manually here, even if we ask once more the o... | Bjoern Schiessle | 2017-08-01 | 1 | -9/+0 |
| * | cleanup constructors | Bjoern Schiessle | 2017-08-01 | 2 | -53/+33 |
| * | expire requestSharedSecret job after 30 days | Bjoern Schiessle | 2017-08-01 | 2 | -3/+45 |
| * | expire getShareadSecret job after 30 days | Bjoern Schiessle | 2017-08-01 | 2 | -2/+42 |
* | | Remove explicit type hints for Controller | Lukas Reschke | 2017-08-01 | 1 | -1/+1 |
* | | Merge pull request #5877 from nextcloud/typehint_middleware | Morris Jobke | 2017-08-01 | 1 | -2/+4 |
|\ \ | |/ |/| | |||||
| * | Fix tests | Roeland Jago Douma | 2017-07-31 | 1 | -2/+4 |
* | | Add |null to PHPDoc | Lukas Reschke | 2017-08-01 | 2 | -2/+2 |
|/ | |||||
* | Remove unused use statements | Morris Jobke | 2017-04-22 | 2 | -5/+0 |
* | No need to log guzzle exception | Roeland Jago Douma | 2017-04-21 | 2 | -2/+2 |
* | Merge pull request #3614 from nextcloud/discover-federatedsharing-endpoints | Björn Schießle | 2017-04-12 | 5 | -13/+85 |
|\ | |||||
| * | Do proper DI | Roeland Jago Douma | 2017-04-11 | 3 | -3/+3 |
| * | give old end-points a seperate name | Bjoern Schiessle | 2017-04-11 | 1 | -0/+31 |
| * | fix constructor | Bjoern Schiessle | 2017-04-11 | 2 | -2/+2 |
| * | get addressbook url and carddav user from remote server | Bjoern Schiessle | 2017-04-11 | 2 | -7/+18 |
| * | use discovered end-point for trusted servers | Bjoern Schiessle | 2017-04-11 | 2 | -6/+36 |
* | | Update comments to Nextcloud | Morris Jobke | 2017-04-11 | 5 | -6/+6 |
|/ | |||||
* | only execute code if exception was thrown by the corresponding controller | Bjoern Schiessle | 2017-03-24 | 1 | -0/+4 |
* | No challenge within federated auth | Thomas Müller | 2016-12-19 | 1 | -0/+8 |
* | don't add server automatically to trusted server | Bjoern Schiessle | 2016-11-17 | 1 | -1/+1 |
* | 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 |
* | 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 |
* | fix doc-block | Bjoern Schiessle | 2016-02-29 | 1 | -0/+1 |