nextcloud-server/core/Command
Morris Jobke 5b4adf66e5
Move OC_Defaults to OCP\Defaults
* currently there are two ways to access default values:
  OCP\Defaults or OC_Defaults (which is extended by
  OCA\Theming\ThemingDefaults)
* our code used a mixture of both of them, which made
  it hard to work on theme values
* this extended the public interface with the missing
  methods and uses them everywhere to only rely on the
  public interface

Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2017-04-09 21:43:01 -05:00
..
App Check for nextcloud version as well 2016-12-05 22:18:24 +01:00
Background
Config Filter out sensitive appconfig values 2017-01-11 11:42:36 +01:00
Db Use false because null crashes the cache 2017-03-26 22:43:19 +02:00
Encryption ownC -> Nextc 2017-03-19 22:02:21 -06:00
Group
Integrity Merge pull request #2724 from nextcloud/fix-23591 2016-12-21 13:03:13 +01:00
L10n
Log
Maintenance Move OC_Defaults to OCP\Defaults 2017-04-09 21:43:01 -05:00
Security
TwoFactorAuth
User Disable empty password for user::resetpassword command using CLI 2017-03-20 00:01:12 -06:00
Base.php
Check.php Use SystemConfig instead of AllConfig for DB stuff 2017-03-19 15:53:49 -06:00
InterruptedException.php Log files:scan exception, add InterruptedException 2017-03-20 02:24:28 -06:00
Status.php
Upgrade.php