Age | Commit message (Expand) | Author |
2009-10-02 | New actions for direct messaging through the API | Zach Copley |
2009-09-30 | Merge branch '0.9.x' into refactor-api | Zach Copley |
2009-09-30 | New actions for /statuses/friends and /statuses/followers + social graph methods | Zach Copley |
2009-09-29 | Merge branch '0.8.x' into 0.9.x | Evan Prodromou |
2009-09-29 | Twitter API returns server errors in preferred format | Evan Prodromou |
2009-09-25 | Moved basic auth stuff into its own classes | Zach Copley |
2009-09-24 | Reorganize, make bare auth work, output If-Modified-Since header | Zach Copley |
2009-09-23 | Started refactoring API into individual actions | Zach Copley |
2009-09-02 | Merge remote branch 'laconica/0.8.x' into 0.9.x | Craig Andrews |
2009-08-28 | Added 2 new events: StartApiRss and StartApiAtom | Craig Andrews |
2009-08-27 | Implement the is_member and membership group api's | Craig Andrews |
2009-08-27 | Merge branch '0.9.x' of git@gitorious.org:laconica/mainline into 0.9.x | Evan Prodromou |
2009-08-26 | Display linked oembed resources as enclosures if they are of non-html mime types | Craig Andrews |
2009-08-26 | define LACONICA and accept LACONICA for backwards compatibility | Evan Prodromou |
2009-08-25 | change LACONICA to STATUSNET | Evan Prodromou |
2009-08-25 | a distributed -> the distributed | Evan Prodromou |
2009-08-25 | change Laconica and Control Yourself to StatusNet in PHP files | Evan Prodromou |
2009-08-11 | Merge branch 'master' into 0.8.x | Evan Prodromou |
2009-08-08 | Only populate attachments array element if there are attachments | Zach Copley |
2009-08-08 | Also show XML representation of attachments in the API | Zach Copley |
2009-08-07 | Implemented the list_all and list groups API methods as defined at http://lac... | Craig Andrews |
2009-08-06 | Support the 'lite' parameter to statuses/friends and statuses/followers twitt... | Craig Andrews |
2009-08-02 | Fixed PHP Notice "Undefined index: enclosures" (and a possible one for 'tags') | Jeffery To |
2009-07-30 | Added a url field to hold the permalink. I believe this field is very useful ... | Craig Andrews |
2009-07-30 | Implemented the "show" method of the laconica groups api | Craig Andrews |
2009-07-21 | Add <category> to RSS 2.0, use the same tag finding method for RSS 1.0 as for... | Craig Andrews |
2009-07-17 | Only create attachment elements if attachment is an enclosure | Zach Copley |
2009-07-17 | Only populate attachments array element if there are attachments | Zach Copley |
2009-07-17 | Also show XML representation of attachments in the API | Zach Copley |
2009-07-15 | Added attachment information to the json responses | Craig Andrews |
2009-07-14 | Moved the decision logic as to whether an attachment should be an enclosure t... | Craig Andrews |
2009-07-13 | Copy isset($attachment->filename) fix from RSS 1.0 to RSS 2.0 and Atom 1.0 fe... | Toby Inkster |
2009-07-10 | Make get_group() behave more like get_user() | Zach Copley |
2009-07-10 | added group status api, located at /api/statuses/group_timeline/ID.rss | Craig Andrews |
2009-07-09 | cache frequently-used subscriber, subscription, notice and fave count values | Evan Prodromou |
2009-07-09 | Notice attachments are enclosures in feeds (Atom, RSS 1.0/RDF, and RSS 2.0). | Craig Andrews |
2009-07-03 | Implement friendships/show API method | Zach Copley |
2009-06-20 | Update copyright dates in files modified in 2009 | Evan Prodromou |
2009-06-20 | change Controlez-Vous to Control Yourself | Evan Prodromou |
2009-06-17 | Output XML and JSON error msgs for API calls | Zach Copley |
2009-06-12 | Ticket #1611 and a bunch of code cleanup | Zach Copley |
2009-06-04 | Handle the ways Twitter accepts passing the user in the query string. | Dan Moore |
2009-05-29 | Ticket #1568 - API should return full user objects | Zach Copley |
2009-04-18 | Bringing the presentation of boolean variables (favorited, truncated, profile... | Dan Moore |
2009-04-16 | Make API dates more compatible with Twitter - ticket 1432 | Zach Copley |
2009-03-22 | One function for producing Atom entry for a Notice | Evan Prodromou |
2009-03-10 | Updates to the API to improve Atom feeds | Zach Copley |
2009-03-06 | First crack at Twitter-like JSON search results for the API | Zach Copley |
2009-03-04 | Made /api/account/verify_credentials.format return an extended user object. U... | Zach Copley |
2009-02-06 | Move common_avatar_* functions to Avatar | Evan Prodromou |