aboutsummaryrefslogtreecommitdiffstats
path: root/apps/federation
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexNextcloud bot2018-03-042-0/+2
|
* [tx-robot] updated from transifexNextcloud bot2018-03-022-0/+2
|
* [tx-robot] updated from transifexNextcloud bot2018-02-272-0/+2
|
* [tx-robot] updated from transifexNextcloud bot2018-02-222-0/+2
|
* [tx-robot] updated from transifexNextcloud bot2018-02-212-0/+2
|
* [tx-robot] updated from transifexNextcloud bot2018-02-202-0/+2
|
* [tx-robot] updated from transifexNextcloud bot2018-02-192-0/+2
|
* [tx-robot] updated from transifexNextcloud bot2018-02-182-0/+2
|
* Fix info.xml files of shipped appsJoas Schilling2018-02-161-11/+16
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Merge pull request #8335 from nextcloud/remove-unused-importMorris Jobke2018-02-143-3/+0
|\ | | | | Remove unused import statements
| * Remove unused import statementsMorris Jobke2018-02-143-3/+0
| | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | [tx-robot] updated from transifexNextcloud bot2018-02-142-0/+2
|/
* [tx-robot] updated from transifexNextcloud bot2018-02-134-0/+22
|
* [tx-robot] updated from transifexNextcloud bot2018-02-1218-0/+18
|
* [tx-robot] updated from transifexNextcloud bot2018-02-01108-216/+108
|
* 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>