summaryrefslogtreecommitdiff
path: root/plugins/OStatus/lib/activity.php
AgeCommit message (Expand)Author
2010-02-22Move ActivityObject and related stuff to coreZach Copley
2010-02-22Add PoCo bits, avatar link, geo point, etc. to person activity obj outputZach Copley
2010-02-22handle poco nicknames in Ostatus_profileEvan Prodromou
2010-02-21fixup activity serialization so salmon notifications workEvan Prodromou
2010-02-21correct name check in ActivityObject::fromProfile()Evan Prodromou
2010-02-21make avatar attribute explicit for ActivityObjectEvan Prodromou
2010-02-21let activities generate their own XMLEvan Prodromou
2010-02-21more complete content retrieval in ActivityObject::__construct()Evan Prodromou
2010-02-20Add support for favor and disfavor notificationEvan Prodromou
2010-02-18add ActivityContext class and test itEvan Prodromou
2010-02-18OStatus sub/unsub updates:Brion Vibber
2010-02-17OStatus: moving parts of profile processing to Activity from feedmunger. Paus...Brion Vibber
2010-02-16OStatus: check only direct children in ActivityUtil::child; fixes pulling act...Brion Vibber
2010-02-16restructure Activity classes to push more DOM stuff to ActivityUtilsEvan Prodromou
2010-02-14test parsing a default atom feed for activitiesEvan Prodromou
2010-02-14update activity and salmon for previous commitEvan Prodromou
2010-02-12stub for activitiesEvan Prodromou