FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for scribejava-core/src - jfabrix101/scribejava · GitHub
jfabrix101
/
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 Aug 28, 2017
format, rename, fix a bit
kullfar
committed
9ae56fd
View commit details
Copy full SHA for 9ae56fd
View code at this point
Browse repository at this point
Commits on Jul 26, 2017
drop Java 7 backward compatibility support, become Java 8 only
kullfar
committed
52d4dc0
View commit details
Copy full SHA for 52d4dc0
View code at this point
Browse repository at this point
Commits on Jul 12, 2017
drop deprecated methods
kullfar
committed
412c5ca
View commit details
Copy full SHA for 412c5ca
View code at this point
Browse repository at this point
DELETE in JdkClient permits, but not requires payload
kullfar
committed
98ec232
View commit details
Copy full SHA for 98ec232
View code at this point
Browse repository at this point
Commits on Jun 2, 2017
upgrade ServiceBuilder to check apiKey preconditions compile-tim (not run-time)
kullfar
committed
d242f45
View commit details
Copy full SHA for d242f45
View code at this point
Browse repository at this point
Commits on May 15, 2017
do not open OutputStream for output while sending empty body in HTTP requests in the default JDK Http client
kullfar
committed
17e9220
View commit details
Copy full SHA for 17e9220
View code at this point
Browse repository at this point
omit the client_secret parameter if it is an empty string while refreshing token (thanks to https://github.com/KungfuPancake)
kullfar
committed
c1d9a54
View commit details
Copy full SHA for c1d9a54
View code at this point
Browse repository at this point
Merge branch 'master' of https://github.com/KungfuPancake/scribejava into KungfuPancake-master
kullfar
committed
9536792
View commit details
Copy full SHA for 9536792
View code at this point
Browse repository at this point
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 23, 2017
Only add secret key if set
KungfuPancake
committed
97c03a0
View commit details
Copy full SHA for 97c03a0
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
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
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
Previous
Next
Back
|
FazBrowse Home
|
New Git URL