summaryrefslogtreecommitdiff
path: root/actions/twitapisearchjson.php
AgeCommit message (Collapse)Author
2009-08-25change Laconica and Control Yourself to StatusNet in PHP filesEvan Prodromou
2009-06-14Fixes the notice search RSS feeds / API results for searches that return no ↵Jeffery To
matches. If a user does a notice search that should return no matching notices, the RSS feed / API results for that search currently returns all notices instead of no notices. This fixes it so that an empty list is returned instead.
2009-04-13isReadOnly() now takes argumentsEvan Prodromou
Add an array of arguments to isReadOnly() method of actions, to let them change their results depending on what actions are called. Primarily used by the 'api' action. Ideally in the future that will be multiple actions. But this might still be useful.
2009-03-06Atom search results for Twitter-compatible API + phpcs stuffZach Copley
2009-03-06First crack at Twitter-like JSON search results for the APIZach Copley