Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | | | | | | | | Fix autoloader merge conflict | Tom Needham | 2012-09-13 | 1 | -2/+4 | |
| | * | | | | | | | | Remove a merge conflict | Tom Needham | 2012-09-13 | 1 | -4/+1 | |
| | * | | | | | | | | Fix merge conflicts | Tom Needham | 2012-09-13 | 133 | -2845/+6597 | |
| | |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | API: Require api calls to register the required auth level | Tom Needham | 2012-09-13 | 1 | -7/+56 | |
| | * | | | | | | | | | API: Fix /person/check api method | Tom Needham | 2012-09-05 | 1 | -0/+1 | |
| | * | | | | | | | | | Fix ocs/person/check | Tom Needham | 2012-09-05 | 1 | -4/+5 | |
| | * | | | | | | | | | API: remove OAuth auth check, respond in ocs formatted xml/json | Tom Needham | 2012-09-04 | 1 | -11/+25 | |
| | * | | | | | | | | | API: Add callback_fail, add OC_OAuth::init and bespoke request token method | Tom Needham | 2012-09-04 | 2 | -18/+54 | |
| | * | | | | | | | | | Add ownCloud OAuth store backend. WIP | Tom Needham | 2012-08-30 | 1 | -5/+69 | |
| | * | | | | | | | | | Fix class name | Tom Needham | 2012-08-30 | 1 | -1/+1 | |
| | * | | | | | | | | | API: Fix merging of responses. Return 400 error when no OAuth operation sent. | Tom Needham | 2012-08-03 | 1 | -5/+5 | |
| | * | | | | | | | | | API: Check if the consumer has permissions to access the requested method | Tom Needham | 2012-08-03 | 2 | -4/+11 | |
| | * | | | | | | | | | Move OAuth classes into lib/oauth | Tom Needham | 2012-08-03 | 3 | -3/+39 | |
| | * | | | | | | | | | OAuth server implementation using oauth library | Michael Gapczynski | 2012-08-02 | 2 | -102/+45 | |
| | * | | | | | | | | | Routing: combine all routes into one set | Bart Visscher | 2012-08-02 | 2 | -8/+15 | |
| | * | | | | | | | | | Move loading of routes to OC::getRouter function | Bart Visscher | 2012-08-02 | 2 | -1/+7 | |
| | * | | | | | | | | | Quick fix for xml encoding arrays | Bart Visscher | 2012-08-02 | 1 | -0/+3 | |
| | * | | | | | | | | | Change access to router object to getter function | Bart Visscher | 2012-08-02 | 2 | -7/+13 | |
| | * | | | | | | | | | API: Complete respond function | Bart Visscher | 2012-08-01 | 1 | -3/+22 | |
| | * | | | | | | | | | Logout the user at the end of a call to be stateless | Tom Needham | 2012-08-01 | 1 | -0/+2 | |
| | * | | | | | | | | | API: add OC_API::checkLoggedIn() | Tom Needham | 2012-08-01 | 1 | -0/+11 | |
| | * | | | | | | | | | Remove unnecessary include | Tom Needham | 2012-08-01 | 1 | -1/+0 | |
| | * | | | | | | | | | Fix 3rdparty paths, initialise OAuth in correct order | Tom Needham | 2012-08-01 | 1 | -4/+6 | |
| | * | | | | | | | | | Fix /privatedata/getattribute route | Bart Visscher | 2012-07-31 | 1 | -4/+6 | |
| | * | | | | | | | | | API: set request method for registered urls | Bart Visscher | 2012-07-31 | 1 | -0/+1 | |
| | * | | | | | | | | | Routing: Method needs to be uppercase | Bart Visscher | 2012-07-31 | 2 | -6/+6 | |
| | * | | | | | | | | | Fixup OCS modules | Bart Visscher | 2012-07-31 | 5 | -46/+39 | |
| | * | | | | | | | | | Fix require 3rdpartypath | Bart Visscher | 2012-07-31 | 1 | -2/+2 | |
| | * | | | | | | | | | Require a username for OC_OAuth::registerConsumer() | Tom Needham | 2012-07-31 | 1 | -2/+1 | |
| | * | | | | | | | | | Actually login the user when using OAuth | Tom Needham | 2012-07-31 | 1 | -0/+7 | |
| | * | | | | | | | | | Basic OAuth class based on oauth-php. WIP | Tom Needham | 2012-07-31 | 1 | -0/+128 | |
| | * | | | | | | | | | Handle function not needed in lib/ocs.php | Tom Needham | 2012-07-31 | 1 | -181/+0 | |
| | * | | | | | | | | | Fix error with namespacing | Tom Needham | 2012-07-31 | 1 | -1/+1 | |
| | * | | | | | | | | | Make method static | Tom Needham | 2012-07-31 | 1 | -1/+1 | |
| | * | | | | | | | | | Fix OC_OCS_Privatedata::privateDataGet | Bart Visscher | 2012-07-30 | 1 | -2/+5 | |
| | * | | | | | | | | | Make calling ocs/v1.php/config work | Bart Visscher | 2012-07-30 | 3 | -6/+31 | |
| | * | | | | | | | | | Fix OC_API::register | Bart Visscher | 2012-07-30 | 1 | -1/+3 | |
| | * | | | | | | | | | Create OC_Router in OC::init | Bart Visscher | 2012-07-30 | 1 | -0/+6 | |
| | * | | | | | | | | | Move loading of routes to OC_Router | Bart Visscher | 2012-07-30 | 2 | -19/+15 | |
| | * | | | | | | | | | Merge the responses recursively | Tom Needham | 2012-07-30 | 1 | -4/+2 | |
| | * | | | | | | | | | Add public class for registering api calls | Tom Needham | 2012-07-30 | 1 | -0/+41 | |
| | * | | | | | | | | | Improve merging of api responses | Tom Needham | 2012-07-30 | 1 | -12/+35 | |
| | * | | | | | | | | | Clean code slightly | Tom Needham | 2012-07-30 | 1 | -9/+16 | |
| | * | | | | | | | | | Record the app that is registering a call to use later with OAuth | Tom Needham | 2012-07-30 | 1 | -4/+5 | |
| | * | | | | | | | | | Add the format parameter inside OC_API | Tom Needham | 2012-07-30 | 1 | -1/+1 | |
| | * | | | | | | | | | Move OCS methods to lib/ocs/.php | Tom Needham | 2012-07-30 | 6 | -1/+184 | |
| | * | | | | | | | | | Add core routes and include them in OC_API::call() | Tom Needham | 2012-07-30 | 1 | -3/+5 | |
| | * | | | | | | | | | Add method to check if an app is shipped or not | Tom Needham | 2012-07-29 | 1 | -0/+14 | |
| | * | | | | | | | | | Load routes before calling actions | Tom Needham | 2012-07-28 | 1 | -0/+9 | |
| | * | | | | | | | | | Fix odd indentation issue | Tom Needham | 2012-07-28 | 1 | -89/+89 |