Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/metabase/metabase. Pull mirroring updated .
  1. Aug 04, 2021
  2. Jul 30, 2021
  3. Jul 29, 2021
  4. Jul 28, 2021
  5. Jul 27, 2021
  6. Jul 26, 2021
  7. Jul 14, 2021
  8. Jul 12, 2021
  9. Jul 07, 2021
  10. Jul 06, 2021
  11. Jun 30, 2021
  12. Jun 25, 2021
  13. Jun 21, 2021
  14. Jun 11, 2021
  15. Jun 10, 2021
  16. Jun 04, 2021
  17. Jun 03, 2021
  18. Jun 02, 2021
  19. 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
  20. May 20, 2021
  21. May 11, 2021
  22. 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
  23. May 04, 2021
  24. Apr 30, 2021
  25. Apr 29, 2021
  26. Apr 27, 2021
Loading