]> git.mxchange.org Git - quix0rs-gnu-social.git/history - actions/twitapistatuses.php
replace all tabs with four spaces
[quix0rs-gnu-social.git] / actions / twitapistatuses.php
2008-12-23 Evan Prodromoureplace all tabs with four spaces
2008-12-11 Zach CopleyFix bad arguments that were throwing PHP warnings
2008-12-09 Zach Copleytrac540 - Add 'since' param to Twitter-compatible API...
2008-11-28 milletteshorten urls for posts > 140 chars only, from anywhere...
2008-12-10 milletteapi posts cannot use one of the reserved sources: web...
2008-11-13 millettetrac31 forgot about twitapi, now fixed.
2008-11-06 millettetrac31 url_auto_shortening by sgmurphy
2008-11-03 zachTwitter-compatible API - properly encode and decode...
2008-10-26 Evan Prodromoufix calls to show_rss_timeline
2008-10-26 Evan Prodromouadd SUP links to RSS and Atom, too
2008-10-24 zachTwitter-compatible API - checks for is_readonly() now...
2008-10-17 zachTwitter-compatible API:
2008-10-05 zachAdded OnCommand and OffCommand to the list of cmds...
2008-10-05 zachTwitter-compatible API - hooked in command interpreter
2008-10-01 zachTwitter-compatible API - cleaned up sloppy control...
2008-10-01 zachTwitter-compatible API - Added content-type checks...
2008-10-01 mac65Add support for since_id and before_id to Twitter API...
2008-09-30 zachTwitter-compatible API - Favorites now working!
2008-09-26 Zach CopleyTwitter-compatible API - rss and atom feeds for direct...
2008-09-28 Evan Prodromousingle function for important streams, with memcached...
2008-09-22 mac65Fix ticket 662
2008-08-22 Evan Prodromoulocal-only is optional on public timeline
2008-08-19 zachTwitter-compatible API - RESTfulness checks as per...
2008-08-19 zachTwitter-compatible API - /statuses/show - better err...
2008-08-19 zachTwitter-compatible API - /statuses/destroy method imple...
2008-08-19 zachTwitter-compatible API - moved show() to the right...
2008-08-19 zachTwitter-compatible API - running all strings through...
2008-08-17 Evan Prodromouaccept 140 chars in API, too
2008-08-15 zachTwitter-compatible API: support for new in_reply_to_sta...
2008-08-13 zachTwitter-compatible API: removed redundant decoding...
2008-07-31 zachTwitter-compatible API - /statuses/update.format now...
2008-07-31 Mike CochraneResolve conflicts
2008-07-29 Mike CochraneUpdate some gettext strings and number the arguements...
2008-07-30 Evan Prodromouremember to broadcast in api, and also use the right ID
2008-07-30 Evan Prodromourefactor notice-adding code to one static method on...
2008-07-24 Mike CochraneCorrect variable name
2008-07-27 Evan Prodromouadd local flag for stuff posted over the API
2008-07-22 zachTwitter-compatible API: made is_readonly() method smarter
2008-07-22 zachAdded is_readonly() method to all Actions
2008-07-22 Evan Prodromoudon't get a count anywhere
2008-07-22 Evan Prodromounotices and counts
2008-07-22 Evan Prodromoublow off DB_DataObject joins, write SQL from scratch
2008-07-22 Evan Prodromoucentralize and optimize with-friends query
2008-07-22 Evan Prodromoupublic timeline only gets local notices
2008-07-20 zachTwitter-compatible API - refactoring and bug fixes
2008-07-20 zachTwitter-compatible API: /account/update_location implem...
2008-07-19 Evan Prodromoutry again with user_timeline auth
2008-07-19 Evan Prodromouadd basic auth for user_timeline
2008-07-18 Evan Prodromoupages and limits
2008-07-18 Evan Prodromouforgot ending element for users
2008-07-18 Evan Prodromouadd api data
2008-07-18 Evan Prodromouhandle some more cases
2008-07-18 zachTwitter-compatible API - first crack at /statuses/follo...
2008-07-18 zachTwitter-compatible API: /statuses/user_timeline/argumen...
2008-07-17 zachTwitter-compatible API /statuses/replies.format --...
2008-07-17 zachTwitter-API: /statuses/replies.format now works (mostly)
2008-07-17 Evan Prodromousprintf error
2008-07-17 Evan Prodromousupport id, user timeline
2008-07-17 Evan Prodromouadd friend statuses, refactor output functions
2008-07-17 zachTwitter-compatible API - /statuses/show and /statuses...
2008-07-16 zachTwitter-compatible API: statuses/show/id.format now...
2008-07-16 zachTwitter-compatible API - code cleanup
2008-07-16 zachTwitter-compatible API: public_timeline.atom works
2008-07-16 zachTwitter-compatible API: public_timeline.rss really...
2008-07-16 zachTwitter-compatible API: public_timeline.rss mostly...
2008-07-16 zachTwitter-compatible API: public_timeline.json now works
2008-07-15 zachTwitter-compatible API: refactor in prep for json,...
2008-07-15 zachTwitter-compatible API: public_timeline.xml more complete
2008-07-15 zachPrepended 'Twit' to Twitter-compatible API actions...