summaryrefslogtreecommitdiff
path: root/actions
AgeCommit message (Expand)Author
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
2009-09-24Implemented join and leave groups api methodsCraig Andrews
2009-09-23Started refactoring API into individual actionsZach Copley
2009-09-19Make statuses/home_timeline return the same thing as statuses/friends_timelin...Zach Copley
2009-09-19Make statuses/home_timeline return the same thing as statuses/friends_timelin...Zach Copley
2009-09-19Add missing parenthesis.Adrian Lang
2009-09-19Fix merges.Adrian Lang
2009-09-17Merge remote branch 'cvollick/userTagPagination' into 0.8.xCraig Andrews
2009-09-16Merge branch '0.9.x' into pluginize-twitter-bridgeZach Copley
2009-09-16Updated csarven emails to csarven@status.net and removed dupesSarven Capadisli
2009-09-16Pagination of user/tag was navigating to wrong page.Christopher Vollick
2009-09-15dedupe evansEvan Prodromou
2009-09-15change all evans to evan@status.netEvan Prodromou
2009-09-15Make it impossible to delete self-subscriptions via the APIZach Copley
2009-09-15Make it impossible to delete self-subscriptions via the APIZach Copley
2009-09-14code style cleanupBrenda Wallace
2009-09-14cleaned up code styleBrenda Wallace
2009-09-13Response for request token doesn't contain omb_versionCraig Andrews
2009-09-12Check if the avatar exists before trying to delete it.Craig Andrews
2009-09-11Add a parameter named 'inreplyto' to the 'notice/new' page, so urls can inclu...Craig Andrews