summaryrefslogtreecommitdiffstats
path: root/tests/lib
Commit message (Expand)AuthorAgeFilesLines
* get rid of failing test that don't cause additional downloadsRobin Appelman2013-12-082-24/+24
* extend test case for etag preservationRobin Appelman2013-12-081-2/+2
* reuse etags when doing a background scanRobin Appelman2013-12-081-0/+79
* Make rmdir recursive for local storageRobin Appelman2013-12-031-1/+1
* Fixed FTP and SMB to use rmdir() when deleting foldersVincent Petry2013-12-021-0/+24
* Merge pull request #6042 from owncloud/backport-6035-oc5Morris Jobke2013-11-271-0/+73
|\
| * fixes #6050Thomas Müller2013-11-261-3/+8
| * in case uri and script name don't match we better throw an exceptionThomas Müller2013-11-251-0/+22
| * handle duplicate slashes in case of reverse proxy configurationThomas Müller2013-11-251-0/+46
* | clear permissions cache when scanning a fileRobin Appelman2013-11-251-0/+17
|/
* Merge pull request #5934 from owncloud/stable5-excludeextstoragefromquotaVincent Petry2013-11-221-0/+5
|\
| * External storage space is now not counted in total spaceVincent Petry2013-11-191-0/+5
* | Merge branch 'stable5' into fixing-4866-stable5Thomas Müller2013-11-226-20/+263
|\ \
| * | Fixed testTouch unit test to work with stable5Vincent Petry2013-11-221-5/+7
| * | Emulate touch() for backends that don't support itRobin Appelman2013-11-211-2/+32
| * | Merge pull request #5893 from owncloud/stable5-extstorage-smbfixesVincent Petry2013-11-191-2/+14
| |\ \ | | |/ | |/|
| | * Fixed SMB file deletion success detectionVincent Petry2013-11-151-2/+14
| * | Added missing test with leading backslashVincent Petry2013-11-151-0/+2
| * | Fixed normalizePath() to strip out single dot dirsVincent Petry2013-11-151-1/+54
| |/
| * extend unit test to directories starting or ending in whitespaceJörn Friedrich Dreyer2013-10-311-15/+26
| * disable encryption app for file cache updater test since the test doesn't use...Bjoern Schiessle2013-10-291-0/+12
| * tests should work if I explicitely log-in as a userBjoern Schiessle2013-10-291-0/+5
| * Merge pull request #5229 from owncloud/more-link-expiration-stable5Thomas Müller2013-10-161-0/+48
| |\
| | * Tests whether expired/valid link share is still accessible.Andreas Fischer2013-10-091-0/+48
| * | streamCopy() should return proper structure.Thomas Müller2013-10-141-0/+34
| * | the path need to be normalized before putting it into resolvePath()Thomas Müller2013-10-101-0/+34
| |/
* / Cherry-pick of 5d671a8 onto stable5.Andreas Fischer2013-09-291-10/+37
|/
* Calculate dateInPast and dateInFuture.Andreas Fischer2013-09-241-5/+8
* Compare objects directly. Also use $expected and $actual.Andreas Fischer2013-09-241-6/+6
* Add database tests for INSERT/SELECT date format.Andreas Fischer2013-09-231-0/+38
* Add comment explaining how $dateInFuture was picked.Andreas Fischer2013-09-231-0/+2
* Coding style: { for methods start are supposed to be on the same line.Andreas Fischer2013-09-231-12/+6
* Expiration tests for sharing with groups.Andreas Fischer2013-09-231-6/+76
* Do not repeat shareUserOneTestFileWithUserTwo() code.Andreas Fischer2013-09-231-25/+22
* Make dates test class properties.Andreas Fischer2013-09-231-2/+5
* Try to make Oracle happy by also specifying seconds.Andreas Fischer2013-09-231-2/+2
* Test whether a still-valid user share is still accessible.Andreas Fischer2013-09-231-11/+34
* Test whether an expired user share is still accessible.Andreas Fischer2013-09-231-0/+33
* remove deleted files while scanningRobin Appelman2013-09-231-0/+10
* test case for hooks send from a non-default viewRobin Appelman2013-09-101-0/+34
* backport of #4360Thomas Müller2013-08-291-0/+23
* adding unit tests for quota checksThomas Müller2013-08-271-1/+55
* adding unit tests to determine lengthThomas Müller2013-08-271-0/+47
* fix namespacess for scanner testRobin Appelman2013-08-121-3/+3
* Scanner: additional tests for reusing etags during scanningRobin Appelman2013-08-122-0/+92
* Scanner test: ensure mtime in the cache is the same as on the storage to prev...Robin Appelman2013-07-301-0/+1
* manual backport of changes related to #3459Thomas Müller2013-07-292-1/+86
* fix insertIfNotExist return value, update doc and corresponding testJörn Friedrich Dreyer2013-07-051-14/+14
* add correct check if table exists for oracleJörn Friedrich Dreyer2013-07-041-0/+9
* use assertEquals number of rows in db testsJörn Friedrich Dreyer2013-07-041-4/+4