- 26 Oct, 2010 4 commits
-
-
Evan Prodromou authored
-
Evan Prodromou authored
-
Evan Prodromou authored
-
Evan Prodromou authored
-
- 25 Oct, 2010 12 commits
-
-
Brion Vibber authored
-
-
Michele macno Azzolari authored
-
Zach Copley authored
-
Samantha Doherty authored
-
Zach Copley authored
-
Zach Copley authored
sensitive array because it doesn't expose the consumer keypair
-
Zach Copley authored
available
-
Zach Copley authored
in desktop mode
-
Zach Copley authored
-
Evan Prodromou authored
-
Evan Prodromou authored
-
- 23 Oct, 2010 3 commits
-
-
-
Siebrand Mazeland authored
* i18n fix: use _m() in plugins, don't use _() * some translator documentation added. * superfluous whitespace removed.
-
Siebrand Mazeland authored
* superfluous whitespace removed.
-
- 22 Oct, 2010 20 commits
-
-
Brion Vibber authored
Additional fixes found while looking at ticket #2532: when given a screen 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.
-
Brion Vibber authored
Fix for ticket #2532: fixed API block create/destroy when specifying the 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.
-
Brion Vibber authored
-
Brion Vibber authored
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
-
Zach Copley authored
-
Zach Copley authored
-
Zach Copley authored
TODO: move these styles into the main CSS file.
-
Brion Vibber authored
RegisterThrottlePlugin tweak for silencing checks: make sure we don't crash during registration if another profile registered from this address has been since deleted. Followup to commit 1caa0842
-
Evan Prodromou authored
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.
-
Evan Prodromou authored
Four new events for when roles are granted or revoked.
-
Evan Prodromou authored
-
Evan Prodromou authored
-
Evan Prodromou authored
-
Brion Vibber authored
Workaround for http_build_query() oddities in low-level router parent code when PHP config is set with non-default separator.
-
Zach Copley authored
returnto URL
-
Zach Copley authored
-
Zach Copley authored
-
Zach Copley authored
a site is in pivate mode
-
Zach Copley authored
-
-
- 21 Oct, 2010 1 commit
-
-
Zach Copley authored
-