nextcloud/apps/files_sharing/tests/Controller
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
..
ExternalShareControllerTest.php Move files_sharing Controllers => Controller 2016-10-24 11:46:25 +02:00
PublicPreviewControllerTest.php More tests 2016-11-03 14:00:33 +01:00
ShareAPIControllerTest.php Merge pull request #3955 from nextcloud/downstream-27113 2017-03-21 11:27:00 +01:00
ShareControllerTest.php Move OC_Defaults to OCP\Defaults 2017-04-09 21:43:01 -05:00
ShareesAPIControllerTest.php shares-circles 2017-03-17 18:48:33 -01:00