summaryrefslogtreecommitdiffstats
path: root/tests/lib/share
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Check resharing settingMichael Gapczynski2013-02-261-1/+4
|
* drop SimpleTest compatibilityThomas Mueller2013-01-241-1/+1
|
* Rename install hook functions to register hookBart Visscher2012-11-151-1/+1
|
* Create functions to install standard hooksBart Visscher2012-11-131-0/+2
| | | | | Also use these in tests that needs them Fix #151
* Update all to use OCP\PERMISSION_* instead of OCP\Share::PERMISSION_*Thomas Tanghus2012-11-111-73/+73
|
* Style: Remove all the dangling white spacesFelix Moeller2012-11-041-2/+2
|
* Give share test users a unique prefixBart Visscher2012-10-131-4/+4
|
* Swap values for assertEqual to get better error message, also renamed the ↵Bart Visscher2012-10-131-54/+54
| | | | function to phpunit name
* PHPUnit 3.6 does not support @expectedException with the generic exception classBart Visscher2012-10-121-4/+6
|
* make sure the share backend test case can find the correct interfaceRobin Appelman2012-10-101-0/+2
|
* Merge branch 'phpunit'Robin Appelman2012-10-101-1/+3
|\
| * initual phpunit supportRobin Appelman2012-10-031-1/+3
| |
* | Manually change appconfig value for share policy so tests work correctlyMichael Gapczynski2012-10-091-0/+3
|/
* Fix unsharing from self for group shares and add test for itMichael Gapczynski2012-09-081-0/+8
|
* Listen to post_deleteGroup hook in Share APIMichael Gapczynski2012-09-021-0/+4
|
* Restructure generateTarget for the post_addToGroup hookMichael Gapczynski2012-09-021-12/+13
|
* Fix sharing test caseMichael Gapczynski2012-08-281-2/+1
|
* assert array length and individual content instead of assertEqual on arraysThomas Mueller2012-08-281-2/+6
|
* assert array length and individual content instead of assertEqual on arraysThomas Mueller2012-08-281-1/+6
|
* add backticks to SQL, use limit parameter instead of LIMIT SQLJörn Friedrich Dreyer2012-08-251-1/+1
|
* Revert using item name, no longer allowing the same item source exist for a userMichael Gapczynski2012-08-222-44/+46
|
* Refactor again so we can tell what item is being reshared in case the same ↵Michael Gapczynski2012-08-191-41/+33
| | | | source shows up. This is the end of the share_api branch, moving to master.
* Large refactoring to allow for the same item to be shared to a group and ↵Michael Gapczynski2012-08-191-8/+103
| | | | again with a user in the group with different permissions
* File sharing cleanup, works perfectly I think :)Michael Gapczynski2012-08-161-0/+8
|
* Add tests for Share API, all tests passing :)Michael Gapczynski2012-08-152-133/+258
|
* Merge branch 'master' into share_apiMichael Gapczynski2012-07-252-0/+227
Conflicts: apps/calendar/js/loader.js apps/contacts/index.php apps/contacts/js/loader.js apps/files/js/files.js apps/files_sharing/sharedstorage.php lib/filesystemview.php