summaryrefslogtreecommitdiffstats
path: root/tests/lib/files
Commit message (Expand)AuthorAgeFilesLines
* Fixed quota wrapper to not wrap failed fopen streamsVincent Petry2014-01-191-0/+19
* Fix array access syntax for older PHPVincent Petry2014-01-171-2/+3
* Merge pull request #6768 from owncloud/scanner-use-storage-mtimeVincent Petry2014-01-153-2/+19
|\
| * update another testRobin Appelman2014-01-141-1/+1
| * use different value for mtime and storage_mtime in testRobin Appelman2014-01-141-1/+1
| * remove duplicate test classRobin Appelman2014-01-142-23/+17
| * Use storage_mtime when determining if we can reuse cached data while scanningRobin Appelman2014-01-142-1/+24
* | Fix calculated folder size to use unencrypted sizeVincent Petry2014-01-091-0/+45
|/
* Prevent deleting storage rootVincent Petry2014-01-081-0/+42
* Now also preventing to override "files" dir size with -1Vincent Petry2014-01-071-6/+12
* remove unneeded ; in commentRobin Appelman2013-12-121-1/+1
* Add test for having utf8 filenames in the cacheRobin Appelman2013-12-121-1/+31
* get rid of failing test that don't cause additional downloadsRobin Appelman2013-12-062-25/+25
* extend test case for etag preservationRobin Appelman2013-12-061-2/+2
* reuse etags when doing a background scanRobin Appelman2013-12-051-0/+79
* Added unit test for the test() methodVincent Petry2013-12-031-0/+7
* Fixed FTP and SMB to use rmdir() when deleting foldersVincent Petry2013-11-291-1/+13
* Redetect mime type whenever extension is renamedVincent Petry2013-11-271-0/+8
* Merge pull request #6008 from owncloud/extstorage-smb-webdav-renamefixVincent Petry2013-11-261-1/+9
|\
| * Improved unit test for "overwrite on move"Vincent Petry2013-11-251-3/+5
| * Added unit test for "overwrite file on rename/move"Vincent Petry2013-11-251-0/+6
* | Updated unit tests for SMBVincent Petry2013-11-261-1/+2
|/
* Fixed SMB file deletion success detectionVincent Petry2013-11-191-2/+14
* Merge pull request #5927 from owncloud/quota-excludeextstorageMorris Jobke2013-11-181-0/+5
|\
| * External storage space is now not counted in total spaceVincent Petry2013-11-181-0/+5
* | Root size for home storage is now size of "files" subdirVincent Petry2013-11-181-0/+26
|/
* Added missing test with leading backslashVincent Petry2013-11-141-0/+2
* Fixed normalizePath() to strip out single dot dirsVincent Petry2013-11-141-1/+54
* Now using HomeStorage for legacy home storage idsVincent Petry2013-11-122-2/+91
* Do not use -1 as the size for the root folder of the home storageRobin Appelman2013-11-122-14/+136
* Fixed filesize issue in watchr testVincent Petry2013-11-051-0/+3
* Merge pull request #5652 from owncloud/front-port-5647-masterThomas Müller2013-11-011-15/+26
|\
| * extend unit test to directories starting or ending in whitespaceJörn Friedrich Dreyer2013-10-311-15/+26
* | Merge branch 'master' into home-storageThomas Müller2013-10-301-2/+50
|\|
| * Merge branch 'master' into update-parent-storage-mtimeRobin Appelman2013-10-301-0/+18
| |\
| | * backport of https://github.com/owncloud/core/pull/5513Bjoern Schiessle2013-10-291-0/+18
| * | update touch tests for updated behaviourRobin Appelman2013-10-291-2/+0
| * | Update the parent folders storage_mtime on write and delete to prevent rescansRobin Appelman2013-10-291-0/+32
| |/
* / add specialized storage backend for home foldersRobin Appelman2013-10-291-0/+71
|/
* Fixed quota stream to not wrap read-only fopen callsVincent Petry2013-10-251-0/+22
* Fixed quota stream's fseek methodVincent Petry2013-10-251-0/+72
* Merge pull request #5263 from owncloud/fixing-5255-masterVicDeo2013-10-101-0/+34
|\
| * the path need to be normalized before putting it into resolvePath()Thomas Müller2013-10-101-0/+34
* | merge master into hooks-view-same-startRobin Appelman2013-10-101-0/+25
|\|
| * don't trigger the create hooks when if the file already exists for file_put_c...Robin Appelman2013-10-091-0/+25
* | ensure the view's root is a subfolder of the the default root, not only start...Robin Appelman2013-10-091-0/+18
|/
* clear permissions cache when scanning a fileRobin Appelman2013-09-241-0/+17
* Move setUp() and tearDown() up in tests/lib/files/cache/scanner.php.Andreas Fischer2013-09-231-15/+15
* Merge remote-tracking branch 'owncloud/master' into fixing-4866-masterAndreas Fischer2013-09-232-1/+24
|\
| * Merge pull request #4327 from owncloud/scanfile-removeThomas Müller2013-09-221-0/+10
| |\