summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-01-16Localisation updates for !StatusNet from !translatewiki.net !sntransSiebrand Mazeland
2010-01-16Missed change when refactoring groups. Thanks macnoEric Helgeson
2010-01-16Merge branch 'master' into 0.9.xEvan Prodromou
2010-01-16Merge branch 'master' of git@gitorious.org:statusnet/mainlineEvan Prodromou
2010-01-16change rc3 to beta3Evan Prodromou
2010-01-16Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.xEvan Prodromou
2010-01-15Localisation updates for !StatusNet from !translatewiki.net !sntransSiebrand Mazeland
2010-01-15--xmpp-only hack for queuedaemon.php to run separate queue daemon with only x...Brion Vibber
2010-01-15Fix since_id and max_id API parameters for inbox-based loads; was failing if ...Brion Vibber
2010-01-15Fix since_id and max_id API parameters for inbox-based loads; was failing if ...Brion Vibber
2010-01-15Merge branch 'master' of gitorious.org:statusnet/mainline into 0.9.xBrion Vibber
2010-01-14fix for --skip-xmpp hack -- forgot to do it on the ping & confirm handlersBrion Vibber
2010-01-14Add nickname suggestion capability for use during autoregistration.Craig Andrews
2010-01-14temporary --skip-xmpp flag on queuedaemon.php, allows to run queue daemons bu...Brion Vibber
2010-01-14Localisation updates for !StatusNet from !translatewiki.net !sntransSiebrand Mazeland
2010-01-14Add Brion Vibber to contributors.Siebrand Mazeland
2010-01-14Make more complete sentence.Siebrand Mazeland
2010-01-14Fix casing for HMAC-SHA1.Siebrand Mazeland
2010-01-14Fix inconsistent title case in page titleSiebrand Mazeland
2010-01-14Make page titles more consistent: no title case in four cases.Siebrand Mazeland
2010-01-14Fix i18n issue: please number variables when using more than one to allow wor...Siebrand Mazeland
2010-01-14Clean up host/port separation in memcached plugin -- use : not ; as separator...Brion Vibber
2010-01-14Clean up host/port separation in memcached plugin -- use : not ; as separator...Brion Vibber
2010-01-14Keep handler registration per-site to fix queue registration in mixed config ...Brion Vibber
2010-01-14Keep handler registration per-site to fix queue registration in mixed config ...Brion Vibber
2010-01-13Merge branch 'master' of gitorious.org:statusnet/mainlineBrion Vibber
2010-01-13Don't barf on io loop if xmpp connection failedBrion Vibber
2010-01-13remove debugging statement for friends_timelineEvan Prodromou
2010-01-13change double quotes to single quotes in numbered format stringEvan Prodromou
2010-01-13Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.xEvan Prodromou
2010-01-13Merge branch 'master' into 0.9.xEvan Prodromou
2010-01-13do since_id and max_id in inboxEvan Prodromou
2010-01-13go straight to the DB for inbox before insertEvan Prodromou
2010-01-13fix for non-% memory soft limitBrion Vibber
2010-01-13fix for non-% memory soft limitBrion Vibber
2010-01-13queue daemon fixes: path fix for xmpp, suppress warning in memcached initBrion Vibber
2010-01-13queue daemon fixes: path fix for xmpp, suppress warning in memcached initBrion Vibber
2010-01-13Merge branch 'master' into 0.9.xBrion Vibber
2010-01-13actually use the user id instead of 0 ;)Brion Vibber
2010-01-13in case we have cached 'fake' inboxes, make sure we rebuild them running init...Brion Vibber
2010-01-13Gracefully skip missing user entries when initializing inboxes in bulkBrion Vibber
2010-01-13Revert "Drop the Google Client API-based AJAX geolocation lookup shim -- it f...Craig Andrews
2010-01-14- Had to remove checking read vs. read-write in OAuth authenticated methodsZach Copley
2010-01-14More relaxed selector for application icon and form checkboxSarven Capadisli
2010-01-14Check for read vs. read-write access on OAuth authenticated API mehtods.Zach Copley
2010-01-14Fixed some spelling mistakes in the READMEZach Copley
2010-01-14Some rough test scripts for poking at the OAuth systemZach Copley
2010-01-14Add verifier and verified callback to token for OAuth 1.0aZach Copley
2010-01-14Remove verifier from Oauth_application_user (not needed there)Zach Copley
2010-01-14Revoke access token UIZach Copley