Skip to content
Snippets Groups Projects
  1. Jan 21, 2020
  2. Dec 05, 2019
  3. Nov 22, 2019
  4. Sep 05, 2019
  5. Apr 11, 2019
  6. Nov 23, 2018
  7. Nov 14, 2018
  8. Sep 05, 2018
  9. Aug 10, 2018
  10. Feb 16, 2018
  11. Jan 16, 2018
  12. Jan 14, 2018
  13. Jan 12, 2018
  14. Jan 04, 2018
  15. Dec 14, 2017
  16. Nov 06, 2017
  17. Oct 24, 2017
  18. Jul 24, 2017
  19. May 22, 2017
  20. Apr 23, 2017
  21. Apr 13, 2017
    • Lukas Reschke's avatar
      Add support for ratelimiting via annotations · 66835476
      Lukas Reschke authored
      
      This allows adding rate limiting via annotations to controllers, as one example:
      
      ```
      @UserRateThrottle(limit=5, period=100)
      @AnonRateThrottle(limit=1, period=100)
      ```
      
      Would mean that logged-in users can access the page 5 times within 100 seconds, and anonymous users 1 time within 100 seconds. If only an AnonRateThrottle is specified that one will also be applied to logged-in users.
      
      Signed-off-by: default avatarLukas Reschke <lukas@statuscode.ch>
      66835476
  22. Apr 11, 2017
  23. Dec 23, 2016
  24. Dec 22, 2016
    • Vincent Petry's avatar
      Testing md5home (#26854) · b32e252f
      Vincent Petry authored
      
      * Allow clearing default user backends in config.php
      
      When specifying "user_backends" in config.php, a new option "default"
      when set to false will prevent the default user backend to be
      registered. The default one is the database backend.
      This makes it possible to select exclusive user backends from apps.
      
      * Testing app provides test user backend for alternative homes
      
      The backend provide md5 result to getHome()
      
      * Only md5 the user home when it's not the admin
      
      Signed-off-by: default avatarLukas Reschke <lukas@statuscode.ch>
      b32e252f
  25. Dec 13, 2016
  26. Nov 15, 2016
  27. Sep 27, 2016
  28. Aug 17, 2016
  29. Aug 08, 2016
  30. Jul 22, 2016
  31. Jul 21, 2016
  32. May 30, 2016
  33. May 12, 2016
  34. Mar 13, 2016
  35. Mar 01, 2016
Loading