nextcloud/lib/private
Damjan Georgievski 982bdb1823 introduce NEXTCLOUD_CONFIG_DIR env variable (see #300)
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`.
2016-07-29 17:49:14 +02:00
..
Activity Fix others 2016-07-21 18:13:57 +02:00
App Translate the server version for nextcloud 2016-07-26 14:40:18 +02:00
AppFramework Support subdir in the OCS v2 endpoint 2016-07-27 15:28:35 +02:00
Archive Update with robin 2016-07-21 18:13:58 +02:00
Authentication Check if an app provide two-factor-auth providers before we try to use them 2016-07-23 13:26:57 +02:00
BackgroundJob Update with robin 2016-07-21 18:13:58 +02:00
Cache Update with robin 2016-07-21 18:13:58 +02:00
Command Update with robin 2016-07-21 18:13:58 +02:00
Comments Fix others 2016-07-21 18:13:57 +02:00
Console Fix others 2016-07-21 18:13:57 +02:00
DB Update with robin 2016-07-21 18:13:58 +02:00
Diagnostics Update with robin 2016-07-21 18:13:58 +02:00
Encryption Fix others 2016-07-21 18:13:57 +02:00
Files use limit instead of since when listing recent files 2016-07-22 15:20:55 +02:00
Group Update with robin 2016-07-21 18:13:58 +02:00
Hooks Update with robin 2016-07-21 18:13:58 +02:00
Http/Client Update with robin 2016-07-21 18:13:58 +02:00
IntegrityCheck Fix others 2016-07-21 18:13:57 +02:00
L10N Update with robin 2016-07-21 18:13:58 +02:00
Lock Update with robin 2016-07-21 18:13:58 +02:00
Log Reverted the default syslog tag to avoid breaking existing systems. 2016-07-22 14:38:44 +02:00
Mail Fix others 2016-07-21 18:13:57 +02:00
Memcache Update with robin 2016-07-21 18:13:58 +02:00
Migration Fix others 2016-07-21 18:13:57 +02:00
Notification Fix others 2016-07-21 18:13:57 +02:00
OCS Fix others 2016-07-21 18:13:57 +02:00
Preview Update with robin 2016-07-21 18:13:58 +02:00
Repair Update with robin 2016-07-21 18:13:58 +02:00
Route Update with robin 2016-07-21 18:13:58 +02:00
Search Fix others 2016-07-21 18:13:57 +02:00
Security Update with robin 2016-07-21 18:13:58 +02:00
Session Update with robin 2016-07-21 18:13:58 +02:00
Setup Fix misleading MySQL DB creation error (#25485) 2016-07-27 11:45:13 +02:00
Share Update with robin 2016-07-21 18:13:58 +02:00
Share20 Fix others 2016-07-21 18:13:57 +02:00
SystemTag Fix others 2016-07-21 18:13:57 +02:00
Tagging Fix others 2016-07-21 18:13:57 +02:00
Template Fix others 2016-07-21 18:13:57 +02:00
Updater Fix others 2016-07-21 18:13:57 +02:00
User Update with robin 2016-07-21 18:13:58 +02:00
legacy libxml - compare against loaded version 2016-07-28 08:30:33 +02:00
AllConfig.php Update with robin 2016-07-21 18:13:58 +02:00
AppConfig.php Update with robin 2016-07-21 18:13:58 +02:00
AppHelper.php Fix others 2016-07-21 18:13:57 +02:00
Avatar.php Update with robin 2016-07-21 18:13:58 +02:00
AvatarManager.php Update with robin 2016-07-21 18:13:58 +02:00
CapabilitiesManager.php Fix others 2016-07-21 18:13:57 +02:00
Config.php Update with robin 2016-07-21 18:13:58 +02:00
ContactsManager.php Fix others 2016-07-21 18:13:57 +02:00
DatabaseException.php Fix others 2016-07-21 18:13:57 +02:00
DatabaseSetupException.php Fix others 2016-07-21 18:13:57 +02:00
DateTimeFormatter.php Fix others 2016-07-21 18:13:57 +02:00
DateTimeZone.php Fix others 2016-07-21 18:13:57 +02:00
ForbiddenException.php Fix others 2016-07-21 18:13:57 +02:00
HTTPHelper.php Fix others 2016-07-21 18:13:57 +02:00
HintException.php Fix others 2016-07-21 18:13:57 +02:00
Installer.php Update with robin 2016-07-21 18:13:58 +02:00
LargeFileHelper.php Fix others 2016-07-21 18:13:57 +02:00
Log.php Changed code style and made use of '===' comparison. 2016-07-22 14:45:33 +02:00
NaturalSort.php Fix others 2016-07-21 18:13:57 +02:00
NaturalSort_DefaultCollator.php Fix others 2016-07-21 18:13:57 +02:00
NavigationManager.php Fix others 2016-07-21 18:13:57 +02:00
NeedsUpdateException.php Update with robin 2016-07-21 18:13:58 +02:00
NotSquareException.php Fix others 2016-07-21 18:13:57 +02:00
OCSClient.php Fix others 2016-07-21 18:13:57 +02:00
Preview.php Update with robin 2016-07-21 18:13:58 +02:00
PreviewManager.php Update with robin 2016-07-21 18:13:58 +02:00
RedisFactory.php Update with robin 2016-07-21 18:13:58 +02:00
Repair.php Update with robin 2016-07-21 18:13:58 +02:00
RepairException.php Fix others 2016-07-21 18:13:57 +02:00
Search.php Update with robin 2016-07-21 18:13:58 +02:00
Server.php introduce NEXTCLOUD_CONFIG_DIR env variable (see #300) 2016-07-29 17:49:14 +02:00
ServerContainer.php Fix others 2016-07-21 18:13:57 +02:00
ServerNotAvailableException.php Fix others 2016-07-21 18:13:57 +02:00
ServiceUnavailableException.php Update with robin 2016-07-21 18:13:58 +02:00
Setup.php Update with robin 2016-07-21 18:13:58 +02:00
Streamer.php Fix others 2016-07-21 18:13:57 +02:00
SubAdmin.php Fix others 2016-07-21 18:13:57 +02:00
SystemConfig.php Fix others 2016-07-21 18:13:57 +02:00
TagManager.php Fix others 2016-07-21 18:13:57 +02:00
Tags.php Update with robin 2016-07-21 18:13:58 +02:00
TempManager.php Update with robin 2016-07-21 18:13:58 +02:00
TemplateLayout.php Update with robin 2016-07-21 18:13:58 +02:00
URLGenerator.php Make sure we try to autoload the class 2016-07-22 16:49:33 +02:00
Updater.php Update with robin 2016-07-21 18:13:58 +02:00