summaryrefslogtreecommitdiff
path: root/lib/oauthstore.php
AgeCommit message (Expand)Author
2010-10-13Clean up remote avatar temporary files if we fail before saving them into ava...Brion Vibber
2010-10-06- Update ApiOauthAuthorizeAction to 1.0aZach Copley
2010-09-12Update translator documentation and add punctuation where missing to exceptio...Siebrand Mazeland
2010-03-01Return empty array when no subscriptions to remoteEvan Prodromou
2010-02-05Actually store the timestamp on each nonceZach Copley
2010-01-25Offload inbox updates to a queue handler to speed up posting onlineEvan Prodromou
2009-12-11change Notice::saveNew() to use named arguments for little-used optionsEvan Prodromou
2009-11-25Fix regression in remote subscription; added hasRole() shadow method on Remot...Brion Vibber
2009-11-16block subscribes by silenced usersEvan Prodromou
2009-11-08Harmonise UI message "No such user."Siebrand Mazeland
2009-09-29remove string-checks from code using Notice::saveNew()Evan Prodromou
2009-08-27Merge branch '0.8.x' into 0.9.xEvan Prodromou
2009-08-26define LACONICA and accept LACONICA for backwards compatibilityEvan Prodromou
2009-08-25change LACONICA to STATUSNETEvan Prodromou
2009-08-25a distributed -> the distributedEvan Prodromou
2009-08-25change Laconica and Control Yourself to StatusNet in PHP filesEvan Prodromou
2009-08-10Replace own OMB stack with libomb.Adrian Lang
2009-06-20Update copyright dates in files modified in 2009Evan Prodromou
2009-06-20change Controlez-Vous to Control YourselfEvan Prodromou
2009-03-07helpful documentation for oauthstore nonce stuffEvan Prodromou
2009-03-07Fix nonce usage in OAuth storeEvan Prodromou
2009-03-05Fixed bad field name in oauthstore. (fix submitted by oxygene)CiaranG
2008-12-23move opening brace of class declaration to next lineEvan Prodromou
2008-12-23TRUEEvan Prodromou
2008-12-23change function headers to K&R styleEvan Prodromou
2008-12-23replace NULL with nullEvan Prodromou
2008-12-23replace all tabs with four spacesEvan Prodromou
2008-07-09Merge conflicts and kill a whole lot of trailing whitespace on lines.Mike Cochrane
2008-06-06debugging output for new_access_tokenEvan Prodromou
2008-06-06mixed up token keys and OAuthToken objectsEvan Prodromou
2008-06-06mixed up OAuthConsumer and Consumer classesEvan Prodromou
2008-06-06seem to be storing tokens with null consumer keysEvan Prodromou
2008-06-04full interface for userauthorizationEvan Prodromou
2008-06-02fix consumer fetching, nonce makingEvan Prodromou
2008-06-02change names, updateEvan Prodromou
2008-05-30interim commit after pull from serverEvan Prodromou
2008-05-27server-side storage modelEvan Prodromou