An open API service providing commit metadata for open source projects.

GitHub / scribejava/scribejava / commits

Simple OAuth library for Java

SHA Message Author Date Stats
6b516810 Added EtsyAPI Efe Kocabaş <e****s@g****m> almost 9 years ago
48d17c2f new API Frappe additions Stas Gromov <k****r@g****m> almost 9 years ago
f42812f4 introduce generic OpenId OAuth2 Access Token instead of Google Stas Gromov <k****r@g****m> almost 9 years ago
8203bcb9 add blame info to the last changelog's entry Stas Gromov <k****r@g****m> almost 9 years ago
412c5caf drop deprecated methods Stas Gromov <k****r@g****m> almost 9 years ago
98ec2323 DELETE in JdkClient permits, but not requires payload Stas Gromov <k****r@g****m> almost 9 years ago
6dbf10e6 Added Frappe.io OAuth2 API Revant Nandgaonkar <r****e@g****m>
Committed by: Stas Gromov <k****r@g****m>
almost 9 years ago
c9eb4ab4 [maven-release-plugin] prepare for next development iteration Stas Gromov <k****r@g****m> almost 9 years ago
0b545d68 [maven-release-plugin] prepare release scribejava-4.1.2 Stas Gromov <k****r@g****m> almost 9 years ago
dd5fdf42 prepare 4.1.2 release Stas Gromov <k****r@g****m> almost 9 years ago
7817f679 update maven deps + tiny refactor Stas Gromov <k****r@g****m> almost 9 years ago
26f7c8d7 fix typo in the changelog Stas Gromov <k****r@g****m> almost 9 years ago
3b3cbcc8 update Live API Stas Gromov <k****r@g****m> about 9 years ago
988cc9a6 fix Readme - remove deprecated usage of ServiceBuilder Stas Gromov <k****r@g****m> about 9 years ago
d242f45c upgrade ServiceBuilder to check apiKey preconditions compile-tim (not run-time) Stas Gromov <k****r@g****m> about 9 years ago
30824b34 LinkedIn use Header to sign OAuth2 requests Stas Gromov <k****r@g****m> about 9 years ago
f889a1d7 fix LinkedIn Example Stas Gromov <k****r@g****m> about 9 years ago
9640a74c drop deprecated methods Stas Gromov <k****r@g****m> about 9 years ago
6c5b9b33 [maven-release-plugin] prepare for next development iteration Stas Gromov <k****r@g****m> about 9 years ago
2bbc8b06 [maven-release-plugin] prepare release scribejava-4.1.1 Stas Gromov <k****r@g****m> about 9 years ago
87bce806 prepare 4.1.1 release Stas Gromov <k****r@g****m> about 9 years ago
9b088343 update dependencies Stas Gromov <k****r@g****m> about 9 years ago
51725d32 merge Merge branch 'MrNeuronix-master' Stas Gromov <k****r@g****m> about 9 years ago
85e8e621 OdnoklassnikiService should consider params in a body while signing the reque... Stas Gromov <k****r@g****m> about 9 years ago
12fea9e9 merge Merge branch 'master' of https://github.com/MrNeuronix/scribejava into MrNeur... Stas Gromov <k****r@g****m> about 9 years ago
17e9220b do not open OutputStream for output while sending empty body in HTTP requests... Stas Gromov <k****r@g****m> about 9 years ago
6e3d2a2f improve LinkedInApi interface Stas Gromov <k****r@g****m> about 9 years ago
04f69677 use instance method for FlickrApi instead of constructor Stas Gromov <k****r@g****m> about 9 years ago
00b9d730 allow perms to be specified in Flickr Api (read, write, or delete) (thanks to... Stas Gromov <k****r@g****m> about 9 years ago
d1812c4f merge Merge branch 'flickr_api' of https://github.com/rogerhu/scribejava into roger... Stas Gromov <k****r@g****m> about 9 years ago
c1d9a546 omit the client_secret parameter if it is an empty string while refreshing to... Stas Gromov <k****r@g****m> about 9 years ago
95367927 merge Merge branch 'master' of https://github.com/KungfuPancake/scribejava into Kun... Stas Gromov <k****r@g****m> about 9 years ago
a85af76a In POST request body params does not calculated in signature Nikolaj Viguro <n****o@w****u> about 9 years ago
4ebafd50 Allow perms to be specified in Flickr Api (read, write, or delete) Roger Hu <r****u@g****m> about 9 years ago
99359dfb add more javadoc for JDKHttpFuture Stas Gromov <k****r@g****m> about 9 years ago
4fcfe672 add javadoc for JDKHttpFuture Stas Gromov <k****r@g****m> about 9 years ago
97c03a04 Only add secret key if set KungfuPancake <r****e@x****e> about 9 years ago
2b0dce24 remove deprecated code Stas Gromov <k****r@g****m> about 9 years ago
c0904693 [maven-release-plugin] prepare for next development iteration Stas Gromov <k****r@g****m> about 9 years ago
08afa0d9 [maven-release-plugin] prepare release scribejava-4.1.0 Stas Gromov <k****r@g****m> about 9 years ago
32be73a4 prepare 4.1.0 release Stas Gromov <k****r@g****m> about 9 years ago
3d10ecad fix typo in changelog Stas Gromov <k****r@g****m> about 9 years ago
6548aaba add changelog entry Stas Gromov <k****r@g****m> about 9 years ago
33d45e17 merge Merge branch 'issue-753-additional-parameters-request-token' of https://githu... Stas Gromov <k****r@g****m> about 9 years ago
04f42bbb update maven deps Stas Gromov <k****r@g****m> about 9 years ago
cad7e9a4 refactor example a bit Stas Gromov <k****r@g****m> about 9 years ago
ac8ff60e make client_secret optional in OAuth2 while requesting AccessToken (if set to... Stas Gromov <k****r@g****m> over 9 years ago
4cd58302 move OAuth1 SignatureType to ServiceBuilder to API Stas Gromov <k****r@g****m> over 9 years ago
a2887ddc issue #753 Vivin Paliath <v****h@g****m> over 9 years ago
bd9a4301 add body for PATCH HTTP method Stas Gromov <k****r@g****m> over 9 years ago
ad795568 simplify async examples to reflect use of new OAuthService unified methods Stas Gromov <k****r@g****m> over 9 years ago
9ee53d21 remove deprecated methods and class after release Stas Gromov <k****r@g****m> over 9 years ago
1c9d5e3f [maven-release-plugin] prepare for next development iteration Stas Gromov <k****r@g****m> over 9 years ago
c362f0c3 [maven-release-plugin] prepare release scribejava-4.0.0 Stas Gromov <k****r@g****m> over 9 years ago
8aeb9d85 prepare 4.0.0 release Stas Gromov <k****r@g****m> over 9 years ago
b6cb1dcb precompile regexp Patterns (microoptimizations) Stas Gromov <k****r@g****m> over 9 years ago
caf72305 introduce custom nonstandard Facebook AccessTokenErrorResponse Stas Gromov <k****r@g****m> over 9 years ago
bdb25f30 fix OAuth20Service::extractAuthorization when redirectLocation contains '#' part Stas Gromov <k****r@g****m> over 9 years ago
a8f1e328 switch Google, GitHub, Facebook OAuth2.0 oauth requests signing to more secur... Stas Gromov <k****r@g****m> over 9 years ago
3d4e1657 fix after new signing enum in OAuth2.0 Stas Gromov <k****r@g****m> over 9 years ago
78cb95cc introduce SignatureType for OAuth2.0 to implement Bearer signing for the requ... Stas Gromov <k****r@g****m> over 9 years ago
a013e330 update checkstyle, fix some violations, update changelog Stas Gromov <k****r@g****m> over 9 years ago
bfa0109c Remove OAuthRequestAsync, just OAuthRequest. Request should not know anything... Stas Gromov <k****r@g****m> over 9 years ago
c9bb1a1c implement async HTTPClient methods in JDKHttpClient (it's complete now) Stas Gromov <k****r@g****m> over 9 years ago
3c724082 make JDKHttpClient implement sync execute methods from HttpClient Stas Gromov <k****r@g****m> over 9 years ago
a69f9def introduce JDKHttpClient (default). Stas Gromov <k****r@g****m> over 9 years ago
a75a695f move JDK HTTP client specific config (followRedirects) from OAuthRequest to J... Stas Gromov <k****r@g****m> over 9 years ago
8dc78831 move JDK HTTP client specific config (connectTimeout and readTimeout) to sepa... Stas Gromov <k****r@g****m> over 9 years ago
dae4fe61 unify requests sending (async and sync variants). Allways use service::execute Stas Gromov <k****r@g****m> over 9 years ago
c09bfced add possibility to execute requests in sync manner for OkHttp, AHC and Ning (... Stas Gromov <k****r@g****m> over 9 years ago
a1cb90a9 prepare to move HTTP communications logic from OAuthRequest to separate package Stas Gromov <k****r@g****m> over 9 years ago
7450a60a make Response do not know abouth HttpUrlConnection (or any other HTTP stuff) Stas Gromov <k****r@g****m> over 9 years ago
840dbeba deprecate ScribeJavaConfig and ForceTypeOfHttpRequest Stas Gromov <k****r@g****m> over 9 years ago
548da8fb [maven-release-plugin] prepare for next development iteration Stas Gromov <k****r@g****m> over 9 years ago
731f7221 [maven-release-plugin] prepare release scribejava-3.4.1 Stas Gromov <k****r@g****m> over 9 years ago
5f960068 prepare 3.4.1 release Stas Gromov <k****r@g****m> over 9 years ago
47226326 update changelog Stas Gromov <k****r@g****m> over 9 years ago
1f9087c7 Move doktornarabote.ru urls to https Eugeny Zibrov <e****v@h****u>
Committed by: Stas Gromov <k****r@g****m>
over 9 years ago
83930b3e drop deprecated methods Stas Gromov <k****r@g****m> over 9 years ago
13d67a7f [maven-release-plugin] prepare for next development iteration Stas Gromov <k****r@g****m> over 9 years ago
c47e787d [maven-release-plugin] prepare release scribejava-3.4.0 Stas Gromov <k****r@g****m> over 9 years ago
5a64f30a prepare to release 3.4.0 Stas Gromov <k****r@g****m> over 9 years ago
18aa97b5 update checkstyle and OkHttp Stas Gromov <k****r@g****m> over 9 years ago
cab69546 update changelog Stas Gromov <k****r@g****m> over 9 years ago
65761bb1 add default HTTP client configs (to use like 'new ServiceBuilder().httpClient... Stas Gromov <k****r@g****m> over 9 years ago
5e560cc5 fixes and refactorings to OkHttp support Stas Gromov <k****r@g****m> over 9 years ago
d4e97330 merge Merge branch 'async-okhttp' of https://github.com/arcao/scribejava into arcao... Stas Gromov <k****r@g****m> over 9 years ago
43ea4526 add support for HTTP verbs (thanks to https://github.com/keijohyttinen) Stas Gromov <k****r@g****m> over 9 years ago
b7d0c6dd add support for byte[] and File (async only) payload in OAuth Requests (thank... Stas Gromov <k****r@g****m> over 9 years ago
36c33b60 uncouple OAuthRequest and Service Stas Gromov <k****r@g****m> over 9 years ago
d5981821 Using interface instead of impl in AhcHttpClient. Gabriel Titerlea <t****b@y****m>
Committed by: Stas Gromov <k****r@g****m>
over 9 years ago
fa96ffb3 Fixed Checkstyle errors Arcao <a****o@a****m> over 9 years ago
9bc1ff89 Fixed not working Response.getStream method Arcao <a****o@a****m> over 9 years ago
9787c7df Added tests, fixed empty body error Arcao <a****o@a****m> over 9 years ago
6f21f156 Support for more HTTP methods Arcao <a****o@a****m> over 9 years ago
3a8d4f6c Minor change in pom artifact name Arcao <a****o@a****m> over 9 years ago
e74c194b Fixed Checkstyle errors Arcao <a****o@a****m> over 9 years ago
40c48091 Support for okhttp #689 Arcao <a****o@a****m> over 9 years ago
ab828cf5 [maven-release-plugin] prepare for next development iteration Stas Gromov <k****r@g****m> over 9 years ago
0e85a499 [maven-release-plugin] prepare release scribejava-3.3.0 Stas Gromov <k****r@g****m> over 9 years ago

← Back to repository