summaryrefslogtreecommitdiff
path: root/actions/apistatusesupdate.php
AgeCommit message (Expand)Author
2010-10-28* i18n/L10n fixes.Siebrand Mazeland
2010-10-20* i18n/L10n fixes.Siebrand Mazeland
2010-10-19Add support for an anonymous OAuth consumer. Note: this requires aZach Copley
2010-09-12Add translator hint.Siebrand Mazeland
2010-07-29Fix for issue ID 2290: make sure errors are returned in the rightZach Copley
2010-07-29Return HTTP 403 instead of 400 when silenced users try to post via APIZach Copley
2010-05-27Assigning my copyrights to the Free Software FoundationCraig Andrews
2010-05-07Fix for repeats from the API having null source attributionZach Copley
2010-04-22Some initial Doxygen-based documentation for the APIZach Copley
2010-04-10Fix inconsistencies in clientError() messagesSiebrand Mazeland
2010-03-18API - handle any exceptions thrown during notice save. The API wasZach Copley
2010-01-27- Check for read-only vs. read-write access to protected API resources (OAuth)Zach Copley
2010-01-25Merge branch 'master' into testingEvan Prodromou
2010-01-25Offload inbox updates to a queue handler to speed up posting onlineEvan Prodromou
2010-01-25- Had to remove checking read vs. read-write in OAuth authenticated methodsZach Copley
2009-12-28Move location-argument-handling code into a single functionEvan Prodromou
2009-12-11fix typo in API arg creationEvan Prodromou
2009-12-11change Notice::saveNew() to use named arguments for little-used optionsEvan Prodromou
2009-11-18Notice: Undefined variable: source in actions/apistatusesupdate.php on line 88Brion Vibber
2009-11-10add lat and long parameters to api/statuses/updateEvan Prodromou
2009-11-08Harmonise UI message "No such user."Siebrand Mazeland
2009-11-06Better workaround for PHP returning empty $_POST and $_FILES whenZach Copley
2009-11-04Implement update avatar via API (/api/account/update_profile_image.format)Zach Copley
2009-11-03Fix reference to sources class variableZach Copley
2009-10-28Trap ClientExceptions from media upload process and hand them off to API erro...Zach Copley
2009-10-28Rearanged a couple things & removed debugging statementsZach Copley
2009-10-27Implement media upload in the APIZach Copley
2009-10-12Added in credits.Zach Copley
2009-10-09CamelCase all function names in the API codeZach Copley
2009-10-09Remove more redundant $formatsZach Copley
2009-10-09Move all basic auth output and processing to base classesZach Copley
2009-10-01Renamed and moved stuff around to better match Twitter's API organizationZach Copley