summaryrefslogtreecommitdiffstats
path: root/apps/federation
Commit message (Collapse)AuthorAgeFilesLines
* Use ::class statement instead of stringMorris Jobke2018-01-292-2/+4
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Properly log the full exception instead of only the messageMorris Jobke2018-01-235-11/+28
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Bump appsRoeland Jago Douma2018-01-141-2/+2
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Update composerMorris Jobke2018-01-122-10/+14
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Composer updatedRoeland Jago Douma2018-01-042-16/+12
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* [tx-robot] updated from transifexNextcloud bot2018-01-044-2/+32
|
* Use proper authorative-autoloader for app autoloadersRoeland Jago Douma2017-12-142-11/+2
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Catch the errors related to untrusted self signed certificates for federationRoeland Jago Douma2017-12-114-2/+88
| | | | | | * Added tests Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* [tx-robot] updated from transifexNextcloud bot2017-12-102-4/+22
|
* Actually set the status so we don't cause another exceptionRoeland Jago Douma2017-11-294-0/+78
| | | | | | * 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 occuredRoeland Jago Douma2017-11-292-0/+6
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* [tx-robot] updated from transifexNextcloud bot2017-11-252-2/+2
|
* [tx-robot] updated from transifexNextcloud bot2017-11-1112-4/+154
|
* [tx-robot] updated from transifexNextcloud bot2017-11-1010-0/+150
|
* [tx-robot] updated from transifexNextcloud bot2017-11-082-0/+30
|
* [tx-robot] updated from transifexNextcloud bot2017-11-072-0/+30
|
* Update license headersMorris Jobke2017-11-0620-1/+35
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* [tx-robot] updated from transifexNextcloud bot2017-11-034-0/+60
|
* Merge pull request #6875 from nextcloud/app_autoloadersJoas Schilling2017-11-019-0/+629
|\ | | | | Move server apps to dedicated autoloader
| * Federation AutoloaderRoeland Jago Douma2017-10-249-0/+629
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | [tx-robot] updated from transifexNextcloud bot2017-11-012-0/+30
| |
* | [tx-robot] updated from transifexNextcloud bot2017-10-312-0/+30
|/
* [tx-robot] updated from transifexNextcloud bot2017-10-242-0/+30
|
* [tx-robot] updated from transifexNextcloud bot2017-10-062-18/+20
|
* [tx-robot] updated from transifexNextcloud bot2017-09-142-14/+16
|
* [tx-robot] updated from transifexNextcloud bot2017-08-134-4/+4
|
* [tx-robot] updated from transifexNextcloud bot2017-08-0966-132/+132
|
* [tx-robot] updated from transifexNextcloud bot2017-08-082-0/+2
|
* Merge pull request #5923 from nextcloud/expire-federation-jobsRoeland Jago Douma2017-08-0215-219/+400
|\ | | | | Expire federation jobs
| * Close all the cursorsJoas Schilling2017-08-021-12/+26
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * Use automatic injection whenever possibleJoas Schilling2017-08-026-80/+38
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * Use ITimeFactoryRoeland Jago Douma2017-08-019-103/+231
| | | | | | | | | | | | | | * 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 Schiessle2017-08-012-11/+0
| | | | | | | | | | | | other server will decline and the background job will be removed Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
| * update unit testsBjoern Schiessle2017-08-012-12/+34
| | | | | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
| * cleanup constructorsBjoern Schiessle2017-08-012-53/+33
| | | | | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
| * expire requestSharedSecret job after 30 daysBjoern Schiessle2017-08-013-5/+48
| | | | | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
| * expire getShareadSecret job after 30 daysBjoern Schiessle2017-08-013-12/+60
| | | | | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* | Remove explicit type hints for ControllerLukas Reschke2017-08-011-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_middlewareMorris Jobke2017-08-011-2/+4
|\ \ | |/ |/| Prop argument type for Middleware
| * Fix testsRoeland Jago Douma2017-07-311-2/+4
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Add |null to PHPDocLukas Reschke2017-08-012-2/+2
|/ | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* [tx-robot] updated from transifexNextcloud bot2017-07-284-4/+4
|
* [tx-robot] updated from transifexNextcloud bot2017-07-262-4/+4
|
* [tx-robot] updated from transifexNextcloud bot2017-07-242-14/+8
|
* [tx-robot] updated from transifexNextcloud bot2017-07-232-0/+30
|
* [tx-robot] updated from transifexNextcloud bot2017-07-182-2/+2
|
* [tx-robot] updated from transifexNextcloud bot2017-07-132-2/+2
|
* [tx-robot] updated from transifexNextcloud bot2017-06-172-2/+2
|
* [tx-robot] updated from transifexNextcloud bot2017-06-152-2/+2
|
* [tx-robot] updated from transifexNextcloud bot2017-06-132-0/+28
|