Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-10-23 | * onPluginVersion added. | Siebrand Mazeland | |
* i18n fix: use _m() in plugins, don't use _() * some translator documentation added. * superfluous whitespace removed. | |||
2010-10-23 | * translator documentation added. | Siebrand Mazeland | |
* superfluous whitespace removed. | |||
2010-10-22 | Additional fixes found while looking at ticket #2532: when given a screen ↵ | Brion Vibber | |
name as API parameter for a profile, do the nickname lookup on local users only. The profile table can't guarantee unique lookups, so using names isn't currently safe there. This won't affect anything using local nicknames correctly, and may avoid some weird bugs if there were conflicts between local and remote nicknames. | |||
2010-10-22 | Fix for ticket #2532: fixed API block create/destroy when specifying the ↵ | Brion Vibber | |
target user/profile as a separate query parameter, such as api/blocks/create.xml?param=xxx The router settings weren't quite right so we ended up with bogus regex values passed in as the 'id' parameter, which broke the regular fallback ordering of parameter checks. | |||
2010-10-22 | Merge branch '0.9.x' of gitorious.org:statusnet/mainline into 0.9.x | Brion Vibber | |
2010-10-22 | Fix for 140-char replies being unexpectedly cropped when bridged to Twitter. | Brion Vibber | |
This drops the '@' -> ' @' hack for CURL meta-chars in outgoing Twitter bridge, added in commit 04b95c25 back in the day. The Twitter bridge has since been switched from using direct CURL calls to using HTTPClient, which even with the CURL backend enabled doesn't trigger this issue, as POST parameters are formatted directly. Prepending the space before we did the message cropping was leading to 140-char messages getting cropped unnecessarily, which was confusing: Examples of broken messages: http://identi.ca/notice/57172587 vs http://twitter.com/marjoleink/status/28398050691 http://identi.ca/notice/57172878 vs http://twitter.com/marjoleink/status/28398492563 | |||
2010-10-22 | Normalize HTML body ids to lowercase when the user is logged out as well. | Zach Copley | |
2010-10-22 | Merge branch '0.9.x' of gitorious.org:statusnet/mainline into 0.9.x | Zach Copley | |
2010-10-22 | Updated styling for OAuth authorization page's desktop mode. | Zach Copley | |
TODO: move these styles into the main CSS file. | |||
2010-10-22 | RegisterThrottlePlugin tweak for silencing checks: make sure we don't crash ↵ | Brion Vibber | |
during registration if another profile registered from this address has been since deleted. Followup to commit 1caa08429f591b170da210d72f3501843f2bc657 | |||
2010-10-22 | Collective guilt for registrants from the same IP address | Evan Prodromou | |
If someone tries to register from an IP address that a silenced user has registered from, prevent it. When silencing someone, silence everyone else who registered from the same IP address. | |||
2010-10-22 | New events when granting and revoking roles | Evan Prodromou | |
Four new events for when roles are granted or revoked. | |||
2010-10-22 | Merge branch 'bettercachelog' into 0.9.x | Evan Prodromou | |
2010-10-22 | Merge remote branch 'gitorious/0.9.x' into 0.9.x | Evan Prodromou | |
2010-10-22 | more detailed information in cachelogplugin | Evan Prodromou | |
2010-10-21 | Workaround for http_build_query() oddities in low-level router parent code ↵ | Brion Vibber | |
when PHP config is set with non-default separator. | |||
2010-10-22 | Pass OAuth authorize page's mode paramater to OpenID plugin so it can create ↵ | Zach Copley | |
a correct returnto URL | |||
2010-10-21 | Fix regression (whoops!) | Zach Copley | |
2010-10-21 | Merge branch '0.9.x' of gitorious.org:statusnet/mainline into 0.9.x | Zach Copley | |
2010-10-21 | Re-camelcase ApiOauthAuthorizeAction so it will be accessible when | Zach Copley | |
a site is in pivate mode | |||
2010-10-22 | Fix syntax errors | Zach Copley | |
2010-10-21 | OAuth - inform consumer when user refused to authorize a request token | Zach Copley | |
http://status.net/open-source/issues/2848 | |||
2010-10-21 | Don't show 'anonymous' app in OAuth application list. | Zach Copley | |
2010-10-21 | Fix bad reference. | Zach Copley | |
2010-10-21 | OAuth - proper callback handling and better styling for authorization | Zach Copley | |
page when in desktop mode | |||
2010-10-21 | Normalize all action HTML body ids to lowercase | Zach Copley | |
2010-10-21 | Change OAuth authorization page's action name to be inline with | Zach Copley | |
other web page action names so the body id outputs correctly. Fix some other bugs. | |||
2010-10-21 | New "desktop" mode for the OAuth authorization page. If mode=deskstop | Zach Copley | |
is specified in the request the page is probably meant to be displayed in a small webview of another application, so suppress header, aside and footer. | |||
2010-10-21 | Memcache::set() 3rd param should be flags (4th is expire). This throws a "2 ↵ | James Walker | |
lowest bytes reserved" error in Memcache > 3.0.3 | |||
2010-10-21 | i18n/L10n consistency updates. | Siebrand Mazeland | |
2010-10-21 | Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.x | Zach Copley | |
2010-10-21 | Fix syntax error | Zach Copley | |
2010-10-21 | i18n/L10n updates, translator docs updated, superfluous whitespace removed. | Siebrand Mazeland | |
2010-10-20 | Merge branch '0.9.x' of gitorious.org:statusnet/mainline into 0.9.x | Zach Copley | |
Conflicts: actions/apioauthauthorize.php lib/apioauthstore.php | |||
2010-10-20 | Use a new table (oauth_token_association) to associate authorized | Zach Copley | |
request tokins with OAuth client applications and profiles. | |||
2010-10-21 | Update translator documentation and remove superfluous whitespace. | Siebrand Mazeland | |
2010-10-21 | i18n/L10n updates, translator comments added/fixed, superfluous whitespace ↵ | Siebrand Mazeland | |
removed. | |||
2010-10-20 | Merge branch '0.9.x' of gitorious.org:statusnet/mainline into 0.9.x | Brion Vibber | |
2010-10-20 | Merge branch '0.9.x' of gitorious.org:statusnet/mainline into 0.9.x | Brion Vibber | |
2010-10-20 | Wee fixin for overflowing notice content in sidebar. | Samantha Doherty | |
2010-10-20 | Merge branch '0.9.x' into openid-oauth | Brion Vibber | |
2010-10-20 | Fix option settings on oauth_post_notice.php | Brion Vibber | |
2010-10-20 | Pretty up the OpenID variant of the OAuth login form a bit; change the ↵ | Brion Vibber | |
'Allow' button to 'Continue' so we're not confused why we get the form again after authenticating. | |||
2010-10-21 | * translator documentation added. | Siebrand Mazeland | |
* moved some translator comments that were not directly above the line with the message to the correct location. * i18n for UI text. * superfluous whitespace removed. | |||
2010-10-20 | Initial OpenID+OAuth thingy. | Brion Vibber | |
2010-10-20 | Fix --oauth-token-secret on oauth_verify_creds.php | Brion Vibber | |
2010-10-20 | Fix for ticket #2845: singleuser nickname configuration was being overridden ↵ | Brion Vibber | |
by site owner in router setup. I've consolidated the checks for which user to use for single-user mode into User::singleUser(), which now uses the configured nickname by preference, falling back to the site owner if it's unset. This is now called consistently from the places that needed to use the primary user's nickname in routing setup. Setting $config['singleuser']['nickname'] should now work again as expected. | |||
2010-10-20 | Localisation updates from http://translatewiki.net. | Siebrand Mazeland | |
2010-10-20 | Revert DB change for OAuth. Change compound key for oauth_application_user | Zach Copley | |
back to (profile_id, application_id). I think we can get away without a DB change by only issuing one anonymous access token per user. | |||
2010-10-20 | Consistent punctuation. | Siebrand Mazeland | |