summaryrefslogtreecommitdiffstats
path: root/tests/lib/files
Commit message (Expand)AuthorAgeFilesLines
* 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
| |\
| | * remove deleted files while scanningRobin Appelman2013-08-061-0/+10
| * | files: when filtering search results, ensure results are children of the fake...Robin Appelman2013-09-221-0/+14
* | | Do not convert boolean to integer in tests. put() already does this.Andreas Fischer2013-09-211-1/+0
* | | when storing back the data field 'encrypted' it is necessary to cast the bool...Thomas Müller2013-09-201-0/+1
* | | etag changes are now propagated up the file treeThomas Müller2013-09-161-6/+15
* | | recreate an etag within the scanner if the cache contains an empty etagThomas Müller2013-09-161-0/+17
|/ /
* | - giving the user a new id for each test run in order to prevent reuse of e.g...Thomas Müller2013-09-131-1/+2
* | Merge branch 'master' into fileapi-forewardRobin Appelman2013-09-121-1/+30
|\ \
| * \ Merge pull request #4477 from owncloud/hooks-viewBernhard Posselt2013-09-041-1/+30
| |\ \
| | * | test case for hooks send from a non-default viewRobin Appelman2013-08-291-1/+30
* | | | adjust test cases to namespace changesRobin Appelman2013-09-105-26/+26
* | | | Provide an implementation of the fileapi for oc6 build on top of the old apiRobin Appelman2013-09-015-0/+1700
|/ / /
* | | merge master in storage-wrapper-quotaRobin Appelman2013-08-184-50/+100
|\| |
| * | Scanner: additional tests for reusing etags during scanningRobin Appelman2013-08-122-0/+92
| |/
| * Add test for calculating size of newly empty folderMichael Gapczynski2013-07-291-0/+5
| * Merge branch 'master' into storage-test-cleanupThomas Müller2013-07-242-4/+13
| |\
| * | Storage: remove some unneeded strict tests of mtime behaviourRobin Appelman2013-07-161-21/+2
| * | Storage: remove tests for searchRobin Appelman2013-07-161-29/+1
* | | add quota storage wrapperRobin Appelman2013-07-251-0/+61
* | | move storage wrapper test to new namespaceRobin Appelman2013-07-251-2/+2
* | | add quota streamwrapper that limits the amount of data that can be written to...Robin Appelman2013-07-251-0/+78
| |/ |/|
* | Merge pull request #3925 from berendt/reworking_OC_Files_Storage_AmazonS3Thomas Müller2013-07-221-9/+9
|\ \