summaryrefslogtreecommitdiff
path: root/classes/Notice.php
AgeCommit message (Expand)Author
2010-04-11* DB -> Database in messageSiebrand Mazeland
2010-04-09Fix for conversation check in @-reply notification email; i18n cleanup on mai...Brion Vibber
2010-04-09Fix for conversation check in @-reply notification email; i18n cleanup on mai...Brion Vibber
2010-04-09Run block checks on remote OStatus repliesBrion Vibber
2010-04-09Run block checks on remote OStatus repliesBrion Vibber
2010-03-23fixup_deletions.php script to look for notices posted by now-deleted profiles...Brion Vibber
2010-03-15Blow more timeline caches on notice delete. Fixes paging on public and profil...Brion Vibber
2010-03-12Scrub all atom output with common_xml_safe_str()Zach Copley
2010-03-12Add id and updated elements to atom sourceZach Copley
2010-03-03Revert "Revert "Show <activity:subject> and no activity actors for user feed""Zach Copley
2010-03-03Use poster's subscribed groups to disambiguate group linking when a remote gr...Brion Vibber
2010-03-02OStatus: save file records for enclosuresBrion Vibber
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-02Revert "Show <activity:subject> and no activity actors for user feed"Evan Prodromou
2010-03-02don't duplicate title in summary in Atom output per RFC4287 4.2.13Evan Prodromou
2010-03-02Show <activity:subject> and no activity actors for user feedEvan Prodromou
2010-02-27fix call of common_find_mentions() in Notice::saveReplies()Evan Prodromou
2010-02-27Use notice for context when deciding who @nickname refers toEvan Prodromou
2010-02-26blow cache on known repliesEvan Prodromou
2010-02-25Add lots of fun avatars to our Atom outputZach Copley
2010-02-25OStatus: save categories from the Atom entry as hashtags.Brion Vibber
2010-02-22Add PoCo namespace to optional ns output in Notice::asAtomEntry()Zach Copley
2010-02-22Merge branch 'rationalize-activity' into testingZach Copley
2010-02-22Move ActivityObject and related stuff to coreZach Copley
2010-02-23OStatus group delivery initial implementation.Brion Vibber
2010-02-21don't calculate replies for remote noticesEvan Prodromou
2010-02-21Combine code that finds mentions into one place and add hook pointsEvan Prodromou
2010-02-21permalink on a note represented by rel=alternateEvan Prodromou
2010-02-21Notice::saveNew() accepts url and rendered optionsEvan Prodromou
2010-02-20OStatus: send favorite/unfavorite notifications to remote authorsBrion Vibber
2010-02-18add type='text/html' to alternate link in Notice AtomEvan Prodromou
2010-02-18always distribute to inbox of author immediatelyEvan Prodromou
2010-02-17- Set the root of a new local conversation to a new conversation.idZach Copley
2010-02-16Take remote profiles into account when looking up canonical profile URIsZach Copley
2010-02-12fix for Atom notice output: correct check against conversation & current idBrion Vibber
2010-02-11Fix retarded spelling mistakeZach Copley
2010-02-11ostatus:attention links in Notice Atom outputZach Copley
2010-02-11Some upgrades to Atom output for OStatusZach Copley
2010-02-09OStatus partial support for group subscriptions:Brion Vibber
2010-02-08OStatus cleanup...Brion Vibber
2010-02-03clear cache for Profile::hasRepeated() at Notice::insert() timeEvan Prodromou
2010-01-30error clearing tags for profiles from memcachedEvan Prodromou
2010-01-28Last-chance distribution if enqueueing failsEvan Prodromou
2010-01-27fix notice -- drop unused return value of variable that isn't initialized :) ...Brion Vibber
2010-01-27Adds an emergency switch so we can run inbox distribution at save time (bypas...Brion Vibber
2010-01-25Offload inbox updates to a queue handler to speed up posting onlineEvan Prodromou
2010-01-15Fix for background recalculation of groups; needs to get Group objects not ID...Brion Vibber
2010-01-13make sure whoGets() doesn't write anythingEvan Prodromou
2010-01-13Don't save reply info for repeatsEvan Prodromou