Skip to content
Snippets Groups Projects
  1. Apr 29, 2020
  2. 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
  3. Dec 05, 2019
  4. Dec 07, 2018
  5. Jan 14, 2018
  6. Jan 13, 2018
  7. Apr 23, 2017
  8. Jul 21, 2016
  9. May 26, 2016
  10. Apr 14, 2016
  11. Jan 14, 2016
  12. Jan 12, 2016
  13. Dec 11, 2015
  14. Nov 09, 2015
  15. Apr 27, 2015
  16. Mar 26, 2015
  17. Feb 26, 2015
  18. Feb 23, 2015
  19. Feb 13, 2015
  20. Aug 26, 2014
    • Lukas Reschke's avatar
      Add some security utilities · d26a9c3c
      Lukas Reschke authored
      This adds some security utilities to core including:
      - A library for basic crypto operations (e.g. to encrypt passwords)
      - A better library for cryptographic actions which allows you to specify the charset
      - A library for secure string comparisions
      
      Remove .htaccess
      
      Remove .htaccess
      
      Fix typo
      
      Add public API
      
      Use timing constant comparision
      
      Remove CBC constant
      
      Adjust code
      
      Remove confusing $this
      d26a9c3c
Loading