| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove unnecessary ob_end_clean() from template tests | Michael Gapczynski | 2013-01-19 | 1 | -4/+0 |
* | remove php closing tag | Thomas Mueller | 2013-01-14 | 2 | -2/+0 |
* | Merge pull request #623 from owncloud/contacts_api_2 | Thomas Müller | 2012-12-11 | 1 | -0/+125 |
|\ |
|
| * | test for search and unregister added | Thomas Mueller | 2012-11-28 | 1 | -6/+51 |
| * | first unit tests implemented | Thomas Mueller | 2012-11-28 | 1 | -0/+80 |
* | | added more unittests for the group file | Bernhard Posselt | 2012-11-28 | 1 | -0/+68 |
|/ |
|
* | Merge pull request #401 from owncloud/share_hooks | Jörn Friedrich Dreyer | 2012-11-28 | 2 | -2/+3 |
|\ |
|
| * | Rename install hook functions to register hook | Bart Visscher | 2012-11-15 | 2 | -2/+2 |
| * | Create functions to install standard hooks | Bart Visscher | 2012-11-13 | 2 | -2/+3 |
* | | Merge branch 'master' of github.com:owncloud/core into vcategories_db | Thomas Tanghus | 2012-11-12 | 1 | -73/+73 |
|\| |
|
| * | Update all to use OCP\PERMISSION_* instead of OCP\Share::PERMISSION_* | Thomas Tanghus | 2012-11-11 | 1 | -73/+73 |
* | | Merge branch 'master' of github.com:owncloud/core into vcategories_db | Thomas Tanghus | 2012-11-06 | 1 | -1/+1 |
|\| |
|
| * | fixes #266 | Thomas Mueller | 2012-11-05 | 1 | -1/+1 |
* | | Remove unused variable. | Thomas Tanghus | 2012-11-05 | 1 | -1/+1 |
* | | Merge branch 'master' of github.com:owncloud/core into vcategories_db | Thomas Tanghus | 2012-11-05 | 11 | -61/+61 |
|\| |
|
| * | Style: Remove all the dangling white spaces | Felix Moeller | 2012-11-04 | 3 | -7/+7 |
| * | Checkstyle fixes: NoSpaceAfterComma | Felix Moeller | 2012-11-04 | 6 | -46/+46 |
| * | Checkstyle fixes for SpaceBeforeOpenBrace | Felix Moeller | 2012-11-04 | 4 | -8/+8 |
* | | Swap expected and actual. | Thomas Tanghus | 2012-11-04 | 1 | -1/+1 |
* | | Merge branch 'master' of github.com:owncloud/core into vcategories_db | Thomas Tanghus | 2012-11-04 | 10 | -107/+142 |
|\| |
|
| * | check for filename blacklist in OC_Filesystem::isValidPath | Robin Appelman | 2012-11-03 | 1 | -0/+1 |
| * | some tests for the file blacklist | Robin Appelman | 2012-11-03 | 1 | -8/+42 |
| * | Merge pull request #220 from fmms/checkstyle02 | Lukas Reschke | 2012-11-02 | 8 | -98/+98 |
| |\ |
|
| | * | Checkstyle: many fixes | Felix Moeller | 2012-11-02 | 8 | -98/+98 |
| * | | fix inlude path for template test | Robin Appelman | 2012-11-02 | 1 | -1/+1 |
| |/ |
|
* | | VCategories: Swap expected and actual in unit tests. | Thomas Tanghus | 2012-11-04 | 1 | -4/+4 |
* | | Switch expectation and result in unit tests. | Thomas Tanghus | 2012-10-31 | 1 | -9/+12 |
* | | Added unit tests for OC_VCategories. | Thomas Tanghus | 2012-10-31 | 1 | -0/+114 |
* | | Added unit test testinsertIfNotExistDontOverwrite. | Thomas Tanghus | 2012-10-31 | 1 | -0/+37 |
* | | Merge branch 'master' of github.com:owncloud/core into vcategories_db | Thomas Tanghus | 2012-10-31 | 1 | -0/+71 |
|\| |
|
| * | fixing Test_TemplateFunctions | Thomas Mueller | 2012-10-31 | 1 | -1/+1 |
| * | fixed copy paste error. 4th test will now test print_unescaped instead of p | Bernhard Posselt | 2012-10-30 | 1 | -2/+2 |
| * | splitted two tests with two assertions each into four tests with one assertion | Bernhard Posselt | 2012-10-30 | 1 | -4/+8 |
| * | assert in proper order | Bernhard Posselt | 2012-10-29 | 1 | -4/+4 |
| * | added tests for p and print_unescaped | Bernhard Posselt | 2012-10-29 | 1 | -0/+67 |
* | | Added unit tests for OC_DB::insertIfNotExist() | Thomas Tanghus | 2012-10-19 | 1 | -0/+26 |
|/ |
|
* | 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 |