]> git.mxchange.org Git - quix0rs-gnu-social.git/history - actions/twitapistatuses.php
if-else instead of ?:
[quix0rs-gnu-social.git] / actions / twitapistatuses.php
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...