summaryrefslogtreecommitdiffstats
path: root/tests/lib
Commit message (Expand)AuthorAgeFilesLines
* Add another test.Thomas Tanghus2013-09-191-1/+1
* Updated method names and added a few more tests.Thomas Tanghus2013-09-191-11/+48
* Merge branch 'appframework-master' into vcategories_publicThomas Müller2013-09-184-20/+85
|\
| * updating php docsThomas Müller2013-09-181-1/+1
| * Merge branch 'appframework-master' into public_cacheThomas Tanghus2013-09-181-5/+0
| |\
| | * Still some session leftovers.Thomas Tanghus2013-09-171-5/+0
| * | OC_Cache namespace changes and add UserCache to server container.Thomas Tanghus2013-09-172-14/+84
| |/
* / OC_VCategories=>OC\Tags. Public interface + getter in server containerThomas Tanghus2013-09-182-128/+133
|/
* Merge branch 'master' into appframework-masterThomas Müller2013-09-172-10/+173
|\
| * 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 branch 'master' into appframework-masterThomas Müller2013-09-151-0/+26
|\| |
| * | 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
| | |\ \ \ \ \
| | * | | | | | Continue work on cropperkondou2013-08-281-5/+7
| | * | | | | | Fix avatar-unittestkondou2013-08-251-2/+2
| | * | | | | | Fix spacing, have remove() and return JSON for custom-default-avatarskondou2013-08-251-11/+3
| | * | | | | | Remove gravatar and no-avatar functionality, prepare for default avatars even...kondou2013-08-251-33/+5
| | * | | | | | Fix testDefaultAvatarkondou2013-08-251-1/+1
| | * | | | | | Have /avatar.php as a central avatar-pointkondou2013-08-251-10/+7
| | * | | | | | Improve styling & enable avatar-upload at personal pagekondou2013-08-251-1/+1
| | * | | | | | Add unittests & check filetype in setLocalAvatar()kondou2013-08-251-0/+61
* | | | | | | | Merge branch 'master' into appframework-masterThomas Müller2013-09-135-0/+1701
|\| | | | | | |
| * | | | | | | Merge pull request #4712 from owncloud/fileapi-forewardThomas Müller2013-09-135-0/+1701
| |\ \ \ \ \ \ \
| | * | | | | | | - 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-125-14/+61
| | |\ \ \ \ \ \ \ | | | | |_|_|_|_|/ | | | |/| | | | |
| | * | | | | | | 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 branch 'master' into appframework-masterThomas Müller2013-09-137-44/+201
|\| | | | | | |
| * | | | | | | adding TB and GB to OC_Helper::humanFileSizeThomas Müller2013-09-131-30/+32
| | |/ / / / / | |/| | | | |
| * | | | | | 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
| * | | | | | Merge branch 'master' into clean_up_utilkondou2013-09-025-14/+373
| |\ \ \ \ \ \ | | | |_|_|_|/ | | |/| | | |
| | * | | | | Check for $this->fileInfo and @depend on testData()kondou2013-09-011-0/+3