FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for scribejava-core/src - ghaseminya/scribejava · GitHub
ghaseminya
/
scribejava
Public
forked from
scribejava/scribejava
Notifications
You must be signed in to change notification settings
Fork
0
Star
1
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 Feb 1, 2017
add body for PATCH HTTP method
kullfar
committed
bd9a430
View commit details
Copy full SHA for bd9a430
View code at this point
Browse repository at this point
Commits on Jan 13, 2017
simplify async examples to reflect use of new OAuthService unified methods
kullfar
committed
ad79556
View commit details
Copy full SHA for ad79556
View code at this point
Browse repository at this point
remove deprecated methods and class after release
kullfar
committed
9ee53d2
View commit details
Copy full SHA for 9ee53d2
View code at this point
Browse repository at this point
precompile regexp Patterns (microoptimizations)
kullfar
committed
b6cb1dc
View commit details
Copy full SHA for b6cb1dc
View code at this point
Browse repository at this point
introduce custom nonstandard Facebook AccessTokenErrorResponse
kullfar
committed
caf7230
View commit details
Copy full SHA for caf7230
View code at this point
Browse repository at this point
Commits on Jan 12, 2017
fix OAuth20Service::extractAuthorization when redirectLocation contains '#' part
kullfar
committed
bdb25f3
View commit details
Copy full SHA for bdb25f3
View code at this point
Browse repository at this point
Commits on Jan 11, 2017
introduce SignatureType for OAuth2.0 to implement Bearer signing for the requests
kullfar
committed
78cb95c
View commit details
Copy full SHA for 78cb95c
View code at this point
Browse repository at this point
Remove OAuthRequestAsync, just OAuthRequest. Request should not know anything about sync vs async
kullfar
committed
bfa0109
View commit details
Copy full SHA for bfa0109
View code at this point
Browse repository at this point
implement async HTTPClient methods in JDKHttpClient (it's complete now)
kullfar
committed
c9bb1a1
View commit details
Copy full SHA for c9bb1a1
View code at this point
Browse repository at this point
make JDKHttpClient implement sync execute methods from HttpClient
kullfar
committed
3c72408
View commit details
Copy full SHA for 3c72408
View code at this point
Browse repository at this point
introduce JDKHttpClient (default).
kullfar
committed
a69f9de
View commit details
Copy full SHA for a69f9de
View code at this point
Browse repository at this point
Commits on Jan 10, 2017
move JDK HTTP client specific config (followRedirects) from OAuthRequest to JDKHttpClientConfig
kullfar
committed
a75a695
View commit details
Copy full SHA for a75a695
View code at this point
Browse repository at this point
Commits on Jan 9, 2017
move JDK HTTP client specific config (connectTimeout and readTimeout) to separate class (JDKHttpClientConfig)
kullfar
committed
8dc7883
View commit details
Copy full SHA for 8dc7883
View code at this point
Browse repository at this point
unify requests sending (async and sync variants). Allways use service::execute
kullfar
committed
dae4fe6
View commit details
Copy full SHA for dae4fe6
View code at this point
Browse repository at this point
Commits on Dec 26, 2016
add possibility to execute requests in sync manner for OkHttp, AHC and Ning (and any other)
kullfar
committed
c09bfce
View commit details
Copy full SHA for c09bfce
View code at this point
Browse repository at this point
prepare to move HTTP communications logic from OAuthRequest to separate package
kullfar
committed
a1cb90a
View commit details
Copy full SHA for a1cb90a
View code at this point
Browse repository at this point
make Response do not know abouth HttpUrlConnection (or any other HTTP stuff)
kullfar
committed
7450a60
View commit details
Copy full SHA for 7450a60
View code at this point
Browse repository at this point
deprecate ScribeJavaConfig and ForceTypeOfHttpRequest
kullfar
committed
840dbeb
View commit details
Copy full SHA for 840dbeb
View code at this point
Browse repository at this point
Commits on Dec 13, 2016
drop deprecated methods
kullfar
committed
83930b3
View commit details
Copy full SHA for 83930b3
View code at this point
Browse repository at this point
Commits on Dec 8, 2016
add default HTTP client configs (to use like 'new ServiceBuilder().httpClientConfig(OkHttpHttpClientConfig.defaultConfig())')
kullfar
committed
65761bb
View commit details
Copy full SHA for 65761bb
View code at this point
Browse repository at this point
Commits on Dec 7, 2016
add support for byte[] and File (async only) payload in OAuth Requests (thanks to https://github.com/keijohyttinen)
kullfar
committed
b7d0c6d
View commit details
Copy full SHA for b7d0c6d
View code at this point
Browse repository at this point
uncouple OAuthRequest and Service
kullfar
committed
36c33b6
View commit details
Copy full SHA for 36c33b6
View code at this point
Browse repository at this point
Commits on Nov 18, 2016
drop deprecated setConnectionKeepAlive method, add javadoc
kullfar
committed
4f59e5e
View commit details
Copy full SHA for 4f59e5e
View code at this point
Browse repository at this point
Commits on Nov 17, 2016
Generify OAuthService with access token type
apomelov
committed
1736a9d
View commit details
Copy full SHA for 1736a9d
View code at this point
Browse repository at this point
issue #722
Show description for e9ec58f
vivin
authored and
kullfar
committed
e9ec58f
View commit details
Copy full SHA for e9ec58f
View code at this point
Browse repository at this point
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
Previous
Next
Back
|
FazBrowse Home
|
New Git URL