FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for scribejava-core/src - johnulist/scribejava · GitHub
johnulist
/
scribejava
Public
forked from
scribejava/scribejava
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
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
Breadcrumbs
History for
scribejava
scribejava-core
src
on
master
User selector
Datepicker
Commit history
Commits on Oct 6, 2016
update maven deps, cleanup redundant 'final'
s-gromov
committed
d5ce425
View commit details
Copy full SHA for d5ce425
View code at this point
Browse repository at this point
Ensure consistent Content-Encoding header name in Response
Show description for aef1632
depsypher
authored and
kullfar
committed
aef1632
View commit details
Copy full SHA for aef1632
View code at this point
Browse repository at this point
Commits on Sep 8, 2016
some fixes
s-gromov
committed
aa4e618
View commit details
Copy full SHA for aa4e618
View code at this point
Browse repository at this point
Manage OAuth2 error response for access token request (#696)
juherr
authored and
kullfar
committed
e01064d
View commit details
Copy full SHA for e01064d
View code at this point
Browse repository at this point
Commits on Aug 26, 2016
add posibility to use externally created http client
s-gromov
committed
1433630
View commit details
Copy full SHA for 1433630
View code at this point
Browse repository at this point
Commits on Jul 22, 2016
remove changing global JVM property http.keepAlive, deprecate controlling this property inside of ScribeJava (thanks to wldaunfr and rockihack)
s-gromov
committed
7ece09d
View commit details
Copy full SHA for 7ece09d
View code at this point
Browse repository at this point
Commits on Jul 13, 2016
Fix #683 - Extract HTTP client logic into providers
Julien Herr
committed
c9464fa
View commit details
Copy full SHA for c9464fa
View code at this point
Browse repository at this point
Commits on Jun 22, 2016
small performance boost in MapUtils
s-gromov
committed
f4cf304
View commit details
Copy full SHA for f4cf304
View code at this point
Browse repository at this point
Commits on Jun 21, 2016
fixed test to not rely on HashMap's internal ordering
alexgyori
committed
b4aa3c4
View commit details
Copy full SHA for b4aa3c4
View code at this point
Browse repository at this point
Commits on Jun 20, 2016
the string should start with oauth
alexgyori
committed
a0ea48f
View commit details
Copy full SHA for a0ea48f
View code at this point
Browse repository at this point
Fixed shouldExtractStandardHeader to not rely on the unguaranteed order of HashMap and make it work cross platform.
alexgyori
committed
8aa7913
View commit details
Copy full SHA for 8aa7913
View code at this point
Browse repository at this point
Commits on Jun 9, 2016
FIX: ScribeJava shouldn't require all async http client provider to be on the classpath if using only one of them
s-gromov
committed
96217e5
View commit details
Copy full SHA for 96217e5
View code at this point
Browse repository at this point
Commits on Jun 8, 2016
ScribeJava shouldn't require any async http client provider to be on the classpath (neither ning neither AHC)
s-gromov
committed
d34c3b0
View commit details
Copy full SHA for d34c3b0
View code at this point
Browse repository at this point
do not hide checked IOException in unchecked IllegalArgumentException
s-gromov
committed
1f6d1da
View commit details
Copy full SHA for 1f6d1da
View code at this point
Browse repository at this point
Commits on Jun 6, 2016
implement async version getting Request Token for OAuth 1.0a
s-gromov
committed
545f2d5
View commit details
Copy full SHA for 545f2d5
View code at this point
Browse repository at this point
Commits on May 25, 2016
add async-http-client 2.0 support (thanks to Sai Chandrasekharan https://github.com/saichand)
s-gromov
committed
34b33ec
View commit details
Copy full SHA for 34b33ec
View code at this point
Browse repository at this point
make http async client implementation be more pluggable
s-gromov
committed
010b37a
View commit details
Copy full SHA for 010b37a
View code at this point
Browse repository at this point
Commits on May 23, 2016
send client credentials in grant_type=password optionally (in case they were issued and are not nulls)
s-gromov
committed
abc4b5b
View commit details
Copy full SHA for abc4b5b
View code at this point
Browse repository at this point
standardize authorization url generation for OAuth2
s-gromov
committed
4e2a9a1
View commit details
Copy full SHA for 4e2a9a1
View code at this point
Browse repository at this point
Commits on May 16, 2016
refactor usage of grant_type [authorization_code|refresh_token|password|etc]
s-gromov
committed
53fbad0
View commit details
Copy full SHA for 53fbad0
View code at this point
Browse repository at this point
add optional "User-Agent" config option to use while making http calls
s-gromov
committed
c6d5548
View commit details
Copy full SHA for c6d5548
View code at this point
Browse repository at this point
simplify async/sync usages
s-gromov
committed
2751f52
View commit details
Copy full SHA for 2751f52
View code at this point
Browse repository at this point
Commits on Apr 13, 2016
do not set Content-Type twice
s-gromov
committed
f2b1185
View commit details
Copy full SHA for f2b1185
View code at this point
Browse repository at this point
Commits on Mar 28, 2016
implement OAuth2 Authorization Response parsing
s-gromov
committed
aedc589
View commit details
Copy full SHA for aedc589
View code at this point
Browse repository at this point
Commits on Mar 22, 2016
apiSecret is not mandatory parameter in config (to use on client sides and other flows without need of the API secret)
s-gromov
committed
c328d5d
View commit details
Copy full SHA for c328d5d
View code at this point
Browse repository at this point
fix javadoc issue
s-gromov
committed
62959e6
View commit details
Copy full SHA for 62959e6
View code at this point
Browse repository at this point
Commits on Mar 21, 2016
fix coding standards
s-gromov
committed
67972a3
View commit details
Copy full SHA for 67972a3
View code at this point
Browse repository at this point
Merge pull request #643 from andretietz/master
Show description for a2691d1
kullfar
committed
a2691d1
View commit details
Copy full SHA for a2691d1
View code at this point
Browse repository at this point
add Google Async Example
s-gromov
committed
9c1bd23
View commit details
Copy full SHA for 9c1bd23
View code at this point
Browse repository at this point
Commits on Mar 18, 2016
service builder more generic
andretietz
committed
22f5c38
View commit details
Copy full SHA for 22f5c38
View code at this point
Browse repository at this point
Commits on Mar 14, 2016
support 'password' grant_type for OAuth 2.0
s-gromov
committed
5e1827e
View commit details
Copy full SHA for 5e1827e
View code at this point
Browse repository at this point
Merge branch 'resource-owner-password-credentials-grant' of https://github.com/maksimlikharev/scribejava into maksimlikharev-resource-owner-password-credentials-grant
s-gromov
committed
705ccb3
View commit details
Copy full SHA for 705ccb3
View code at this point
Browse repository at this point
Commits on Mar 11, 2016
removal of dead code
Maksim Likharev
committed
f0c92a3
View commit details
Copy full SHA for f0c92a3
View code at this point
Browse repository at this point
send missed headers in async version (as in sync)
s-gromov
committed
1d9553f
View commit details
Copy full SHA for 1d9553f
View code at this point
Browse repository at this point
Merge branch 'issue-587-async-header-fix' of https://github.com/breadfan/scribejava into breadfan-issue-587-async-header-fix
s-gromov
committed
a662a0d
View commit details
Copy full SHA for a662a0d
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL