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-10[tx-robot] updated from transifexNextcloud bot
2020-05-07Bump app versions and requirementsJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-04-29Update license headers for 19Christoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-04-25[tx-robot] updated from transifexNextcloud bot
2020-04-21[tx-robot] updated from transifexNextcloud bot
2020-04-16[tx-robot] updated from transifexNextcloud bot
2020-04-13[tx-robot] updated from transifexNextcloud bot
2020-04-10Format code according to PSR2Christoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-04-10Add visibility to all constantsChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-04-10Add visibility to all methods and position of static keywordChristoph 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-09Remove trailing and in between spacesChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-04-09Remove spaces after method or function callChristoph 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-31Update the license headers for Nextcloud 19Christoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-03-29[tx-robot] updated from transifexNextcloud bot
2020-03-27Merge pull request #20170 from nextcloud/techdebt/remove-unused-importsChristoph Wurst
Remove unused imports
2020-03-26Use the short array syntax, everywhereChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-03-26Use the shorter phpunit syntax for mocked return valuesChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-03-26Remove unused importsChristoph 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-19[tx-robot] updated from transifexNextcloud bot
2020-03-09[tx-robot] updated from transifexNextcloud bot
2020-02-26[tx-robot] updated from transifexNextcloud bot
2020-02-24[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-31[tx-robot] updated from transifexNextcloud bot
2020-01-30[tx-robot] updated from transifexNextcloud bot
2020-01-23[tx-robot] updated from transifexNextcloud bot
2020-01-21Fix app updatesRoeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2020-01-21[tx-robot] updated from transifexNextcloud bot
2020-01-19[tx-robot] updated from transifexNextcloud bot
2020-01-18[tx-robot] updated from transifexNextcloud bot
2020-01-04[tx-robot] updated from transifexNextcloud bot
2019-12-23[tx-robot] updated from transifexNextcloud bot
2019-12-22[tx-robot] updated from transifexNextcloud bot
2019-12-09Fix Argument 3 passed to OCA\Encryption\Recovery::__construct() must be an ↵Daniel Kesselberg
instance of OCA\Encryption\KeyManager Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2019-12-05Update license headersChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2019-12-03[tx-robot] updated from transifexNextcloud bot
2019-11-28Merge pull request #18064 from nextcloud/feature/php74Roeland Jago Douma
Add php7.4 support
2019-11-28[tx-robot] updated from transifexNextcloud bot
2019-11-27TO REVERT LATER: fix UserHooksTestRoeland 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-26[tx-robot] updated from transifexNextcloud bot
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>