| Commit message (Expand) | Author | Age | Files | Lines |
* | drop SimpleTest compatibility | Thomas Mueller | 2013-01-24 | 1 | -1/+1 |
* | Rename install hook functions to register hook | Bart Visscher | 2012-11-15 | 1 | -1/+1 |
* | Create functions to install standard hooks | Bart Visscher | 2012-11-13 | 1 | -0/+2 |
* | Update all to use OCP\PERMISSION_* instead of OCP\Share::PERMISSION_* | Thomas Tanghus | 2012-11-11 | 1 | -73/+73 |
* | Style: Remove all the dangling white spaces | Felix Moeller | 2012-11-04 | 1 | -2/+2 |
* | Give share test users a unique prefix | Bart Visscher | 2012-10-13 | 1 | -4/+4 |
* | Swap values for assertEqual to get better error message, also renamed the fun... | Bart Visscher | 2012-10-13 | 1 | -54/+54 |
* | PHPUnit 3.6 does not support @expectedException with the generic exception class | Bart Visscher | 2012-10-12 | 1 | -4/+6 |
* | 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 | 1 | -1/+3 |
|\ |
|
| * | initual phpunit support | Robin Appelman | 2012-10-03 | 1 | -1/+3 |
* | | Manually change appconfig value for share policy so tests work correctly | Michael Gapczynski | 2012-10-09 | 1 | -0/+3 |
|/ |
|
* | Fix unsharing from self for group shares and add test for it | Michael Gapczynski | 2012-09-08 | 1 | -0/+8 |
* | 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 |
* | 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 | 2 | -133/+258 |
* | Merge branch 'master' into share_api | Michael Gapczynski | 2012-07-25 | 2 | -0/+227 |