summaryrefslogtreecommitdiff
path: root/classes/Notice.php
AgeCommit message (Expand)Author
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
2010-01-13repeats don't get posted to groupsEvan Prodromou
2010-01-13remove vestiges of Notice_inbox from cache clearing code in NoticeEvan Prodromou
2010-01-13memoize Notice::whoGets()Evan Prodromou
2010-01-12remove transaction for Notice save; causes deadlocksEvan Prodromou
2010-01-09whoGets() method for NoticeEvan Prodromou
2010-01-09Use inbox instead of notice_inboxEvan Prodromou
2010-01-07Fixes to bugs where non-local messages were being wrong put in the public tim...Ciaran Gultnieks
2010-01-05Fix for overlong RT trimming: don't trim if textlimit is 0 (unlimited)Brion Vibber
2010-01-05Ticket 2135: trim overlong repeats with ellipsis rather than failing.Brion Vibber