summaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/tests/api.php
Commit message (Collapse)AuthorAgeFilesLines
* finally fix the paths for the OCS Share APIBjoern Schiessle2014-03-131-1/+104
|
* fix path creation for re-shares, issue #7662Bjoern Schiessle2014-03-111-6/+197
|
* we need the file_source to delete a share successfullyBjoern Schiessle2014-03-101-0/+34
|
* fix path in sharing results if it is a file in the Shared folderBjoern Schiessle2014-02-251-0/+68
|
* Added unit tests for shared files watcherVincent Petry2013-11-051-107/+4
| | | | | | - Added base class for sharing unit tests - Added unit tests for shared files watched to check for folder size propagation
* add test for the reshare optionBjoern Schiessle2013-10-171-2/+59
|
* adjust testsBjoern Schiessle2013-10-171-3/+2
|
* Merge pull request #5269 from owncloud/ocs_share_api_add_received_fromBjörn Schießle2013-10-151-1/+2
|\ | | | | ocs share api: add "received_from" and "received_from_displayname" field
| * fix api testsBjoern Schiessle2013-10-111-1/+2
| |
* | Merge pull request #5233 from owncloud/enc_filter_usersBjörn Schießle2013-10-111-3/+4
|\ \ | |/ |/| only encrypt file to users with encryption keys
| * make sure that we are logged in ad user1 while performing the testsBjoern Schiessle2013-10-101-3/+4
| |
* | php 5.3 compatibility for Test_Files_Sharing_ApiThomas Müller2013-10-081-2/+4
|/
* update testsBjoern Schiessle2013-10-041-3/+3
|
* add testUpdateShareUpload()Bjoern Schiessle2013-09-301-3/+62
|
* add getShareFromFolder() testBjoern Schiessle2013-09-301-0/+37
|
* Make sure that testDeleteShare() has some shares to deleteBjoern Schiessle2013-09-301-7/+33
|\
| * flipping arguments on assertEquals() - first argument contains the expected ↵Thomas Müller2013-09-291-4/+4
| | | | | | | | value and second argument contains the value to be asserted
| * - adding unit test testGetShareFromUnknownId()Thomas Müller2013-09-291-3/+17
| | | | | | | | | | - fixing getShareFromId() for Oracle - fixing error message
* | add some commentsBjoern Schiessle2013-09-271-2/+3
|/
* add test getShareFromIdBjoern Schiessle2013-09-271-1/+36
|
* add some additional assertions to the testsBjoern Schiessle2013-09-251-2/+11
|
* add error message to the assertThomas Müller2013-09-251-2/+2
|
* make sure that files are shared correctly before each test and unshared ↵Bjoern Schiessle2013-09-201-2/+43
| | | | again after the test
* disable encrpytion app before performing testsBjoern Schiessle2013-09-201-11/+14
|
* disable encryption app for share API testsBjoern Schiessle2013-09-191-0/+14
|
* remove some unused variablesBjoern Schiessle2013-09-191-6/+0
|
* some unit test for the new ocs share apiBjoern Schiessle2013-09-191-0/+318