summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-10-26Set cookies with "secure" flag on SSL sites. Improves security.testingCraig Andrews
2010-10-26Fix OAuth verifier display page title and msgs for i18nZach Copley
2010-10-26UI on profile settings page to opt out of following everyoneEvan Prodromou
2010-10-26flag to let users opt out of following everyoneEvan Prodromou
2010-10-26Plugin to follow all new users by defaultEvan Prodromou
2010-10-26can't subscribe to blacklisted domains/usersEvan Prodromou
2010-10-26Blacklist plugin checks PuSH and Salmon noticesEvan Prodromou
2010-10-26userrole.php will take a profile id for remote profilesEvan Prodromou
2010-10-25readme: release candidate 0.9.60.9.6rc1Brion Vibber
2010-10-25Merge commit 'refs/merge-requests/2223' of git://gitorious.org/statusnet/main...Zach Copley
2010-10-25Updated mustard description and linkMichele macno Azzolari
2010-10-25Supress header, footer, sidebar on OAuth verifier pin page when in "desktop" ...Zach Copley
2010-10-25Base theme styling for oauth pin and desktop mode.Samantha Doherty
2010-10-25Forgot to add the OAuth verifier pin page to sensitive arrayZach Copley
2010-10-25We don't need to have editapplication (only showapplication) in theZach Copley
2010-10-25Add OAuth token exchange endpoint to 'sensitive' array; i.e.: use SSL ifZach Copley
2010-10-25Add special CSS classes to OAuth authorization and pin pages whenZach Copley
2010-10-25Less scary OAuth authorization messages when using anonymous consumerZach Copley
2010-10-25max_id is inclusiveEvan Prodromou
2010-10-25change max_id from < to <=Evan Prodromou
2010-10-23Localisation updates from http://translatewiki.net.Siebrand Mazeland
2010-10-23* onPluginVersion added.Siebrand Mazeland
2010-10-23* translator documentation added.Siebrand Mazeland
2010-10-22Additional fixes found while looking at ticket #2532: when given a screen nam...Brion Vibber
2010-10-22Fix for ticket #2532: fixed API block create/destroy when specifying the targ...Brion Vibber
2010-10-22Merge branch '0.9.x' of gitorious.org:statusnet/mainline into 0.9.xBrion Vibber
2010-10-22Fix for 140-char replies being unexpectedly cropped when bridged to Twitter.Brion Vibber
2010-10-22Normalize HTML body ids to lowercase when the user is logged out as well.Zach Copley
2010-10-22Merge branch '0.9.x' of gitorious.org:statusnet/mainline into 0.9.xZach Copley
2010-10-22Updated styling for OAuth authorization page's desktop mode.Zach Copley
2010-10-22RegisterThrottlePlugin tweak for silencing checks: make sure we don't crash d...Brion Vibber
2010-10-22Collective guilt for registrants from the same IP addressEvan Prodromou
2010-10-22New events when granting and revoking rolesEvan Prodromou
2010-10-22Merge branch 'bettercachelog' into 0.9.xEvan Prodromou
2010-10-22Merge remote branch 'gitorious/0.9.x' into 0.9.xEvan Prodromou
2010-10-22more detailed information in cachelogpluginEvan Prodromou
2010-10-21Workaround for http_build_query() oddities in low-level router parent code wh...Brion Vibber
2010-10-22Pass OAuth authorize page's mode paramater to OpenID plugin so it can create ...Zach Copley
2010-10-21Fix regression (whoops!)Zach Copley
2010-10-21Merge branch '0.9.x' of gitorious.org:statusnet/mainline into 0.9.xZach Copley
2010-10-21Re-camelcase ApiOauthAuthorizeAction so it will be accessible whenZach Copley
2010-10-22Fix syntax errorsZach Copley
2010-10-21OAuth - inform consumer when user refused to authorize a request tokenZach Copley
2010-10-21Don't show 'anonymous' app in OAuth application list.Zach Copley
2010-10-21Fix bad reference.Zach Copley
2010-10-21OAuth - proper callback handling and better styling for authorizationZach Copley
2010-10-21Normalize all action HTML body ids to lowercaseZach Copley
2010-10-21Change OAuth authorization page's action name to be inline withZach Copley
2010-10-21New "desktop" mode for the OAuth authorization page. If mode=deskstopZach Copley
2010-10-21Memcache::set() 3rd param should be flags (4th is expire). This throws a "2 l...James Walker