summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-02-19Localisation updates for !StatusNet from !translatewiki.net !sntransSiebrand Mazeland
Signed-off-by: Siebrand Mazeland <s.mazeland@xs4all.nl>
2010-02-18Fix for cross site OMB posting problemZach Copley
2010-02-17Twitter bridge - fix for Ticket #2192Zach Copley
2010-02-17Better logging for Twitter bridge account linking processZach Copley
2010-02-17Merge branch 'testing' into 0.9.xBrion Vibber
2010-02-17Merge branch 'master' into testingBrion Vibber
2010-02-17Fix exception on bad plugin loadBrion Vibber
2010-02-17parse_url returns an associative array - not an objectCraig Andrews
2010-02-17PostDebug plugin - saves POST data to debug log or directory to help debug ↵Brion Vibber
form submission and server-to-server communications. Some sensitive items are sanitized but not all - don't just shove out the log results publicly!
2010-02-17htmloutputter->script() special cases src's that begin with plugin/ or ↵Craig Andrews
local/ so that plugins don't need to include common_path() in every call to $action->script() Adjust plugins to not call common_path() when it's not necessary Fix minify plugin
2010-02-17parse_url returns an associative array - not an objectCraig Andrews
2010-02-17Fix script references in infinite scroll plugin and autocomplete pluginCraig Andrews
Add indicator.gif used by autocomplete plugin
2010-02-17- Set the root of a new local conversation to a new conversation.idZach Copley
- Output conversation URIs from conversation.uri
2010-02-17- conversation.uri needs to be nullableZach Copley
- factory method for creating new local conversations
2010-02-16New Conversation DO to handle remote notices as conversation rootsZach Copley
2010-02-16Merge branch 'testing' of gitorious.org:statusnet/mainline into testingZach Copley
* 'testing' of gitorious.org:statusnet/mainline: OStatus: override source link with the source domain and link to original message OStatus: moving parts of profile processing to Activity from feedmunger. Pausing before refactoring DB schema a bit to clean up feed vs person vs group info
2010-02-16More sensical profile::getUri()Zach Copley
2010-02-17OStatus: override source link with the source domain and link to original ↵Brion Vibber
message
2010-02-17Merge branch 'testing' of git@gitorious.org:statusnet/mainline into testingBrion Vibber
2010-02-17OStatus: moving parts of profile processing to Activity from feedmunger. ↵Brion Vibber
Pausing before refactoring DB schema a bit to clean up feed vs person vs group info
2010-02-16Merge branch 'testing' of gitorious.org:statusnet/mainline into testingZach Copley
* 'testing' of gitorious.org:statusnet/mainline: OStatus: migrated notice parsing to use Activity helper classes; on the way to killing FeedMunger
2010-02-16Take remote profiles into account when looking up canonical profile URIsZach Copley
2010-02-16OStatus: migrated notice parsing to use Activity helper classes; on the way ↵Brion Vibber
to killing FeedMunger
2010-02-16OStatus: check only direct children in ActivityUtil::child; fixes pulling ↵Brion Vibber
actor's info when we wanted post info
2010-02-16OStatus: temporary output mode hack for apitimelineuser until PuSH feed ↵Brion Vibber
generation is updated to use the shared code instead of output buffering
2010-02-16OStatus: fix up some recent regressions in subscription setup; fix state ↵Brion Vibber
checks and verification token, and avatar save on setup. Needs updates for new atom code next...
2010-02-16OStatus: fix for low-level remote subscribeBrion Vibber
2010-02-16Add rel="avatar" to img links in <activity:actor> stanzasZach Copley
2010-02-16restructure Activity classes to push more DOM stuff to ActivityUtilsEvan Prodromou
2010-02-16Merge branch 'testing' of git@gitorious.org:statusnet/mainline into testingEvan Prodromou
2010-02-16add a FIXME to ProfileEvan Prodromou
2010-02-16Merge branch 'testing' into 0.9.xBrion Vibber
Conflicts: lib/iomaster.php
2010-02-16Merge branch 'master' into testingBrion Vibber
Conflicts: lib/stompqueuemanager.php
2010-02-16Stomp queue restructuring for mass scalability:Brion Vibber
- Multiplexing queues into groups and for multiple sites. - Sharing vs breakout configurable per site and per queue via $config['queue']['breakout'] - Detect how many times a message is redelivered, discard if it's killed too many daemons - count configurable with $config['queue']['max_retries'] - can dump the items to files in $config['queue']['dead_letter_dir'] Queue daemon memory & resource leak fixes: - avoid unnecessary reconnections to memcached server (switch persistent connections back in on second initialization, assuming it's child process) - monkey-patch for leaky .ini loads in DB_DataObject::databaseStructure() - was leaking 200k per active switch - applied leak fixes to Status_network as well, using intermediate base Safe_DataObject for both it and Memcache_DataObject Misc queue fixes: - correct handling of child processes exiting due to signal termination instead of regular exit - shutdown instead of infinite respawn loop if we're already past the soft memory limit at startup - Added --all option for xmppdaemon... still opens one xmpp connection per site that has xmpp active Cache updates: - add Cache::increment() method with native support for memcached atomic increment
2010-02-16Pull fix from testing branch: use new encoding funcs w/ stomp queuesBrion Vibber
2010-02-16Minor optimization to only bind an hover event to the notice at hand.Sarven Capadisli
2010-02-16Merge branch 'testing' of git@gitorious.org:statusnet/mainline into testingSarven Capadisli
2010-02-16Fix to allow any notice item with an attachment to use the overlay viewSarven Capadisli
2010-02-16move some nickname-guessing code to lib/util.php from OpenIDEvan Prodromou
2010-02-16add a couple of FIXME commentsEvan Prodromou
2010-02-16change find() to staticGet() to use cacheEvan Prodromou
2010-02-16Upgrade Twitter bridge to use OAuth 1.0a. It's more secure, and allowsZach Copley
us to automatically send in a callback url instead of having to manually configure one for each StatusNet instance.
2010-02-16Upgrade Twitter bridge to use OAuth 1.0a. It's more secure, and allowsZach Copley
us to automatically send in a callback url instead of having to manually configure one for each StatusNet instance.
2010-02-15Temporary debug hack tracking down 'revoked accesstoken' issue with OMB postsBrion Vibber
2010-02-15Use static class method for looking up Twitter userZach Copley
2010-02-15Use static class method for looking up Twitter userZach Copley
2010-02-15Use static class method for looking up Twitter userZach Copley
2010-02-15Twitter-bridge: lookup old foreign_user by primary key not urlZach Copley
2010-02-15Twitter-bridge: lookup old foreign_user by primary key not urlZach Copley
2010-02-15Twitter-bridge: lookup old foreign_user by primary key not urlZach Copley