summaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/tests/api.php
Commit message (Expand)AuthorAgeFilesLines
* OCS API for server-to-server sharingBjoern Schiessle2014-12-041-30/+30
* Replace deprecated constant with new class constantJoas Schilling2014-11-251-3/+3
* Make apps/ extend the \Test\TestCase and fix overwritten methodsJoas Schilling2014-11-191-2/+2
* Fix sharing testsRobin Appelman2014-11-061-0/+3
* remove unnecessary require calls - the ownCloud class loader is supposed to t...Thomas Müller2014-10-301-3/+2
* move some deprecated usage of OC_Config and OC_AppConfig to \OC::serverThomas Müller2014-10-201-11/+11
* Minor fixesMorris Jobke2014-08-051-2/+4
* add OCS api call to set expire date for link sharesBjoern Schiessle2014-07-251-1/+73
* no need to prepare a statement twiceBjoern Schiessle2014-06-101-1/+0
* update share API tests, file shares never have delete permissionsBjoern Schiessle2014-06-061-4/+6
* allow admin to disable sharing for specific groups of usersBjoern Schiessle2014-05-221-0/+72
* Remove all occurences of @brief and @returns from PHPDocMorris Jobke2014-05-191-7/+7
* Fix whitespace issuesRobin McCorkell2014-05-161-5/+5
* Merge pull request #8555 from owncloud/sharing_default_expire_only_public_linksBjörn Schießle2014-05-161-0/+54
|\
| * use default expire date only for link sharesBjoern Schiessle2014-05-161-0/+54
* | allow admin to enforce passwords for public link sharesBjoern Schiessle2014-05-161-0/+54
|/
* Added unit test for sharing ext storage mount pointsVincent Petry2014-05-081-2/+55
* add unit tests which got lost during rebaseBjoern Schiessle2014-04-231-0/+23
* we don't allow to share a folder if it contains a share mount pointBjoern Schiessle2014-04-231-0/+60
* fix share api testsBjoern Schiessle2014-04-231-56/+14
* add tests for sharing files the users doesn't have access toRobin Appelman2014-04-031-0/+23
* finally fix the paths for the OCS Share APIBjoern Schiessle2014-03-251-1/+84
* fix path creation for re-shares, issue #7662Bjoern Schiessle2014-03-251-83/+0
* 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
* 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
|\
| * fix api testsBjoern Schiessle2013-10-111-1/+2
* | Merge pull request #5233 from owncloud/enc_filter_usersBjörn Schießle2013-10-111-3/+4
|\ \ | |/ |/|
| * 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 v...Thomas Müller2013-09-291-4/+4
| * - adding unit test testGetShareFromUnknownId()Thomas Müller2013-09-291-3/+17
* | 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 again...Bjoern Schiessle2013-09-201-2/+43
* 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