Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-09-29 | Merge branch '0.8.x' into 0.9.x | Evan Prodromou | |
Conflicts: actions/twitapistatuses.php | |||
2009-09-29 | Twitter API returns server errors in preferred format | Evan Prodromou | |
2009-09-02 | Merge remote branch 'laconica/0.8.x' into 0.9.x | Craig Andrews | |
Conflicts: lib/common.php lib/twitter.php | |||
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 | |
Conflicts: classes/laconica.ini | |||
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 | |
Conflicts: lib/mail.php lib/rssaction.php lib/twitterapi.php | |||
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 ↵ | Craig Andrews | |
http://laconi.ca/trac/wiki/ProposedGroupsAPI Made the Autocomplete plugin also autocomplete groups | |||
2009-08-06 | Support the 'lite' parameter to statuses/friends and statuses/followers ↵ | Craig Andrews | |
twitter api methods. http://laconi.ca/trac/ticket/1786 | |||
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 | |
for api consumers. | |||
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 ↵ | Craig Andrews | |
for Atom and RSS 2.0. http://laconi.ca/trac/ticket/864 | |||
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 ↵ | Craig Andrews | |
to the File class | |||
2009-07-13 | Copy isset($attachment->filename) fix from RSS 1.0 to RSS 2.0 and Atom 1.0 ↵ | Toby Inkster | |
feeds. | |||
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 | |
http://laconi.ca/trac/ticket/1702 | |||
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 | |
http://laconi.ca/trac/ticket/1690 | |||
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, ↵ | Dan Moore | |
profile_background_tile) and the result from friendships/exist in JSON results from the Twitter Compatible API in line with what the real Twitter API does. Currently, laconica returns text strings enclosed in quotes instead of bare Javascript booleans. This change fixes that. See http://laconi.ca/trac/ticket/1326 for one open issue related to this. | |||
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 | |
Took the various places that we create an atom entry for a notice, and jammed them together into one function of the notice class, and then used that function. Also, added Atom threading extension and categories for hashtags. | |||
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. ↵ | Zach Copley | |
Updates to status and user API objects. | |||
2009-02-06 | Move common_avatar_* functions to Avatar | Evan Prodromou | |
Moved the common_avatar_* functions to the Avatar class. Typically either as methods on the object or as static methods. Replaced all the uses of the functions in other modules. | |||
2009-01-23 | Merge branch 'master' of ssh://zach@dev.controlyourself.ca/var/www/trunk | Zach Copley | |
2009-01-23 | Bring the Twitter compatible API inline with new uiredesign stuff | Zach Copley | |
2009-01-23 | Merge branch 'master' of /var/www/mublog | Evan Prodromou | |
Conflicts: actions/api.php actions/deletenotice.php actions/recoverpassword.php actions/remotesubscribe.php actions/tag.php actions/tagrss.php actions/twitapiaccount.php actions/twitapiusers.php classes/Notice.php classes/User.php lib/common.php lib/language.php lib/subs.php lib/twitterapi.php lib/util.php scripts/inbox_users.php scripts/update_translations.php Merged development trunk into laconica head. woohoo! | |||
2009-01-08 | Revert "Twitter-compatible API - update verify_credentials to return profile" | Evan Prodromou | |
This reverts commit b801f73b1f4706f15783f91fd07508a03175592d. Twhirl assumes we return the old kind of results, so we have to do that. | |||
2008-12-15 | Twitter-compatible API - update verify_credentials to return profile | Zach Copley | |
darcs-hash:20081216030455-7b5ce-552516bfb34cb0ae1550787813feb4a4514d6c53.gz | |||
2008-12-14 | trim some output to avoid excessive whitespace | Evan Prodromou | |
darcs-hash:20081214161942-84dde-bfb91a534eb01d3e16b364937dcf405277e75a6a.gz |