Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix others | Joas Schilling | 2016-07-21 | 1 | -2/+4 |
| | |||||
* | remove unused parameter | Bjoern Schiessle | 2016-07-14 | 1 | -1/+1 |
| | |||||
* | Update license headers | Lukas Reschke | 2016-05-26 | 1 | -1/+1 |
| | |||||
* | update share permissions | Björn Schießle | 2016-05-20 | 1 | -1/+1 |
| | |||||
* | create re-share by owner and propagate unshare and unshare-from self request | Björn Schießle | 2016-05-20 | 1 | -1/+41 |
| | | | | correctly accross share owner and share initiator | ||||
* | use query builder for getShare and add tests | Björn Schießle | 2016-05-20 | 1 | -1/+1 |
| | |||||
* | move request handler for federated shares to the federated sharing app | Björn Schießle | 2016-05-20 | 1 | -1/+1 |
| | |||||
* | move federated sharing settings to the federatedfilesharing app | Björn Schießle | 2016-04-22 | 1 | -1/+2 |
| | |||||
* | Happy new year! | Thomas Müller | 2016-01-12 | 1 | -2/+2 |
| | |||||
* | Combine OCS API getUser method code into provisioning_api app | Roeland Jago Douma | 2015-10-13 | 1 | -7/+0 |
| | | | | | | Fixes #13002 Move the cloud/users/{userid} code in total to the provisioning API. | ||||
* | deduplicate @xenopathic | Morris Jobke | 2015-10-06 | 1 | -1/+1 |
| | |||||
* | update licence headers via script | Morris Jobke | 2015-10-05 | 1 | -0/+1 |
| | |||||
* | Check if files_sharing is actually enabled before using it | Robin McCorkell | 2015-09-09 | 1 | -9/+11 |
| | |||||
* | update license headers and authors | Morris Jobke | 2015-06-25 | 1 | -0/+1 |
| | |||||
* | Fix usage of deprecated private constants | Joas Schilling | 2015-04-18 | 1 | -28/+30 |
| | |||||
* | Update license headers | Jenkins for ownCloud | 2015-03-26 | 1 | -3/+21 |
| | |||||
* | Revert "Updating license headers" | Morris Jobke | 2015-02-26 | 1 | -20/+4 |
| | | | | This reverts commit 6a1a4880f0d556fb090f19a5019fec31916f5c36. | ||||
* | Updating license headers | Jenkins for ownCloud | 2015-02-23 | 1 | -4/+20 |
| | |||||
* | OCS API for server-to-server sharing | Bjoern Schiessle | 2014-12-04 | 1 | -0/+30 |
| | |||||
* | New OCS route: | Thomas Müller | 2013-10-21 | 1 | -1/+8 |
| | | | | | | | | | | | | | | | | | | /ocs/cloud/user Response: <?xml version="1.0"?> <ocs> <meta> <status>ok</status> <statuscode>100</statuscode> <message/> </meta> <data> <id>thomas</id> <display-name>DeepDiver</display-name> <email>no-response@domain.tld</email> </data> </ocs> | ||||
* | remove the activity call here. it is not implemented anyways. This will be ↵ | Frank Karlitschek | 2013-08-31 | 1 | -8/+0 |
| | | | | provided by Activity app in the future. | ||||
* | Add quota to core api | Tom Needham | 2013-08-27 | 1 | -1/+8 |
| | |||||
* | Add _many_ newlines at the end of files | kondou | 2013-08-18 | 1 | -1/+1 |
| | |||||
* | Fix typo | Tom Needham | 2013-04-27 | 1 | -1/+1 |
| | |||||
* | Code style for ocs/routes.php | Tom Needham | 2013-04-27 | 1 | -9/+65 |
| | |||||
* | Change app identifier for core api routes | Tom Needham | 2013-04-27 | 1 | -8/+8 |
| | |||||
* | Fix api result merging. | Tom Needham | 2013-02-09 | 1 | -1/+1 |
| | |||||
* | Add new /cloud/capabilities route and remove unused methods | Tom Needham | 2013-01-16 | 1 | -1/+2 |
| | |||||
* | remove php closing tag | Thomas Mueller | 2013-01-14 | 1 | -1/+1 |
| | |||||
* | API: Tidy up routes.php, remove redundant call registration | Tom Needham | 2012-12-14 | 1 | -9/+0 |
| | |||||
* | API: Remove old code. Move remaining methods to OC_OCS_Result. | Tom Needham | 2012-12-12 | 1 | -1/+7 |
| | |||||
* | API: Add required auth level to OCS routes, move some routes to ↵ | Tom Needham | 2012-09-13 | 1 | -13/+9 |
| | | | | provisioning_api app | ||||
* | Fix the api routes | Tom Needham | 2012-08-01 | 1 | -2/+2 |
| | |||||
* | Fix /privatedata/getattribute route | Bart Visscher | 2012-07-31 | 1 | -0/+2 |
| | |||||
* | Fixup OCS modules | Bart Visscher | 2012-07-31 | 1 | -8/+8 |
| | |||||
* | Add 'ocs' as app name to API registration | Bart Visscher | 2012-07-30 | 1 | -12/+12 |
| | |||||
* | Add the format parameter inside OC_API | Tom Needham | 2012-07-30 | 1 | -11/+11 |
| | |||||
* | Move routes to ocs folder | Tom Needham | 2012-07-30 | 1 | -0/+25 |