aboutsummaryrefslogtreecommitdiffstats
path: root/apps/federation
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexNextcloud bot2020-04-162-2/+2
|
* [tx-robot] updated from transifexNextcloud bot2020-04-152-0/+32
|
* Add visibility to all constantsChristoph Wurst2020-04-101-4/+4
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Format control structures, classes, methods and functionChristoph Wurst2020-04-1020-42/+8
| | | | | | | | | | | | | | | To continue this formatting madness, here's a tiny patch that adds unified formatting for control structures like if and loops as well as classes, their methods and anonymous functions. This basically forces the constructs to start on the same line. This is not exactly what PSR2 wants, but I think we can have a few exceptions with "our" style. The starting of braces on the same line is pracrically standard for our code. This also removes and empty lines from method/function bodies at the beginning and end. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Use elseif instead of else ifChristoph Wurst2020-04-101-1/+1
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Unify function spacing to PSR2 recommendationChristoph Wurst2020-04-096-7/+7
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Use exactly one empty line after the namespace declarationChristoph Wurst2020-04-0911-12/+0
| | | | | | For PSR2 Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Fix (array) indent style to always use one tabChristoph Wurst2020-04-093-11/+11
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Update autoloaders for composer v1.10.1Christoph Wurst2020-03-191-0/+3
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* [tx-robot] updated from transifexNextcloud bot2020-03-122-2/+2
|
* [tx-robot] updated from transifexNextcloud bot2020-02-222-0/+2
|
* [tx-robot] updated from transifexNextcloud bot2020-02-032-6/+6
|
* [tx-robot] updated from transifexNextcloud bot2020-01-282-0/+8
|
* Fix app updatesRoeland Jago Douma2020-01-211-2/+2
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* [tx-robot] updated from transifexNextcloud bot2019-12-2238-0/+38
|
* [tx-robot] updated from transifexNextcloud bot2019-12-202-0/+2
|
* [tx-robot] updated from transifexNextcloud bot2019-12-112-0/+2
|
* Update license headersChristoph Wurst2019-12-0527-31/+44
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* TO REVERT LATER: disable some DbHandlerTestRoeland Jago Douma2019-11-271-2/+2
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Mode to modern phpunitRoeland Jago Douma2019-11-2710-15/+18
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Make phpunit8 compatibleRoeland Jago Douma2019-11-2710-11/+11
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Some php-cs fixesRoeland Jago Douma2019-11-2221-20/+8
| | | | | | | | | | | * Order the imports * No leading slash on imports * Empty line before namespace * One line per import * Empty after imports * Emmpty line at bottom of file Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Merge pull request #17859 from nextcloud/bugfix/app-initRoeland Jago Douma2019-11-111-48/+43
|\ | | | | Fix app class setup warnings
| * Return routes array for federation appJulius Härtl2019-11-081-48/+43
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | [tx-robot] updated from transifexNextcloud bot2019-11-102-0/+2
|/
* Do not create Application instances directlyChristoph Wurst2019-10-111-1/+2
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* [tx-robot] updated from transifexNextcloud bot2019-09-172-0/+2
|
* Development is 18 now!Roeland Jago Douma2019-09-051-2/+2
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* [tx-robot] updated from transifexNextcloud bot2019-08-282-0/+32
|
* [tx-robot] updated from transifexNextcloud bot2019-08-172-0/+32
|
* [tx-robot] updated from transifexNextcloud bot2019-07-262-4/+4
|
* [tx-robot] updated from transifexNextcloud bot2019-06-262-0/+2
|
* [tx-robot] updated from transifexNextcloud bot2019-05-282-0/+4
|
* Bump versions of server and the requirements of appsJoas Schilling2019-04-111-2/+2
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* [tx-robot] updated from transifexNextcloud bot2019-04-072-10/+10
|
* [tx-robot] updated from transifexNextcloud bot2019-04-052-2/+2
|
* [tx-robot] updated from transifexNextcloud bot2019-03-214-4/+8
|
* [tx-robot] updated from transifexNextcloud bot2019-03-192-8/+8
|
* [tx-robot] updated from transifexNextcloud bot2019-03-146-38/+48
|
* [tx-robot] updated from transifexNextcloud bot2019-03-012-20/+20
|
* [tx-robot] updated from transifexNextcloud bot2019-02-222-10/+10
|
* [tx-robot] updated from transifexNextcloud bot2019-02-092-0/+2
|
* [tx-robot] updated from transifexNextcloud bot2019-01-164-14/+20
|
* [tx-robot] updated from transifexNextcloud bot2019-01-152-2/+4
|
* [tx-robot] updated from transifexNextcloud bot2019-01-132-12/+18
|
* [tx-robot] updated from transifexNextcloud bot2019-01-042-2/+4
|
* [tx-robot] updated from transifexNextcloud bot2018-12-302-0/+20
|
* [tx-robot] updated from transifexNextcloud bot2018-12-282-0/+4
|
* [tx-robot] updated from transifexNextcloud bot2018-12-202-20/+12
|
* Remove deprecated functions from SecureRandomRoeland Jago Douma2018-12-071-1/+0
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>