Skip to content
Snippets Groups Projects
  1. Dec 04, 2020
    • Christoph Wurst's avatar
      Do not update incompatible apps · cbb34af5
      Christoph Wurst authored
      
      Previously there was no (platform) dependency check for an app that was
      installed before. So Nextcloud happily upgraded an app that now requires
      a php version newer than the current one. Which means in the lucky case
      you see a failing upgrade due to the language incompatibility, or in the
      unlucky case you see unexpected errors later in production.
      
      Signed-off-by: default avatarChristoph Wurst <christoph@winzerhof-wurst.at>
      cbb34af5
  2. Nov 26, 2020
  3. Apr 29, 2020
  4. 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
  5. Apr 09, 2020
  6. Mar 26, 2020
  7. Dec 05, 2019
  8. Aug 15, 2019
  9. Apr 11, 2019
  10. Feb 22, 2019
  11. Nov 01, 2018
  12. Jul 09, 2018
  13. Jun 26, 2018
  14. Jun 19, 2018
  15. Apr 26, 2018
  16. Mar 28, 2018
  17. Mar 06, 2018
  18. Feb 19, 2018
  19. Feb 17, 2018
  20. Jan 20, 2018
  21. Jan 19, 2018
  22. Nov 25, 2017
  23. Nov 06, 2017
  24. Aug 07, 2017
  25. Aug 01, 2017
  26. Jul 05, 2017
  27. May 18, 2017
  28. May 11, 2017
  29. May 10, 2017
  30. May 02, 2017
  31. Apr 26, 2017
  32. Mar 14, 2017
  33. Feb 10, 2017
  34. Jan 23, 2017
  35. Dec 15, 2016
    • Lukas Reschke's avatar
      Don't disable apps on update if PHP >= 7.0.0 · 776f5bcd
      Lukas Reschke authored
      
      When PHP in a version higher than 7.0.0 is used we catch fatal exceptions in app.php and gracefully already disable the app. There is thus no need to also disable the apps on updates.
      
      This has been requested by Jan to fix because that is "the most annoying thing ever" :TM:. – I'd say we give it a try and if that causes problems in the future we can consider alternative approaches.
      
      Signed-off-by: default avatarLukas Reschke <lukas@statuscode.ch>
      776f5bcd
  36. Nov 24, 2016
Loading