summaryrefslogtreecommitdiffstats
path: root/tests/lib/files/storage/home.php
Commit message (Collapse)AuthorAgeFilesLines
* Move tests/ to PSR-4 (#24731)Joas Schilling2016-05-201-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->getLocalFolderRobin Appelman2016-02-051-12/+0
|
* Use TempManager instead of tmpFolderMorris Jobke2015-12-181-1/+1
|
* Adding more DB groups to test suitsThomas Müller2015-11-301-0/+7
| | | | Adding more DB groups to test suits
* Use base class to reset the file mapperJoas Schilling2014-11-191-3/+6
|
* Fix Files\Storage\Home::testRoot()Joas Schilling2014-11-171-1/+6
|
* Add test for homestorage getOwnerRobin Appelman2014-07-221-0/+6
|
* Scrutinizer Auto-FixesScrutinizer Auto-Fixer2014-02-191-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 idsVincent Petry2013-11-121-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 foldersRobin Appelman2013-10-291-0/+71