summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-02-21Performance fix for FriendFeed sup interface: MySQL query optimizer was doing...Brion Vibber
2010-02-18Merge branch 'master' of git@gitorious.org:statusnet/mainlineZach Copley
2010-02-18Fix for cross site OMB posting problemZach Copley
2010-02-17Queues: redid the breakout control model so we can start up and subscribe to ...Brion Vibber
2010-02-17Twitter bridge - fix for Ticket #2192Zach Copley
2010-02-17Better logging for Twitter bridge account linking processZach Copley
2010-02-17Upgrade Twitter bridge to use OAuth 1.0a. It's more secure, and allowsZach Copley
2010-02-17Fix exception on bad plugin loadBrion Vibber
2010-02-17parse_url returns an associative array - not an objectCraig Andrews
2010-02-16Stomp queue restructuring for mass scalability:Brion Vibber
2010-02-16Pull fix from testing branch: use new encoding funcs w/ stomp queuesBrion Vibber
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-15Twitter-bridge: lookup old foreign_user by primary key not urlZach Copley
2010-02-15Better log msgs. Removed debugging statement.Zach Copley
2010-02-15Fix for regression introduced with my last update to theZach Copley
2010-02-10Queue daemon fixes:Brion Vibber
2010-02-09Configurable delay between queuedaemon.php spawns/respawns to help stagger ou...Brion Vibber
2010-02-08Better checking for duplicate app namesZach Copley
2010-02-08Disable deprecated 'since' parameter on public_timeline API; causes performan...Brion Vibber
2010-02-08Allow scripts/decache.php to blow out cache for objects that don't exist (any...Brion Vibber
2010-02-08readme and version for beta5Evan Prodromou
2010-02-08Delete old Twitter user record when user changes screen name instead of updat...Zach Copley
2010-02-08Store Twitter screen_name, not name, for foreign_user.nickname when saving Tw...Zach Copley
2010-02-05Merge branch 'temp'Zach Copley
2010-02-05Actually store the timestamp on each nonceZach Copley
2010-02-05OAuth app name should not be nullZach Copley
2010-02-05Fix issue with OAuth request parameters being parsed/stored twice whenZach Copley
2010-02-05- Fix cache handling in TwitterStatusFetcherZach Copley
2010-02-05Added right margin for notice text. Helps Conversation notices lookSarven Capadisli
2010-02-05Confirm dialog for reset OAuth consumer key and secret buttonZach Copley
2010-02-05Always check for an OAuth request. This allows OAuth clients to set anZach Copley
2010-02-05Linkify notice source when posting from registered OAuth appsZach Copley
2010-02-05Suppress notice input box on OAuth authorization pageZach Copley
2010-02-05Better token revocationZach Copley
2010-02-05Allow developers to delete OAuth applicationsZach Copley
2010-02-05OAuth app names should be unique.Zach Copley
2010-02-05Prevents app statistic text from wrapping around avatarSarven Capadisli
2010-02-05Sentence case for app statisticsSarven Capadisli
2010-02-04drop debug messages from inbox deletion fixBrion Vibber
2010-02-04Inbox::streamNotices() with deletion compensation: inbox paging should more o...Brion Vibber
2010-02-04Missed change when refactoring groups. Thanks macnoEric Helgeson
2010-02-04Should fix spurious 'nickname taken' and 'email taken' errors on registration...Brion Vibber
2010-02-04Add time-based cutoffs for public tag cloud, favorited lists to speed up thos...Brion Vibber
2010-02-03Script to update profile URLsEvan Prodromou
2010-02-03clear cache for Profile::hasRepeated() at Notice::insert() timeEvan Prodromou
2010-02-03clearcache.php column flag was conflicting with default flagEvan Prodromou
2010-02-03showcache.php column flag was conflicting with default flagEvan Prodromou
2010-02-03change 'sitetype' to 'siteplan' to use consistent languageEvan Prodromou
2010-02-03Merge branch 'master' of git@gitorious.org:statusnet/mainlineEvan Prodromou