]> source.dussan.org Git - nextcloud-server.git/commitdiff
Merge remote-tracking branch 'owncloud/master' into add_resetadminpass_command
authorAndreas Fischer <bantu@owncloud.com>
Wed, 28 May 2014 20:57:33 +0000 (22:57 +0200)
committerAndreas Fischer <bantu@owncloud.com>
Wed, 28 May 2014 20:57:33 +0000 (22:57 +0200)
* owncloud/master: (238 commits)
  Change visibility of scanner internals
  [tx-robot] updated from transifex
  remove legacy OC_Filesystem being used in a hook callback
  add title property to share dialog
  forgotten infobox messages translations
  reverts 188c543 and translates only mail
  fix warning text and margin
  Adjust core apps to use "requiremin" instead of "require"
  Added requiremin/requiremax fields for apps
  [tx-robot] updated from transifex
  unwrapped strings fix
  allow resharing of files with only share permissions
  don't lose file size during rename
  drop superflous statement in phpdoc
  add preRememberedLogin hook and document this and postRememberedLogin in class descripttion. Also fixes documentation of postLogin hook
  [tx-robot] updated from transifex
  fix grammar
  make user_ldap fully translatable
  [tx-robot] updated from transifex
  fix typo
  ...

Conflicts:
core/register_command.php

1  2 
core/register_command.php

index 8efd2673afe794cdff8bd573f59a38bcb51e3f0c,dfb5134eff957dca25698c67b6930077cf922e51..fb656c0f403bdd4c93e16169587f2f2362cbb929
@@@ -16,4 -17,4 +17,5 @@@ $application->add(new OC\Core\Command\A
  $application->add(new OC\Core\Command\App\ListApps());
  $application->add(new OC\Core\Command\Maintenance\Repair(new \OC\Repair()));
  $application->add(new OC\Core\Command\User\Report());
 +$application->add(new OC\Core\Command\User\ResetPassword(\OC::$server->getUserManager()));
+ $application->add(new OC\Core\Command\User\LastSeen());