Skip to content
Snippets Groups Projects
  1. Jul 09, 2019
  2. May 29, 2019
  3. May 07, 2019
  4. Feb 06, 2019
  5. Jan 29, 2019
  6. Jan 23, 2019
    • Roeland Jago Douma's avatar
      Honor remember_login_cookie_lifetime · e6333c8f
      Roeland Jago Douma authored
      
      If the remember_login_cookie_lifetime is set to 0 this means we do not
      want to use remember me at all. In that case we should also not creatae
      a remember me cookie and should create a proper temp token.
      
      Further this specifies that is not 0 the remember me time should always
      be larger than the session timeout. Because else the behavior is not
      really defined.
      
      Signed-off-by: default avatarRoeland Jago Douma <roeland@famdouma.nl>
      Unverified
      e6333c8f
  7. Nov 20, 2018
  8. Oct 30, 2018
  9. Oct 15, 2018
  10. Oct 02, 2018
  11. Aug 13, 2018
  12. Aug 08, 2018
  13. Jul 21, 2018
  14. Jun 20, 2018
  15. Apr 10, 2018
  16. Apr 06, 2018
  17. Feb 22, 2018
  18. Jan 15, 2018
  19. Dec 28, 2017
  20. Nov 06, 2017
  21. Sep 07, 2017
  22. Sep 04, 2017
  23. Sep 02, 2017
  24. Jul 27, 2017
  25. Jun 20, 2017
  26. May 11, 2017
  27. Apr 25, 2017
  28. Apr 13, 2017
    • Lukas Reschke's avatar
      Make BruteForceProtection annotation more clever · 8149945a
      Lukas Reschke authored
      
      This makes the new `@BruteForceProtection` annotation more clever and moves the relevant code into it's own middleware.
      
      Basically you can now set `@BruteForceProtection(action=$key)` as annotation and that will make the controller bruteforce protected. However, the difference to before is that you need to call `$responmse->throttle()` to increase the counter. Before the counter was increased every time which leads to all kind of unexpected problems.
      
      Signed-off-by: default avatarLukas Reschke <lukas@statuscode.ch>
      Unverified
      8149945a
  29. Apr 07, 2017
  30. Apr 06, 2017
  31. Feb 07, 2017
  32. Feb 06, 2017
  33. Feb 02, 2017
  34. Feb 01, 2017
Loading