nextcloud/lib
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
..
composer Update autoloader 2017-04-07 12:03:47 -05:00
l10n [tx-robot] updated from transifex 2017-04-07 00:09:11 +00:00
private Move OC_Defaults to OCP\Defaults 2017-04-09 21:43:01 -05:00
public Move OC_Defaults to OCP\Defaults 2017-04-09 21:43:01 -05:00
autoloader.php Revert "Add a magic wrapper to allow phpunit4 to run the code again " 2017-03-20 14:25:43 +01:00
base.php Move OC_Defaults to OCP\Defaults 2017-04-09 21:43:01 -05:00