Skip to content
Snippets Groups Projects
  1. Dec 16, 2020
  2. Dec 10, 2020
    • Vincent Petry's avatar
      Fix loading order for OCS endpoints · 5f405e14
      Vincent Petry authored
      
      The loading order can have side effects in the way how apps register
      plugins, listeners, etc.
      
      Recently the order had been changed as part of cleaning up old code, but
      caused apps to break.
      
      This brings back the old app loading order to guarantee that apps won't
      break, even though it might not semantically make sense.
      
      Signed-off-by: default avatarVincent Petry <vincent@nextcloud.com>
      5f405e14
  3. Nov 17, 2020
  4. Oct 31, 2020
  5. Oct 05, 2020
  6. Jun 16, 2020
  7. 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
  8. Dec 05, 2019
  9. Feb 22, 2019
  10. Jul 26, 2018
  11. Jun 26, 2018
  12. Jan 17, 2018
  13. Jan 09, 2018
  14. Dec 12, 2017
  15. Nov 06, 2017
  16. Sep 21, 2017
  17. Aug 01, 2017
  18. Jul 21, 2017
  19. Apr 07, 2017
  20. Mar 03, 2017
  21. Feb 23, 2017
    • Morris Jobke's avatar
      Clean up single user mode · 9533f4e5
      Morris Jobke authored
      
      Single user mode basically disables WebDAV, OCS and cron execution. Since
      we heavily rely on WebDAV and OCS also in the web UI it's basically useless.
      An admin only sees a broken interface and can't even change any settings nor
      sees any files. Also sharing is not possible.
      
      As this is at least the case since Nextcloud 9 and we haven't received any
      reports for this it seems that this feature is not used at all so I removed it.
      
      The encryption commands now rely on the well tested maintenance mode.
      
      Signed-off-by: default avatarMorris Jobke <hey@morrisjobke.de>
      9533f4e5
  22. Feb 08, 2017
  23. Dec 16, 2016
  24. Nov 16, 2016
  25. Oct 06, 2016
  26. Aug 28, 2016
  27. Aug 18, 2016
  28. Aug 09, 2016
  29. Jul 22, 2016
  30. Jul 21, 2016
  31. Jul 18, 2016
  32. Jul 14, 2016
  33. Jun 16, 2016
  34. May 26, 2016
  35. May 20, 2016
Loading