FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
Commits · bensonk/python-oauth2 · GitHub
bensonk
/
python-oauth2
Public
forked from
joestump/python-oauth2
Notifications
You must be signed in to change notification settings
Fork
3
Star
5
Code
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Branch selector
User selector
Datepicker
Commit history
Commits on Feb 15, 2012
Merge pull request #1 from tomds/master
Show description for 87310bb
bensonk
committed
87310bb
View commit details
Copy full SHA for 87310bb
Browse repository at this point
add include_body_hash parameter when calling sign_request from within a Client object
tomds
committed
5c8c239
View commit details
Copy full SHA for 5c8c239
Browse repository at this point
Commits on Jan 10, 2012
Added an option to exclude oauth body hash from headers
bensonk
committed
e5cd87c
View commit details
Copy full SHA for e5cd87c
Browse repository at this point
Commits on Dec 13, 2011
Prepared changelog for build 211
Jenkins slave user
committed
a83f4a2
View commit details
Copy full SHA for a83f4a2
Browse repository at this point
Commits on Dec 9, 2011
Prepared changelog for build 210
Simple Geebus
committed
c6dc215
View commit details
Copy full SHA for c6dc215
Browse repository at this point
Commits on May 2, 2011
Prepared changelog for build 170
Simple Geebus
committed
1fcc1a6
View commit details
Copy full SHA for 1fcc1a6
Browse repository at this point
Commits on Apr 15, 2011
Prepared changelog for build 169
Simple Geebus
committed
aee5557
View commit details
Copy full SHA for aee5557
Browse repository at this point
Commits on Apr 5, 2011
Prepared changelog for build 168
Simple Geebus
committed
35cc5ea
View commit details
Copy full SHA for 35cc5ea
Browse repository at this point
Commits on Feb 17, 2011
Prepared changelog for build 167
Simple Geebus
committed
1b585cb
View commit details
Copy full SHA for 1b585cb
Browse repository at this point
Commits on Feb 15, 2011
Prepared changelog for build 166
Simple Geebus
committed
771104b
View commit details
Copy full SHA for 771104b
Browse repository at this point
Merge commit '81326a07d1936838d844690b468660452aafdea9'
Simple Geebus
committed
e9eda24
View commit details
Copy full SHA for e9eda24
Browse repository at this point
fix encoding of non-ascii data into postdata, really fixes #48 this time (comes with test)
zookos
committed
81326a0
View commit details
Copy full SHA for 81326a0
Browse repository at this point
Commits on Feb 7, 2011
Prepared changelog for build 165
Simple Geebus
committed
7ea87e3
View commit details
Copy full SHA for 7ea87e3
Browse repository at this point
Merge commit '1178db3d7b330e51c48d3389293c9d7ab8038029'
Simple Geebus
committed
89bbc5b
View commit details
Copy full SHA for 89bbc5b
Browse repository at this point
get_normalized_parameters() is required to exclude any oauth_signature that was already there, and it is required to preserve duplicate keys, even with identical values
Show description for 1178db3
zookos
committed
1178db3
View commit details
Copy full SHA for 1178db3
Browse repository at this point
Prepared changelog for build 164
Simple Geebus
committed
0d907a4
View commit details
Copy full SHA for 0d907a4
Browse repository at this point
Merge commit 'a84d2cf2ab5cfdc1ad3c9dc454108e58a8db9f09'
Simple Geebus
committed
c4df942
View commit details
Copy full SHA for c4df942
Browse repository at this point
make it actually inspect the request, and fix the test to require the right things of the request
Show description for a84d2cf
zookos
committed
a84d2cf
View commit details
Copy full SHA for a84d2cf
Browse repository at this point
Commits on Feb 4, 2011
Prepared changelog for build 163
Simple Geebus
committed
4b08682
View commit details
Copy full SHA for 4b08682
Browse repository at this point
Merge commit 'd8fdecb8e844b4b08be35967e0797360d8ce0a3a'
Simple Geebus
committed
390ae74
View commit details
Copy full SHA for 390ae74
Browse repository at this point
add test of #46; fixes #46
zookos
committed
d8fdecb
View commit details
Copy full SHA for d8fdecb
Browse repository at this point
Prepared changelog for build 162
Simple Geebus
committed
b330ce8
View commit details
Copy full SHA for b330ce8
Browse repository at this point
Merge commit '545f832f48a351caee066550535ed0e485fd8f20'
Simple Geebus
committed
38c151b
View commit details
Copy full SHA for 38c151b
Browse repository at this point
import parse_qs from cgi if it can't be imported from urlparse, thus regaining compatibility with Python 2.5
Show description for 545f832
zookos
committed
545f832
View commit details
Copy full SHA for 545f832
Browse repository at this point
Commits on Feb 3, 2011
Prepared changelog for build 161
Simple Geebus
committed
1a1f519
View commit details
Copy full SHA for 1a1f519
Browse repository at this point
Merge branch 'master' of github.com:simplegeo/python-oauth2 into pending
zookos
committed
25fbc2d
View commit details
Copy full SHA for 25fbc2d
Browse repository at this point
Include all parameters from URL, even ones that begin with "oauth_", in signature base.
Show description for c9ce81b
zookos
committed
c9ce81b
View commit details
Copy full SHA for c9ce81b
Browse repository at this point
Prepared changelog for build 160
Simple Geebus
committed
147fc61
View commit details
Copy full SHA for 147fc61
Browse repository at this point
Merge branch 'master' of github.com:simplegeo/python-oauth2 into pending
zookos
committed
56c6d9b
View commit details
Copy full SHA for 56c6d9b
Browse repository at this point
Merge branch 'master' of github.com:simplegeo/python-oauth2 into pending
zookos
committed
6838e0a
View commit details
Copy full SHA for 6838e0a
Browse repository at this point
Prepared changelog for build 159
Simple Geebus
committed
7aad8b4
View commit details
Copy full SHA for 7aad8b4
Browse repository at this point
Commits on Feb 2, 2011
add another unicode test case to the tests just to show to user saevarom on github
zookos
committed
0417148
View commit details
Copy full SHA for 0417148
Browse repository at this point
Prepared changelog for build 158
Simple Geebus
committed
c174eb2
View commit details
Copy full SHA for c174eb2
Browse repository at this point
keep empty params parsed from the URL (fixes #22)
zookos
committed
edeb9b6
View commit details
Copy full SHA for edeb9b6
Browse repository at this point
Commits on Feb 1, 2011
Prepared changelog for build 155
Simple Geebus
committed
a0b84d6
View commit details
Copy full SHA for a0b84d6
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL