summaryrefslogtreecommitdiffstats
path: root/apps/federation
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* [tx-robot] updated from transifexNextcloud bot2017-06-072-0/+30
|
* [tx-robot] updated from transifexNextcloud bot2017-06-022-2/+2
|
* [tx-robot] updated from transifexNextcloud bot2017-05-292-0/+30
|
* [tx-robot] updated from transifexNextcloud bot2017-05-252-4/+10
|
* Bump app versions as wellJoas Schilling2017-05-221-1/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Adjust version requirementJoas Schilling2017-05-221-1/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* [tx-robot] updated from transifexNextcloud bot2017-05-152-0/+4
|
* [tx-robot] updated from transifexNextcloud bot2017-05-112-2/+4
|
* [tx-robot] updated from transifexNextcloud bot2017-05-102-0/+26
|
* [tx-robot] updated from transifexNextcloud bot2017-05-0954-108/+108
|
* [tx-robot] updated from transifexNextcloud bot2017-05-012-14/+16
|
* [tx-robot] updated from transifexNextcloud bot2017-04-2752-154/+154
|
* Merge pull request #4478 from nextcloud/improve_settings_helpJoas Schilling2017-04-262-12/+10
|\ | | | | adding some documentation hints and some smaller cleanup
| * Wording fixesJan-Christoph Borchardt2017-04-251-2/+1
| | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
| * Small layout fixes to settings hintsJan-Christoph Borchardt2017-04-251-2/+2
| | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
| * change the headline as suggestedFrank Karlitschek2017-04-251-2/+1
| |