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 (Expand)Author
2022-04-26Add a unit test for translation with trailing colonJoas Schilling
2022-01-13Check style updateCarl Schwan
2021-10-13Add L10n factory method for generic language heuristicsChristoph Wurst
2021-04-20Correctly replace all PHP placeholders with the parametersJoas Schilling
2020-10-05Format code to a single space around binary operatorsChristoph Wurst
2020-08-12Change PHPDoc type hint from PHPUnit_Framework_MockObject_MockObject to \PHPU...Morris Jobke
2020-07-23Use assertEqualsCanonicalizing instead of deprecated assertEquals parameterMorris Jobke
2020-04-10Format control structures, classes, methods and functionChristoph Wurst
2020-04-10Use elseif instead of else ifChristoph Wurst
2020-04-09Unify function spacing to PSR2 recommendationChristoph Wurst
2020-04-09Use exactly one empty line after the namespace declarationChristoph Wurst
2020-03-26Use the short array syntax, everywhereChristoph Wurst
2020-03-26Use the shorter phpunit syntax for mocked return valuesChristoph Wurst
2019-11-27Mode to modern phpunitRoeland Jago Douma
2019-11-27Make phpunit8 compatibleRoeland Jago Douma
2019-09-28Move settings to an appChristoph Wurst
2018-09-23Add simple unit test for findLanguageFromLocaleDaniel Kesselberg
2018-07-05Backend work to provide NC whats New info to usersArthur Schiwon
2018-06-27Add testsThomas Citharel
2018-05-22make sure force language is reflected in html lang attributeGeorg Ehrke
2018-01-24Fix "Undefined method setExpectedException()"Joas Schilling
2018-01-17Request->getHeader() should always return a stringMorris Jobke
2017-11-30use formal version of German if default_language is set to 'de_DE'Bjoern Schiessle
2017-11-03Make L10N->l provide weekdayNameGeorg Ehrke
2017-08-07Use symfony/translation for L10N pluralsRoeland Jago Douma
2017-04-07Don't force the use of Accept-Language anymoreJoas Schilling
2016-10-28Fix more testsRoeland Jago Douma
2016-09-07Fix getMock L10NTestRoeland Jago Douma
2016-09-04ACCEPT_LANGUAGE goes before default_langaugeRoeland Jago Douma
2016-08-25L10N tests do not require DBRoeland Jago Douma
2016-05-20Move tests/ to PSR-4 (#24731)Joas Schilling