Skip to content
Snippets Groups Projects
  1. Aug 24, 2020
  2. May 01, 2020
  3. Apr 30, 2020
    • MichaIng's avatar
      Fix Argon2 options checks · ad606196
      MichaIng authored
      
      The minimum for memory cost is 8 KiB per thread. Threads must be checked and set first to allow checking against the correct memory cost mimimum.
      Options are now applied the following way:
      - If config.php contains the setting with an integer higher or equal to the minimum, it is applied.
      - If config.php contains the setting with an integer lower than the minimum, the minimum is applied.
      - If config.php does not contain the setting or with no integer value, the PHP default is applied.
      
      Signed-off-by: default avatarMichaIng <micha@dietpi.com>
      Signed-off-by: default avatarRoeland Jago Douma <roeland@famdouma.nl>
      ad606196
  4. Apr 29, 2020
  5. Apr 10, 2020
    • Christoph Wurst's avatar
      Format control structures, classes, methods and function · caff1023
      Christoph Wurst authored
      
      To continue this formatting madness, here's a tiny patch that adds
      unified formatting for control structures like if and loops as well as
      classes, their methods and anonymous functions. This basically forces
      the constructs to start on the same line. This is not exactly what PSR2
      wants, but I think we can have a few exceptions with "our" style. The
      starting of braces on the same line is pracrically standard for our
      code.
      
      This also removes and empty lines from method/function bodies at the
      beginning and end.
      
      Signed-off-by: default avatarChristoph Wurst <christoph@winzerhof-wurst.at>
      caff1023
  6. Mar 31, 2020
  7. Feb 07, 2020
  8. Feb 03, 2020
  9. Jan 22, 2020
  10. Jan 21, 2020
  11. Jan 20, 2020
  12. Dec 05, 2019
  13. Apr 04, 2018
  14. Jan 16, 2018
  15. Nov 06, 2017
  16. Jul 24, 2017
  17. Jul 21, 2016
  18. May 26, 2016
  19. Apr 14, 2016
  20. Jan 12, 2016
  21. Dec 11, 2015
  22. Mar 26, 2015
  23. Feb 26, 2015
  24. Feb 23, 2015
  25. Nov 06, 2014
Loading