summaryrefslogtreecommitdiff
path: root/actions/twitapistatuses.php
AgeCommit message (Expand)Author
2009-05-29Ticket #1567 - API: Change before_id parameter to max_idZach Copley
2009-04-28Ticket #1428 - Changed replies API method to "mentions".Zach Copley
2009-03-10Allow unauthenticated users to view /api/statuses/replies/id.formatZach Copley
2009-03-10Updates to the API to improve Atom feedsZach Copley
2009-03-07Let people view friends_timeline of othersEvan Prodromou
2009-02-22Ticket #1108 - Added 'social graph' methods to the APIZach Copley
2009-02-20Change common_local_url() to take 4 argumentsEvan Prodromou
2009-02-03trac1104 Destroy method was dying because it was still calling deprecated com...Zach Copley
2009-01-15Convert use of common_server_error and common_user_error to methods on ActionEvan Prodromou
2009-01-15Convert all actions to use new UI functionsEvan Prodromou
2008-12-23move opening brace of class declaration to next lineEvan 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-12-11Fix bad arguments that were throwing PHP warningsZach Copley
2008-12-09trac540 - Add 'since' param to Twitter-compatible API callsZach Copley
2008-11-28shorten urls for posts > 140 chars only, from anywhere. Only show long urls i...millette
2008-12-10api posts cannot use one of the reserved sources: web, omb, mail or xmpp.millette
2008-11-13trac31 forgot about twitapi, now fixed.millette
2008-11-06trac31 url_auto_shortening by sgmurphymillette
2008-11-03Twitter-compatible API - properly encode and decode UTF-8 HTML entitieszach
2008-10-26fix calls to show_rss_timelineEvan Prodromou
2008-10-26add SUP links to RSS and Atom, tooEvan Prodromou
2008-10-24Twitter-compatible API - checks for is_readonly() now work!zach
2008-10-16Twitter-compatible API:zach
2008-10-05Added OnCommand and OffCommand to the list of cmds the Twitter APIzach
2008-10-04Twitter-compatible API - hooked in command interpreterzach
2008-09-30Twitter-compatible API - cleaned up sloppy control flow: exit() statements ev...zach
2008-09-30Twitter-compatible API - Added content-type checks to several methods. Callin...zach
2008-09-30Add support for since_id and before_id to Twitter API. Ticket #540.mac65
2008-09-30Twitter-compatible API - Favorites now working!zach
2008-09-25Twitter-compatible API - rss and atom feeds for direct messagesZach Copley
2008-09-28single function for important streams, with memcached supportEvan Prodromou
2008-09-22Fix ticket 662mac65
2008-08-22local-only is optional on public timelineEvan Prodromou
2008-08-19Twitter-compatible API - RESTfulness checks as per Twitterzach
2008-08-19Twitter-compatible API - /statuses/show - better err msg if notice doesn't existzach
2008-08-19Twitter-compatible API - /statuses/destroy method implementedzach
2008-08-18Twitter-compatible API - moved show() to the right filezach
2008-08-18Twitter-compatible API - running all strings through gettext() nowzach
2008-08-17accept 140 chars in API, tooEvan Prodromou
2008-08-15Twitter-compatible API: support for new in_reply_to_status_id in statuses/updatezach
2008-08-13Twitter-compatible API: removed redundant decoding step; already taken care o...zach
2008-07-31Twitter-compatible API - /statuses/update.format now decodes HTML chars, such...zach
2008-07-30Resolve conflictsMike Cochrane
2008-07-29Update some gettext strings and number the arguements so life is easier for t...Mike Cochrane
2008-07-29remember to broadcast in api, and also use the right IDEvan Prodromou
2008-07-29refactor notice-adding code to one static method on NoticeEvan Prodromou
2008-07-24Correct variable nameMike Cochrane
2008-07-26add local flag for stuff posted over the APIEvan Prodromou