nextcloud/lib/private/Share
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
..
Constants.php shares-circles 2017-03-17 18:48:33 -01:00
Helper.php Add a single public api for resolving a cloud id to a user and remote and back 2017-02-08 15:17:02 +01:00
MailNotifications.php Move OC_Defaults to OCP\Defaults 2017-04-09 21:43:01 -05:00
SearchResultSorter.php Fix others 2016-07-21 18:13:57 +02:00
Share.php Merge sharing backend JS 2017-03-24 20:17:38 +01:00