0
I Use This!
Inactive

Commits : Listings

Analyzed about 12 hours ago. based on code collected about 17 hours ago.
Apr 27, 2023 — Apr 27, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge pull request #19 from sqren/master More... almost 11 years ago
Fixed: Missing 'new' prefix when invoking a constructor More... almost 11 years ago
Fixed typo More... almost 11 years ago
The body of a for in should be wrapped in an if statement to filter unwanted properties from the prototype More... almost 11 years ago
Merge pull request #18 from sqren/master More... almost 11 years ago
Automatic fixes to make jshint compliant More... almost 11 years ago
Manual fixes to make it jshint compliant More... almost 11 years ago
Added link to OAuthTestPage More... about 11 years ago
fixed readme More... over 11 years ago
Node.js Compatibility More... over 11 years ago
rawurlencode misencodes '~'. Thanks to samharnack for the fix More... almost 12 years ago
Use reset for PHP More... over 12 years ago
Reset parameters to an empty list More... over 12 years ago
Adding egg (pending pypi account) More... over 12 years ago
Adding egg builders More... over 12 years ago
Cleaned up python More... over 12 years ago
Updated licenses More... over 12 years ago
Merge pull request #12 from JoeCianflone/feature-to-php5 More... over 12 years ago
license file More... over 12 years ago
merged updates and pushed in GC features/fixes More... over 12 years ago
Merge pull request #11 from jmathai/7e2146ba3c925f437d298155ad5a43445678af0f More... over 12 years ago
Merge pull request #10 from jmathai/1ff9b5ecda2e81cc6e8a8cdef6dc5377bba01b83 More... over 12 years ago
OAuth only specifies signing x-www-url-form-encoded parameters. In PHP to do a multipart file upload you specify it as such: array('file' => '@/path/to/file'); Checking for an @ as the first character of the value and an existing file path following. More... over 12 years ago
Using empty() on a string `0` returns true. Using strlen instead. php -r '$string="0"; var_dump(empty($string));' bool(true) More... over 12 years ago
Merge pull request #9 from mrluanma/master More... over 12 years ago
Fixed getHeaderString. More... over 12 years ago
Merge pull request #7 from dtb/master More... almost 13 years ago
fixed bad url encoding More... almost 13 years ago
added escape to PlainText signature More... almost 13 years ago
Corrected typo (spotted by jsarch) More... about 13 years ago