FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for scribejava-core - M-F-K/scribejava · GitHub
M-F-K
/
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 Nov 15, 2022
[maven-release-plugin] prepare for next development iteration
kullfar
committed
314d431
View commit details
Copy full SHA for 314d431
View code at this point
Browse repository at this point
[maven-release-plugin] prepare release scribejava-8.3.3
kullfar
committed
763a959
View commit details
Copy full SHA for 763a959
View code at this point
Browse repository at this point
update dependencies, including security updates in libraries
kullfar
committed
77e0b8d
View commit details
Copy full SHA for 77e0b8d
View code at this point
Browse repository at this point
Commits on Oct 7, 2022
[maven-release-plugin] prepare for next development iteration
kullfar
committed
fcd3f46
View commit details
Copy full SHA for fcd3f46
View code at this point
Browse repository at this point
[maven-release-plugin] prepare release scribejava-8.3.2
kullfar
committed
466f37c
View commit details
Copy full SHA for 466f37c
View code at this point
Browse repository at this point
Commits on Sep 20, 2022
throw Throwable from callback (it got lost before)
kullfar
committed
12c6b05
View commit details
Copy full SHA for 12c6b05
View code at this point
Browse repository at this point
Commits on Sep 12, 2022
mark Response as transient in Serializable classes and small fixes in javadocs
kullfar
committed
083b5f3
View commit details
Copy full SHA for 083b5f3
View code at this point
Browse repository at this point
Commits on Sep 9, 2022
disable ParenPad checkstyle rule due to the bug in the NetBeans (nb-javac) "try with resources formatting adding extra space" https://github.com/apache/netbeans/issues/3720
Show description for 1fc8d4c
kullfar
committed
1fc8d4c
View commit details
Copy full SHA for 1fc8d4c
View code at this point
Browse repository at this point
Commits on Aug 26, 2022
fix javadoc to fix build under openJDK 18.0.2
kullfar
committed
4dff94d
View commit details
Copy full SHA for 4dff94d
View code at this point
Browse repository at this point
Commits on May 11, 2021
[maven-release-plugin] prepare for next development iteration
kullfar
committed
2706674
View commit details
Copy full SHA for 2706674
View code at this point
Browse repository at this point
[maven-release-plugin] prepare release scribejava-8.3.1
kullfar
committed
b6fd742
View commit details
Copy full SHA for b6fd742
View code at this point
Browse repository at this point
update deps
kullfar
committed
744a547
View commit details
Copy full SHA for 744a547
View code at this point
Browse repository at this point
* fix java.lang.NoClassDefFoundError for non-java8 runtimes (e.g. Android 7.1.1) (thanks to https://github.com/ChristopherGittner)
kullfar
committed
e107718
View commit details
Copy full SHA for e107718
View code at this point
Browse repository at this point
Commits on Apr 19, 2021
[maven-release-plugin] prepare for next development iteration
kullfar
committed
0142ceb
View commit details
Copy full SHA for 0142ceb
View code at this point
Browse repository at this point
[maven-release-plugin] prepare release scribejava-8.3.0
kullfar
committed
1e1571e
View commit details
Copy full SHA for 1e1571e
View code at this point
Browse repository at this point
reorder methods in OAuth20Service, group them, comment groups
kullfar
committed
fac51a8
View commit details
Copy full SHA for fac51a8
View code at this point
Browse repository at this point
* add Instagram (https://www.instagram.com/) API (thanks to https://github.com/faent)
Show description for 9c8e4c1
kullfar
committed
9c8e4c1
View commit details
Copy full SHA for 9c8e4c1
View code at this point
Browse repository at this point
Commits on Apr 17, 2021
add Instagram API (https://www.instagram.com/)
Maria Besfamilnaya
committed
78aac50
View commit details
Copy full SHA for 78aac50
View code at this point
Browse repository at this point
Commits on Apr 13, 2021
[maven-release-plugin] prepare for next development iteration
kullfar
committed
02cf695
View commit details
Copy full SHA for 02cf695
View code at this point
Browse repository at this point
[maven-release-plugin] prepare release scribejava-8.2.0
kullfar
committed
ce4402b
View commit details
Copy full SHA for ce4402b
View code at this point
Browse repository at this point
Commits on Mar 12, 2021
implement possibility to add extra parameters to Access Token Request (AccessTokenRequestParams#*ExtraParameters methods), https://github.com/scribejava/scribejava/issues/980 (thanks to https://git…
kullfar
committed
4e90348
View commit details
Copy full SHA for 4e90348
View code at this point
Browse repository at this point
Commits on Mar 3, 2021
add new dataset to Base64 test (all bytes from -127 to 128)
kullfar
committed
45ad5e4
View commit details
Copy full SHA for 45ad5e4
View code at this point
Browse repository at this point
Commits on Feb 26, 2021
add Base64 implementation - JAXB v2.3.0 (the latest for JRE 7)
kullfar
committed
33e4b87
View commit details
Copy full SHA for 33e4b87
View code at this point
Browse repository at this point
Commits on Feb 24, 2021
add JAXB 3.0.0 implementation for Base64 encoding
kullfar
committed
36c1c71
View commit details
Copy full SHA for 36c1c71
View code at this point
Browse repository at this point
add Apache Commons Codec Base64 provider as alternative to java 8+ (and
Show description for 12297f7
kullfar
committed
12297f7
View commit details
Copy full SHA for 12297f7
View code at this point
Browse repository at this point
Commits on Feb 15, 2021
switch to assertThrows from @Test(expected = ...) in unit tests
kullfar
committed
fe3e14a
View commit details
Copy full SHA for fe3e14a
View code at this point
Browse repository at this point
add base64 en/de-coding unit tests
kullfar
committed
5a0df76
View commit details
Copy full SHA for 5a0df76
View code at this point
Browse repository at this point
check for java.util.Base64 presence
kullfar
committed
cd5e3af
View commit details
Copy full SHA for cd5e3af
View code at this point
Browse repository at this point
Uncapsulate base64 implementation details. (only java8 Base64 implementation is still available at the moment)
kullfar
committed
ba12ff6
View commit details
Copy full SHA for ba12ff6
View code at this point
Browse repository at this point
Commits on Jan 27, 2021
remove Consumer interface and its usages (thanks to https://github.com/CodingFabian)
kullfar
committed
450977a
View commit details
Copy full SHA for 450977a
View code at this point
Browse repository at this point
Commits on Jan 14, 2021
refactor unit tests (exception handling)
kullfar
committed
cd20f57
View commit details
Copy full SHA for cd20f57
View code at this point
Browse repository at this point
Commits on Jan 12, 2021
add ScopeBuilder to easily specify multiple scopes while requesting OAuth2.0 Access Tokens
kullfar
committed
54407f0
View commit details
Copy full SHA for 54407f0
View code at this point
Browse repository at this point
Commits on Dec 30, 2020
[maven-release-plugin] prepare for next development iteration
kullfar
committed
0b3c0b7
View commit details
Copy full SHA for 0b3c0b7
View code at this point
Browse repository at this point
[maven-release-plugin] prepare release scribejava-8.1.0
kullfar
committed
459432f
View commit details
Copy full SHA for 459432f
View code at this point
Browse repository at this point
Commits on Dec 3, 2020
add possibility to set "" (empty string) as apiSecret
kullfar
committed
8f48915
View commit details
Copy full SHA for 8f48915
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL