Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | fix tests | Robin Appelman | 2019-06-21 | 1 | -0/+3 | |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | |||||
* | cleanup shared lock if changing to exclusive lock failed | Robin Appelman | 2019-01-22 | 1 | -0/+31 | |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | |||||
* | Moves the logo files to logo | Michael Weimann | 2018-10-02 | 1 | -2/+2 | |
| | | | | Signed-off-by: Michael Weimann <mail@michael-weimann.eu> | |||||
* | Fix ViewTest | Roeland Jago Douma | 2018-05-23 | 1 | -1/+11 | |
| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | |||||
* | Remove IAppConfig::getValue | Roeland Jago Douma | 2018-01-17 | 1 | -7/+7 | |
| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | |||||
* | Use ::class in test mocks of dav app | Morris Jobke | 2017-10-26 | 1 | -2/+2 | |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | |||||
* | Cleanup unused methods | Morris Jobke | 2017-08-15 | 1 | -1/+1 | |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | |||||
* | Cleanup usage of shareItem in internal code base | Morris Jobke | 2017-08-15 | 1 | -1/+1 | |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | |||||
* | Replace wrong PHPDocs | Lukas Reschke | 2017-08-01 | 1 | -2/+3 | |
| | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch> | |||||
* | round the mtime in touch | Robin Appelman | 2017-03-27 | 1 | -0/+17 | |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | |||||
* | Move error message to log entry | Lukas Reschke | 2017-03-20 | 1 | -0/+2 | |
| | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch> | |||||
* | Cleanup test | Joas Schilling | 2017-03-17 | 1 | -254/+266 | |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | |||||
* | Fix unit test | Joas Schilling | 2017-03-17 | 1 | -2/+1 | |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | |||||
* | Redirect unlink to rmdir (#27101) | Vincent Petry | 2017-03-16 | 1 | -0/+24 | |
| | | | | | | | Many API callers will call unlink even for directories and it can mess up with some wrappers like the encryption wrapper Signed-off-by: Morris Jobke <hey@morrisjobke.de> | |||||
* | Add tests | Lukas Reschke | 2016-12-01 | 1 | -0/+71 | |
| | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch> | |||||
* | only query substorages to calculate the final mtime/size/etag lazily | Robin Appelman | 2016-11-10 | 1 | -1/+3 | |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | |||||
* | Fix getMock ViewTest | Roeland Jago Douma | 2016-09-13 | 1 | -6/+7 | |
| | ||||||
* | Remove unneeded checks if it runs on a Windows machine | Morris Jobke | 2016-07-08 | 1 | -6/+2 | |
| | | | | * the setup check is still there | |||||
* | Fix unit tests | Roeland Jago Douma | 2016-06-14 | 1 | -0/+7 | |
| | ||||||
* | allow deleting "ghost files" trough the View and Node api | Robin Appelman | 2016-06-03 | 1 | -1/+50 | |
| | ||||||
* | Move tests/ to PSR-4 (#24731) | Joas Schilling | 2016-05-20 | 1 | -0/+2447 | |
* Move a-b to PSR-4 * Move c-d to PSR-4 * Move e+g to PSR-4 * Move h-l to PSR-4 * Move m-r to PSR-4 * Move s-u to PSR-4 * Move files/ to PSR-4 * Move remaining tests to PSR-4 * Remove Test\ from old autoloader |