Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #623 from owncloud/contacts_api_2 | Thomas Müller | 2012-12-11 | 1 | -0/+125 |
|\ | | | | | Contacts API has been implemented and unit tests are provided | ||||
| * | 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 |
| | | |||||
* | | Enabling unit testing for apptemplate_advanced | Thomas Müller | 2012-12-04 | 1 | -0/+1 |
| | | |||||
* | | 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 |
|\ | | | | | Create functions to install standard hooks | ||||
| * | 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 |
| | | | | | | | | | | Also use these in tests that needs them Fix #151 | ||||
* | | Don't use indexes in test data as postgres complains over duplicate keys. | Thomas Tanghus | 2012-11-12 | 1 | -41/+0 |
| | | |||||
* | | 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-11 | 1 | -0/+2 |
|\| | |||||
| * | Disable loading apps before starting tests | Bart Visscher | 2012-11-10 | 1 | -0/+2 |
| | | | | | | | | The tests it self should load the app if needed | ||||
* | | 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 | 13 | -69/+69 |
|\| | | | | | | | | | Conflicts: lib/vcategories.php | ||||
| * | Style: Remove all the dangling white spaces | Felix Moeller | 2012-11-04 | 4 | -10/+10 |
| | | |||||
| * | Checkstyle fixes: NoSpaceAfterComma | Felix Moeller | 2012-11-04 | 6 | -46/+46 |
| | | |||||
| * | Checkstyle fixes for SpaceBeforeOpenBrace | Felix Moeller | 2012-11-04 | 5 | -13/+13 |
| | | |||||
* | | 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 |
|\| | | | | | | | | | Conflicts: lib/vcategories.php | ||||
| * | 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 | ||||
| | * | 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 |
| | | |||||
* | | Merge branch 'master' of github.com:owncloud/core into vcategories_db | Thomas Tanghus | 2012-10-30 | 3 | -2/+37 |
|\| | | | | | | | | | | | Fix conflicts: core/ajax/vcategories/add.php core/ajax/vcategories/delete.php | ||||
| * | disble breaking test cases for now | Thomas Müller | 2012-10-28 | 1 | -4/+4 |
| | | |||||
| * | fix running app tests | Robin Appelman | 2012-10-28 | 1 | -2/+0 |
| | | |||||
| * | don't enable user_external | Thomas Müller | 2012-10-27 | 1 | -1/+1 |
| | | |||||
| * | don't enable apps twice | Thomas Müller | 2012-10-27 | 1 | -2/+0 |
| | | |||||
| * | fix paths in preeseed-config.php | Thomas Müller | 2012-10-27 | 1 | -2/+2 |
| | | |||||
| * | exeuting tests now on apps as well - the apps repo shall be cloned into the ↵ | Thomas Müller | 2012-10-27 | 2 | -0/+39 |
| | | | | | | | | sub folder apps2 | ||||
* | | Merge branch 'master' of github.com:owncloud/core into vcategories_db | Thomas Tanghus | 2012-10-19 | 1 | -0/+7 |
|\| | |||||
| * | Filter added to get all files into coderage report | Thomas Müller | 2012-10-19 | 1 | -0/+7 |
| | | |||||
* | | Added unit tests for OC_DB::insertIfNotExist() | Thomas Tanghus | 2012-10-19 | 2 | -0/+110 |
|/ | |||||
* | 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 |
| |