Commit Graph

89 Commits (ba94de2510b3858f10d60f0230a58b1252346372)

Author SHA1 Message Date
Joas Schilling 813406322b
fix: Use IUserManager::callForAllUsers() to save memory 2 years ago
Jordan Brown d1e3c0278d
feat(occ): Add --all option for occ user:lastseen 2 years ago
Marcel Müller e23e89f384 feat(occ): Add user:keys:test command 2 years ago
Anupam Kumar ce24923f4c
add generate-password option and flow fixes 2 years ago
Herman van Rink bf7e84fb37
Allow combining --email option with --password-from-env 2 years ago
Anupam Kumar a92c507cb6
new user password email option, improved on #29368 2 years ago
Philip Gatzka b587ec39f4
Enable adding E-Mail addresses to new user accounts using the CLI 2 years ago
John Molakvoæ 524ed97d62
fix: replace `Account name` by `Login` 2 years ago
Vincent Petry 839ddaa354
feat: rename users to account or person 2 years ago
Joas Schilling aa5f037af7
chore: apply changes from Nextcloud coding standards 1.1.1 2 years ago
Lucas Azevedo cc912c3b51 Format lastActivity and type for plain output 2 years ago
Lucas Azevedo 9c66bf6dc3 Use table output for list command 2 years ago
Lucas Azevedo c93b1634d3
Fixes from static analysis 2 years ago
Lucas Azevedo fe9b9c1955 Add last-used-before option 2 years ago
Lucas Azevedo 5af683d2c4 Namespace user auth token commands 2 years ago
Lucas Azevedo ca101b2dbe Filter out sensitive fields in user:auth-tokens 2 years ago
Lucas Azevedo 7d05d1f604 Add missing return types 2 years ago
Lucas Azevedo 651044ce17 feat: Add user:delete-auth-token command 2 years ago
Lucas Azevedo eed32112c5 feat: Add user:auth-tokens command 2 years ago
Faraz Samapoor 9dc4efc52a Moves single constructor parameters to new lines. 3 years ago
Faraz Samapoor 99f117146d Uses PHP8's constructor property promotion in core/Command/User classes. 3 years ago
Julius Härtl 095b43f396
feat: Add occ user:sync-account-data for updating oc_accounts information from user backends 3 years ago
Côme Chilliet 876c162df8
Use the searchDisplayName recommended method in user:list 3 years ago
Robin Appelman 975becb22e
normalize userid in user:setting 3 years ago
Carl Schwan 458c2fa297
Remove OCP\App and OCP\BackgroundJob 3 years ago
Carl Schwan b70c6a128f Update core to PHP 7.4 standard 4 years ago
Joas Schilling cfd2e8cc20
Allow to autocomplete user and group ids in commands 4 years ago
Christoph Wurst 515235163c
Allow app passwords without login password for occ user:add-app-password 4 years ago
Joas Schilling ab29a67a32
Allow creating app passwords without validating the user's password again 4 years ago
Joas Schilling 50ccf7e2cf
Validate the password before generating an apptoken 4 years ago
Joas Schilling f98044ddce
Trigger an event to log an activity when an administrator generates an app password 4 years ago
Côme Chilliet 071ceff7e2
Fixes occ user:info when the user never logged in 4 years ago
Côme Chilliet b0e6a10263
Use the new function in user:setting occ command 4 years ago
Carl Schwan 6312c0df69
Check style update 4 years ago
Arthur Schiwon 27865d03c0
use specific email getter where necessary 4 years ago
Julius Härtl d201dc2c93
Add active user count to occ user:report 4 years ago
John Molakvoæ (skjnldsv) edeb8a5739
Add storage info to `user:info` command 4 years ago
Christoph Wurst 770881d5d6
Move DateTime::ATOM to DateTimeInterface::ATOM 5 years ago
Christoph Wurst bf564e2a5a
Convert command option defaults to strings 5 years ago
John Molakvoæ (skjnldsv) 215aef3cbd
Update php licenses 5 years ago
Joas Schilling f9b407d0c9
Make user:report command scale 5 years ago
Bjoern Schiessle da21e86a07 use the UID as loginName and not the display name. 5 years ago
Johannes Leuker e9ca59ef0a Change my email address 5 years ago
Sean Molenaar 40595f3ee0
Command: Add app password generation 5 years ago
Christoph Wurst d89a75be0b
Update all license headers for Nextcloud 21 5 years ago
Johannes Leuker 7daef37813 Wrap display_name similarly to email to allow changes via occ 5 years ago
Christoph Wurst 2a054e6c04
Update the license headers for Nextcloud 20 5 years ago
Morris Jobke 7506cbb1c4
Show disabled user count in occ user:report 5 years ago
Morris Jobke d7f66c36ac
Fix "misplaced variables" warning of Psalm in PHPDoc statements 5 years ago
Joas Schilling ab21d69903
Add return value to all commands 6 years ago