Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/metabase/metabase. Pull mirroring updated .
  1. Aug 18, 2021
  2. Aug 17, 2021
  3. Aug 16, 2021
  4. Aug 10, 2021
  5. Aug 09, 2021
  6. Aug 06, 2021
  7. Aug 04, 2021
  8. Jul 30, 2021
  9. Jul 29, 2021
  10. Jul 28, 2021
  11. Jul 27, 2021
  12. Jul 26, 2021
  13. Jul 14, 2021
  14. Jul 12, 2021
  15. Jul 07, 2021
  16. Jul 06, 2021
  17. Jun 30, 2021
  18. Jun 25, 2021
  19. Jun 21, 2021
  20. Jun 11, 2021
  21. Jun 10, 2021
  22. Jun 04, 2021
  23. Jun 03, 2021
  24. Jun 02, 2021
  25. May 24, 2021
    • Noah Moss's avatar
      Fix "remember me" checkbox on login (#15995) · 1da77343
      Noah Moss authored
      * respect `remember` field on backend if session tokens are not enforced via env variable
      
      * modify docs to describe new behavior
      
      * fix indentation
      
      * use get-in to access remember field of request
      
      * add a session api test
      
      * expose session-cookies as a public setting
      
      * hide remember me checkbox if session-cookies is set
      Unverified
      1da77343
  26. May 20, 2021
  27. May 11, 2021
  28. May 10, 2021
    • Noah Moss's avatar
      update Google sign-in docs (#15973) · 41d4a4eb
      Noah Moss authored
      Clarifies which part of the Google link is relevant to Metabase, and modifies some language to better mirror the terms used by Google/OAuth
      Unverified
      41d4a4eb
    • Noah Moss's avatar
      Add deny list of common passwords (#15912) · dea50930
      Noah Moss authored
      * Add deny list of common passwords
      
      * replace filtered pw list with full list
      
      * switch to using a FileReader to check password line-by-line
      
      * bypass deny list if complexity is set to easy
      
      * fix tests
      
      * more test fixes and remove unneeded ns
      
      * fix typos
      
      * fix reflection warning
      
      * needed to import File
      
      * fix final tests, and update docs to reflect change
      
      * address initial review comments
      
      * fix build after removing import statement
      
      * address more review comments
      
      * use InputStreamReader to read password file in JARs
      Unverified
      dea50930
Loading