FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for scribejava-core - luigiruocco/scribejava · GitHub
luigiruocco
/
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
on
master
User selector
Datepicker
Commit history
Commits on Apr 24, 2017
add more javadoc for JDKHttpFuture
kullfar
committed
99359df
View commit details
Copy full SHA for 99359df
View code at this point
Browse repository at this point
add javadoc for JDKHttpFuture
kullfar
committed
4fcfe67
View commit details
Copy full SHA for 4fcfe67
View code at this point
Browse repository at this point
Commits on Apr 19, 2017
remove deprecated code
kullfar
committed
2b0dce2
View commit details
Copy full SHA for 2b0dce2
View code at this point
Browse repository at this point
Commits on Apr 18, 2017
[maven-release-plugin] prepare for next development iteration
kullfar
committed
c090469
View commit details
Copy full SHA for c090469
View code at this point
Browse repository at this point
[maven-release-plugin] prepare release scribejava-4.1.0
kullfar
committed
08afa0d
View commit details
Copy full SHA for 08afa0d
View code at this point
Browse repository at this point
Merge branch 'issue-753-additional-parameters-request-token' of https://github.com/vivin/scribejava into vivin-issue-753-additional-parameters-request-token
kullfar
committed
33d45e1
View commit details
Copy full SHA for 33d45e1
View code at this point
Browse repository at this point
Commits on Apr 6, 2017
issue #753
Show description for a2887dd
vivin
committed
a2887dd
View commit details
Copy full SHA for a2887dd
View code at this point
Browse repository at this point
Commits on Apr 4, 2017
make client_secret optional in OAuth2 while requesting AccessToken (if set to null, it's not required by OAuth2 specs)
kullfar
committed
ac8ff60
View commit details
Copy full SHA for ac8ff60
View code at this point
Browse repository at this point
move OAuth1 SignatureType to ServiceBuilder to API
kullfar
committed
4cd5830
View commit details
Copy full SHA for 4cd5830
View code at this point
Browse repository at this point
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
[maven-release-plugin] prepare for next development iteration
kullfar
committed
1c9d5e3
View commit details
Copy full SHA for 1c9d5e3
View code at this point
Browse repository at this point
[maven-release-plugin] prepare release scribejava-4.0.0
kullfar
committed
c362f0c
View commit details
Copy full SHA for c362f0c
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 14, 2016
[maven-release-plugin] prepare for next development iteration
kullfar
committed
548da8f
View commit details
Copy full SHA for 548da8f
View code at this point
Browse repository at this point
[maven-release-plugin] prepare release scribejava-3.4.1
kullfar
committed
731f722
View commit details
Copy full SHA for 731f722
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
[maven-release-plugin] prepare for next development iteration
kullfar
committed
13d67a7
View commit details
Copy full SHA for 13d67a7
View code at this point
Browse repository at this point
[maven-release-plugin] prepare release scribejava-3.4.0
kullfar
committed
c47e787
View commit details
Copy full SHA for c47e787
View code at this point
Browse repository at this point
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
Previous
Next
Back
|
FazBrowse Home
|
New Git URL