Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-05-07Bump app versions and requirementsJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-04-30[tx-robot] updated from transifexNextcloud bot
2020-04-29Update license headers for 19Christoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-04-16[tx-robot] updated from transifexNextcloud bot
2020-04-15[tx-robot] updated from transifexNextcloud bot
2020-04-10Add visibility to all constantsChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-04-10Format control structures, classes, methods and functionChristoph Wurst
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>
2020-04-10Use elseif instead of else ifChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-04-09Unify function spacing to PSR2 recommendationChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-04-09Use exactly one empty line after the namespace declarationChristoph Wurst
For PSR2 Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-04-09Fix (array) indent style to always use one tabChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-03-19Update autoloaders for composer v1.10.1Christoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-03-12[tx-robot] updated from transifexNextcloud bot
2020-02-22[tx-robot] updated from transifexNextcloud bot
2020-02-03[tx-robot] updated from transifexNextcloud bot
2020-01-28[tx-robot] updated from transifexNextcloud bot
2020-01-21Fix app updatesRoeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-12-22[tx-robot] updated from transifexNextcloud bot
2019-12-20[tx-robot] updated from transifexNextcloud bot
2019-12-11[tx-robot] updated from transifexNextcloud bot
2019-12-05Update license headersChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2019-11-27TO REVERT LATER: disable some DbHandlerTestRoeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-11-27Mode to modern phpunitRoeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-11-27Make phpunit8 compatibleRoeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-11-22Some php-cs fixesRoeland Jago Douma
* 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>
2019-11-11Merge pull request #17859 from nextcloud/bugfix/app-initRoeland Jago Douma
Fix app class setup warnings
2019-11-10[tx-robot] updated from transifexNextcloud bot
2019-11-08Return routes array for federation appJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2019-10-11Do not create Application instances directlyChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2019-09-17[tx-robot] updated from transifexNextcloud bot
2019-09-05Development is 18 now!Roeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-08-28[tx-robot] updated from transifexNextcloud bot
2019-08-17[tx-robot] updated from transifexNextcloud bot
2019-07-26[tx-robot] updated from transifexNextcloud bot
2019-06-26[tx-robot] updated from transifexNextcloud bot
2019-05-28[tx-robot] updated from transifexNextcloud bot
2019-04-11Bump versions of server and the requirements of appsJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-04-07[tx-robot] updated from transifexNextcloud bot
2019-04-05[tx-robot] updated from transifexNextcloud bot
2019-03-21[tx-robot] updated from transifexNextcloud bot
2019-03-19[tx-robot] updated from transifexNextcloud bot
2019-03-14[tx-robot] updated from transifexNextcloud bot
2019-03-01[tx-robot] updated from transifexNextcloud bot
2019-02-22[tx-robot] updated from transifexNextcloud bot
2019-02-09[tx-robot] updated from transifexNextcloud bot
2019-01-16[tx-robot] updated from transifexNextcloud bot
2019-01-15[tx-robot] updated from transifexNextcloud bot
2019-01-13[tx-robot] updated from transifexNextcloud bot
2019-01-04[tx-robot] updated from transifexNextcloud bot
2018-12-30[tx-robot] updated from transifexNextcloud bot