summaryrefslogtreecommitdiff
path: root/lib/apiauth.php
AgeCommit message (Expand)Author
2010-10-20* i18n/L10n fixes.Siebrand Mazeland
2010-10-19Add support for an anonymous OAuth consumer. Note: this requires aZach Copley
2010-10-19OAuth - better log messagesZach Copley
2010-09-13* update/add translator documentationSiebrand Mazeland
2010-07-16Suppress HTTP error headers for JSONP API outputZach Copley
2010-05-27Assigning my copyrights to the Free Software FoundationCraig Andrews
2010-05-07Fix for repeats from the API having null source attributionZach Copley
2010-04-22Some initial Doxygen-based documentation for the APIZach Copley
2010-04-10Add translator documentation.Siebrand Mazeland
2010-04-10i18n for low level logging is not needed.Siebrand Mazeland
2010-03-26Return an http auth error, when a client sends in an invalid auth user, even ...Zach Copley
2010-03-17Workaround for HTTP authentication in the API when running PHP as CGI/FastCGI...Brion Vibber
2010-03-10A blank username should never be allowed.Zach Copley
2010-03-08make API realm configurableEvan Prodromou
2010-02-25Remove unnecessary requiresZach Copley
2010-02-02Always check for an OAuth request. This allows OAuth clients to set anZach Copley
2010-01-29Adjust API authentication to also check for OAuth protocol params in theZach Copley
2010-01-28Remove debugging statementZach Copley
2010-01-28Some adjustments to the way API auth works after merging testing and 0.9.xZach Copley
2010-01-27HTTP auth provided is evaluated even if it's not requiredMichele
2010-01-27- Check for read-only vs. read-write access to protected API resources (OAuth)Zach Copley
2010-01-25- Had to remove checking read vs. read-write in OAuth authenticated methodsZach Copley
2010-01-24Add Start/EndSetApiUser events when setting API user via OAuthZach Copley
2010-01-24Check for read vs. read-write access on OAuth authenticated API mehtods.Zach Copley
2010-01-24OAuth 1.0 working nowZach Copley
2010-01-24Make API auth handle OAuth requests w/access tokensZach Copley
2009-12-14Fix issue with favorited/following always being set to falseZach Copley
2009-11-18Added Authorization pluginCraig Andrews
2009-11-09Revert "Remove more contractions"Brion Vibber
2009-11-08Remove more contractionsSiebrand Mazeland
2009-10-12Added in credits.Zach Copley
2009-10-12Use site's name for basic auth realmZach Copley
2009-10-09Remove more redundant $formatsZach Copley
2009-10-09Move all basic auth output and processing to base classesZach Copley
2009-10-09Delete action/api.php and rename lib/twitterapi.php to lib/api.phpZach Copley
2009-09-30New actions for /statuses/friends and /statuses/followers + social graph methodsZach Copley
2009-09-27phpcs on apifriendstimeline.php, apiauth.php and apibareauth.phpZach Copley
2009-09-25Moved basic auth stuff into its own classesZach Copley