Skip to content
Snippets Groups Projects
  1. Feb 17, 2020
  2. Dec 05, 2019
  3. Aug 17, 2019
  4. Feb 22, 2019
  5. May 23, 2018
  6. Apr 22, 2018
  7. Jan 26, 2018
  8. Jan 12, 2018
  9. Dec 12, 2017
  10. Nov 06, 2017
  11. Aug 17, 2017
  12. Apr 25, 2017
  13. Mar 11, 2017
  14. Mar 08, 2017
  15. 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
  16. Dec 19, 2016
  17. Oct 12, 2016
  18. Oct 06, 2016
  19. Aug 09, 2016
  20. 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
  21. Jul 21, 2016
  22. Jul 08, 2016
  23. May 26, 2016
  24. May 20, 2016
  25. Apr 21, 2016
  26. Apr 20, 2016
  27. Jan 28, 2016
  28. Jan 12, 2016
  29. Nov 06, 2015
  30. Oct 30, 2015
  31. Oct 05, 2015
  32. Sep 21, 2015
  33. Aug 21, 2015
  34. Jul 03, 2015
  35. Apr 18, 2015
  36. Apr 09, 2015
  37. Apr 01, 2015
Loading