Skip to content
Snippets Groups Projects
  1. Aug 12, 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. Mar 26, 2020
  4. Mar 25, 2020
  5. Nov 27, 2019
  6. Mar 19, 2017
  7. Jul 08, 2016
  8. Jun 07, 2016
  9. May 19, 2016
  10. Dec 18, 2015
  11. Nov 30, 2015
    • Thomas Müller's avatar
      Add DB group to some files_external tests · f9fc2546
      Thomas Müller authored
      Adding group Db to federation tests and ldap tests
      
      Add group DB to Test_UrlGenerator
      
      Adding group DB to trashbin and versions tests
      
      Adding group DB to Test_Util_CheckServer for pg
      f9fc2546
  12. Nov 19, 2014
  13. Nov 10, 2014
  14. Sep 18, 2014
  15. Mar 14, 2014
    • Vincent Petry's avatar
      Added .ocdata file to check for data folder validity · 3c46dcd7
      Vincent Petry authored
      In environments where the data folder is mount from another partition,
      it is important to check that the data folder we see is actually the
      real one. If the mount failed for some reasons, this fix will make
      ownCloud temporarily unavailable instead of causing unpredictable
      behavior.
      3c46dcd7
Loading