GitHub / scribejava/scribejava / commits
Simple OAuth library for Java
| SHA | Message | Author | Date | Stats |
|---|---|---|---|---|
| 8c82c029 | Variable for Stack Exchange site name. |
Michal Foksa <m****l@m****t>
Committed by: Stas Gromov <s****v@h****u> |
over 10 years ago | |
| dc101554 | Make API extendable. |
Michal Foksa <m****l@m****t>
Committed by: Stas Gromov <s****v@h****u> |
over 10 years ago | |
| adb5629a | [maven-release-plugin] prepare for next development iteration | Stas Gromov <s****v@h****u> | over 10 years ago | |
| cf3c6266 | [maven-release-plugin] prepare release scribejava-2.2.2 | Stas Gromov <s****v@h****u> | over 10 years ago | |
| 68dc0bc8 | prepare to release 2.2.2 | Stas Gromov <s****v@h****u> | over 10 years ago | |
| 74643884 | merge Merge pull request #617 from scribejava/extendsable_apis | Stas Gromov <k****r@g****m> | over 10 years ago | |
| 38dfffe9 | make APIs be extendsable | Stas Gromov <s****v@h****u> | over 10 years ago | |
| cf504cca | [maven-release-plugin] prepare for next development iteration | Stas Gromov <s****v@h****u> | over 10 years ago | |
| d570ef98 | [maven-release-plugin] prepare release scribejava-2.2.1 | Stas Gromov <s****v@h****u> | over 10 years ago | |
| ffe66b92 | prepare changelog and readme for the new release | Stas Gromov <s****v@h****u> | over 10 years ago | |
| bc340284 | merge Merge pull request #615 from scribejava/HH-57818 | Stas Gromov <k****r@g****m> | over 10 years ago | |
| 56ae5489 | HH-57818 update HH-api | Irina Garanina <i****a@h****u> | over 10 years ago | |
| 30449498 | Stack Exchange authentication via OAuth 2.0 (stackoverflow.com, askubuntu.com... |
Michal Foksa <m****l@m****t>
Committed by: Stas Gromov <s****v@h****u> |
over 10 years ago | |
| 1c5f7a56 | Support response in gzip. |
Michal Foksa <m****l@m****t>
Committed by: Stas Gromov <s****v@h****u> |
over 10 years ago | |
| 3e170347 | merge Merge branch 'MichalFoksa-Facebook_v2.5' | Stas Gromov <s****v@h****u> | over 10 years ago | |
| 7fed7737 | add changelog entry + update vsersions in the Examples for FB | Stas Gromov <s****v@h****u> | over 10 years ago | |
| d18c1274 | Upgrade to Facebook API Version 2.5. | Michal Foksa <m****l@m****t> | over 10 years ago | |
| 2b9a7a16 | [maven-release-plugin] prepare for next development iteration | Stas Gromov <s****v@h****u> | over 10 years ago | |
| 83698223 | [maven-release-plugin] prepare release scribejava-2.2.0 | Stas Gromov <s****v@h****u> | over 10 years ago | |
| 1feb66bd | prepare to release 2.2.0 | Stas Gromov <s****v@h****u> | over 10 years ago | |
| f3d2443d | update changelog | Stas Gromov <s****v@h****u> | over 10 years ago | |
| 4b84994c | merge Merge pull request #607 from scribejava/oauth-1-vs-2 | Stas Gromov <k****r@g****m> | over 10 years ago | |
| f39968e1 | merge Merge pull request #606 from scribejava/checkstyle | Stas Gromov <k****r@g****m> | over 10 years ago | |
| fa4f1a3e | force to override createAccessTokenRequest method instead of getAccessToken[A... | Stas Gromov <s****v@h****u> | over 10 years ago | |
| 7b4475fc | remove the term 'requestToken' from OAuth2Service, differentiate OAuth1 and O... | Stas Gromov <s****v@h****u> | over 10 years ago | |
| d687f3e0 | improve the code | Stas Gromov <s****v@h****u> | over 10 years ago | |
| 2246be52 | add all needed checkstyle rules | Stas Gromov <s****v@h****u> | over 10 years ago | |
| 3a012b9f | add and fix checkstyle rule LineLength | Stas Gromov <s****v@h****u> | over 10 years ago | |
| 6905cdcc | add checkstyle rules, fix RegexpSingleline (check to find trailing whitespace... | Stas Gromov <s****v@h****u> | over 10 years ago | |
| 6df23c12 | add checkstyle rules, fix RedundantModifier | Stas Gromov <s****v@h****u> | over 10 years ago | |
| 8049d61f | add checkstyle rules, fix ArrayTypeStyle | Stas Gromov <s****v@h****u> | over 10 years ago | |
| c1fda986 | add checkstyle rules, fix UnnecessaryParentheses | Stas Gromov <s****v@h****u> | over 10 years ago | |
| 84ea4a3e | add checkstyle rules, fix MissingSwitchDefault | Stas Gromov <s****v@h****u> | over 10 years ago | |
| 3cb19118 | add and fix checkstyle rule FinalLocalVariable | Stas Gromov <s****v@h****u> | over 10 years ago | |
| 65be66d8 | add checkstyle rules, fix ExplicitInitialization | Stas Gromov <s****v@h****u> | over 10 years ago | |
| f7aa5f1f | add checkstyle rules, fix DeclarationOrder | Stas Gromov <s****v@h****u> | over 10 years ago | |
| c652becd | add checkstyle rules, fix VisibilityModifier | Stas Gromov <s****v@h****u> | over 10 years ago | |
| f2da2b1d | add checkstyle rules, fix MissingOverride rule | Stas Gromov <s****v@h****u> | over 10 years ago | |
| 37731565 | integrate checkstyle [i.garanina] | Stas Gromov <s****v@h****u> | over 10 years ago | |
| f9aa6a8a | merge Merge pull request #604 from scribejava/differentiate-oauth1-vs-oauth2 | Stas Gromov <k****r@g****m> | over 10 years ago | |
| a9fe1360 | merge Merge pull request #603 from scribejava/use_api_singletons | Stas Gromov <k****r@g****m> | over 10 years ago | |
| 00d7f677 | differentiate oauth1 vs oauth2 [i.garanina] | Stas Gromov <s****v@h****u> | over 10 years ago | |
| 9a261a13 | force not to instantiate stateless APIs. Use provided singletons [i.garanina] | Stas Gromov <s****v@h****u> | over 10 years ago | |
| c27931c0 | fix star import | Stas Gromov <s****v@h****u> | over 10 years ago | |
| 6ac997ff | merge Merge pull request #599 from Rabrg/master | Stas Gromov <k****r@g****m> | over 10 years ago | |
| 1e4238bc | support OAuth 2 refresh token (+update urls for Google) |
Daniel Tyreus <d****l@p****e>
Committed by: Stas Gromov <s****v@h****u> |
over 10 years ago | |
| 53805cbb | Imgur API PR fixes | Ryan Greene <r****6@g****m> | over 10 years ago | |
| 7e89066a | Added Imgur API | Ryan Greene <r****6@g****m> | over 10 years ago | |
| 2d9915f1 | Removed broken Imgur API | Ryan Greene <r****6@g****m> | over 10 years ago | |
| 7f29ed8e | merge Merge pull request #597 from Rabrg/master | Stas Gromov <k****r@g****m> | over 10 years ago | |
| 228829da | Removed included API keys and secrets from examples | Ryan Greene <r****6@g****m> | over 10 years ago | |
| c947de69 | add new line at the end of file in the pom.xml | Stas Gromov <s****v@h****u> | over 10 years ago | |
| 123e8ac0 | update changelog | Stas Gromov <s****v@h****u> | over 10 years ago | |
| a02f02fa | merge Merge pull request #595 from chenjianjx/master | Stas Gromov <k****r@g****m> | over 10 years ago | |
| 3bc0a00f | pom.xml's new line problem | chenjianjx <k****t@k****l> | over 10 years ago | |
| f5924352 | revert pom version | kent <k****t@k****l> | over 10 years ago | |
| 5b583fdb | let google api 2.0 supports OOB | chenjianjx <c****x@g****m> | over 10 years ago | |
| 5f68dbfe | change pom version | shaunyip <s****p@o****m> | over 10 years ago | |
| d84a7523 | merge Merge pull request #592 from bbarker/patch-1 | Stas Gromov <k****r@g****m> | over 10 years ago | |
| 8df2d991 | change getStream to be public | Brandon Elam Barker <b****r@g****m> | over 10 years ago | |
| dc276ed2 | [maven-release-plugin] prepare for next development iteration | Stas Gromov <k****r@g****m> | over 10 years ago | |
| f0ff1dab | [maven-release-plugin] prepare release scribejava-2.1.0 | Stas Gromov <k****r@g****m> | over 10 years ago | |
| 3da27a98 | prepare to release 2.1.0 | Stas Gromov <k****r@g****m> | over 10 years ago | |
| bc1d50a3 | update changelog | Stas Gromov <k****r@g****m> | over 10 years ago | |
| 47bcf7bb | merge Merge pull request #591 from martinmalek/master | Stas Gromov <k****r@g****m> | over 10 years ago | |
| cb6bb1a0 | Update case for PinterestApi.java | Martin Malek <m****k@f****m> | over 10 years ago | |
| 31e83d37 | Not using star imports for PinterestExample | Martin Malek <m****k@f****m> | over 10 years ago | |
| 40d2ba90 | Adding PinterestApi and PinterestExample | Martin Malek <m****k@f****m> | over 10 years ago | |
| 4d927ea3 | merge Merge pull request #570 from mnovy/extensible-base-string-extractor | Stas Gromov <k****r@g****m> | over 10 years ago | |
| f3465822 | Whitespace. | Matyas Novy <m****y@u****m> | over 10 years ago | |
| cd4888e2 | Updated to be able to merge into master. | Matyas Novy <m****y@u****m> | over 10 years ago | |
| d4314ad2 | merge Merge branch 'master' into extensible-base-string-extractor | Matyas Novy <m****y@u****m> | over 10 years ago | |
| ebb28a05 | [maven-release-plugin] prepare for next development iteration | Stas Gromov <s****v@h****u> | over 10 years ago | |
| e3b2f2b4 | [maven-release-plugin] prepare release scribejava-2.0.1 | Stas Gromov <s****v@h****u> | over 10 years ago | |
| 14a1b9c0 | prepare to release 2.0.1 | Stas Gromov <s****v@h****u> | over 10 years ago | |
| aa5c340e | make getStream protected in Response | Stas Gromov <s****v@h****u> | over 10 years ago | |
| 5e17b5a1 | reformat | Stas Gromov <s****v@h****u> | over 10 years ago | |
| 28aa47c8 | merge Merge pull request #590 from chenjianjx/master | Stas Gromov <k****r@g****m> | over 10 years ago | |
| da1d238a | add a getter for GoogleToken.openIdToken. I need to send it to my | chenjianjx <c****x@g****m> | over 10 years ago | |
| a8e7f2e5 | [maven-release-plugin] prepare for next development iteration | Stas Gromov <s****v@h****u> | over 10 years ago | |
| f62a40a9 | [maven-release-plugin] prepare release scribejava-2.0 | Stas Gromov <s****v@h****u> | over 10 years ago | |
| d6949336 | HH-56459 fix small error in README http link [i.garanina] | Stas Gromov <s****v@h****u> | over 10 years ago | |
| 04195020 | HH-55803 merge back the SubScribe fork [i.garanina] | Stas Gromov <s****v@h****u> | over 10 years ago | |
| a1fad2b4 | Made BaseStringExtractorImpl extensible by changing method access of all priv... | Matyas Novy <m****y@u****m> | almost 11 years ago | |
| 0311a435 | merge Merge pull request #566 from vbauer/add-unit-test | Pablo Fernandez <f****5@g****m> | almost 11 years ago | |
| 80f780bd | Add negative test for StreamUtils.getStreamContents | Vladislav Bauer <b****d@g****m> | almost 11 years ago | |
| b36b161d | link to akoskm tutorial | Pablo Fernandez <f****5@g****m> | almost 11 years ago | |
| 36c5d828 | merge Merge pull request #561 from akoskm/getParameter | Pablo Fernandez <f****5@g****m> | almost 11 years ago | |
| 9984446d | add getParameter method for easier query parameter access | Akos Kemives <a****s@d****s> | almost 11 years ago | |
| b88b9ddf | remove apache license header, it's wrong, license is MIT | Pablo Fernandez <f****5@g****m> | almost 11 years ago | |
| 02dfe856 | closes #558 | Pablo Fernandez <f****5@g****m> | about 11 years ago | |
| a041f626 | merge Merge pull request #543 from desirable-objects/master | Pablo Fernandez <f****5@g****m> | over 11 years ago | |
| 6135a0bd | Fix assertions on oauth response as map ordering has changed due to JDK8 but ... | antony <a****t@e****m> | over 11 years ago | |
| a7235c84 | remove yammer api | Pablo Fernandez <f****5@g****m> | over 11 years ago | |
| d610b291 | merge Merge pull request #533 from markjamesbutler/master | Pablo Fernandez <f****5@g****m> | over 11 years ago | |
| b48d5d68 | Updated Facebook URL's in relation to Facebook breaking changes. [https://dev... | markjamesbutler <m****r@g****m> | over 11 years ago | |
| e47e494c | merge Merge pull request #515 from stevepeak/master | Pablo Fernandez <f****5@g****m> | almost 12 years ago | |
| b1813fdd | Added Codecov.io coverage reporting | stevepeak <s****e@s****t> | almost 12 years ago | |
| 648f8e35 | merge Merge pull request #514 from allentiak/master | Pablo Fernandez <f****5@g****m> | almost 12 years ago | |
| 99ae2c34 | merge Merge branch 'master' of github.com:fernandezpablo85/scribe-java | Leandro Doctors <l****s@g****m> | almost 12 years ago |