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
2022-03-24Fix more ILogger related problems from testsCôme Chilliet
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2021-01-29test: adjust expectationArthur Schiwon
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2021-01-29add repair job for unencoded calendarsArthur Schiwon
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2021-01-08Bump doctrine/dbal from 2.12.0 to 3.0.0Christoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-11-06Fix repair mimetype step to not leave stray cursorsJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-10-05Format code to a single space around binary operatorsChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-08-12Change PHPDoc type hint from PHPUnit_Framework_MockObject_MockObject to ↵Morris Jobke
\PHPUnit\Framework\MockObject\MockObject Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2020-06-24Update share type constant usageJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
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-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-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>
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-07-08Remove one time repair steps that have already run when updating to 17Morris Jobke
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2019-02-07Implement guest avatar endpointMichael Weimann
Signed-off-by: Michael Weimann <mail@michael-weimann.eu>
2018-12-05Log and continue on Dav reader failureJohn Molakvoæ (skjnldsv)
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2018-11-08Use the defined func()->count() instead of manual countingJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2018-11-08Clear avatar cache with frontend repairJohn Molakvoæ (skjnldsv)
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2018-11-01Merge branch 'addressbook-uid-check-migration' of ↵John Molakvoæ (skjnldsv)
https://github.com/nextcloud/server into addressbook-uid-check-migration Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2018-11-01Fix phpunitJohn Molakvoæ (skjnldsv)
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2018-11-01TestsJohn Molakvoæ (skjnldsv)
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2018-10-30TestsJohn Molakvoæ (skjnldsv)
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2018-02-03Move depsCache clearing to SCSSCacher/JSCombinerJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2018-02-03Add tests and class mappingJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2018-01-22Remove old repair steps that aren't executed anymoreMorris Jobke
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2017-11-14check if the user still exists before we try to cleanup the previewsBjoern Schiessle
Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
2017-10-24Use ::class in test mocksMorris Jobke
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2017-10-03dont run invalid path repair step when upgrading from 11.0.5.2 and laterRobin Appelman
Signed-off-by: Robin Appelman <robin@icewind.nl>
2017-08-09Fix RepairMimeTypeTestRoeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2017-08-02Fix last failures with oracleJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2017-07-21Also repair storage id's when repairing invalid entriesRobin Appelman
Signed-off-by: Robin Appelman <robin@icewind.nl>
2017-07-13chunk getting invalid paths and reuse queriesRobin Appelman
Signed-off-by: Robin Appelman <robin@icewind.nl>
2017-06-29adjust to moved repair stepRobin Appelman
Signed-off-by: Robin Appelman <robin@icewind.nl>
2017-06-21Add repair step for invalid pathsRobin Appelman
Signed-off-by: Robin Appelman <robin@icewind.nl>
2017-04-26Add tests for repairstepLukas Reschke
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
2017-04-25Add test code for new image mime typesStefan Weil
Signed-off-by: Stefan Weil <sw@weilnetz.de>
2017-03-22Adjust tests as wellMorris Jobke
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2017-03-20[CI] Can we get some faster phpunit execution? (#27113)Thomas Müller
* Don't backup globals and static attributes * Unset global variable to remove impact on followup tests Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2017-03-03Make the test usefulJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2017-03-03Execute UpdateLanguageCode only onceMorris Jobke
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2017-03-02Fix table name and add a test for more than 1 entriesJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2017-03-02Change language code for languages with only one translationMorris Jobke
* then the language is not that specific and get also matched for fi * fallback from fi_FI to fi is supported - the other way around not * contains repair script * contains tests for repair script * fixes #869 Order results to make postgres happy Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2017-02-23cleanup old and not needed repair steps to speed up the updateMorris Jobke
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2017-01-26remote now unneeded AvatarPermissions repair stepRobin Appelman
Avatars are now stored in appdata Signed-off-by: Robin Appelman <robin@icewind.nl>
2017-01-05Add repair step to fix file share permissionsVincent Petry
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
2016-12-19Remove obsolete RepairLegacyStorages repair stepVincent Petry
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
2016-12-13Add a unit testJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>