Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move tests/ to PSR-4 (#24731) | Joas Schilling | 2016-05-20 | 1 | -109/+0 |
| | | | | | | | | | | | | | | | | | | | | * 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 | ||||
* | remove unused Storage->getLocalFolder | Robin Appelman | 2016-02-05 | 1 | -12/+0 |
| | |||||
* | Use TempManager instead of tmpFolder | Morris Jobke | 2015-12-18 | 1 | -1/+1 |
| | |||||
* | Adding more DB groups to test suits | Thomas Müller | 2015-11-30 | 1 | -0/+7 |
| | | | | Adding more DB groups to test suits | ||||
* | Use base class to reset the file mapper | Joas Schilling | 2014-11-19 | 1 | -3/+6 |
| | |||||
* | Fix Files\Storage\Home::testRoot() | Joas Schilling | 2014-11-17 | 1 | -1/+6 |
| | |||||
* | Add test for homestorage getOwner | Robin Appelman | 2014-07-22 | 1 | -0/+6 |
| | |||||
* | Scrutinizer Auto-Fixes | Scrutinizer Auto-Fixer | 2014-02-19 | 1 | -0/+4 |
| | | | | | | | | | | | This patch was automatically generated as part of the following inspection: https://scrutinizer-ci.com/g/owncloud/core/inspections/cdfecc4e-a37e-4233-8025-f0d7252a8720 Enabled analysis tools: - PHP Analyzer - JSHint - PHP Copy/Paste Detector - PHP PDepend | ||||
* | Now using HomeStorage for legacy home storage ids | Vincent Petry | 2013-11-12 | 1 | -2/+27 |
| | | | | | Legacy home storage ids with the format "local://path/to/datadir/user1" are now also wrapped by the HomeStorage. | ||||
* | add specialized storage backend for home folders | Robin Appelman | 2013-10-29 | 1 | -0/+71 |