FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for scribejava-core - danmana/scribejava · GitHub
danmana
/
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 18, 2018
drop OAuthConfig, remove deprecate usaged
kullfar
committed
47c0732
View commit details
Copy full SHA for 47c0732
View code at this point
Browse repository at this point
[maven-release-plugin] prepare for next development iteration
kullfar
committed
4b46ba4
View commit details
Copy full SHA for 4b46ba4
View code at this point
Browse repository at this point
[maven-release-plugin] prepare release scribejava-5.4.0
kullfar
committed
da982dd
View commit details
Copy full SHA for da982dd
View code at this point
Browse repository at this point
small fixes, update deps
kullfar
committed
22bf184
View commit details
Copy full SHA for 22bf184
View code at this point
Browse repository at this point
OAuth1.0: send "oob" instead of null callback while requesting RequestToken (thanks to https://github.com/Rafaelsk)
kullfar
committed
03dd1ea
View commit details
Copy full SHA for 03dd1ea
View code at this point
Browse repository at this point
deprecate OAuthConfig
kullfar
committed
aec9947
View commit details
Copy full SHA for aec9947
View code at this point
Browse repository at this point
Commits on Mar 26, 2018
add RFC urls to javadocs
kullfar
committed
f399f71
View commit details
Copy full SHA for f399f71
View code at this point
Browse repository at this point
Commits on Mar 22, 2018
add email field to VKOAuth2AccessToken (thanks to https://github.com/grouzen)
kullfar
committed
71f8539
View commit details
Copy full SHA for 71f8539
View code at this point
Browse repository at this point
Fixed missing support for scope for refresh_token grant. https://tools.ietf.org/html/rfc6749#section-6
tlxtellef
authored and
kullfar
committed
b4fb7f8
View commit details
Copy full SHA for b4fb7f8
View code at this point
Browse repository at this point
Commits on Mar 7, 2018
[maven-release-plugin] prepare for next development iteration
kullfar
committed
dc54b59
View commit details
Copy full SHA for dc54b59
View code at this point
Browse repository at this point
[maven-release-plugin] prepare release scribejava-5.3.0
kullfar
committed
02b12a6
View commit details
Copy full SHA for 02b12a6
View code at this point
Browse repository at this point
fix: allow spaces in scope param in OAuth2Accesstoken response
kullfar
committed
255a8e6
View commit details
Copy full SHA for 255a8e6
View code at this point
Browse repository at this point
Commits on Mar 6, 2018
fix Tumblr urls, convert to https (thanks to https://github.com/highthunder)
kullfar
committed
ba7f6f9
View commit details
Copy full SHA for ba7f6f9
View code at this point
Browse repository at this point
Commits on Feb 26, 2018
remove 'final' from methods in OAuth[10a|20]Service to allow mocking it
kullfar
committed
4a361d5
View commit details
Copy full SHA for 4a361d5
View code at this point
Browse repository at this point
fix Salesforce API (thanks to https://github.com/jhorowitz-firedrum)
kullfar
committed
eafc4ae
View commit details
Copy full SHA for eafc4ae
View code at this point
Browse repository at this point
Commits on Jan 24, 2018
[maven-release-plugin] prepare for next development iteration
kullfar
committed
5639536
View commit details
Copy full SHA for 5639536
View code at this point
Browse repository at this point
[maven-release-plugin] prepare release scribejava-5.2.0-java7again
kullfar
committed
3c9b41c
View commit details
Copy full SHA for 3c9b41c
View code at this point
Browse repository at this point
java7 compatible again!
kullfar
committed
bca97ef
View commit details
Copy full SHA for bca97ef
View code at this point
Browse repository at this point
Commits on Jan 15, 2018
allow 'null' as callback. It's an optional parameter. Remove "oob" as default (thanks to https://github.com/massongit)
kullfar
committed
7b8aab5
View commit details
Copy full SHA for 7b8aab5
View code at this point
Browse repository at this point
Commits on Jan 10, 2018
[maven-release-plugin] prepare for next development iteration
kullfar
committed
5d7f686
View commit details
Copy full SHA for 5d7f686
View code at this point
Browse repository at this point
[maven-release-plugin] prepare release scribejava-5.1.0
kullfar
committed
5761780
View commit details
Copy full SHA for 5761780
View code at this point
Browse repository at this point
Commits on Dec 6, 2017
add API - Microsoft Azure Active Directory (Azure AD) (thanks to https://github.com/kaushalmall)
kullfar
committed
6d339c8
View commit details
Copy full SHA for 6d339c8
View code at this point
Browse repository at this point
Commits on Dec 4, 2017
updates for checkstyle failure.
kaushalmall
committed
648e95d
View commit details
Copy full SHA for 648e95d
View code at this point
Browse repository at this point
New files for Azure Active Directory OAuth Api + updates to OAuthConstants class.
kaushalmall
committed
edc8222
View commit details
Copy full SHA for edc8222
View code at this point
Browse repository at this point
Commits on Nov 22, 2017
drop optional dependency on Apache commons-codec
kullfar
committed
8d1527b
View commit details
Copy full SHA for 8d1527b
View code at this point
Browse repository at this point
[maven-release-plugin] prepare for next development iteration
kullfar
committed
4f27437
View commit details
Copy full SHA for 4f27437
View code at this point
Browse repository at this point
[maven-release-plugin] prepare release scribejava-5.0.0
kullfar
committed
6961326
View commit details
Copy full SHA for 6961326
View code at this point
Browse repository at this point
Commits on Nov 21, 2017
add Apache HttpComponents HttpClient support in separate module (thanks to https://github.com/sschwieb)
kullfar
committed
4003852
View commit details
Copy full SHA for 4003852
View code at this point
Browse repository at this point
Commits on Nov 20, 2017
Merge branch 'apache-httpclient' of https://github.com/sschwieb/scribejava into sschwieb-apache-httpclient
kullfar
committed
2f5d9b1
View commit details
Copy full SHA for 2f5d9b1
View code at this point
Browse repository at this point
Commits on Nov 15, 2017
drop toString method from *Tokens to prevent leak of sensible data (token ans secrets) (thanks to https://github.com/rcaa)
kullfar
committed
73c29f5
View commit details
Copy full SHA for 73c29f5
View code at this point
Browse repository at this point
fix typo in package name
kullfar
committed
76f626e
View commit details
Copy full SHA for 76f626e
View code at this point
Browse repository at this point
Commits on Nov 14, 2017
add OAuth2Service signRequest method accepting just String, not OAuth2 Access Token Object. Remove signRequest from abstract OAuthService. 2.0 and 1.0a will be a bit more different now.
kullfar
committed
8d18844
View commit details
Copy full SHA for 8d18844
View code at this point
Browse repository at this point
add support for RFC 7009 OAuth 2.0 Token Revocation (thanks to https://github.com/vivin)
kullfar
committed
f3cd519
View commit details
Copy full SHA for f3cd519
View code at this point
Browse repository at this point
Commits on Nov 3, 2017
add support for client_credentials grant type (thanks to https://github.com/vivin)
kullfar
committed
68919e6
View commit details
Copy full SHA for 68919e6
View code at this point
Browse repository at this point
Merge branch 'issue-793-client-credentials-support' of https://github.com/vivin/scribejava into vivin-issue-793-client-credentials-support
kullfar
committed
665092d
View commit details
Copy full SHA for 665092d
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL