aboutsummaryrefslogtreecommitdiffstats
path: root/tests/lib/UtilTest.php
Commit message (Expand)AuthorAgeFilesLines
* fix(SetupCheck): Properly check public access to data directoryFerdinand Thiessen2024-08-081-1/+1
* refactor: Remove deprecated `Util` function for filename validation to `Filen...Ferdinand Thiessen2024-07-161-58/+0
* fix(Mailer): Allow to enforce strict email formatFerdinand Thiessen2024-05-311-0/+16
* chore: Add SPDX headerAndy Scherzinger2024-05-131-4/+3
* Make sure common and main core scripts are loaded firstJohn Molakvoæ2022-03-041-9/+30
* Streamline reseting of private static propertiesLouis Chemineau2022-01-111-2/+2
* Revert "Streamline reseting of private static properties"Louis Chemineau2022-01-101-2/+2
* Streamline reseting of private static propertiesLouis Chemineau2022-01-101-2/+2
* Reset $scriptDeps in testsLouis Chemineau2022-01-081-0/+2
* Sort app scripts topologically by its dependenciesJonas Meurer2021-12-291-15/+27
* Improve unit testing for Util::addScript() and Util::getScript()Jonas Meurer2021-12-201-5/+53
* Adapt testsJohn Molakvoæ (skjnldsv)2021-12-021-10/+15
* add method to shorten a string to given byte size to UtilsArthur Schiwon2021-11-261-0/+7
* OC_Util: Add fallbacks to check if current locale is UTF8Naoto Kobayashi2021-11-161-2/+4
* Add check whether escapeshellcmd behaves the same as basenameNaoto Kobayashi2021-11-151-0/+2
* Fix missing setlocale with php 8Naoto Kobayashi2021-11-141-0/+8
* Move UtilTest::testDefaultApps() to UrlGeneratorTestDaniel Rudolf2021-07-011-62/+0
* Fix UtilTest::testDefaultApps()Daniel Rudolf2021-07-011-16/+3
* Add IUrlGenerator::linkToDefaultPageUrl()Daniel Rudolf2021-06-301-30/+0
* load share settings from the share manager in more placesRobin Appelman2021-05-121-49/+0
* Add visibility to all methods and position of static keywordChristoph Wurst2020-04-101-9/+9
* Format control structures, classes, methods and functionChristoph Wurst2020-04-101-1/+1
* Unify function spacing to PSR2 recommendationChristoph Wurst2020-04-091-1/+1
* Use the short array syntax, everywhereChristoph Wurst2020-03-261-26/+26
* Use the shorter phpunit syntax for mocked return valuesChristoph Wurst2020-03-251-5/+5
* Make phpunit8 compatibleRoeland Jago Douma2019-11-271-2/+2
* Remove \OCP\Files::tmpFolderRoeland Jago Douma2018-03-191-2/+2
* Use proper method to format absolute timestampMorris Jobke2018-03-121-64/+0
* Remove deprecated \OCP\ConfigRoeland Jago Douma2018-01-131-2/+2
* Use basename() instead of self implementationMorris Jobke2017-11-231-18/+0
* Use ::class in test mocksMorris Jobke2017-10-241-2/+4
* Use IConfig instead of static OCP\ConfigMorris Jobke2017-07-271-1/+1
* Use regex to detect part filesVincent Petry2017-04-261-32/+42
* Add system config htaccess.IgnoreFrontController for prettyURLs w/o mod_envFelix Epp2016-11-161-0/+10
* Fix more testsRoeland Jago Douma2016-10-281-1/+1
* Make sure all tests use the TestCase method to overwrite servicesJoas Schilling2016-10-201-9/+2
* Fix getMock UtilTestRoeland Jago Douma2016-09-131-1/+8
* Some UtilTests require DBRoeland Jago Douma2016-07-111-0/+8
* Remove unneeded checks if it runs on a Windows machineMorris Jobke2016-07-081-4/+2
* Fix lib/Joas Schilling2016-05-191-0/+509