Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-03-30 | Quick fixes for grouplistall: | Brion Vibber | |
* respect count instead of listing all groups * respect page parameter * don't spew notice on undefined $id * don't spew notice on undefined $group->homepage_url (dropped the element since there's nothing to go in it) | |||
2010-03-24 | Fix for API group methods, caused failure or output corruption when pulling ↵ | Brion Vibber | |
up local groups by name in api/statusnet/groups/is_member.json/xml | |||
2010-03-12 | Output enclosing geo elements and GeoRSS xmlns in XML timelines | Zach Copley | |
2010-03-12 | Add Atom self link to tag timeline | Zach Copley | |
2010-03-12 | More generalized method for calculating Atom rel="self" links | Zach Copley | |
2010-03-12 | Scrub all atom output with common_xml_safe_str() | Zach Copley | |
2010-03-11 | Output self link in rss2 feeds, if available | Zach Copley | |
2010-03-11 | - Output georss xmlns in rss element | Zach Copley | |
- Only output geopoint in rss if one is set | |||
2010-03-04 | Ignore 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-02 | stupid mistake... let's not talk about this. | Craig Andrews | |
2010-03-02 | Updated some references to the long gnone "isEnclosure" function to the new ↵ | Craig Andrews | |
"getEnclosure" | |||
2010-03-02 | Dropped 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-25 | Get ApiAction autoloading properly | Zach Copley | |