summaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/tests/api.php
Commit message (Expand)AuthorAgeFilesLines
* Update license headersLukas Reschke2015-10-261-1/+1
* Return permissions and expiration on create share responsesRoeland Jago Douma2015-08-301-22/+116
* Actually validate the expire date on shareRoeland Jago Douma2015-08-301-1/+87
* Allow to directly set the expireDate on a new (link)shareRoeland Jago Douma2015-08-291-0/+56
* Extend tests for files_sharing apiRoeland Jago Douma2015-08-111-0/+48
* Merge pull request #16535 from rullzer/ocs_share_api_urlMorris Jobke2015-07-011-0/+45
|\
| * OCS Share API link shares now always have an urlRoeland Jago Douma2015-05-221-0/+45
* | Added unit test to verify link password removealRoeland Jago Douma2015-06-241-1/+23
|/
* Merge pull request #13938 from owncloud/deprecate-iappconfigThomas Müller2015-03-271-5/+15
|\
| * fix unit testsMorris Jobke2015-03-171-5/+15
* | Update license headersJenkins for ownCloud2015-03-261-12/+18
* | Added extra unit testRoeland Jago Douma2015-03-211-0/+5
* | Added unit testRoeland Jago Douma2015-03-191-0/+18
|/
* Shares should have a least read permissionRoeland Jago Douma2015-03-011-0/+71
* Revert "Updating license headers"Morris Jobke2015-02-261-17/+13
* Updating license headersJenkins for ownCloud2015-02-231-13/+17
* first step to drop \OCP\Config:: in favour of IConfigMorris Jobke2014-12-171-4/+5
* 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
|\ \ | |/ |/|