Age | Commit message (Expand) | Author |
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 |
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 |
2009-01-08 | Revert "Twitter-compatible API - update verify_credentials to return profile" | Evan Prodromou |
2008-12-15 | Twitter-compatible API - update verify_credentials to return profile | Zach Copley |
2008-12-14 | trim some output to avoid excessive whitespace | Evan Prodromou |
2008-12-11 | Fix bad arguments that were throwing PHP warnings | Zach Copley |
2008-12-23 | move opening brace of class declaration to next line | Evan Prodromou |
2008-12-23 | change function headers to K&R style | Evan Prodromou |
2008-12-23 | replace NULL with null | Evan Prodromou |
2008-12-23 | replace all tabs with four spaces | Evan Prodromou |
2008-12-10 | Remove a bunch of extraneous logging statements | Zach Copley |
2008-12-05 | HTML output in RSS 2.0 and Atom | Evan Prodromou |
2008-11-06 | Twitter-compatible API - don't strip XML-illegal chars from JSON output | zach |
2008-11-04 | Better UTF-8 escaped entity handling. Fixed bad chars in all RSS feeds. | zach |
2008-10-26 | add SUP links to RSS and Atom, too | Evan Prodromou |
2008-10-16 | Twitter-compatible API: | zach |
2008-10-06 | Twitter-compatible API - direct_messages/new.json was not answering | zach |
2008-09-30 | Twitter-compatible API - cleaned up sloppy control flow: exit() statements ev... | zach |
2008-09-30 | Twitter-compatible API - factored out redundant JSON printing functions | zach |
2008-09-30 | Twitter-compatible API - Favorites now working! | zach |
2008-09-30 | Twitter-compatible API - added source links to statuses/notices | zach |