Skip to content
Snippets Groups Projects
  1. Jan 08, 2020
  2. Dec 05, 2019
  3. Oct 08, 2019
  4. Oct 07, 2019
  5. Jul 16, 2019
  6. Jul 15, 2019
  7. Jul 02, 2019
  8. Jun 27, 2019
  9. May 20, 2019
  10. Apr 16, 2019
  11. Mar 27, 2019
  12. Dec 21, 2018
  13. Nov 06, 2018
  14. Oct 01, 2018
  15. Jul 19, 2018
  16. Jun 06, 2018
    • Morris Jobke's avatar
      Add a hint that some indexes are not added yet · 393d9aae
      Morris Jobke authored
      
      * gives the admin a chance to discover the missing indexes and improve the performance of the instance without digging through the manual
      * nicely integrated in the setup checks where this kind of hints belong to
      * also adds an option to integrate this from an app based on events
      * fix style of setting warnings
      
      Signed-off-by: default avatarMorris Jobke <hey@morrisjobke.de>
      393d9aae
  17. Nov 06, 2017
  18. May 10, 2017
  19. Apr 10, 2017
    • Morris Jobke's avatar
      Move OC_Defaults to OCP\Defaults · 5b4adf66
      Morris Jobke authored
      
      * currently there are two ways to access default values:
        OCP\Defaults or OC_Defaults (which is extended by
        OCA\Theming\ThemingDefaults)
      * our code used a mixture of both of them, which made
        it hard to work on theme values
      * this extended the public interface with the missing
        methods and uses them everywhere to only rely on the
        public interface
      
      Signed-off-by: default avatarMorris Jobke <hey@morrisjobke.de>
      5b4adf66
  20. Mar 24, 2017
  21. Jan 19, 2017
  22. Jan 06, 2017
  23. Nov 21, 2016
  24. Nov 03, 2016
  25. Oct 05, 2016
  26. Sep 30, 2016
  27. Aug 29, 2016
  28. Aug 25, 2016
  29. Aug 09, 2016
  30. Jul 21, 2016
  31. 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)
      ba4f12ba
  32. Jul 15, 2016
  33. Jul 07, 2016
  34. Jun 22, 2016
    • Victor Dubiniuk's avatar
      occ web executor (#24957) · 854352d9
      Victor Dubiniuk authored
      * Initial web executor
      
      * Fix PHPDoc
      
      Fix broken integration test
      
      OccControllerTests do not require database access - moch them all!
      
      Kill unused sprintf
      854352d9
Loading