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
2021-04-30[tx-robot] updated from transifexNextcloud bot
2021-04-28Bump composerRoeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2021-04-17[tx-robot] updated from transifexNextcloud bot
2021-03-24[tx-robot] updated from transifexNextcloud bot
2021-03-22[tx-robot] updated from transifexNextcloud bot
2021-03-21[tx-robot] updated from transifexNextcloud bot
2021-03-09[tx-robot] updated from transifexNextcloud bot
2021-03-04[tx-robot] updated from transifexNextcloud bot
2021-02-28[tx-robot] updated from transifexNextcloud bot
2021-02-23[tx-robot] updated from transifexNextcloud bot
2021-02-17[tx-robot] updated from transifexNextcloud bot
2021-02-07[tx-robot] updated from transifexNextcloud bot
2021-01-29[tx-robot] updated from transifexNextcloud bot
2021-01-13[tx-robot] updated from transifexNextcloud bot
2021-01-12[tx-robot] updated from transifexNextcloud bot
2020-12-31[tx-robot] updated from transifexNextcloud bot
2020-12-18[tx-robot] updated from transifexNextcloud bot
2020-12-01Update ScanLegacyFormat.phpessys
Fixed a small typo on line 99.
2020-11-01[tx-robot] updated from transifexNextcloud bot
2020-10-28Fix typo in error message Morris Jobke
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2020-10-28Test for locking state in key generationJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-10-28Harden key generationJulius Härtl
There might be cases where multiple requests trigger the key generation at the same time and the instance ends up with a non-fitting public/private key pair. Therefore the whole key generation should be locked. Other than that this makes sure that user key generation return values are properly validated. Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-09-15[tx-robot] updated from transifexNextcloud bot
2020-08-28[tx-robot] updated from transifexNextcloud bot
2020-08-24Make legacy cipher opt inRoeland Jago Douma
* Systems that upgrade have this enabled by default * New systems disable it * We'll have to add some wargning in the setup checks if this is enabled Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2020-08-21[tx-robot] updated from transifexNextcloud bot
2020-08-12SSE enhancementRoeland Jago Douma
Do not blind concatenate ints. Lets add a _ between them. So that we can distrinquis them properly Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2020-07-31[tx-robot] updated from transifexNextcloud bot
2020-07-21Encryption is ready if master key is enabledJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-07-19[tx-robot] updated from transifexNextcloud bot
2020-07-07[tx-robot] updated from transifexNextcloud bot
2020-07-03[tx-robot] updated from transifexNextcloud bot
2020-06-09[tx-robot] updated from transifexNextcloud bot
2020-06-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-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>