- Jan 12, 2018
-
-
Morris Jobke authored
Signed-off-by:
Morris Jobke <hey@morrisjobke.de>
-
- Dec 12, 2017
-
-
Roeland Jago Douma authored
Just to avoid users from trying this with a to new (untested) php version * Moved the check logic to 1 place * All directly callable scripts just require this on top * exit hard (-1) so we know scripts won't continue * Return status 500 so no sync clients will try fancy stuff Signed-off-by:
Roeland Jago Douma <roeland@famdouma.nl>
-
- Nov 06, 2017
-
-
Morris Jobke authored
Signed-off-by:
Morris Jobke <hey@morrisjobke.de>
-
- Aug 17, 2017
-
-
Morris Jobke authored
There was a setting to disable the last execution of cron. There is no known problem with this write access and it was also questioned when this feature was build in https://github.com/owncloud/core/pull/7689#issuecomment-38264707 Recently there was also a bug report about a non-visible last cron execution (#6088) - let's better remove this. Signed-off-by:
Morris Jobke <hey@morrisjobke.de>
-
- Apr 25, 2017
-
-
Noveen Sachdeva authored
-
- Mar 11, 2017
-
-
Ko- authored
Signed-off-by:
Ko- <k.stoffelen@cs.ru.nl>
-
- Mar 08, 2017
-
-
Artem Sidorenko authored
similar to the console.php
-
- Feb 23, 2017
-
-
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:
Morris Jobke <hey@morrisjobke.de>
-
- Dec 19, 2016
-
-
Roeland Jago Douma authored
Fixes #2756 Signed-off-by:
Roeland Jago Douma <roeland@famdouma.nl>
-
- Oct 12, 2016
-
-
Vincent Petry authored
Because some cron jobs do not always properly clean up their FS usage and others might not clean up before setting up the FS, this could cause potential side effects. To make sure we exclude side effects, we tear down the FS between cron jobs. Signed-off-by:
Roeland Jago Douma <roeland@famdouma.nl>
-
- Oct 06, 2016
-
-
Joas Schilling authored
Signed-off-by:
Joas Schilling <coding@schilljs.com>
-
- 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
-