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-10-05[tx-robot] updated from transifexNextcloud bot
2020-10-01[tx-robot] updated from transifexNextcloud bot
2020-09-20[tx-robot] updated from transifexNextcloud bot
2020-09-18[tx-robot] updated from transifexNextcloud bot
2020-09-18[tx-robot] updated from transifexNextcloud bot
2020-09-17[tx-robot] updated from transifexNextcloud bot
2020-09-16[tx-robot] updated from transifexNextcloud bot
2020-09-15[tx-robot] updated from transifexNextcloud bot
2020-08-25[tx-robot] updated from transifexNextcloud bot
2020-08-06Fix missing placeholders in translationsJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-08-06effectively revert 17fae47bdba84ed520fee2cbf1a9485cc14fbbcb fixing i10nArthur Schiwon
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2020-08-06coding style fixesArthur Schiwon
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2020-08-06fix check for Cloud ID, missing return statements, wrong param useArthur Schiwon
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2020-07-23Replace deprecated assertArraySubset with logic that does the sameMorris Jobke
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2020-07-16fix typoSergej Pupykin
2020-07-04[tx-robot] updated from transifexNextcloud bot
2020-06-15[tx-robot] updated from transifexNextcloud bot
2020-06-10[tx-robot] updated from transifexNextcloud bot
2020-06-05[tx-robot] updated from transifexNextcloud bot
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