summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
| | * code styleArthur Schiwon2012-07-251-2/+3
| | * LDAP: adjust test after refactoringArthur Schiwon2012-07-251-2/+2
| | * LDAP: silence warning, but handle the errorArthur Schiwon2012-07-251-1/+6
| | * LDAP: split up LIB_LDAP into Access for LDAP interaction functions and Connec...Arthur Schiwon2012-07-255-372/+479
| | * method not used externally, thus not needed in interfaceArthur Schiwon2012-07-251-10/+0
| | * LDAP: group backend now implements the interface, does not inherit backend classArthur Schiwon2012-07-251-1/+14
| | * provide recursiveArraySearch as Helper function and make available through APIArthur Schiwon2012-07-252-1/+38
| | * LDAP: put app under the OCA\user_ldap\ namespaceArthur Schiwon2012-07-253-44/+46
| | * Support for OCA namespaceArthur Schiwon2012-07-251-0/+3
| | * Support for OCA namespaceArthur Schiwon2012-07-252-1/+2
| | * LDAP: switch user backend from extending class OC_User_Backend to implementin...Arthur Schiwon2012-07-251-1/+24
| | * remove only internally used function from interfaceArthur Schiwon2012-07-251-9/+0
| | * Offer User and Group interfaces in public APIArthur Schiwon2012-07-252-0/+62
| | * LDAP: pass user backend as instance, not classnameArthur Schiwon2012-07-251-1/+1
| | * define an interface for the Group BackendArthur Schiwon2012-07-253-5/+91
| | * define an interface for the User BackendArthur Schiwon2012-07-253-3/+72
| | * add the calls for the new keyserver. Still not connectect to the encryption s...Frank Karlitschek2012-07-241-4/+81
| | * migrate the webapps call to ocsFrank Karlitschek2012-07-241-54/+0
| * | Add functions for the common HTTP methodsBart Visscher2012-07-251-0/+15
| * | Merge branch 'master' into routingBart Visscher2012-07-2465-1341/+3455
| |\|
| | * some indention fixesRobin Appelman2012-07-249-183/+152
| | * move some openid files to 3rdpartyRobin Appelman2012-07-245-3/+3