1. 22 Jan, 2020 9 commits
  2. 21 Jan, 2020 12 commits
  3. 20 Jan, 2020 14 commits
  4. 19 Jan, 2020 2 commits
  5. 18 Jan, 2020 1 commit
  6. 17 Jan, 2020 2 commits
    • OAuth: Fix role mapping from id token (#20300) · 7cbf3d8d
      As part of the new improvements to JMESPath in #17149 a 
      commit ensuring Role and Email data could be queried from 
      id_token was lost.
      This refactors and fixes extracting from both token and user 
      info api consistently where before only either token or 
      either user info api was used for extracting data/attributes.
      
      Fixes #20243
      
      Co-authored-by: Timo Wendt <timo@tjwendt.de>
      Co-authored-by: twendt <timo@tjwendt.de>
      Co-authored-by: henninge <henning@eggers.name>
      Co-Authored-by: Henning Eggers <henning.eggers@inovex.de>
      Co-authored-by: Marcus Efraimsson <marcus.efraimsson@gmail.com>
      Sean Johnson committed
    • ButtonCascader: Fix error in Explore (#21585) · fef31acb
      * Add children and remove nullified icon
      
      * Revert data format with children
      
      * Update test
      
      * Revert styles
      
      * Update types
      Tobias Skarhed committed