nextcloud/core/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
..
AvatarController.php Cache all avatar responses 2016-11-30 09:43:36 +01:00
CssController.php Fix gzip files for Safari 2017-03-29 00:11:51 -06:00
JsController.php Fix gzip files for Safari 2017-03-29 00:11:51 -06:00
LoginController.php Merge pull request #2606 from temparus/master 2017-02-15 21:47:47 +01:00
LostController.php Move OC_Defaults to OCP\Defaults 2017-04-09 21:43:01 -05:00
OCJSController.php Move OC_Defaults to OCP\Defaults 2017-04-09 21:43:01 -05:00
OCSController.php unify endpoints form core and the the provisioning api 2017-01-25 11:20:35 +01:00
PreviewController.php Add cache 1 day cache to preview endpoint 2016-11-03 14:00:33 +01:00
SetupController.php Fix public page css fallback loading 2017-02-01 18:03:51 +01:00
TwoFactorChallengeController.php fix coding style and increase code coverage 2017-01-11 11:01:54 +01:00
UserController.php UserController does not require Defaults 2016-08-29 21:14:50 +02:00