summaryrefslogtreecommitdiff
path: root/lib/twitterapi.php
AgeCommit message (Expand)Author
2009-10-09Delete action/api.php and rename lib/twitterapi.php to lib/api.phpZach Copley
2009-10-07New individual actions for dealing with groups via APIZach Copley
2009-10-06New action for group timelines via APIZach Copley
2009-10-05Better Twitter date outputZach Copley
2009-10-02New actions for direct messaging through the APIZach Copley
2009-09-30Merge branch '0.9.x' into refactor-apiZach Copley
2009-09-30New actions for /statuses/friends and /statuses/followers + social graph methodsZach Copley
2009-09-29Merge branch '0.8.x' into 0.9.xEvan Prodromou
2009-09-29Twitter API returns server errors in preferred formatEvan Prodromou
2009-09-25Moved basic auth stuff into its own classesZach Copley
2009-09-24Reorganize, make bare auth work, output If-Modified-Since headerZach Copley
2009-09-23Started refactoring API into individual actionsZach Copley
2009-09-02Merge remote branch 'laconica/0.8.x' into 0.9.xCraig Andrews
2009-08-28Added 2 new events: StartApiRss and StartApiAtomCraig Andrews
2009-08-27Implement the is_member and membership group api'sCraig Andrews
2009-08-27Merge branch '0.9.x' of git@gitorious.org:laconica/mainline into 0.9.xEvan Prodromou
2009-08-26Display linked oembed resources as enclosures if they are of non-html mime typesCraig Andrews
2009-08-26define LACONICA and accept LACONICA for backwards compatibilityEvan Prodromou
2009-08-25change LACONICA to STATUSNETEvan Prodromou
2009-08-25a distributed -> the distributedEvan Prodromou
2009-08-25change Laconica and Control Yourself to StatusNet in PHP filesEvan Prodromou
2009-08-11Merge branch 'master' into 0.8.xEvan Prodromou
2009-08-08Only populate attachments array element if there are attachmentsZach Copley
2009-08-08Also show XML representation of attachments in the APIZach Copley
2009-08-07Implemented the list_all and list groups API methods as defined at http://lac...Craig Andrews
2009-08-06Support the 'lite' parameter to statuses/friends and statuses/followers twitt...Craig Andrews
2009-08-02Fixed PHP Notice "Undefined index: enclosures" (and a possible one for 'tags')Jeffery To
2009-07-30Added a url field to hold the permalink. I believe this field is very useful ...Craig Andrews
2009-07-30Implemented the "show" method of the laconica groups apiCraig Andrews
2009-07-21Add <category> to RSS 2.0, use the same tag finding method for RSS 1.0 as for...Craig Andrews
2009-07-17Only create attachment elements if attachment is an enclosureZach Copley
2009-07-17Only populate attachments array element if there are attachmentsZach Copley
2009-07-17Also show XML representation of attachments in the APIZach Copley
2009-07-15Added attachment information to the json responsesCraig Andrews
2009-07-14Moved the decision logic as to whether an attachment should be an enclosure t...Craig Andrews
2009-07-13Copy isset($attachment->filename) fix from RSS 1.0 to RSS 2.0 and Atom 1.0 fe...Toby Inkster
2009-07-10Make get_group() behave more like get_user()Zach Copley
2009-07-10added group status api, located at /api/statuses/group_timeline/ID.rssCraig Andrews
2009-07-09cache frequently-used subscriber, subscription, notice and fave count valuesEvan Prodromou
2009-07-09Notice attachments are enclosures in feeds (Atom, RSS 1.0/RDF, and RSS 2.0).Craig Andrews
2009-07-03Implement friendships/show API methodZach Copley
2009-06-20Update copyright dates in files modified in 2009Evan Prodromou
2009-06-20change Controlez-Vous to Control YourselfEvan Prodromou
2009-06-17Output XML and JSON error msgs for API callsZach Copley
2009-06-12Ticket #1611 and a bunch of code cleanupZach Copley
2009-06-04Handle the ways Twitter accepts passing the user in the query string.Dan Moore
2009-05-29Ticket #1568 - API should return full user objectsZach Copley
2009-04-18Bringing the presentation of boolean variables (favorited, truncated, profile...Dan Moore
2009-04-16Make API dates more compatible with Twitter - ticket 1432Zach Copley
2009-03-22One function for producing Atom entry for a NoticeEvan Prodromou