0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
May 22, 2024 — May 22, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added a comment about an open question: Should we allow pin-based workflow for clients registered as web applications? More... over 14 years ago
Make the verifier pin display a little nicer More... over 14 years ago
Merge branch '0.9.x' of gitorious.org:statusnet/mainline into 0.9.x More... over 14 years ago
Merge branch 'master' into 0.9.x More... over 14 years ago
Merge branch 'bitly' More... over 14 years ago
Add a README for BitlyUrlPlugin More... over 14 years ago
Tweak bit.ly admin panel messages to distinguish the admin settings from config.php globals More... over 14 years ago
Drop out the 'allow user override' checkbox on bit.ly admin panel until we find a good way to shove the user settings in. :) More... over 14 years ago
Clean up bit.ly admin panel behavior, and hide it from the shorteners list if it's not fully configured. More... over 14 years ago
Workaround for regression in input validation due to more PCRE oddities. Recommend redoing common_validate_utf8() using something more reliable, perhaps. :P More... over 14 years ago
bit.ly admin panel to set the API keys to use. More... over 14 years ago
Pull up the guts of my fixed bit.ly plugin from an old work branch (that had made other changes we weren't happy with in the plugin management). Now works if given a global API key. More... over 14 years ago
More OAuthy name for temp credentials fetching test script More... over 14 years ago
Change temp credential test script to use POST instead of GET (more useful for testing in general) More... over 14 years ago
OStatus fixup-shadow.php: add check for user_group entries with 'uri' entry 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. More... over 14 years ago
Use 7 digits for oob OAuth pin instead of 6 More... over 14 years ago
Fix regression in OStatus remote group delivery: local group check was bogus in updated Ostatus_profile::localGroupFromUrl() More... over 14 years ago
hide notice form if not able to post More... over 14 years ago
Events for showing the notice form More... over 14 years ago
PHPCS-clean RequireValidateEmail More... over 14 years ago
- Update ApiOauthAuthorizeAction to 1.0a - Fix enumerable bugs - New page for displaying 1.0a verifier (still needs work) More... over 14 years ago
- New base InfoAction for dialog box like msgs - Fix titles on error pages More... over 14 years ago
Some more cleanup More... over 14 years ago
Merge branch 'master' of git://gitorious.org/statusnet/mainline More... over 14 years ago
A few quick theme fixes, mostly for IE. Full update to follow. More... over 14 years ago
Merge branch '0.9.x' into twitstream More... over 14 years ago
Merge branch 'master' into 0.9.x More... over 14 years ago
Basic validation of UTF-8 input via GET/POST vars: invalid UTF-8 sequences 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! More... over 14 years ago
Merge branch 'master' of git://gitorious.org/statusnet/mainline More... over 14 years ago
Update ApiOauthRequestTokenAction to support OAuth 1.0a More... over 14 years ago