Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-04-22 | Add statusnet: prefix for API to JSON and XML output | Evan Prodromou | |
I added the statusnet: prefix to the xml output. This prefix should be declared on the root element of all relevant XML output. I also added two StatusNet-specific fields: * statusnet:html - rendered HTML. Clients shouldn't have to guess at the correct HTML rendering for notices, especially since some of the links depend on context. * statusnet:profile_url - profile URL for a user. You can't count on a user being a local user in a distributed microblogging world. So, this shows the explicit profile_url. | |||
2010-01-28 | These API methods should return true for ->isReadOnly($args)! | Zach Copley | |
2010-01-10 | Lots of tiny message changes. | Siebrand Mazeland | |
* Mostly punctuation updates so that the same message is used consistently in all of StatusNet. * Some cases of "Title Case" removed, because that does not appear to be used consistently. | |||
2009-11-04 | Fix for Ticket #1957 - API methods are not accessible when site is private ↵ | Zach Copley | |
(0.8->0.9 regression) | |||
2009-10-12 | Added in credits. | Zach Copley | |
2009-10-12 | Took out some unnecessary intializations | Zach Copley | |
2009-10-09 | CamelCase all function names in the API code | Zach Copley | |
2009-10-09 | Missed some of the references to the old TwitterApiAction - removed | Zach Copley | |
2009-10-09 | $format is used by every API action. Set it in the base class. | Zach Copley | |
2009-10-09 | Delete action/api.php and rename lib/twitterapi.php to lib/api.php | Zach Copley | |
2009-10-02 | New action for /users/show | Zach Copley | |