Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: googleapis/google-oauth-java-client
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.30.6
Choose a base ref
...
head repository: googleapis/google-oauth-java-client
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.31.0
Choose a head ref
  • 15 commits
  • 36 files changed
  • 7 contributors

Commits on Mar 5, 2020

  1. chore: release 1.30.7-SNAPSHOT (#444)

    * updated versions.txt [ci skip]
    
    * updated google-oauth-client-appengine/pom.xml [ci skip]
    
    * updated google-oauth-client-assembly/pom.xml [ci skip]
    
    * updated google-oauth-client-bom/pom.xml [ci skip]
    
    * updated google-oauth-client-java6/pom.xml [ci skip]
    
    * updated google-oauth-client-jetty/pom.xml [ci skip]
    
    * updated google-oauth-client-servlet/pom.xml [ci skip]
    
    * updated google-oauth-client/pom.xml [ci skip]
    
    * updated pom.xml [ci skip]
    
    * updated samples/dailymotion-cmdline-sample/pom.xml [ci skip]
    codyoss authored Mar 5, 2020
    Configuration menu
    Copy the full SHA
    69c51aa View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2020

  1. Configuration menu
    Copy the full SHA
    264e9d2 View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2020

  1. Configuration menu
    Copy the full SHA
    1033d42 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    39649f0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c538e8f View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2020

  1. Configuration menu
    Copy the full SHA
    fc75233 View commit details
    Browse the repository at this point in the history
  2. chore: update common templates (#447) (#454)

    Source-Author: Yoshi Automation Bot <[email protected]>
    Source-Date: Mon Mar 16 15:00:21 2020 -0700
    Source-Repo: googleapis/google-oauth-java-client
    Source-Sha: c538e8f
    Source-Link: c538e8f
    yoshi-automation authored Apr 14, 2020
    Configuration menu
    Copy the full SHA
    d1b1c4d View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2020

  1. Configuration menu
    Copy the full SHA
    85cdc6a View commit details
    Browse the repository at this point in the history
  2. chore: choose android version of Guava with renovate-bot (#461)

    * deps: choose android version of Guava with renovabot
    
    * pick and choose
    elharo authored Apr 15, 2020
    Configuration menu
    Copy the full SHA
    b3a1f97 View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2020

  1. Configuration menu
    Copy the full SHA
    d483154 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b541d59 View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2020

  1. Configuration menu
    Copy the full SHA
    6447917 View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2020

  1. feat: add PKCE support to AuthorizationCodeFlow (#470)

    * Initial test code for a PKCE enabled Authorization Code Flow
    
    * WIP: work on README.md
    
    * Script to initialize keycloak by adding client via REST API.
    
    * Improve keycloak init script and some code cleanup. Still WIP.
    
    * WIP: work on README.md
    
    * Working PKCE AuthorizationCodeFlow. Some cleanup of test classes.
    
    * Add scopes back to the AuthorizationCodeRequestUrl creation.
    
    * Simplify code by moving PKCE entirely into the AuthorizationCodeFlow class. Add documentation.
    
    * Remove wildcard imports as that seems to be the way to do things here.
    
    * Add @SInCE annotation in JavaDoc to the PKCE parameters of the autorization url class.
    
    * Add PKCE unit test, documentation and minor cleanup of dependencies for code sample.
    
    * Add PKCE unit test, documentation and minor cleanup of dependencies for code sample.
    
    * Annotate PKCE with Beta annotation.
    
    * Responding to code review comments
    
    * Responding to more PR comments
    
    * Improve Keycloak PKCE sample documentation
    
    * Add license header with copyright to new files. Improve documentation.
    StFS authored Jun 29, 2020
    Configuration menu
    Copy the full SHA
    13433cd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6da1b66 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fa8c6ba View commit details
    Browse the repository at this point in the history
Loading