summaryrefslogtreecommitdiff
path: root/actions
AgeCommit message (Expand)Author
2009-10-09Move all basic auth output and processing to base classesZach Copley
2009-10-09$format is used by every API action. Set it in the base class.Zach Copley
2009-10-09Delete action/api.php and rename lib/twitterapi.php to lib/api.phpZach Copley
2009-10-09New actions for blocks via APIZach Copley
2009-10-08New action for test/help API methodZach Copley
2009-10-08New actions for statusnet config and version API methodsZach Copley
2009-10-07New individual actions for dealing with groups via APIZach Copley
2009-10-06New action for group timelines via APIZach Copley
2009-10-06phpcs cleanupZach Copley
2009-10-06New action for tag timelines in the APIZach Copley
2009-10-05New actions for the account methods we have implementedZach Copley
2009-10-05New actions for favorites via the APIZach Copley
2009-10-05Add in a check for proper formatZach Copley
2009-10-05New actions for managing subscriptions (friendships)Zach Copley
2009-10-02New actions for direct messaging through the APIZach Copley
2009-10-02New action for /users/showZach Copley
2009-10-01Renamed and moved stuff around to better match Twitter's API organizationZach Copley
2009-10-01A new action for /statuses/destroyZach Copley
2009-10-01Merge branch '0.9.x' into refactor-apiZach Copley
2009-10-01New action for /statuses/updateZach Copley
2009-09-30Fix: last modified header wasn't showingZach Copley
2009-09-30Add route for /statuses/showZach Copley
2009-09-30New action for /statuses/showZach Copley
2009-09-30Declare some more variables; instance variable for formatZach Copley
2009-09-30FOAF for Groups.Toby Inkster
2009-09-30Merge branch '0.9.x' into refactor-apiZach Copley
2009-09-30Fix header commentZach Copley
2009-09-30Left opening double quotes off EtagZach Copley
2009-09-30New actions for /statuses/friends and /statuses/followers + social graph methodsZach Copley
2009-09-29Merge branch '0.8.x' into 0.9.xEvan Prodromou
2009-09-29Twitter API returns server errors in preferred formatEvan Prodromou
2009-09-29Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.xEvan Prodromou
2009-09-29remove string-checks from code using Notice::saveNew()Evan Prodromou
2009-09-29stop overwriting created timestamp on group editEvan Prodromou
2009-09-27Forgot to add home_timeline to the list of methods that only requireZach Copley
2009-09-27Forgot to add home_timeline to the list of methods that only requireZach Copley
2009-09-27moderator can delete another user's noticeEvan Prodromou
2009-09-27Merge DeleteAction class into DeletenoticeActionEvan Prodromou
2009-09-27Fix nickname in feed titleZach Copley
2009-09-27Broke mentions API method out into its own actionZach Copley
2009-09-27Broke out public_timeline and user_timeline into their own actionsZach Copley
2009-09-27phpcs on apifriendstimeline.php, apiauth.php and apibareauth.phpZach Copley
2009-09-27- Output entity tagZach Copley
2009-09-25Merge branch 'refactor-api' of git@gitorious.org:~zcopley/statusnet/zcopleys-...Zach Copley
2009-09-25Moved basic auth stuff into its own classesZach Copley
2009-09-24Merge branch '0.9.x' into refactor-apiZach Copley
2009-09-24Reorganize, make bare auth work, output If-Modified-Since headerZach Copley
2009-09-24Left a couple debugging statements in (removed)Zach Copley
2009-09-24Output If-Modified-Since header for all RSS 1.0 feeds (again)Zach Copley
2009-09-24Merge remote branch 'statusnet/0.8.x' into 0.9.xCraig Andrews