summaryrefslogtreecommitdiff
path: root/controller/oauthcontroller.php
AgeCommit message (Collapse)Author
2014-10-14Add computer name input field on oauth authorization pageChristian Weiske
2014-09-30store client name and last use time for tokens. show them in token managementChristian Weiske
2014-09-29Show client name in oauth authorization (works for tomdroid only)Christian Weiske
2014-09-26Fix oauth problem with tomdroid.Christian Weiske
Tomdroid[0] uses signpost[1] as oauth library. This lib detected our server as OAuth 1.0 and not 1.0a because callback_confirmed was "TRUE" instead of "true". OAuth 1.0 does not have the verifier parameter, so it was ignored and not sent to our server. The OAuth RFC 5849 specifies in section 2.1: oauth_callback_confirmed MUST be present and set to "true". TRUE is not true, so we failed to implement the spec correctly. [0] https://launchpad.net/tomdroid [1] https://github.com/mttkay/signpost
2014-08-21use factory method for oauthproviderChristian Weiske
2014-08-21CS: tab2spacesChristian Weiske
2014-08-20sync could work if php would not crashChristian Weiske
2014-08-18oauth dance worksChristian Weiske
2014-08-14wipChristian Weiske