Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-09-20 | Ticket #2750: fixes to HTTP caching behavior across login/logout boundaries | Brion Vibber | |
* now ignoring if-modified-since if we failed an etag if-none-match comparison, per spec * now including a hash of user id/nickname in most etags, so we'll update the view properly after login/logout For API methods, checking the API-auth'ed user. (Many change results to include things like 'you're subscribed to this user' or 'this is one of your favorites', so user info is again needed) There'll still be some last-modified stamps that aren't including user info properly, probably. | |||
2010-05-27 | Assigning my copyrights to the Free Software Foundation | Craig Andrews | |
2010-04-10 | Fix inconsistencies in clientError() messages | Siebrand Mazeland | |
* use correct punctuation * single quotes when replace was possible * wording updated when needed | |||
2010-01-28 | These API methods should return true for ->isReadOnly($args)! | Zach Copley | |
2010-01-21 | - Moved checking for group aliases and redirection to prepare() | Zach Copley | |
- phpcs cleanup - add @macno to the list of authors | |||
2010-01-21 | if the id is an alias we redirect using group_id | Michele | |
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-12-01 | Fix bad function call | Zach Copley | |
2009-11-16 | Consistant error for groups that dont exist in API | Eric Helgeson | |
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-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-07 | New individual actions for dealing with groups via API | Zach Copley | |