summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-10-07Some fixups to this the OAuth verify credentials test scriptZach Copley
2010-10-07Rename OAuth token credential fetching scriptZach Copley
2010-10-07Update access token fetching test script to 1.0aZach Copley
2010-10-07Update ApiOauthAccessTokenAction to OAuth 1.0aZach Copley
2010-10-07Added a comment about an open question: Should we allow pin-basedZach Copley
workflow for clients registered as web applications?
2010-10-07Make the verifier pin display a little nicerZach Copley
2010-10-07Merge branch '0.9.x' of gitorious.org:statusnet/mainline into 0.9.xBrion Vibber
2010-10-07Merge branch 'master' into 0.9.xBrion Vibber
2010-10-07Merge branch 'bitly'Brion Vibber
2010-10-07Add a README for BitlyUrlPluginBrion Vibber
2010-10-07Tweak bit.ly admin panel messages to distinguish the admin settings from ↵Brion Vibber
config.php globals
2010-10-07Drop out the 'allow user override' checkbox on bit.ly admin panel until we ↵Brion Vibber
find a good way to shove the user settings in. :)
2010-10-07Clean up bit.ly admin panel behavior, and hide it from the shorteners list ↵Brion Vibber
if it's not fully configured.
2010-10-07bit.ly admin panel to set the API keys to use.Brion Vibber
2010-10-07Workaround for regression in input validation due to more PCRE oddities. ↵Brion Vibber
Recommend redoing common_validate_utf8() using something more reliable, perhaps. :P
2010-10-07Pull up the guts of my fixed bit.ly plugin from an old work branch (that had ↵Brion Vibber
made other changes we weren't happy with in the plugin management). Now works if given a global API key.
2010-10-07More OAuthy name for temp credentials fetching test scriptZach Copley
2010-10-07Change temp credential test script to use POST instead of GET (moreZach Copley
useful for testing in general)
2010-10-07OStatus fixup-shadow.php: add check for user_group entries with 'uri' entry ↵Brion Vibber
shadowing an actual local_group -- this can cause trouble now that we sometimes actually use the uri field for lookups, and leaving the entries around would break updating the table to fill out formerly missing uris, since the unique index entry would already be taken by the bad entry.
2010-10-07Use 7 digits for oob OAuth pin instead of 6Zach Copley
2010-10-07Fix regression in OStatus remote group delivery: local group check was bogus ↵Brion Vibber
in updated Ostatus_profile::localGroupFromUrl()
2010-10-07hide notice form if not able to postEvan Prodromou
2010-10-07Events for showing the notice formEvan Prodromou
2010-10-07PHPCS-clean RequireValidateEmailEvan Prodromou
2010-10-06- Update ApiOauthAuthorizeAction to 1.0aZach Copley
- Fix enumerable bugs - New page for displaying 1.0a verifier (still needs work)
2010-10-06- New base InfoAction for dialog box like msgsZach Copley
- Fix titles on error pages
2010-10-06Some more cleanupZach Copley
2010-10-06Update ApiOauthRequestTokenAction to support OAuth 1.0aZach Copley
2010-10-06Override new_request_token() to store OAuth 1.0a verified callback URLZach Copley
2010-10-06- Update getrequesttoken test script to use 1.0aZach Copley
- Some cleanup
2010-10-06Stab that 'p' parameter!Zach Copley
2010-10-06Add plain text error format to clientError()Zach Copley
2010-10-06Fix bad referenceZach Copley
2010-10-06A bit more work on the request token fetching test scriptZach Copley
2010-10-06Somewhat improved test script for fetching an OAuth request tokenZach Copley
2010-10-06Strip out the special 'p' paramter added by index.php fromZach Copley
$_SERVER['QUERY_STRING'] before doing OAuth requests. Required by the latest version of the OAuth lib.
2010-10-06Upgrade OAuth.php to the latest version.Zach Copley
2010-10-06A few quick theme fixes, mostly for IE. Full update to follow.Samantha Doherty
2010-10-06Merge branch 'master' into 0.9.xBrion Vibber
2010-10-06Basic validation of UTF-8 input via GET/POST vars: invalid UTF-8 sequences ↵Brion Vibber
will cause the string to drop. Not necessarily super-thorough; should be improved in future to drop individual bad sequences, do normalization of combining forms, etc. General input validation (for ints, types of strings, etc) still would be good to have!
2010-10-05Merge branch 'master' into 0.9.xBrion Vibber
2010-10-05Victorian theme by Michael R. BernsteinBrion Vibber
Includes Linux Libertine font, used under SIL Open Font License.
2010-10-05mnml theme by Michael R. BernsteinBrion Vibber
Includes TeX Gyre Heros font, used under GUST Font License
2010-10-05Localisation updates from http://translatewiki.netSiebrand Mazeland
2010-10-04Merge branch 'master' into 0.9.xBrion Vibber
2010-10-04Urgh... fix for fix for horrific $ escaping problems (some awful mix of ↵Brion Vibber
single and double-quoted strings in the terror that is mail.php)
2010-10-04Merge branch 'master' of gitorious.org:statusnet/mainline into 0.9.xBrion Vibber
2010-10-04scripts/fixup_group_uri.php to fill in empty user_group.uri entries; needed ↵Brion Vibber
before changing domain names on sites that are hosting groups for remote users
2010-10-04Fix unescaped dollar signs in double-quoted strings due to localization ↵Brion Vibber
updates (%1$s etc)
2010-10-04Extra debug helper line in push callbackBrion Vibber