1. 30 Aug, 2020 3 commits
  2. 24 Aug, 2020 1 commit
  3. 23 Aug, 2020 1 commit
  4. 22 Aug, 2020 1 commit
  5. 15 Aug, 2020 4 commits
    • NGPixel's avatar
      29afc61a
    • Idan Bidani's avatar
      fix: upgrade postgresql dependency to run in non root (#2213) · 19af5636
      Idan Bidani authored
      Previous version of Postgresql required userid 0 for init container
      
      ***NO_CI***
      19af5636
    • Alice Barker's avatar
      fix: add overflow scroll to search results (#2232) · b588e552
      Alice Barker authored
      * Add overflow scroll to search results
      
      All search results were not visible on desktop screens beyond the viewport height, adding overflow-y: scroll fixes this
      
      * Update search-results.vue
      b588e552
    • Dan Nicholson's avatar
      feat: fix + enable OIDC auth method (#2282) · d5d368cd
      Dan Nicholson authored
      * fix: pass userinfo URL in oidc strategy
      
      The userinfo URL from the definition was not being provided to the
      passport strategy, which resulted in a type error trying to resolve the
      user's profile. Furthermore, the name of the defined URL was
      inconsistent with all other authentication method URLs.
      
      * fix: pass all necessary scopes to oidc auth method
      
      When no scopes are provided, passport-openidconnect uses only `openid`,
      which does not contain the username or email address. Include `profile`
      and `email` to ensure the necessary claims are included.
      
      * fix: update oidc method to call processProfile correctly
      
      Now the profile object and providerKey are passed to processProfile. The
      usernameClaim no longer has any use as the email address is the
      username.
      
      * fix: mark oidc authentication method as available
      d5d368cd
  6. 10 Aug, 2020 1 commit
  7. 29 Jul, 2020 4 commits
  8. 22 Jul, 2020 2 commits
  9. 20 Jul, 2020 3 commits
  10. 19 Jul, 2020 4 commits
  11. 18 Jul, 2020 1 commit
  12. 12 Jul, 2020 6 commits
  13. 11 Jul, 2020 2 commits
  14. 10 Jul, 2020 1 commit
  15. 09 Jul, 2020 1 commit
  16. 08 Jul, 2020 1 commit
  17. 06 Jul, 2020 4 commits