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