Skip to content
Snippets Groups Projects
  1. Dec 30, 2020
  2. Dec 16, 2020
  3. Oct 06, 2020
  4. Sep 17, 2020
  5. Apr 29, 2020
  6. 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
  7. Mar 31, 2020
  8. Mar 26, 2020
  9. Feb 17, 2020
  10. Dec 05, 2019
  11. Aug 17, 2019
  12. Feb 22, 2019
  13. May 23, 2018
  14. Apr 22, 2018
  15. Jan 26, 2018
  16. Jan 12, 2018
  17. Dec 12, 2017
  18. Nov 06, 2017
  19. Aug 17, 2017
  20. Apr 25, 2017
  21. Mar 11, 2017
  22. Mar 08, 2017
  23. 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
  24. Dec 19, 2016
  25. Oct 12, 2016
  26. Oct 06, 2016
  27. Aug 09, 2016
  28. Jul 29, 2016
    • Damjan Georgievski's avatar
      introduce NEXTCLOUD_CONFIG_DIR env variable (see #300) · 982bdb18
      Damjan Georgievski authored
      nextcloud by default uses the `/config/` directory in the source/application tree for its config file(s).
      with this commit that directory can be overridden by the `NEXTCLOUD_CONFIG_DIR` environment variable.
      
      in uwsgi, you would use the option `--env "NEXTCLOUD_CONFIG_DIR=/tmp/nx-config/"`
      in apache `SetENV …`
      and the cli command can be run with: `NEXTCLOUD_CONFIG_DIR=/tmp/nx-config ./occ` (or just use `export` once in the
      shell).
      
      NEXTCLOUD_CONFIG_DIR can be supplied with or without the trailing slash (`/`), but in all cases `$configDir` will have
      it automatically added if needed.
      
      The other changes are several occurrences of `OC::$SERVERROOT . '/config'` to `OC::$configDir`.
      982bdb18
  29. Jul 21, 2016
  30. Jul 08, 2016
  31. May 26, 2016
  32. May 20, 2016
  33. Apr 21, 2016
  34. Apr 20, 2016
  35. Jan 28, 2016
  36. Jan 12, 2016
  37. Nov 06, 2015
Loading