nextcloud/lib
Morris Jobke 50c2a819a0 Extract interaction with config.php into SystemConfig
* introduce SystemConfig to avoid DI circle (used by database connection which is itself needed by AllConfig that itself contains the methods to access the config.php which then would need the database connection - did you get it? ;))
* use DI container and use that method in legacy code paths (for easier refactoring later)
* create and use getSystemConfig instead of query() in DI container
2014-12-08 22:29:42 +01:00
..
l10n [tx-robot] updated from transifex 2014-12-08 01:54:57 -05:00
private Extract interaction with config.php into SystemConfig 2014-12-08 22:29:42 +01:00
public Extract interaction with config.php into SystemConfig 2014-12-08 22:29:42 +01:00
repair Add repair steps for legacy config files 2014-11-18 12:36:03 +01:00
autoloader.php use Composer autoloader not OC for non-Composer 3rdparty (#9643) 2014-10-28 11:32:20 +01:00
base.php Create config if it does not exists 2014-12-06 14:00:14 +01:00