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-05-06[tx-robot] updated from transifexNextcloud bot
2020-05-05[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-27Merge pull request #19793 from nextcloud/bugfix/noid/link-to-federated-reshareMorris Jobke
Fix resharing of federated shares that were created out of links
2020-04-25[tx-robot] updated from transifexNextcloud bot
2020-04-21Set proper share type when converting link shares to federated sharesJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-04-20[tx-robot] updated from transifexNextcloud bot
2020-04-16[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-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-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-31[tx-robot] updated from transifexNextcloud bot
2020-03-30[tx-robot] updated from transifexNextcloud bot
2020-03-27Merge pull request #20170 from nextcloud/techdebt/remove-unused-importsChristoph Wurst
Remove unused imports
2020-03-27[tx-robot] updated from transifexNextcloud bot
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-17Default value of lookupServerEnabled should be the same everywhereGeorg Ehrke
Signed-off-by: Georg Ehrke <developer@georgehrke.com>
2020-03-12[tx-robot] updated from transifexNextcloud bot
2020-03-07[tx-robot] updated from transifexNextcloud bot
2020-03-05[tx-robot] updated from transifexNextcloud bot
2020-03-04[tx-robot] updated from transifexNextcloud bot
2020-02-28[tx-robot] updated from transifexNextcloud bot
2020-02-27[tx-robot] updated from transifexNextcloud bot
2020-02-22[tx-robot] updated from transifexNextcloud bot
2020-02-18[tx-robot] updated from transifexNextcloud bot
2020-02-12[tx-robot] updated from transifexNextcloud bot
2020-02-08[tx-robot] updated from transifexNextcloud bot
2020-02-06[tx-robot] updated from transifexNextcloud bot
2020-02-03Use proper andwhere clauseRoeland Jago Douma
Fixes #19248 Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2020-01-30[tx-robot] updated from transifexNextcloud bot
2020-01-29[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-09[tx-robot] updated from transifexNextcloud bot
2020-01-07remove non-circles-generated shares onlyMaxence Lange
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
2020-01-02[tx-robot] updated from transifexNextcloud bot
2020-01-01[tx-robot] updated from transifexNextcloud bot
2019-12-31[tx-robot] updated from transifexNextcloud bot
2019-12-23[tx-robot] updated from transifexNextcloud bot
2019-12-22[tx-robot] updated from transifexNextcloud bot