Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | | | | | | Merge branch 'enhance_request' of github.com:owncloud/core into enhance_request | Thomas Tanghus | 2013-09-30 | 0 | -0/+0 | |
| | |\ \ \ \ \ \ | ||||||
| | | * | | | | | | Implement PUT an PATCH support | Thomas Tanghus | 2013-09-28 | 4 | -30/+281 | |
| | | * | | | | | | Add interface docs to IRequest. | Thomas Tanghus | 2013-09-27 | 1 | -0/+22 | |
| | | * | | | | | | Add patch method to OC_Route | Thomas Tanghus | 2013-09-27 | 1 | -0/+8 | |
| | | * | | | | | | Check if accessor matched request method. | Thomas Tanghus | 2013-09-27 | 2 | -0/+30 | |
| | * | | | | | | | Remove JSON request parsing from Server | Thomas Tanghus | 2013-09-30 | 2 | -13/+1 | |
| | * | | | | | | | Add assertions for ->params and array access with json | Thomas Tanghus | 2013-09-30 | 1 | -0/+2 | |
| | * | | | | | | | Implement PUT an PATCH support | Thomas Tanghus | 2013-09-30 | 4 | -30/+281 | |
| | * | | | | | | | Add interface docs to IRequest. | Thomas Tanghus | 2013-09-30 | 1 | -0/+22 | |
| | * | | | | | | | Add patch method to OC_Route | Thomas Tanghus | 2013-09-30 | 1 | -0/+8 | |
| | * | | | | | | | Check if accessor matched request method. | Thomas Tanghus | 2013-09-30 | 2 | -0/+30 | |
| * | | | | | | | | Remove getContent() from IRequest | Thomas Tanghus | 2013-10-01 | 1 | -8/+0 | |
| * | | | | | | | | Remove JSON request parsing from Server | Thomas Tanghus | 2013-10-01 | 2 | -13/+1 | |
| * | | | | | | | | Add assertions for ->params and array access with json | Thomas Tanghus | 2013-10-01 | 1 | -0/+2 | |
| * | | | | | | | | Implement PUT an PATCH support | Thomas Tanghus | 2013-10-01 | 4 | -30/+281 | |
| * | | | | | | | | Add interface docs to IRequest. | Thomas Tanghus | 2013-10-01 | 1 | -0/+22 | |
| * | | | | | | | | Add patch method to OC_Route | Thomas Tanghus | 2013-10-01 | 1 | -0/+8 | |
| * | | | | | | | | Check if accessor matched request method. | Thomas Tanghus | 2013-10-01 | 2 | -0/+30 | |
* | | | | | | | | | increase version number to trigger db update | Bjoern Schiessle | 2013-10-04 | 1 | -1/+1 | |
| |_|_|_|_|_|/ / |/| | | | | | | | ||||||
* | | | | | | | | Merge pull request #4877 from owncloud/ocs_share_api | Björn Schießle | 2013-10-04 | 6 | -2/+1037 | |
|\ \ \ \ \ \ \ \ | |_|_|_|_|/ / / |/| | | | | | | | ||||||
| * | | | | | | | update tests | Bjoern Schiessle | 2013-10-04 | 1 | -3/+3 | |
| * | | | | | | | use true/false instead of yes/no for publicUpload and subfiles parameter | Bjoern Schiessle | 2013-10-04 | 1 | -4/+4 | |
| * | | | | | | | use always path as parameter to specify a file/folder | Bjoern Schiessle | 2013-10-04 | 1 | -3/+3 | |
| * | | | | | | | also return success if no shares are found. | Bjoern Schiessle | 2013-09-30 | 1 | -3/+4 | |
| * | | | | | | | add testUpdateShareUpload() | Bjoern Schiessle | 2013-09-30 | 1 | -3/+62 | |
| * | | | | | | | add getShareFromFolder() test | Bjoern Schiessle | 2013-09-30 | 1 | -0/+37 | |
| * | | | | | | | Make sure that testDeleteShare() has some shares to delete | Bjoern Schiessle | 2013-09-30 | 2 | -15/+39 | |
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | flipping arguments on assertEquals() - first argument contains the expected v... | Thomas Müller | 2013-09-29 | 1 | -4/+4 | |
| | * | | | | | | | - adding unit test testGetShareFromUnknownId() | Thomas Müller | 2013-09-29 | 2 | -11/+23 | |
| * | | | | | | | | add some comments | Bjoern Schiessle | 2013-09-27 | 1 | -2/+3 | |
| |/ / / / / / / | ||||||
| * | | | | | | | add test getShareFromId | Bjoern Schiessle | 2013-09-27 | 1 | -1/+36 | |
| * | | | | | | | check if encryption app is enabled before trying to calculate file size | Bjoern Schiessle | 2013-09-26 | 1 | -1/+1 | |
| * | | | | | | | Merge branch 'master' into ocs_share_api | Bjoern Schiessle | 2013-09-26 | 1081 | -16425/+51927 | |
| |\ \ \ \ \ \ \ | ||||||
| * | | | | | | | | fix check if app is enabled | Bjoern Schiessle | 2013-09-26 | 1 | -1/+2 | |
| * | | | | | | | | check if key exists before reading it | Bjoern Schiessle | 2013-09-26 | 1 | -1/+4 | |
| * | | | | | | | | add some additional assertions to the tests | Bjoern Schiessle | 2013-09-25 | 1 | -2/+11 | |
| * | | | | | | | | add error message to the assert | Thomas Müller | 2013-09-25 | 1 | -2/+2 | |
| * | | | | | | | | remove debug output | Bjoern Schiessle | 2013-09-23 | 1 | -1/+0 | |
| * | | | | | | | | make sure that files are shared correctly before each test and unshared again... | Bjoern Schiessle | 2013-09-20 | 1 | -2/+43 | |
| * | | | | | | | | disable encrpytion app before performing tests | Bjoern Schiessle | 2013-09-20 | 1 | -11/+14 | |
| * | | | | | | | | check if encryption app is enabled | Bjoern Schiessle | 2013-09-20 | 1 | -4/+3 | |
| * | | | | | | | | disable encryption app for share API tests | Bjoern Schiessle | 2013-09-19 | 1 | -0/+14 | |
| * | | | | | | | | set share id to 'unknown' if we can't retrive one | Bjoern Schiessle | 2013-09-19 | 1 | -7/+6 | |
| * | | | | | | | | extend API to get the shares from all files in a given folder | Bjoern Schiessle | 2013-09-19 | 1 | -0/+32 | |
| * | | | | | | | | remove some unused variables | Bjoern Schiessle | 2013-09-19 | 1 | -6/+0 | |
| * | | | | | | | | some unit test for the new ocs share api | Bjoern Schiessle | 2013-09-19 | 4 | -6/+326 | |
| * | | | | | | | | return error if wrong shareType is given | Bjoern Schiessle | 2013-09-19 | 1 | -0/+2 | |
| * | | | | | | | | remove debug output | Bjoern Schiessle | 2013-09-18 | 1 | -1/+1 | |
| * | | | | | | | | use share ID as REST resource | Bjoern Schiessle | 2013-09-17 | 2 | -88/+168 | |
| * | | | | | | | | more rest-style API | Bjoern Schiessle | 2013-09-17 | 2 | -52/+133 |