summaryrefslogtreecommitdiff
path: root/lib/apiaction.php
AgeCommit message (Expand)Author
2010-11-19Fix ticket #2700: some numeric IDs were misinterpreted as hex numbers instead...Brion Vibber
2010-10-22Additional fixes found while looking at ticket #2532: when given a screen nam...Brion Vibber
2010-10-06Add plain text error format to clientError()Zach Copley
2010-09-29* i18n/L10n and translator documentation updates.Siebrand Mazeland
2010-09-13* update/add translator documentationSiebrand Mazeland
2010-09-07Merge branch 'apinamespace' into 0.9.xEvan Prodromou
2010-08-13hooks to allow changing RSS contentEvan Prodromou
2010-07-29Fix for issue ID 2290: make sure errors are returned in the rightZach Copley
2010-07-16Suppress HTTP error headers for JSONP API outputZach Copley
2010-07-13Exceptions are caught and continued on JSON, XML, Atom and RSS output in APIEvan Prodromou
2010-07-13push exception on missing profile down to Notice::getProfile()Evan Prodromou
2010-07-13handle notices without profiles better in RSS outputEvan Prodromou
2010-06-28- Fix bugs with block and friendship API methodsZach Copley
2010-06-26Merge branch 'testing' of gitorious.org:statusnet/mainline into 0.9.xBrion Vibber
2010-06-22- Add profile_info tag to Atom authorZach Copley
2010-06-16- More useful group info from api/statusnet/group/showZach Copley
2010-06-11Merge branch 'testing' of gitorious.org:statusnet/mainline into 0.9.xBrion Vibber
2010-05-27Assigning my copyrights to the Free Software FoundationCraig Andrews
2010-05-21Merge branch 'master' of gitorious.org:statusnet/mainlineEvan Prodromou
2010-05-18Remove errant double HTML entity encoding in API source attributionZach Copley
2010-05-18HTML entity encode source link URLs in plain XML output and add rel="nofollow...Zach Copley
2010-05-18Refactor and centralize notice source link calculationZach Copley
2010-05-08Fix for repeats from the API having null source attributionZach Copley
2010-05-07Fix for repeats from the API having null source attributionZach Copley
2010-05-06Remove errant double HTML entity encoding in API source attributionZach Copley
2010-05-06HTML entity encode source link URLs in plain XML output and add rel="nofollow...Zach Copley
2010-05-06Refactor and centralize notice source link calculationZach Copley
2010-04-24use statusnet_ as namespace prefix for JSONEvan Prodromou
2010-04-22Add docs for public_timelineZach Copley
2010-04-22Some initial Doxygen-based documentation for the APIZach Copley
2010-04-22Add statusnet: prefix for API to JSON and XML outputEvan Prodromou
2010-04-15Allow cross-site ajax with CORS.Craig Andrews
2010-04-10Add translator documentation.Siebrand Mazeland
2010-03-30Quick fixes for grouplistall:Brion Vibber
2010-03-30Quick fixes for grouplistall:Brion Vibber
2010-03-24Fix for API group methods, caused failure or output corruption when pulling u...Brion Vibber
2010-03-12Output enclosing geo elements and GeoRSS xmlns in XML timelinesZach Copley
2010-03-12Add Atom self link to tag timelineZach Copley
2010-03-12More generalized method for calculating Atom rel="self" linksZach Copley
2010-03-12Scrub all atom output with common_xml_safe_str()Zach Copley
2010-03-11Output self link in rss2 feeds, if availableZach Copley
2010-03-11- Output georss xmlns in rss elementZach Copley
2010-03-04Ignore API 'since' silently as Twitter does instead of throwing a 403 error. ...Brion Vibber
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
2010-03-02Dropped deprecated timestamp-based 'since' parameter for all API methods. Whe...Brion Vibber
2010-02-25Get ApiAction autoloading properlyZach Copley