summaryrefslogtreecommitdiff
path: root/lib/api.php
AgeCommit message (Expand)Author
2009-12-14had the order of <status> and <retweeted_status> wrong in api outputEvan Prodromou
2009-12-14fix error with cached repeat of deleted original in api outputEvan Prodromou
2009-12-14Fix issue with favorited/following always being set to falseZach Copley
2009-12-12Merge branch 'forward' into 0.9.xEvan Prodromou
2009-12-11ticket 2055: added logos to Atom and RSS feedsHue Bastard
2009-12-11show repeated notices correctly in API outputEvan Prodromou
2009-12-04Don't depend on a User being available when looking up Design and timezoneZach Copley
2009-12-02Delete design when user chooses to restore default design, insteadZach Copley
2009-12-01Revert "Fix problem where screen_name and user_id parameters are being"Zach Copley
2009-11-30Fix problem where screen_name and user_id parameters are beingZach Copley
2009-11-10Merge branch '0.9.x' into finish-account-apiZach Copley
2009-11-10add geo output to statuses in json, xml, atom, rss in APIEvan Prodromou
2009-11-10Merge branch '0.9.x' into finish-account-apiZach Copley
2009-11-10Output profile background image info in the API user objectsZach Copley
2009-11-09Revert "Remove more contractions"Brion Vibber
2009-11-08Remove more contractionsSiebrand Mazeland
2009-11-03Don't try to pull up designs for non-existent usersZach Copley
2009-10-15Added support for profile designs to the twitter APITrever Fischer
2009-10-12Added in credits.Zach Copley
2009-10-12Moved group create API into its own actionZach Copley
2009-10-09CamelCase all function names in the API codeZach Copley
2009-10-09These same params are used in most API actions; moved to base API classZach Copley
2009-10-09Remove dead codeZach Copley
2009-10-09$format is used by every API action. Set it in the base class.Zach Copley
2009-10-09Delete action/api.php and rename lib/twitterapi.php to lib/api.phpZach Copley