nextcloud/core/Command/Maintenance
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
..
Mimetype Fix others 2016-07-21 18:13:57 +02:00
DataFingerprint.php Fix others 2016-07-21 18:13:57 +02:00
Install.php Move OC_Defaults to OCP\Defaults 2017-04-09 21:43:01 -05:00
Mode.php Fix others 2016-07-21 18:13:57 +02:00
Repair.php Update with robin 2016-07-21 18:13:58 +02:00
UpdateHtaccess.php Display an error when updating .htaccess failed 2016-09-13 10:51:48 +02:00