summaryrefslogtreecommitdiff
path: root/lib/activity.php
AgeCommit message (Expand)Author
2010-09-29* i18n/L10n and translator documentation updates.Siebrand Mazeland
2010-09-15Merge branch '0.9.x' into activityexportEvan Prodromou
2010-09-15flag to leave out author information in activity outputEvan Prodromou
2010-09-13Activity::asString() should format numerical not string timeEvan Prodromou
2010-09-13* update/add translator documentationSiebrand Mazeland
2010-04-29Merge branch 'testing' into 0.9.xBrion Vibber
2010-04-23Test cases and fixes for Atom and RSS content decoding.Brion Vibber
2010-04-10Add translator documentation.Siebrand Mazeland
2010-03-27move check for bad IDs from activityobject to activity and make simplerEvan Prodromou
2010-03-22Some initial media parsingZach Copley
2010-03-20move atom category to its own file, tooEvan Prodromou
2010-03-20special-case Posterous author element for activity actorEvan Prodromou
2010-03-20Move activity classes to their own filesEvan Prodromou
2010-03-20allow html content in summary and clean it out of titleEvan Prodromou
2010-03-20rename $rss to $channel to prevent misunderstandingEvan Prodromou
2010-03-19make deriving a subject from an RSS channel workEvan Prodromou
2010-03-19move ActivityObject constructors from Activity to ActivityObjectEvan Prodromou
2010-03-19only search elements for linksEvan Prodromou
2010-03-19Parse RSS items as activitiesEvan Prodromou
2010-03-18OStatus discover fixes:Brion Vibber
2010-03-15Throw an exception if we receive a document instead of a feed's root elementZach Copley
2010-03-15Ticket #2242: fix reading of inline XHTML content in Atom feeds for OStatus i...Brion Vibber
2010-03-14give preference to rel="photo" (per latest ActivityStreams spec), but still s...James Walker
2010-03-13* wrong param order to in_arrayJames Walker
2010-03-12Scrub all atom output with common_xml_safe_str()Zach Copley
2010-03-04Merge branch 'testing'Brion Vibber
2010-03-03Temp fix for problem getting actor from PuSH updates where actor is only spec...Zach Copley
2010-03-03Merge branch 'testing' of git@gitorious.org:statusnet/mainlineBrion Vibber
2010-03-02OStatus: save file records for enclosuresBrion Vibber
2010-03-02OStatus fix: look for <link>s in the current element's children, not in all i...Brion Vibber
2010-02-25Merge branch 'testing' of gitorious.org:statusnet/mainline into testingBrion Vibber
2010-02-25OStatus: pull best-sized avatar image (96x96 if found, otherwise largest, oth...Brion Vibber
2010-02-25Set avatar height correctlyZach Copley
2010-02-25Add lots of fun avatars to our Atom outputZach Copley
2010-02-25Merge branch 'testing' of gitorious.org:statusnet/mainline into testingZach Copley
2010-02-25Rationalize group activity stuffZach Copley
2010-02-25OStatus: fix remote groups to work with new user_groups/local_groups split.Brion Vibber
2010-02-25OStatus: save categories from the Atom entry as hashtags.Brion Vibber
2010-02-24Merge branch 'testing' of gitorious.org:statusnet/mainline into testingZach Copley
2010-02-24Populate more profile information when doing a remote subscribeZach Copley
2010-02-24OStatus: disable HTMLPurify cache unless we've configured a writable path for...Brion Vibber
2010-02-24- break OMB profile update pings to a background queueBrion Vibber
2010-02-24Include <author> with actor ID and name in Activity::asString(); fixes Salmon...Brion Vibber
2010-02-23Add PoCo parsing and some other fixes.Zach Copley
2010-02-23Add poco:displayName to Atom output for person objectZach Copley
2010-02-23OStatus: do PuSH subscription setup from subscribe/join event hooks, so resub...Brion Vibber
2010-02-22Add activity.php to common includesZach Copley
2010-02-22Merge branch 'rationalize-activity' into testingZach Copley
2010-02-22Move ActivityObject and related stuff to coreZach Copley