- Aug 09, 2016
-
-
Jörn Friedrich Dreyer authored
-
- Jul 29, 2016
-
-
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`.
-
- Jul 21, 2016
-
-
Joas Schilling authored
-
Joas Schilling authored
-
- Jul 08, 2016
-
-
Morris Jobke authored
* the setup check is still there
-
- May 26, 2016
-
-
Lukas Reschke authored
-
- May 20, 2016
-
-
Joas Schilling authored
-
Joas Schilling authored
-
- Apr 21, 2016
-
-
Joas Schilling authored
-
- Apr 20, 2016
-
-
Thomas Müller authored
-
- Jan 28, 2016
-
-
Joas Schilling authored
-
- Jan 12, 2016
-
-
Thomas Müller authored
-
- Nov 06, 2015
-
-
Morris Jobke authored
* makes debugging easier
-
- Oct 30, 2015
-
-
Morris Jobke authored
-
- Oct 05, 2015
-
-
Morris Jobke authored
-
- Sep 21, 2015
-
-
Phil Davis authored
that I noticed while looking at some code.
-
- Aug 21, 2015
-
-
Joas Schilling authored
-
- Jul 03, 2015
-
-
Thomas Müller authored
-
- Apr 18, 2015
-
-
Morris Jobke authored
* method code is now in the static public namespace (5 sloc)
-
- Apr 09, 2015
-
-
Robin Appelman authored
-
- Apr 01, 2015
-
-
Thomas Müller authored
-
- Mar 26, 2015
-
-
Jenkins for ownCloud authored
-
- Mar 12, 2015
-
-
Thomas Müller authored
-
- Mar 11, 2015
-
-
Thomas Müller authored
-
- Feb 26, 2015
-
-
Morris Jobke authored
This reverts commit 6a1a4880.
-
- Feb 24, 2015
-
-
Bernhard Posselt authored
use flock instead of just checking if there is a file to prevent deadlocks when the process crashed or the unlink wasnt done move cron.lock into top directory to prevent external storage issues use tmp directory lock file use new config interface incorporate #13770 add dots
-
- Feb 23, 2015
-
-
Jenkins for ownCloud authored
-
- Oct 24, 2014
-
-
Robin Appelman authored
-
- Oct 20, 2014
-
-
Thomas Müller authored
-
- Aug 31, 2014
-
-
Morris Jobke authored
-
- Aug 29, 2014
-
-
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
-
- Jul 24, 2014
-
-
Oliver Kohl D.Sc. authored
-
Oliver Kohl D.Sc. authored
[error] 4461#0: *186285 FastCGI sent in stderr: "PHP message : PHP Fatal error: Call to a member function execute() on null in /var/www/ownc loud/cron.php on line 125" while reading response header from upstream, client: 217.13.183.252, server: cloud.mycloud.com, request: "GET /cron.php HTTP/1.1", upstre am: "fastcgi://unix:/var/run/php5-fpm.sock:", host: "cloud.mycloud.com", referrer: " https://cloud.mycloud.com/"
-
- Jul 23, 2014
-
-
Vincent Petry authored
-
- Jul 02, 2014
-
-
Steffen Lindner authored
-
- Mar 12, 2014
-
-
Christopher Schäpers authored
Fixes #2012
-
- Mar 10, 2014
-
-
Thomas Müller authored
-
- Feb 18, 2014
-
-
Thomas Müller authored
-
- Feb 11, 2014
-
-
Robin Appelman authored
-