summaryrefslogtreecommitdiff
path: root/plugins/OStatus/actions/usersalmon.php
AgeCommit message (Collapse)Author
2010-03-24Look for the first object in the ActivityZach Copley
2010-03-22Some initial media parsingZach Copley
- Activity now returns a list of activity objects - Processing of photo objects
2010-03-13allow profile_url to be used in ostatus:attentionJames Walker
2010-02-21some info code for usersalmon.phpEvan Prodromou
2010-02-21don't save Notices that already exist in SalmonEvan Prodromou
2010-02-21Add error info for missing URI in attentionEvan Prodromou
2010-02-21reversed in_array() arguments in UsersalmonActionEvan Prodromou
2010-02-21Save posted notices in usersalmonEvan Prodromou
2010-02-20Subscription::start() should be enough, right?Evan Prodromou
2010-02-20OStatus: Salmon favorite & unfavorite events now handledBrion Vibber
2010-02-20OStatus: fix regressions in plugin & usersalmon action. Sub/unsub ↵Brion Vibber
notifications are working again.
2010-02-20Move some salmon processing to a superclassEvan Prodromou
Moved some salmon processing to a superclass so we could handle group salmon posts, too.