Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-10-28 | * i18n/L10n fixes. | Siebrand Mazeland | |
* translator documentation updated. * superfluous whitespace removed. | |||
2010-10-28 | * i18n/L10n fixes. | Siebrand Mazeland | |
* translator documentation updated. * superfluous whitespace removed. | |||
2010-10-27 | Merge branch 'nofollowexternallink' into 0.9.x | Evan Prodromou | |
Conflicts: lib/default.php | |||
2010-10-26 | Set cookies with "secure" flag on SSL sites. Improves security.testing | Craig Andrews | |
2010-10-26 | Fix OAuth verifier display page title and msgs for i18n | Zach Copley | |
2010-10-26 | UI on profile settings page to opt out of following everyone | Evan Prodromou | |
2010-10-26 | flag to let users opt out of following everyone | Evan Prodromou | |
2010-10-26 | Plugin to follow all new users by default | Evan Prodromou | |
2010-10-26 | can't subscribe to blacklisted domains/users | Evan Prodromou | |
2010-10-26 | Blacklist plugin checks PuSH and Salmon notices | Evan Prodromou | |
2010-10-26 | userrole.php will take a profile id for remote profiles | Evan Prodromou | |
2010-10-25 | readme: release candidate 0.9.60.9.6rc1 | Brion Vibber | |
2010-10-25 | Merge commit 'refs/merge-requests/2223' of ↵ | Zach Copley | |
git://gitorious.org/statusnet/mainline into integration | |||
2010-10-25 | Updated mustard description and link | Michele macno Azzolari | |
2010-10-25 | Supress header, footer, sidebar on OAuth verifier pin page when in "desktop" ↵ | Zach Copley | |
mode | |||
2010-10-25 | Base theme styling for oauth pin and desktop mode. | Samantha Doherty | |
2010-10-25 | Forgot to add the OAuth verifier pin page to sensitive array | Zach Copley | |
2010-10-25 | We don't need to have editapplication (only showapplication) in the | Zach Copley | |
sensitive array because it doesn't expose the consumer keypair | |||
2010-10-25 | Add OAuth token exchange endpoint to 'sensitive' array; i.e.: use SSL if | Zach Copley | |
available | |||
2010-10-25 | Add special CSS classes to OAuth authorization and pin pages when | Zach Copley | |
in desktop mode | |||
2010-10-25 | Less scary OAuth authorization messages when using anonymous consumer | Zach Copley | |
2010-10-25 | max_id is inclusive | Evan Prodromou | |
2010-10-25 | change max_id from < to <= | Evan Prodromou | |
2010-10-23 | Localisation updates from http://translatewiki.net. | Siebrand Mazeland | |
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 | |