Skip to content
Snippets Groups Projects
  1. Sep 10, 2018
  2. Aug 31, 2018
  3. Aug 24, 2018
  4. Aug 15, 2018
  5. Aug 13, 2018
  6. Aug 10, 2018
  7. Aug 09, 2018
    • Feanil Patel's avatar
      Further downgrade gunicorn. · b90a9c17
      Feanil Patel authored
      18.0 seems to be doing a different thing with REMOTE_ADDR.
      
      Putting this back to the last working version in production.
      b90a9c17
  8. Aug 08, 2018
    • Brian Beggs's avatar
      Set user-util to 0.1.4 · b834daa1
      Brian Beggs authored
      b834daa1
    • Feanil Patel's avatar
      Downgrade `gunicorn` and run `make upgrade` · 056488a9
      Feanil Patel authored
      There is a breaking change in gunicorn 19 which changes
      the behavior of the `REMOTE_ADDR` request meta info. It
      no longer correctly passes through the value of X-Forwarded-For
      if that header is present.
      
      This resulted in making anything that looked at this attribute
      think that all requests were coming from 127.0.0.1
      
      This broke the django-ratelimit-backend library which relies on
      this feature to determine if a user has had too many login attempts.
      056488a9
  9. Aug 07, 2018
  10. Aug 03, 2018
  11. Aug 02, 2018
  12. Aug 01, 2018
  13. Jul 30, 2018
  14. Jul 23, 2018
  15. Jul 20, 2018
  16. Jul 13, 2018
  17. Jul 12, 2018
  18. Jul 11, 2018
  19. Jul 03, 2018
  20. Jul 02, 2018
  21. Jun 28, 2018
  22. Jun 27, 2018
  23. Jun 20, 2018
  24. Jun 15, 2018
  25. Jun 13, 2018
  26. Jun 12, 2018
  27. Jun 07, 2018
  28. Jun 06, 2018
  29. May 29, 2018
  30. May 25, 2018
Loading