summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | Merge branch 'enhance_request' of github.com:owncloud/core into enhance_requestThomas Tanghus2013-09-300-0/+0
| | |\ \ \ \ \ \
| | | * | | | | | Implement PUT an PATCH supportThomas Tanghus2013-09-284-30/+281
| | | * | | | | | Add interface docs to IRequest.Thomas Tanghus2013-09-271-0/+22
| | | * | | | | | Add patch method to OC_RouteThomas Tanghus2013-09-271-0/+8
| | | * | | | | | Check if accessor matched request method.Thomas Tanghus2013-09-272-0/+30
| | * | | | | | | Remove JSON request parsing from ServerThomas Tanghus2013-09-302-13/+1
| | * | | | | | | Add assertions for ->params and array access with jsonThomas Tanghus2013-09-301-0/+2
| | * | | | | | | Implement PUT an PATCH supportThomas Tanghus2013-09-304-30/+281
| | * | | | | | | Add interface docs to IRequest.Thomas Tanghus2013-09-301-0/+22
| | * | | | | | | Add patch method to OC_RouteThomas Tanghus2013-09-301-0/+8
| | * | | | | | | Check if accessor matched request method.Thomas Tanghus2013-09-302-0/+30
| * | | | | | | | Remove getContent() from IRequestThomas Tanghus2013-10-011-8/+0
| * | | | | | | | Remove JSON request parsing from ServerThomas Tanghus2013-10-012-13/+1
| * | | | | | | | Add assertions for ->params and array access with jsonThomas Tanghus2013-10-011-0/+2
| * | | | | | | | Implement PUT an PATCH supportThomas Tanghus2013-10-014-30/+281
| * | | | | | | | Add interface docs to IRequest.Thomas Tanghus2013-10-011-0/+22
| * | | | | | | | Add patch method to OC_RouteThomas Tanghus2013-10-011-0/+8
| * | | | | | | | Check if accessor matched request method.Thomas Tanghus2013-10-012-0/+30
* | | | | | | | | increase version number to trigger db updateBjoern Schiessle2013-10-041-1/+1
| |_|_|_|_|_|/ / |/| | | | | | |
* | | | | | | | Merge pull request #4877 from owncloud/ocs_share_apiBjörn Schießle2013-10-046-2/+1037
|\ \ \ \ \ \ \ \ | |_|_|_|_|/ / / |/| | | | | | |
| * | | | | | | update testsBjoern Schiessle2013-10-041-3/+3
| * | | | | | | 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
| * | | | | | | check if encryption app is enabled before trying to calculate file sizeBjoern Schiessle2013-09-261-1/+1
| * | | | | | | Merge branch 'master' into ocs_share_apiBjoern Schiessle2013-09-261081-16425/+51927
| |\ \ \ \ \ \ \
| * | | | | | | | fix check if app is enabledBjoern Schiessle2013-09-261-1/+2
| * | | | | | | | check if key exists before reading itBjoern Schiessle2013-09-261-1/+4
| * | | | | | | | 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
| * | | | | | | | check if encryption app is enabledBjoern Schiessle2013-09-201-4/+3
| * | | | | | | | 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-194-6/+326
| * | | | | | | | 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