aboutsummaryrefslogtreecommitdiffstats
path: root/core/Command/User
Commit message (Collapse)AuthorAgeFilesLines
...
* Add active user count to occ user:reportJulius Härtl2021-08-191-0/+3
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Add storage info to `user:info` commandJohn Molakvoæ (skjnldsv)2021-08-181-0/+19
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Move DateTime::ATOM to DateTimeInterface::ATOMChristoph Wurst2021-06-232-2/+2
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Convert command option defaults to stringsChristoph Wurst2021-06-091-2/+2
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-0411-32/+13
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Make user:report command scaleJoas Schilling2021-05-261-13/+26
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* use the UID as loginName and not the display name.Bjoern Schiessle2021-05-111-1/+1
| | | | | | Otherwise the app password will not work for users with a display name different to the UID. Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* Change my email addressJohannes Leuker2021-03-241-1/+1
| | | | Signed-off-by: Johannes Leuker <j.leuker@hosting.de>
* Command: Add app password generationSean Molenaar2021-01-051-0/+137
| | | | Signed-off-by: Sean Molenaar <sean@seanmolenaar.eu>
* Update all license headers for Nextcloud 21Christoph Wurst2020-12-161-0/+1
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Wrap display_name similarly to email to allow changes via occJohannes Leuker2020-12-021-10/+37
| | | | Signed-off-by: Johannes Leuker <j.leuker@hosting.de>
* Update the license headers for Nextcloud 20Christoph Wurst2020-08-244-0/+4
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Show disabled user count in occ user:reportMorris Jobke2020-08-191-1/+9
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Fix "misplaced variables" warning of Psalm in PHPDoc statementsMorris Jobke2020-08-171-1/+0
| | | | | | Ref #21787 Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Add return value to all commandsJoas Schilling2020-06-2610-16/+25
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Update license headers for 19Christoph Wurst2020-04-293-0/+3
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Format control structures, classes, methods and functionChristoph Wurst2020-04-104-8/+6
| | | | | | | | | | | | | | | To continue this formatting madness, here's a tiny patch that adds unified formatting for control structures like if and loops as well as classes, their methods and anonymous functions. This basically forces the constructs to start on the same line. This is not exactly what PSR2 wants, but I think we can have a few exceptions with "our" style. The starting of braces on the same line is pracrically standard for our code. This also removes and empty lines from method/function bodies at the beginning and end. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Use elseif instead of else ifChristoph Wurst2020-04-101-2/+2
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Update the license headers for Nextcloud 19Christoph Wurst2020-03-311-0/+1
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Use the short array syntax, everywhereChristoph Wurst2020-03-261-8/+8
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Fix license headersChristoph Wurst2020-01-131-0/+1
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Fix typo in occKim Brose2020-01-031-1/+1
| | | Signed-off-by: Kim Brose <kim.brose@rwth-aachen.de>
* Update license headersChristoph Wurst2019-12-0510-12/+18
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Merge pull request #17896 from nextcloud/fix/noid/consider-create-group-resultblizzz2019-11-251-3/+8
|\ | | | | take group creation result into consideration
| * fix documentation, get and createGroup may return nullArthur Schiwon2019-11-251-3/+8
| | | | | | | | | | | | * also have stricter checks in place Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | Some php-cs fixesRoeland Jago Douma2019-11-227-7/+7
|/ | | | | | | | | | | * Order the imports * No leading slash on imports * Empty line before namespace * One line per import * Empty after imports * Emmpty line at bottom of file Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Add detailed users listing in occ user:info commandJohn Molakvoæ (skjnldsv)2019-10-171-5/+38
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Remove unused import statementsMorris Jobke2018-02-144-5/+0
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Remove unneeded semicolon and parenthesesMorris Jobke2018-01-261-1/+1
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Update license headersMorris Jobke2017-11-063-0/+4
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Disable empty password for user::resetpassword command using CLISujith H2017-03-201-0/+5
| | | | | | | Fixes issue: https://github.com/owncloud/core/issues/25206 Signed-off-by: Sujith H <sharidasan@owncloud.com> Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Update the email in the accounts table as wellJoas Schilling2017-02-081-0/+17
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Fix typoJoas Schilling2016-09-071-1/+1
|
* Catch the exception of the password policy appJoas Schilling2016-09-072-5/+18
|
* Convert resetpassword to question helperRoeland Jago Douma2016-09-061-13/+15
|
* Move to question helperRoeland Jago Douma2016-09-061-12/+11
|
* Switch user:report from deprecated tablehelper to tableRoeland Jago Douma2016-09-061-3/+3
|
* Update with robinJoas Schilling2016-07-212-2/+2
|
* Fix othersJoas Schilling2016-07-2110-13/+25
|
* add occ command to show user informationRobin Appelman2016-07-191-0/+88
|
* add occ command to list usersRobin Appelman2016-07-191-0/+87
|
* Use argument instead of valueJoas Schilling2016-07-141-12/+12
|
* FIx my emailJoas Schilling2016-07-131-2/+1
|
* Fix descriptionsJoas Schilling2016-07-131-2/+2
|
* Add tests for set/get/delete/listJoas Schilling2016-07-131-9/+7
|
* Add tests for checkInput()Joas Schilling2016-07-131-7/+7
|
* Allow deleting a settingJoas Schilling2016-07-131-2/+40
|
* Allow setting valuesJoas Schilling2016-07-131-4/+35
|
* Add a occ command to list/get user preferencesJoas Schilling2016-07-131-0/+160
|
* Update license headersLukas Reschke2016-05-263-3/+3
|