Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | | | | | | readded ocs routes | Bernhard Posselt | 2013-01-07 | 1 | -0/+5 | |
| | * | | | | | | fixed error that displayed a white page and a warning that routes could not b... | Bernhard Posselt | 2013-01-07 | 1 | -17/+0 | |
| | | |_|_|_|/ | | |/| | | | | ||||||
| * | | | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2013-01-14 | 1 | -1/+7 | |
| | |/ / / / | |/| | | | | ||||||
| * | | | | | Merge pull request #1133 from owncloud/add_linebreaks_in_sharing | Thomas Müller | 2013-01-10 | 1 | -96/+484 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | add more linebreaks, replace SQL LIMIT with param | Jörn Friedrich Dreyer | 2013-01-09 | 1 | -96/+484 | |
| | |/ / / / | ||||||
| * | / / / | [tx-robot] updated from transifex | Jenkins for ownCloud | 2013-01-11 | 1 | -6/+17 | |
| | |/ / / | |/| | | | ||||||
| * | | | | Merge pull request #1127 from owncloud/fixing-641-for-webdav-master | Thomas Müller | 2013-01-10 | 2 | -0/+78 | |
| |\ \ \ \ | ||||||
| | * | | | | webdav returns "503 Service Unavailable" in case the ownCloud server is curre... | Thomas Mueller | 2013-01-09 | 2 | -0/+78 | |
| | |/ / / | ||||||
| * | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2013-01-10 | 1 | -2/+32 | |
| * | | | | Upstream merged my patch to add additional ssl root certificates to the webda... | Björn Schießle | 2013-01-08 | 1 | -173/+0 | |
| |/ / / | ||||||
* | | | | fixing returns | Thomas Mueller | 2013-01-06 | 2 | -8/+8 | |
* | | | | fixing returns | Thomas Mueller | 2013-01-06 | 1 | -4/+3 | |
* | | | | add missing return | Thomas Mueller | 2013-01-06 | 1 | -1/+2 | |
* | | | | fixing undefined variable $where | Thomas Mueller | 2013-01-06 | 1 | -1/+1 | |
* | | | | fixing undefined variable $result - should be $query I assume | Thomas Mueller | 2013-01-06 | 1 | -1/+1 | |
* | | | | initialize $result | Thomas Mueller | 2013-01-06 | 1 | -1/+1 | |
* | | | | fixing call of OC_Log::write() - missing parameter | Thomas Mueller | 2013-01-06 | 1 | -1/+1 | |
* | | | | removing unused parameter $parameters | Thomas Mueller | 2013-01-06 | 1 | -2/+2 | |
|/ / / | ||||||
* | | | Merge branch 'master' into update-progress | Michael Gapczynski | 2013-01-05 | 14 | -505/+710 | |
|\ \ \ | ||||||
| * \ \ | Merge pull request #1066 from owncloud/fix-388-master | Thomas Müller | 2013-01-05 | 3 | -21/+85 | |
| |\ \ \ | ||||||
| | * | | | remove duplicate return | Thomas Mueller | 2013-01-05 | 1 | -2/+0 | |
| | * | | | enhanced log message | Thomas Mueller | 2013-01-04 | 1 | -1/+1 | |
| | * | | | documentation adjusted on the way | Thomas Mueller | 2013-01-04 | 1 | -0/+1 | |
| | * | | | Fallback to use COM or exec('stat ..') is only executed if stat or filesize r... | Thomas Mueller | 2013-01-04 | 1 | -12/+35 | |
| | * | | | OC_Helper::is_function_enabled() added to find out if a function is available | Thomas Mueller | 2013-01-04 | 1 | -18/+43 | |
| | * | | | workaround for 32-bit systems to handle filesizes bigger than 2GB | Thomas Mueller | 2013-01-03 | 2 | -2/+19 | |
| * | | | | Merge pull request #1053 from owncloud/ocs_api | Michael Gapczynski | 2013-01-04 | 11 | -484/+625 | |
| |\ \ \ \ | | | |/ / | | |/| | | ||||||
| | * | | | Remove WIP OAuth code | Tom Needham | 2012-12-31 | 2 | -206/+0 | |
| | * | | | Code cleanup and add copyright info | Tom Needham | 2012-12-31 | 1 | -1/+23 | |
| | * | | | Merge branch 'master' into ocs_api | Tom Needham | 2012-12-31 | 20 | -874/+1142 | |
| | |\ \ \ | ||||||
| | * | | | | Remove unused methods | Tom Needham | 2012-12-31 | 1 | -16/+0 | |
| | * | | | | Fall back to default log file if logfile config file not found, suppress writ... | Michael Gapczynski | 2012-12-29 | 1 | -5/+10 | |
| | * | | | | Merge branch 'master' into ocs_api | Tom Needham | 2012-12-16 | 14 | -178/+198 | |
| | |\ \ \ \ | ||||||
| | * | | | | | API: PUT and DELETE variables are now accessed from the parameters array | Tom Needham | 2012-12-15 | 1 | -3/+3 | |
| | * | | | | | Merge master into ocs_api, fix conflicts. | Tom Needham | 2012-12-14 | 126 | -1146/+2987 | |
| | |\ \ \ \ \ | ||||||
| | * | | | | | | API: Add check to see if the user is authorised to run the api method | Tom Needham | 2012-12-12 | 1 | -5/+9 | |
| | * | | | | | | API: Include totalitems and itemsperpage meta data when needed. | Tom Needham | 2012-12-12 | 1 | -1/+7 | |
| | * | | | | | | API: Remove old code. Move remaining methods to OC_OCS_Result. | Tom Needham | 2012-12-12 | 4 | -319/+10 | |
| | * | | | | | | API: OCS methods now use OC_OCS_Result to return data | Tom Needham | 2012-12-12 | 4 | -10/+10 | |
| | * | | | | | | API: Further tidying, implement OC_OCS_Result object for api results. | Tom Needham | 2012-12-12 | 2 | -60/+74 | |
| | * | | | | | | API: Specify the response format using a GET parameter | Tom Needham | 2012-12-11 | 1 | -9/+5 | |
| | * | | | | | | Merge master into ocs_api | Tom Needham | 2012-10-28 | 117 | -1090/+2590 | |
| | |\ \ \ \ \ \ | ||||||
| | * | | | | | | | Add API method for sharing a file, currently only via a link. | Tom Needham | 2012-10-28 | 1 | -1/+1 | |
| | * | | | | | | | Allow apps to pass defaults and requirements for their API calls | Tom Needham | 2012-10-28 | 1 | -2/+4 | |
| | * | | | | | | | Merge branch 'master' into ocs_api | Tom Needham | 2012-09-17 | 4 | -8/+13 | |
| | |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | API: Parse PUT and DELETE variables | Tom Needham | 2012-09-17 | 1 | -0/+6 | |
| | * | | | | | | | | API: Fix merge conflict remnants | Tom Needham | 2012-09-17 | 1 | -1/+0 | |
| | * | | | | | | | | API: Allow admins to access SUBADMIN api methods | Tom Needham | 2012-09-14 | 1 | -2/+8 | |
| | * | | | | | | | | API: Use http authentication, check the auth level required | Tom Needham | 2012-09-13 | 1 | -19/+22 | |
| | * | | | | | | | | API: Default to user authentication level | Tom Needham | 2012-09-13 | 1 | -2/+3 |