summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Routing: Method needs to be uppercaseBart Visscher2012-07-312-6/+6
* Fixup OCS modulesBart Visscher2012-07-316-54/+47
* Fix require 3rdpartypathBart Visscher2012-07-311-2/+2
* Require a username for OC_OAuth::registerConsumer()Tom Needham2012-07-311-2/+1
* Actually login the user when using OAuthTom Needham2012-07-311-0/+7
* Basic OAuth class based on oauth-php. WIPTom Needham2012-07-311-0/+128
* Handle function not needed in lib/ocs.phpTom Needham2012-07-311-181/+0
* Fix error with namespacingTom Needham2012-07-311-1/+1
* Make method staticTom Needham2012-07-311-1/+1
* Fix OC_OCS_Privatedata::privateDataGetBart Visscher2012-07-301-2/+5
* Make calling ocs/v1.php/config workBart Visscher2012-07-304-8/+41
* Fix OC_API::registerBart Visscher2012-07-301-1/+3
* Create OC_Router in OC::initBart Visscher2012-07-301-0/+6
* Move loading of routes to OC_RouterBart Visscher2012-07-302-19/+15
* Add 'ocs' as app name to API registrationBart Visscher2012-07-301-12/+12
* Check if required apps are installedTom Needham2012-07-304-9/+53
* Merge the responses recursivelyTom Needham2012-07-301-4/+2
* Add methods for getting users and creating users to provisioning apiTom Needham2012-07-301-2/+25
* Updated group methods for provisioning apiTom Needham2012-07-301-1/+52
* Add Provisioning_API app and routesTom Needham2012-07-307-0/+226
* Add public class for registering api callsTom Needham2012-07-301-0/+41
* Improve merging of api responsesTom Needham2012-07-301-12/+35
* Authorisation requires you to be logged inTom Needham2012-07-301-0/+1
* Clean code slightlyTom Needham2012-07-301-9/+16
* Record the app that is registering a call to use later with OAuthTom Needham2012-07-301-4/+5
* Add the format parameter inside OC_APITom Needham2012-07-302-12/+12
* Move OCS methods to lib/ocs/.phpTom Needham2012-07-306-1/+184
* Move routes to ocs folderTom Needham2012-07-301-12/+12
* Add core routes and include them in OC_API::call()Tom Needham2012-07-302-3/+30
* Include the css for the OAuth pageTom Needham2012-07-301-0/+1
* Improve styling of permission request pageTom Needham2012-07-302-12/+15
* Basic template for authorising exernal apps with OAuthTom Needham2012-07-302-0/+60
* Add method to check if an app is shipped or notTom Needham2012-07-291-0/+14
* Load routes before calling actionsTom Needham2012-07-281-0/+9
* Fix odd indentation issueTom Needham2012-07-281-89/+89
* Basic structure and functionality of api classTom Needham2012-07-281-0/+91
* Fix merge conflictsTom Needham2012-07-26580-3766/+8758
|\
| * Small cleanupBart Visscher2012-07-251-2/+0
| * Convert new actionsBart Visscher2012-07-251-8/+26
| * Merge branch 'master' into routingBart Visscher2012-07-2521-868/+1272
| |\
| | * OpenID: fix include pathBart Visscher2012-07-251-1/+1
| | * LDAP: replace deprecated constantArthur Schiwon2012-07-251-1/+1
| | * code styleArthur Schiwon2012-07-251-1/+1
| | * LDAP: remove debug outputArthur Schiwon2012-07-251-4/+0
| | * code styleArthur Schiwon2012-07-251-5/+5
| | * LDAP: remove obsolete require_onceArthur Schiwon2012-07-251-3/+0
| | * code styleArthur Schiwon2012-07-251-1/+1
| | * code styleArthur Schiwon2012-07-251-1/+1
| | * remove unnecessary debug outputArthur Schiwon2012-07-251-1/+0
| | * code styleArthur Schiwon2012-07-251-1/+0