summaryrefslogtreecommitdiff
path: root/actions
AgeCommit message (Expand)Author
2010-03-03Move snapshot configuration to its own admin panelZach Copley
2010-03-03Fix notice warning in RSS friends timelineBrion Vibber
2010-03-03Put all required field setup into AtomUserNoticeFeed and AtomGroupNoticeFeed,...Brion Vibber
2010-03-03Initial user role controls on profile pages, for owner to add/remove administ...Brion Vibber
2010-03-03Site-wide notice text admin panelZach Copley
2010-03-03Merge branch 'testing' of git@gitorious.org:statusnet/mainline into testingSarven Capadisli
2010-03-03Fix to group join event position.Sarven Capadisli
2010-03-03quick fix: skip notice from unused variable on group atom feed generationBrion Vibber
2010-03-03Merge branch 'testing' of git@gitorious.org:statusnet/mainline into testingSarven Capadisli
2010-03-03Added event hooks for before and after user groups contentSarven Capadisli
2010-03-03Merge branch 'testing' of gitorious.org:statusnet/mainline into testingZach Copley
2010-03-03Merge branch 'testing' of gitorious.org:statusnet/mainline into testingZach Copley
2010-03-03Language setting fixes:Brion Vibber
2010-03-03Fix syntax errorsZach Copley
2010-03-03subscribers list wasn't firing correct eventsEvan Prodromou
2010-03-03Added event hooks for group subscribeSarven Capadisli
2010-03-02Merge branch 'master' of git@gitorious.org:statusnet/mainline into testingBrion Vibber
2010-03-02Dropped deprecated timestamp-based 'since' parameter for all API methods. Whe...Brion Vibber
2010-03-02Added event hook for before and after personal timeline contentSarven Capadisli
2010-03-01OStatus: support @example.com/path/to/profile mentions as well as @profile@ex...Brion Vibber
2010-03-01remove strict check on OMB exception stringsEvan Prodromou
2010-03-01return correct HTTP status code for OMB errorsEvan Prodromou
2010-03-01send smaller error pages for OMB API endpointsEvan Prodromou
2010-02-26Merge branch 'master' of gitorious.org:statusnet/mainline into testingBrion Vibber
2010-02-26Updated ShowGroup to Resolve Aliases Again.Christopher Vollick
2010-02-26Merge branch 'testing' of git@gitorious.org:statusnet/mainline into testingEvan Prodromou
2010-02-26Merge branch 'blacklistplus' into testingEvan Prodromou
2010-02-26Fixed object nameMichele
2010-02-25Remove unnecessary requiresZach Copley
2010-02-25Remove unnecessary requiresZach Copley
2010-02-25Merge branch 'testing' of gitorious.org:statusnet/mainline into testingZach Copley
2010-02-25Fix atom feed IDs in user and group atom feedsZach Copley
2010-02-25Merge branch 'testing' of git@gitorious.org:statusnet/mainline into testingEvan Prodromou
2010-02-25Add an hcard actionEvan Prodromou
2010-02-25Fix bug on subscribe/unsubscribe in profile lists. Bogus call to nonexisting ...Brion Vibber
2010-02-25OStatus: fix remote groups to work with new user_groups/local_groups split.Brion Vibber
2010-02-25save mainpage element for groupsEvan Prodromou
2010-02-25modify group actions so they use Local_group to look up by nicknameEvan Prodromou
2010-02-23Drop user-only requirement for subscribe actionEvan Prodromou
2010-02-23OStatus group delivery initial implementation.Brion Vibber
2010-02-22Merge branch 'testing' of git@gitorious.org:statusnet/mainline into testingSarven Capadisli
2010-02-22Merge branch 'master' into testingEvan Prodromou
2010-02-22clear the site owner when profile changesEvan Prodromou
2010-02-22Added before and after event hooks for subscriptions contentSarven Capadisli
2010-02-21Merge branch 'master' of gitorious.org:statusnet/mainline into testingBrion Vibber
2010-02-21Performance fix for FriendFeed sup interface: MySQL query optimizer was doing...Brion Vibber
2010-02-21Fix for doc action on systems that return false for globbing in a non-existin...Brion Vibber
2010-02-20make sure argument to Fave::addNew() is a profileEvan Prodromou
2010-02-20Change to use TagURI::base() instead of common_config()Evan Prodromou
2010-02-19replace calls to subs_(un)subscribe_user with Subscription methodsEvan Prodromou