Skip to content
Snippets Groups Projects
  1. Aug 09, 2016
  2. 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
  3. Jul 21, 2016
  4. Jul 08, 2016
  5. May 26, 2016
  6. May 20, 2016
  7. Apr 21, 2016
  8. Apr 20, 2016
  9. Jan 28, 2016
  10. Jan 12, 2016
  11. Nov 06, 2015
  12. Oct 30, 2015
  13. Oct 05, 2015
  14. Sep 21, 2015
  15. Aug 21, 2015
  16. Jul 03, 2015
  17. Apr 18, 2015
  18. Apr 09, 2015
  19. Apr 01, 2015
  20. Mar 26, 2015
  21. Mar 12, 2015
  22. Mar 11, 2015
  23. Feb 26, 2015
  24. Feb 24, 2015
  25. Feb 23, 2015
  26. Oct 24, 2014
  27. Oct 20, 2014
  28. Aug 31, 2014
  29. Aug 29, 2014
    • Jörn Friedrich Dreyer's avatar
      kill OC::$session · f551917a
      Jörn Friedrich Dreyer authored
      maintain deprecated \OC::$session when getting or setting the session via the server container or UserSession
      
      restore order os OC::$session and OC::$CLI
      
      remove unneded initialization of dummy session
      
      write back session when $useCustomSession is true
      
      log warning when deprecated app is used
      f551917a
  30. Jul 24, 2014
  31. Jul 23, 2014
  32. Jul 02, 2014
  33. Mar 12, 2014
  34. Mar 10, 2014
  35. Feb 18, 2014
  36. Feb 11, 2014
Loading