Age | Commit message (Expand) | Author |
2010-07-16 | Suppress HTTP error headers for JSONP API output | Zach Copley |
2010-05-27 | Assigning my copyrights to the Free Software Foundation | Craig Andrews |
2010-05-07 | Fix for repeats from the API having null source attribution | Zach Copley |
2010-04-22 | Some initial Doxygen-based documentation for the API | Zach Copley |
2010-04-10 | Add translator documentation. | Siebrand Mazeland |
2010-04-10 | i18n for low level logging is not needed. | Siebrand Mazeland |
2010-03-26 | Return an http auth error, when a client sends in an invalid auth user, even ... | Zach Copley |
2010-03-17 | Workaround for HTTP authentication in the API when running PHP as CGI/FastCGI... | Brion Vibber |
2010-03-10 | A blank username should never be allowed. | Zach Copley |
2010-03-08 | make API realm configurable | Evan Prodromou |
2010-02-25 | Remove unnecessary requires | Zach Copley |
2010-02-02 | Always check for an OAuth request. This allows OAuth clients to set an | Zach Copley |
2010-01-29 | Adjust API authentication to also check for OAuth protocol params in the | Zach Copley |
2010-01-28 | Remove debugging statement | Zach Copley |
2010-01-28 | Some adjustments to the way API auth works after merging testing and 0.9.x | Zach Copley |
2010-01-27 | HTTP auth provided is evaluated even if it's not required | Michele |
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 methods | Zach Copley |
2010-01-24 | Add Start/EndSetApiUser events when setting API user via OAuth | Zach Copley |
2010-01-24 | Check for read vs. read-write access on OAuth authenticated API mehtods. | Zach Copley |
2010-01-24 | OAuth 1.0 working now | Zach Copley |
2010-01-24 | Make API auth handle OAuth requests w/access tokens | Zach Copley |
2009-12-14 | Fix issue with favorited/following always being set to false | Zach Copley |
2009-11-18 | Added Authorization plugin | Craig Andrews |
2009-11-09 | Revert "Remove more contractions" | Brion Vibber |
2009-11-08 | Remove more contractions | Siebrand Mazeland |
2009-10-12 | Added in credits. | Zach Copley |
2009-10-12 | Use site's name for basic auth realm | Zach Copley |
2009-10-09 | Remove more redundant $formats | Zach Copley |
2009-10-09 | Move all basic auth output and processing to base classes | Zach Copley |
2009-10-09 | Delete action/api.php and rename lib/twitterapi.php to lib/api.php | Zach Copley |
2009-09-30 | New actions for /statuses/friends and /statuses/followers + social graph methods | Zach Copley |
2009-09-27 | phpcs on apifriendstimeline.php, apiauth.php and apibareauth.php | Zach Copley |
2009-09-25 | Moved basic auth stuff into its own classes | Zach Copley |