| Commit message (Expand) | Author | Age | Files | Lines |
* | Make sure common and main core scripts are loaded first | John Molakvoæ | 2022-03-04 | 1 | -9/+30 |
* | Streamline reseting of private static properties | Louis Chemineau | 2022-01-11 | 1 | -2/+2 |
* | Revert "Streamline reseting of private static properties" | Louis Chemineau | 2022-01-10 | 1 | -2/+2 |
* | Streamline reseting of private static properties | Louis Chemineau | 2022-01-10 | 1 | -2/+2 |
* | Reset $scriptDeps in tests | Louis Chemineau | 2022-01-08 | 1 | -0/+2 |
* | Sort app scripts topologically by its dependencies | Jonas Meurer | 2021-12-29 | 1 | -15/+27 |
* | Improve unit testing for Util::addScript() and Util::getScript() | Jonas Meurer | 2021-12-20 | 1 | -5/+53 |
* | Adapt tests | John Molakvoæ (skjnldsv) | 2021-12-02 | 1 | -10/+15 |
* | add method to shorten a string to given byte size to Utils | Arthur Schiwon | 2021-11-26 | 1 | -0/+7 |
* | OC_Util: Add fallbacks to check if current locale is UTF8 | Naoto Kobayashi | 2021-11-16 | 1 | -2/+4 |
* | Add check whether escapeshellcmd behaves the same as basename | Naoto Kobayashi | 2021-11-15 | 1 | -0/+2 |
* | Fix missing setlocale with php 8 | Naoto Kobayashi | 2021-11-14 | 1 | -0/+8 |
* | Move UtilTest::testDefaultApps() to UrlGeneratorTest | Daniel Rudolf | 2021-07-01 | 1 | -62/+0 |
* | Fix UtilTest::testDefaultApps() | Daniel Rudolf | 2021-07-01 | 1 | -16/+3 |
* | Add IUrlGenerator::linkToDefaultPageUrl() | Daniel Rudolf | 2021-06-30 | 1 | -30/+0 |
* | load share settings from the share manager in more places | Robin Appelman | 2021-05-12 | 1 | -49/+0 |
* | Add visibility to all methods and position of static keyword | Christoph Wurst | 2020-04-10 | 1 | -9/+9 |
* | Format control structures, classes, methods and function | Christoph Wurst | 2020-04-10 | 1 | -1/+1 |
* | Unify function spacing to PSR2 recommendation | Christoph Wurst | 2020-04-09 | 1 | -1/+1 |
* | Use the short array syntax, everywhere | Christoph Wurst | 2020-03-26 | 1 | -26/+26 |
* | Use the shorter phpunit syntax for mocked return values | Christoph Wurst | 2020-03-25 | 1 | -5/+5 |
* | Make phpunit8 compatible | Roeland Jago Douma | 2019-11-27 | 1 | -2/+2 |
* | Remove \OCP\Files::tmpFolder | Roeland Jago Douma | 2018-03-19 | 1 | -2/+2 |
* | Use proper method to format absolute timestamp | Morris Jobke | 2018-03-12 | 1 | -64/+0 |
* | Remove deprecated \OCP\Config | Roeland Jago Douma | 2018-01-13 | 1 | -2/+2 |
* | Use basename() instead of self implementation | Morris Jobke | 2017-11-23 | 1 | -18/+0 |
* | Use ::class in test mocks | Morris Jobke | 2017-10-24 | 1 | -2/+4 |
* | Use IConfig instead of static OCP\Config | Morris Jobke | 2017-07-27 | 1 | -1/+1 |
* | Use regex to detect part files | Vincent Petry | 2017-04-26 | 1 | -32/+42 |
* | Add system config htaccess.IgnoreFrontController for prettyURLs w/o mod_env | Felix Epp | 2016-11-16 | 1 | -0/+10 |
* | Fix more tests | Roeland Jago Douma | 2016-10-28 | 1 | -1/+1 |
* | Make sure all tests use the TestCase method to overwrite services | Joas Schilling | 2016-10-20 | 1 | -9/+2 |
* | Fix getMock UtilTest | Roeland Jago Douma | 2016-09-13 | 1 | -1/+8 |
* | Some UtilTests require DB | Roeland Jago Douma | 2016-07-11 | 1 | -0/+8 |
* | Remove unneeded checks if it runs on a Windows machine | Morris Jobke | 2016-07-08 | 1 | -4/+2 |
* | Fix lib/ | Joas Schilling | 2016-05-19 | 1 | -0/+509 |