Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Routing: Method needs to be uppercase | Bart Visscher | 2012-07-31 | 2 | -6/+6 |
* | Fixup OCS modules | Bart Visscher | 2012-07-31 | 6 | -54/+47 |
* | 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 | 4 | -8/+41 |
* | 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 |
* | Add 'ocs' as app name to API registration | Bart Visscher | 2012-07-30 | 1 | -12/+12 |
* | Check if required apps are installed | Tom Needham | 2012-07-30 | 4 | -9/+53 |
* | Merge the responses recursively | Tom Needham | 2012-07-30 | 1 | -4/+2 |
* | Add methods for getting users and creating users to provisioning api | Tom Needham | 2012-07-30 | 1 | -2/+25 |
* | Updated group methods for provisioning api | Tom Needham | 2012-07-30 | 1 | -1/+52 |
* | Add Provisioning_API app and routes | Tom Needham | 2012-07-30 | 7 | -0/+226 |
* | 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 |
* | Authorisation requires you to be logged in | Tom Needham | 2012-07-30 | 1 | -0/+1 |
* | 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 | 2 | -12/+12 |
* | Move OCS methods to lib/ocs/.php | Tom Needham | 2012-07-30 | 6 | -1/+184 |
* | Move routes to ocs folder | Tom Needham | 2012-07-30 | 1 | -12/+12 |
* | Add core routes and include them in OC_API::call() | Tom Needham | 2012-07-30 | 2 | -3/+30 |
* | Include the css for the OAuth page | Tom Needham | 2012-07-30 | 1 | -0/+1 |
* | Improve styling of permission request page | Tom Needham | 2012-07-30 | 2 | -12/+15 |
* | Basic template for authorising exernal apps with OAuth | Tom Needham | 2012-07-30 | 2 | -0/+60 |
* | 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 |
* | Basic structure and functionality of api class | Tom Needham | 2012-07-28 | 1 | -0/+91 |
* | Fix merge conflicts | Tom Needham | 2012-07-26 | 580 | -3766/+8758 |
|\ | |||||
| * | Small cleanup | Bart Visscher | 2012-07-25 | 1 | -2/+0 |
| * | Convert new actions | Bart Visscher | 2012-07-25 | 1 | -8/+26 |
| * | Merge branch 'master' into routing | Bart Visscher | 2012-07-25 | 21 | -868/+1272 |
| |\ | |||||
| | * | OpenID: fix include path | Bart Visscher | 2012-07-25 | 1 | -1/+1 |
| | * | LDAP: replace deprecated constant | Arthur Schiwon | 2012-07-25 | 1 | -1/+1 |
| | * | code style | Arthur Schiwon | 2012-07-25 | 1 | -1/+1 |
| | * | LDAP: remove debug output | Arthur Schiwon | 2012-07-25 | 1 | -4/+0 |
| | * | code style | Arthur Schiwon | 2012-07-25 | 1 | -5/+5 |
| | * | LDAP: remove obsolete require_once | Arthur Schiwon | 2012-07-25 | 1 | -3/+0 |
| | * | code style | Arthur Schiwon | 2012-07-25 | 1 | -1/+1 |
| | * | code style | Arthur Schiwon | 2012-07-25 | 1 | -1/+1 |
| | * | remove unnecessary debug output | Arthur Schiwon | 2012-07-25 | 1 | -1/+0 |
| | * | code style | Arthur Schiwon | 2012-07-25 | 1 | -1/+0 |