Skip to content
Snippets Groups Projects
  1. Dec 16, 2020
  2. Dec 11, 2020
  3. Oct 05, 2020
  4. Apr 10, 2020
  5. Apr 07, 2020
  6. Mar 31, 2020
  7. Mar 26, 2020
  8. Dec 05, 2019
  9. Jul 18, 2019
  10. Jun 26, 2018
  11. Mar 12, 2018
  12. Sep 21, 2017
  13. Aug 01, 2017
  14. Apr 26, 2017
  15. Aug 24, 2016
  16. Jul 21, 2016
  17. Jul 20, 2016
    • Lukas Reschke's avatar
      Implement brute force protection · ba4f12ba
      Lukas Reschke authored
      Class Throttler implements the bruteforce protection for security actions in
      Nextcloud.
      
      It is working by logging invalid login attempts to the database and slowing
      down all login attempts from the same subnet. The max delay is 30 seconds and
      the starting delay are 200 milliseconds. (after the first failed login)
      Unverified
      ba4f12ba
  18. Jun 09, 2016
  19. Jun 01, 2016
  20. May 26, 2016
  21. May 11, 2016
  22. May 02, 2016
  23. Apr 30, 2016
  24. Apr 18, 2016
  25. Mar 07, 2016
  26. Mar 01, 2016
  27. Feb 19, 2016
  28. Feb 15, 2016
  29. Feb 14, 2016
  30. Jan 12, 2016
  31. Oct 29, 2015
  32. Oct 12, 2015
    • Lukas Reschke's avatar
      Strip directory from scriptName · e03f0542
      Lukas Reschke authored
      `\OCP\IRequest::getScriptName` will also return the directory, so if ownCloud is installed in a subfolder such as `owncloud/` it will resolve to `/owncloud/ocs/v2.php`. This made this check fail and also made it return invalid status codes.
      e03f0542
  33. Oct 05, 2015
  34. Sep 21, 2015
Loading