summaryrefslogtreecommitdiff
path: root/lib/api.php
AgeCommit message (Expand)Author
2010-02-20Change to use TagURI::base() instead of common_config()Evan Prodromou
2010-02-12Add OStatus PuSH hub and Salmon links back into user and group feedsZach Copley
2010-02-12Initial upgraded Atom output for group timelinesZach Copley
2010-02-11Make Atom timelines in the API use Atom10feedZach Copley
2010-02-08First steps on converting FeedSub into the pub/sub basis for OStatus communic...Brion Vibber
2010-02-02Linkify notice source when posting from registered OAuth appsZach Copley
2010-01-28Fix more fatal errors in queue edge casesBrion Vibber
2010-01-24Check for read vs. read-write access on OAuth authenticated API mehtods.Zach Copley
2010-01-12Avoid PHP notice when outputting API data for remote users; no $user means no...Brion Vibber
2010-01-10Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.xEvan Prodromou
2010-01-10defaultDesign was undefined; fixed thatEvan Prodromou
2010-01-10* L10n updates: consistent puctuationSiebrand Mazeland
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