Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove \OCP\Files::tmpFolder | Roeland Jago Douma | 2018-03-19 | 1 | -2/+2 |
| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Use proper method to format absolute timestamp | Morris Jobke | 2018-03-12 | 1 | -64/+0 |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Remove deprecated \OCP\Config | Roeland Jago Douma | 2018-01-13 | 1 | -2/+2 |
| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Use basename() instead of self implementation | Morris Jobke | 2017-11-23 | 1 | -18/+0 |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Use ::class in test mocks | Morris Jobke | 2017-10-24 | 1 | -2/+4 |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Use IConfig instead of static OCP\Config | Morris Jobke | 2017-07-27 | 1 | -1/+1 |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | 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 |
| | | | | | | | Added the system config which sets all conditions to true that query the FrontControllerActive mod_env variable. Signed-off-by: Felix A. Epp <work@felixepp.de> | ||||
* | Fix more tests | Roeland Jago Douma | 2016-10-28 | 1 | -1/+1 |
| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Make sure all tests use the TestCase method to overwrite services | Joas Schilling | 2016-10-20 | 1 | -9/+2 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | 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 |
| | | | | In the current setup there is no DI so no way to mock them. | ||||
* | Remove unneeded checks if it runs on a Windows machine | Morris Jobke | 2016-07-08 | 1 | -4/+2 |
| | | | | * the setup check is still there | ||||
* | Fix lib/ | Joas Schilling | 2016-05-19 | 1 | -0/+509 |