1. 03 Şub, 2017 1 kayıt (commit)
  2. 25 Ock, 2017 1 kayıt (commit)
  3. 20 Ock, 2017 1 kayıt (commit)
  4. 18 Ock, 2017 1 kayıt (commit)
  5. 28 Ara, 2016 1 kayıt (commit)
  6. 15 Ara, 2016 1 kayıt (commit)
  7. 11 Kas, 2016 1 kayıt (commit)
  8. 03 Eyl, 2016 1 kayıt (commit)
  9. 28 Haz, 2016 1 kayıt (commit)
  10. 16 Haz, 2016 1 kayıt (commit)
  11. 19 May, 2016 1 kayıt (commit)
    • Shai Berger's avatar
      Fixed #20869 -- made CSRF tokens change every request by salt-encrypting them · 5112e65e
      Shai Berger yazdı
      Note that the cookie is not changed every request, just the token retrieved
      by the `get_token()` method (used also by the `{% csrf_token %}` tag).
      
      While at it, made token validation strict: Where, before, any length was
      accepted and non-ASCII chars were ignored, we now treat anything other than
      `[A-Za-z0-9]{64}` as invalid (except for 32-char tokens, which, for
      backwards-compatibility, are accepted and replaced by 64-char ones).
      
      Thanks Trac user patrys for reporting, github user adambrenecki
      for initial patch, Tim Graham for help, and Curtis Maloney,
      Collin Anderson, Florian Apolloner, Markus Holtermann & Jon Dufresne
      for reviews.
      5112e65e
  12. 13 Kas, 2015 1 kayıt (commit)
  13. 23 Eyl, 2015 1 kayıt (commit)
  14. 24 Haz, 2015 1 kayıt (commit)
  15. 21 May, 2015 1 kayıt (commit)
  16. 20 May, 2015 1 kayıt (commit)
  17. 06 May, 2015 1 kayıt (commit)
  18. 03 May, 2015 1 kayıt (commit)
  19. 01 Nis, 2015 2 kayıt (commit)
  20. 18 Mar, 2015 1 kayıt (commit)
  21. 06 Şub, 2015 1 kayıt (commit)
  22. 05 Şub, 2015 1 kayıt (commit)
  23. 17 Ock, 2015 1 kayıt (commit)
  24. 12 Ock, 2015 2 kayıt (commit)
  25. 06 Ock, 2015 1 kayıt (commit)
    • Aymeric Augustin's avatar
      Made context take priority over context processors. · 0cdb09d4
      Aymeric Augustin yazdı
      This is the expected behavior, but given RequestContext's tortuous
      implementation, a straightforward use of its API results in the
      opposite.
      
      This commits fixes a regression that must have happened at different
      points in the multiple templates engine refactor for different features.
      0cdb09d4
  26. 01 Ock, 2015 1 kayıt (commit)
  27. 28 Ara, 2014 1 kayıt (commit)