summaryrefslogtreecommitdiffstats
path: root/tests/lib
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into fixing-4011-masterThomas Müller2013-09-306-63/+227
|\
| * Merge pull request #4969 from owncloud/fixing-4043-masterThomas Müller2013-09-301-0/+87
| |\
| | * code cleanupThomas Müller2013-09-271-39/+22
| | * adding unit tests for ObjectTree::move()Thomas Müller2013-09-261-0/+104
| * | Merge pull request #4966 from owncloud/text_preview_blacklistAndreas Fischer2013-09-291-1/+42
| |\ \
| | * | rename variable in testIsTransparentGeorg Ehrke2013-09-271-3/+3
| | * | rename testTxtBlacklist to txtBlacklistGeorg Ehrke2013-09-271-3/+3
| | * | move fileView object initialization to testIsTransparentGeorg Ehrke2013-09-271-10/+10
| | * | use dataProvider for txt blacklist testGeorg Ehrke2013-09-271-25/+28
| | * | add test for txt blacklistGeorg Ehrke2013-09-251-0/+38
| * | | Missing Test for the previous commitArthur Schiwon2013-09-251-0/+43
| * | | Adjust Tests and satisfy themArthur Schiwon2013-09-242-40/+45
| * | | User: move checkPassword from User to Manager to not break APIArthur Schiwon2013-09-241-22/+10
| | |/ | |/|
* | | remove unused setUp()Thomas Müller2013-09-271-3/+0
* | | adding basic unit test for failing file_put_content operationThomas Müller2013-09-241-0/+27
|/ /
* | clear permissions cache when scanning a fileRobin Appelman2013-09-241-0/+17
* | Merge pull request #4869 from owncloud/fixing-4866-masterThomas Müller2013-09-231-12/+37
|\ \
| * | 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-235-11/+376
| |\|
| * | 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
* | | Merge pull request #4856 from owncloud/fix-link-expirationAndreas Fischer2013-09-231-0/+48
|\ \ \ | |_|/ |/| |
| * | Tests whether expired/valid link share is still accessible.Andreas Fischer2013-09-161-0/+48
* | | Merge pull request #4327 from owncloud/scanfile-removeThomas Müller2013-09-221-0/+10
|\ \ \
| * | | remove deleted files while scanningRobin Appelman2013-08-061-0/+10
* | | | Merge pull request #4623 from owncloud/convert-oc_preferencesBart Visscher2013-09-221-0/+179
|\ \ \ \
| * | | | Convert OC_Preference to object interfaceBart Visscher2013-09-191-0/+179
| | |/ / | |/| |
* / | | files: when filtering search results, ensure results are children of the fake...Robin Appelman2013-09-221-0/+14
|/ / /
* | | Merge pull request #4825 from owncloud/fix-sharing-expiration-oracleBart Visscher2013-09-162-10/+173
|\ \ \ | |_|/ |/| |
| * | Calculate dateInPast and dateInFuture.Andreas Fischer2013-09-121-5/+8
| * | Compare objects directly. Also use $expected and $actual.Andreas Fischer2013-09-121-6/+6
| * | Add database tests for INSERT/SELECT date format.Andreas Fischer2013-09-121-0/+38
| * | Add comment explaining how $dateInFuture was picked.Andreas Fischer2013-09-121-0/+2
| * | Coding style: { for methods start are supposed to be on the same line.Andreas Fischer2013-09-121-12/+6
| * | Expiration tests for sharing with groups.Andreas Fischer2013-09-121-6/+76
| * | Do not repeat shareUserOneTestFileWithUserTwo() code.Andreas Fischer2013-09-121-25/+22
| * | Make dates test class properties.Andreas Fischer2013-09-121-2/+5
| * | Try to make Oracle happy by also specifying seconds.Andreas Fischer2013-09-121-2/+2
| * | Test whether a still-valid user share is still accessible.Andreas Fischer2013-09-121-11/+34
| * | Test whether an expired user share is still accessible.Andreas Fischer2013-09-121-0/+33
* | | Merge pull request #4506 from owncloud/oc_avatarsBernhard Posselt2013-09-141-0/+26
|\ \ \
| * | | Merge branch 'master' into oc_avatarskondou2013-09-121-1/+30
| |\| |
| * | | Pass view in \OC_Avatar to constructor and use $_ for enable_avatarskondou2013-09-091-6/+6
| * | | Merge branch 'master' into oc_avatarskondou2013-09-043-4/+4
| |\ \ \
| * \ \ \ Merge branch 'master' into oc_avatarskondou2013-09-011-9/+27
| |\ \ \ \
| * \ \ \ \ Merge branch 'master' into oc_avatarskondou2013-08-311-0/+108
| |\ \ \ \ \
| * | | | | | Finish cropper, Get rid of TODOs, Improve \OCP\Avatar and "fix" unitestskondou2013-08-301-0/+2
| * | | | | | Merge branch 'master' into oc_avatarskondou2013-08-283-5/+238
| |\ \ \ \ \ \