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
2021-10-05Merge pull request #27733 from PhrozenByte/enhancement/noid/IURLGenerator-lin...Julius Härtl
2021-08-16Use IURLGenerator function to get value of `\OC::$WEBROOT` globalJonas Meurer
2021-08-05Fix UrlGeneratorTestDaniel Rudolf
2021-08-04Fix UrlGeneratorTestDaniel Rudolf
2021-07-01Fix UrlGeneratorTest::testGetDefaultPageUrlWithDefaultApps()Daniel Rudolf
2021-07-01Move UtilTest::testDefaultApps() to UrlGeneratorTestDaniel Rudolf
2021-06-30Add IUrlGenerator::linkToDefaultPageUrl()Daniel Rudolf
2020-11-17Remove some IRouter methodsRoeland Jago Douma
2020-08-19Properly inject IRouter into URLGenerator to properly encapsulate testsMorris Jobke
2020-08-19Only load routes of the app which is requestedMorris Jobke
2020-08-12Change PHPDoc type hint from PHPUnit_Framework_MockObject_MockObject to \PHPU...Morris Jobke
2020-04-10Add visibility to all methods and position of static keywordChristoph Wurst
2020-04-10Format control structures, classes, methods and functionChristoph Wurst
2020-04-09Use exactly one empty line after the namespace declarationChristoph Wurst
2019-11-27Mode to modern phpunitRoeland Jago Douma
2019-11-27Make phpunit8 compatibleRoeland Jago Douma
2018-11-20Allow empty strings in getAbsoluteURLJoas Schilling
2018-11-20Update the URLGenerator test to current state of artJoas Schilling
2018-10-09Add function to generate urls for OCS routesRoeland Jago Douma
2017-12-30Fixed testsJohn Molakvoæ (skjnldsv)
2017-06-16Add tests and inject IRequestJulius Härtl
2016-11-03Fix urlgenerator testRoeland Jago Douma
2016-09-13Fix getMock UrlGeneratortestRoeland Jago Douma
2016-05-19Fix lib/Joas Schilling