aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_sharing
Commit message (Expand)AuthorAgeFilesLines
* use true/false instead of yes/no for publicUpload and subfiles parameterBjoern Schiessle2013-10-041-4/+4
* use always path as parameter to specify a file/folderBjoern Schiessle2013-10-041-3/+3
* also return success if no shares are found.Bjoern Schiessle2013-09-301-3/+4
* 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-302-15/+39
|\
| * 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-292-11/+23
* | add some commentsBjoern Schiessle2013-09-271-2/+3
|/
* add test getShareFromIdBjoern Schiessle2013-09-271-1/+36
* Merge branch 'master' into ocs_share_apiBjoern Schiessle2013-09-2613-19/+112
|\
| * remove unneccessary lib in namespaceJörn Friedrich Dreyer2013-09-201-1/+1
| * namespaces use upcasefirst partsJörn Friedrich Dreyer2013-09-201-1/+1
| * Merge branch 'master' into fix_3728_with_file_exists_dialogJörn Friedrich Dreyer2013-09-194-1/+48
| |\
| | * [tx-robot] updated from transifexJenkins for ownCloud2013-09-184-1/+48
| * | move upload dialog css to separate fileJörn Friedrich Dreyer2013-09-181-0/+1
| * | Merge branch 'master' into fix_3728_with_file_exists_dialogJörn Friedrich Dreyer2013-09-176-15/+43
| |\|
| | * Merge pull request #4838 from owncloud/refactor_upload_jsThomas Müller2013-09-161-14/+13
| | |\
| | | * refactor upload js & html to always use only js to fill form dataJörn Friedrich Dreyer2013-09-131-14/+13
| | * | Merge pull request #4501 from owncloud/ajaxfilelistThomas Müller2013-09-142-2/+2
| | |\ \
| | | * | Ajax calls for "files" and "files_trashbin" appsVincent Petry2013-09-132-2/+2
| | | |/
| | * / [tx-robot] updated from transifexJenkins for ownCloud2013-09-131-0/+7
| | |/
| | * Merge pull request #4719 from owncloud/port_4701_masterThomas Müller2013-09-121-1/+2
| | |\
| | | * more is_resource checks before readdirArthur Schiwon2013-09-051-1/+2
| | * | adding calls to \OCA\files\lib\Helper::determineIcon($i) in files, trashbin a...Thomas Müller2013-09-121-0/+15
| | * | [tx-robot] updated from transifexJenkins for ownCloud2013-09-111-0/+6
| * | | Merge branch 'master' into fix_3728_with_file_exists_dialogJörn Friedrich Dreyer2013-09-102-0/+14
| |\| |
| | * | [tx-robot] updated from transifexJenkins for ownCloud2013-09-102-0/+14
| * | | Merge branch 'master' into fix_3728_with_file_exists_dialogJörn Friedrich Dreyer2013-09-061-1/+1
| |\| |
| | * | [tx-robot] updated from transifexJenkins for ownCloud2013-09-051-1/+1
| | |/
| * | Merge branch 'master' into fix_3728_with_file_exists_dialogJörn Friedrich Dreyer2013-09-0418-34/+148
| |\|
| * | progress fixesJörn Friedrich Dreyer2013-08-161-2/+5
* | | add some additional assertions to the testsBjoern Schiessle2013-09-251-2/+11
* | | add error message to the assertThomas Müller2013-09-251-2/+2
* | | remove debug outputBjoern Schiessle2013-09-231-1/+0
* | | 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
* | | set share id to 'unknown' if we can't retrive oneBjoern Schiessle2013-09-191-7/+6
* | | extend API to get the shares from all files in a given folderBjoern Schiessle2013-09-191-0/+32
* | | remove some unused variablesBjoern Schiessle2013-09-191-6/+0
* | | some unit test for the new ocs share apiBjoern Schiessle2013-09-193-6/+325
* | | return error if wrong shareType is givenBjoern Schiessle2013-09-191-0/+2
* | | remove debug outputBjoern Schiessle2013-09-181-1/+1
* | | use share ID as REST resourceBjoern Schiessle2013-09-172-88/+168
* | | more rest-style APIBjoern Schiessle2013-09-172-52/+133
* | | return error if public upload is disabledBjoern Schiessle2013-09-161-19/+10
* | | allow to set a different permission during initial share operationBjoern Schiessle2013-09-161-3/+3
* | | ocs api for file sharingBjoern Schiessle2013-09-162-61/+84
* | | some more OCS calls for sharingBjoern Schiessle2013-09-062-22/+118