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-03-04Make sure common and main core scripts are loaded firstfix/common-main-core-script-orderJohn Molakvoæ
2022-01-11Streamline reseting of private static propertiesLouis Chemineau
2022-01-10Revert "Streamline reseting of private static properties"Louis Chemineau
2022-01-10Streamline reseting of private static propertiesLouis Chemineau
2022-01-08Reset $scriptDeps in testsLouis Chemineau
2021-12-29Sort app scripts topologically by its dependenciesJonas Meurer
2021-12-20Improve unit testing for Util::addScript() and Util::getScript()Jonas Meurer
2021-12-02Adapt testsJohn Molakvoæ (skjnldsv)
2021-11-26add method to shorten a string to given byte size to UtilsArthur Schiwon
2021-11-15OC_Util: Add fallbacks to check if current locale is UTF8Naoto Kobayashi
2021-11-15Add check whether escapeshellcmd behaves the same as basenameNaoto Kobayashi
2021-11-14Fix missing setlocale with php 8Naoto Kobayashi
2021-07-01Move UtilTest::testDefaultApps() to UrlGeneratorTestDaniel Rudolf
2021-07-01Fix UtilTest::testDefaultApps()Daniel Rudolf
2021-06-30Add IUrlGenerator::linkToDefaultPageUrl()Daniel Rudolf
2021-05-12load share settings from the share manager in more placesRobin Appelman
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-09Unify function spacing to PSR2 recommendationChristoph Wurst
2020-03-26Use the short array syntax, everywhereChristoph Wurst
2020-03-26Use the shorter phpunit syntax for mocked return valuesChristoph Wurst
2019-11-27Make phpunit8 compatibleRoeland Jago Douma
2018-03-19Remove \OCP\Files::tmpFolderRoeland Jago Douma
2018-03-12Use proper method to format absolute timestampMorris Jobke
2018-01-13Remove deprecated \OCP\ConfigRoeland Jago Douma
2017-11-23Use basename() instead of self implementationMorris Jobke
2017-10-24Use ::class in test mocksMorris Jobke
2017-07-27Use IConfig instead of static OCP\ConfigMorris Jobke
2017-04-26Use regex to detect part filesVincent Petry
2016-11-17Add system config htaccess.IgnoreFrontController for prettyURLs w/o mod_envFelix Epp
2016-10-28Fix more testsRoeland Jago Douma
2016-10-20Make sure all tests use the TestCase method to overwrite servicesJoas Schilling
2016-09-13Fix getMock UtilTestRoeland Jago Douma
2016-07-11Some UtilTests require DBRoeland Jago Douma
2016-07-08Remove unneeded checks if it runs on a Windows machineMorris Jobke
2016-05-19Fix lib/Joas Schilling