Skip to content
  1. Dec 05, 2017
  2. Jun 21, 2017
  3. Jun 10, 2017
  4. May 26, 2017
  5. May 18, 2017
  6. May 16, 2017
  7. Apr 25, 2017
  8. Apr 21, 2017
  9. Apr 07, 2017
  10. Apr 03, 2017
  11. Mar 30, 2017
  12. Mar 29, 2017
  13. Mar 28, 2017
    • Eskil Andreen's avatar
      Skip 404 errors when looking up Google groups · 652f43ed
      Eskil Andreen authored
      When checking user membership against Google groups the groups are checked one
      at a time and in the order that they were supplied. If one of the groups does
      not exist then the checking is halted with the following error.
      
      google.go:201: googleapi: Error 404: Resource Not Found: groupKey, notFound
      
      None of the groups following the missing group are checked either. This means
      that something as trivial as a typo in the first group will make it impossible
      for anybody to login.
      
      This change catches the 404, logs a message, and then carries on as usual. In
      this way a typo will cause a particular group to stop working but will not
      affect any other groups.
      652f43ed
    • Jehiah Czebotar's avatar
      Merge pull request #356 from jehiah/bump_dependencies_356 · 712739f7
      Jehiah Czebotar authored
      Update vendored dependencies.
      712739f7
    • Jehiah Czebotar's avatar