Skip to content
Snippets Groups Projects
  1. Mar 19, 2020
  2. Jan 21, 2020
  3. Dec 05, 2019
  4. Nov 22, 2019
  5. Sep 05, 2019
  6. Apr 11, 2019
  7. Nov 23, 2018
  8. Nov 14, 2018
  9. Sep 05, 2018
  10. Aug 10, 2018
  11. Feb 16, 2018
  12. Jan 16, 2018
  13. Jan 14, 2018
  14. Jan 12, 2018
  15. Jan 04, 2018
  16. Dec 14, 2017
  17. Nov 06, 2017
  18. Oct 24, 2017
  19. Jul 24, 2017
  20. May 22, 2017
  21. Apr 23, 2017
  22. 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
  23. Apr 11, 2017
  24. Dec 23, 2016
  25. 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
  26. Dec 13, 2016
  27. Nov 15, 2016
  28. Sep 27, 2016
  29. Aug 17, 2016
  30. Aug 08, 2016
  31. Jul 22, 2016
  32. Jul 21, 2016
  33. May 30, 2016
  34. May 12, 2016
  35. Mar 13, 2016
Loading