| Commit message (Expand) | Author | Age | Files | Lines |
* | Fixing typo | Thomas Müller | 2012-10-18 | 1 | -1/+1 |
* | Fixing expectation - comma was stupid anyhow | Thomas Müller | 2012-10-18 | 1 | -1/+1 |
* | Removing strange character | Thomas Müller | 2012-10-18 | 1 | -1/+1 |
* | Expectation should be first parameter | Lukas Reschke | 2012-10-18 | 1 | -6/+6 |
* | Expectation should be first parameter | Lukas Reschke | 2012-10-18 | 1 | -2/+2 |
* | Use $SERVERROOT/tests/data for testGetMimeType | Bart Visscher | 2012-10-13 | 1 | -6/+7 |
* | Give share test users a unique prefix | Bart Visscher | 2012-10-13 | 1 | -4/+4 |
* | Remove not reliable test | Lukas Reschke | 2012-10-13 | 1 | -5/+0 |
* | Some tests | Lukas Reschke | 2012-10-13 | 1 | -0/+144 |
* | Swap values for assertEqual to get better error message, also renamed the fun... | Bart Visscher | 2012-10-13 | 1 | -54/+54 |
* | Test for geo.php | Lukas Reschke | 2012-10-13 | 1 | -0/+19 |
* | Little test for some util.php functions | Lukas Reschke | 2012-10-13 | 1 | -0/+45 |
* | PHPUnit 3.6 does not support @expectedException with the generic exception class | Bart Visscher | 2012-10-12 | 1 | -4/+6 |
* | Fix syntax error in postgres table check code | Bart Visscher | 2012-10-12 | 1 | -1/+1 |
* | Skip apc test when apc is not enabled for CLI | Bart Visscher | 2012-10-12 | 1 | -1/+5 |
* | Fix the db tests when running all tests | Bart Visscher | 2012-10-12 | 2 | -28/+8 |
* | Add unit tests for OC_DB | Bart Visscher | 2012-10-12 | 2 | -0/+208 |
* | fix storage test case | Robin Appelman | 2012-10-11 | 1 | -3/+0 |
* | remove ctime tests for filestorage, ctime will be removed from the storage ap... | Robin Appelman | 2012-10-11 | 1 | -8/+1 |
* | some test cases for fopen of storage backends | Robin Appelman | 2012-10-11 | 1 | -0/+20 |
* | code style | Robin Appelman | 2012-10-11 | 1 | -149/+149 |
* | make sure the share backend test case can find the correct interface | Robin Appelman | 2012-10-10 | 1 | -0/+2 |
* | Merge branch 'phpunit' | Robin Appelman | 2012-10-10 | 10 | -73/+48 |
|\ |
|
| * | merge master into phpunit | Robin Appelman | 2012-10-08 | 2 | -14/+16 |
| |\ |
|
| * | | make archive test cases work again | Robin Appelman | 2012-10-05 | 3 | -37/+29 |
| * | | remove cache ttl tests, take a lot of time and don't work correctly for most ... | Robin Appelman | 2012-10-03 | 3 | -21/+0 |
| * | | initual phpunit support | Robin Appelman | 2012-10-03 | 7 | -16/+25 |
* | | | Manually change appconfig value for share policy so tests work correctly | Michael Gapczynski | 2012-10-09 | 1 | -0/+3 |
| |/
|/| |
|
* | | better detect if we need to init the filesystem for the hooks test | Robin Appelman | 2012-10-07 | 1 | -1/+1 |
* | | fix hook test when not logged in | Robin Appelman | 2012-10-07 | 1 | -1/+6 |
* | | skip some test for storage backends that don't support touch | Robin Appelman | 2012-10-06 | 1 | -13/+15 |
|/ |
|
* | fix test case for when a user is logged in | Robin Appelman | 2012-10-01 | 1 | -1/+4 |
* | add test to make sure filepaths that are passed to filesystems hooks are norm... | Robin Appelman | 2012-10-01 | 1 | -0/+23 |
* | code style | Robin Appelman | 2012-10-01 | 1 | -46/+44 |
* | Fix unsharing from self for group shares and add test for it | Michael Gapczynski | 2012-09-08 | 1 | -0/+8 |
* | adding space between) and { | Thomas Mueller | 2012-09-07 | 19 | -82/+82 |
* | no more require_once() | Thomas Mueller | 2012-09-05 | 2 | -2/+2 |
* | Listen to post_deleteGroup hook in Share API | Michael Gapczynski | 2012-09-02 | 1 | -0/+4 |
* | Restructure generateTarget for the post_addToGroup hook | Michael Gapczynski | 2012-09-02 | 1 | -12/+13 |
* | Fix sharing test case | Michael Gapczynski | 2012-08-28 | 1 | -2/+1 |
* | assert array length and individual content instead of assertEqual on arrays | Thomas Mueller | 2012-08-28 | 1 | -2/+6 |
* | assert array length and individual content instead of assertEqual on arrays | Thomas Mueller | 2012-08-28 | 1 | -1/+6 |
* | add backticks to SQL, use limit parameter instead of LIMIT SQL | Jörn Friedrich Dreyer | 2012-08-25 | 1 | -1/+1 |
* | Revert using item name, no longer allowing the same item source exist for a user | Michael Gapczynski | 2012-08-22 | 2 | -44/+46 |
* | Merge branch 'share_api' | Michael Gapczynski | 2012-08-19 | 3 | -5/+452 |
|\ |
|
| * | Refactor again so we can tell what item is being reshared in case the same so... | Michael Gapczynski | 2012-08-19 | 1 | -41/+33 |
| * | Large refactoring to allow for the same item to be shared to a group and agai... | Michael Gapczynski | 2012-08-19 | 1 | -8/+103 |
| * | File sharing cleanup, works perfectly I think :) | Michael Gapczynski | 2012-08-16 | 1 | -0/+8 |
| * | Add tests for Share API, all tests passing :) | Michael Gapczynski | 2012-08-15 | 3 | -138/+263 |
| * | Merge branch 'master' into share_api | Michael Gapczynski | 2012-08-14 | 1 | -0/+11 |
| |\ |
|