summaryrefslogtreecommitdiff
path: root/lib/apiaction.php
AgeCommit message (Collapse)Author
2010-03-04Ignore API 'since' silently as Twitter does instead of throwing a 403 error. ↵Brion Vibber
Getting extra results is less disruptive than total failure. Threw in an X-StatusNet-Warning header on the off chance some API client developer notices it. :)
2010-03-02stupid mistake... let's not talk about this.Craig Andrews
2010-03-02Updated some references to the long gnone "isEnclosure" function to the new ↵Craig Andrews
"getEnclosure"
2010-03-02Dropped deprecated timestamp-based 'since' parameter for all API methods. ↵Brion Vibber
When it sneaks in it can cause some very slow queries due to mismatches with the indexing. Twitter removed 'since' support some time ago, and we've already removed it from the public timeline, so it shouldn't be missed.
2010-02-25Get ApiAction autoloading properlyZach Copley