summaryrefslogtreecommitdiffstats
path: root/tests/lib/filestorage.php
Commit message (Collapse)AuthorAgeFilesLines
* fix storage test caseRobin Appelman2012-10-111-3/+0
|
* remove ctime tests for filestorage, ctime will be removed from the storage ↵Robin Appelman2012-10-111-8/+1
| | | | api in the future
* some test cases for fopen of storage backendsRobin Appelman2012-10-111-0/+20
|
* code styleRobin Appelman2012-10-111-149/+149
|
* merge master into phpunitRobin Appelman2012-10-081-13/+15
|\
| * skip some test for storage backends that don't support touchRobin Appelman2012-10-061-13/+15
| |
* | initual phpunit supportRobin Appelman2012-10-031-2/+2
|/
* adding space between) and {Thomas Mueller2012-09-071-14/+14
|
* Merge branch 'share_api'Michael Gapczynski2012-08-191-5/+5
|\ | | | | | | | | | | | | Conflicts: apps/contacts/lib/vcard.php apps/files/index.php lib/files.php
| * Add tests for Share API, all tests passing :)Michael Gapczynski2012-08-151-5/+5
| |
* | add OC_FileStorage::getLocalFolderRobin Appelman2012-08-191-1/+14
|/
* add hasUpdated to oc_filestorageRobin Appelman2012-06-151-0/+8
|
* improve tar archive backendRobin Appelman2012-05-181-0/+1
|
* check if removed folders are really goneRobin Appelman2012-04-181-0/+9
|
* loosen tests for mtime and ctime a bitRobin Appelman2012-03-221-8/+10
|
* fix the filestorage test a bitRobin Appelman2012-03-031-1/+2
|
* add search implementation to filestorage commonRobin Appelman2012-03-021-3/+17
|
* add test cases for stat and touchRobin Appelman2012-02-291-0/+45
|
* add test case for getLocalFileRobin Appelman2012-02-281-2/+8
|
* more tests for filestorageRobin Appelman2012-02-271-0/+13
|
* fix test case for filestorageRobin Appelman2012-02-271-7/+3
| | | | file storage no longer needs to implement file_put_contents for streams
* some additional test cases for file storage backendsRobin Appelman2012-02-131-0/+51
|
* use SimpleTest for unit testingRobin Appelman2012-02-121-0/+63
includes some tests for storage providers, more to come