Skip to content
Snippets Groups Projects
  1. Oct 05, 2020
  2. Aug 12, 2020
  3. 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
  4. Apr 09, 2020
  5. Mar 26, 2020
  6. Jan 06, 2020
  7. Nov 27, 2019
  8. Apr 26, 2018
  9. Apr 10, 2018
  10. Nov 27, 2017
  11. Nov 14, 2017
  12. Oct 27, 2017
  13. Jan 10, 2017
  14. Jan 09, 2017
  15. Aug 22, 2016
  16. Jun 08, 2016
  17. May 20, 2016
    • Joas Schilling's avatar
      Move tests/ to PSR-4 (#24731) · 94ad54ec
      Joas Schilling authored
      * Move a-b to PSR-4
      
      * Move c-d to PSR-4
      
      * Move e+g to PSR-4
      
      * Move h-l to PSR-4
      
      * Move m-r to PSR-4
      
      * Move s-u to PSR-4
      
      * Move files/ to PSR-4
      
      * Move remaining tests to PSR-4
      
      * Remove Test\ from old autoloader
      94ad54ec
  18. May 02, 2016
  19. Sep 24, 2015
  20. Jul 03, 2015
  21. May 08, 2015
    • Morris Jobke's avatar
      Conditional logging · e79c255c
      Morris Jobke authored
       * Log condition for log level increase based on conditions. Once one of these
         conditions is met, the required log level is set to debug. This allows to
         debug specific requests, users or apps
      
       * Supported conditions (setting `log_condition` in `config.php`):
          - `shared_secret`: if a request parameter with the name `log_secret` is set to
                      this value the condition is met
          - `users`:  if the current request is done by one of the specified users,
                      this condition is met
          - `apps`:   if the log message is invoked by one of the specified apps,
                      this condition is met
       * fix unit test and add app log condition test
      e79c255c
  22. Nov 19, 2014
  23. Jul 15, 2014
  24. May 12, 2014
Loading