summaryrefslogtreecommitdiffstats
path: root/core/command/user
Commit message (Collapse)AuthorAgeFilesLines
* Merge remote-tracking branch 'owncloud/master' into add_resetadminpass_commandAndreas Fischer2014-05-281-0/+47
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
| * print time in 24h formatArthur Schiwon2014-05-231-1/+1
| |
| * save a whitespaceArthur Schiwon2014-05-231-2/+2
| |
| * add cli command to check a users last loginArthur Schiwon2014-05-231-0/+47
| |
* | Move resetpassword into user: command space.Andreas Fischer2014-05-281-0/+79
|/
* Merge branch 'master' into load-apps-proper-masterThomas Müller2014-03-211-2/+0
|\ | | | | | | | | | | | | Conflicts: apps/files/ajax/rawlist.php cron.php ocs/v1.php
| * Scrutinizer Auto-FixesScrutinizer Auto-Fixer2014-02-191-2/+0
| | | | | | | | | | | | | | | | | | | | | | This patch was automatically generated as part of the following inspection: https://scrutinizer-ci.com/g/owncloud/core/inspections/cdfecc4e-a37e-4233-8025-f0d7252a8720 Enabled analysis tools: - PHP Analyzer - JSHint - PHP Copy/Paste Detector - PHP PDepend
* | Within OC:init() the minimum set of apps is loaded - which is filesystem, ↵Thomas Müller2014-02-061-2/+1
|/ | | | authentication and logging
* Add command line tool to show numbers of users and user directoriesArthur Schiwon2014-01-071-0/+61