Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Add active user count to occ user:report | Julius Härtl | 2021-08-19 | 1 | -0/+3 | |
| | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | |||||
* | Add storage info to `user:info` command | John Molakvoæ (skjnldsv) | 2021-08-18 | 1 | -0/+19 | |
| | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | |||||
* | Move DateTime::ATOM to DateTimeInterface::ATOM | Christoph Wurst | 2021-06-23 | 2 | -2/+2 | |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | |||||
* | Convert command option defaults to strings | Christoph Wurst | 2021-06-09 | 1 | -2/+2 | |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | |||||
* | Update php licenses | John Molakvoæ (skjnldsv) | 2021-06-04 | 11 | -32/+13 | |
| | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | |||||
* | Make user:report command scale | Joas Schilling | 2021-05-26 | 1 | -13/+26 | |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | |||||
* | use the UID as loginName and not the display name. | Bjoern Schiessle | 2021-05-11 | 1 | -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 address | Johannes Leuker | 2021-03-24 | 1 | -1/+1 | |
| | | | | Signed-off-by: Johannes Leuker <j.leuker@hosting.de> | |||||
* | Command: Add app password generation | Sean Molenaar | 2021-01-05 | 1 | -0/+137 | |
| | | | | Signed-off-by: Sean Molenaar <sean@seanmolenaar.eu> | |||||
* | Update all license headers for Nextcloud 21 | Christoph Wurst | 2020-12-16 | 1 | -0/+1 | |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | |||||
* | Wrap display_name similarly to email to allow changes via occ | Johannes Leuker | 2020-12-02 | 1 | -10/+37 | |
| | | | | Signed-off-by: Johannes Leuker <j.leuker@hosting.de> | |||||
* | Update the license headers for Nextcloud 20 | Christoph Wurst | 2020-08-24 | 4 | -0/+4 | |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | |||||
* | Show disabled user count in occ user:report | Morris Jobke | 2020-08-19 | 1 | -1/+9 | |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | |||||
* | Fix "misplaced variables" warning of Psalm in PHPDoc statements | Morris Jobke | 2020-08-17 | 1 | -1/+0 | |
| | | | | | | Ref #21787 Signed-off-by: Morris Jobke <hey@morrisjobke.de> | |||||
* | Add return value to all commands | Joas Schilling | 2020-06-26 | 10 | -16/+25 | |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | |||||
* | Update license headers for 19 | Christoph Wurst | 2020-04-29 | 3 | -0/+3 | |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | |||||
* | Format control structures, classes, methods and function | Christoph Wurst | 2020-04-10 | 4 | -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 if | Christoph Wurst | 2020-04-10 | 1 | -2/+2 | |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | |||||
* | Update the license headers for Nextcloud 19 | Christoph Wurst | 2020-03-31 | 1 | -0/+1 | |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | |||||
* | Use the short array syntax, everywhere | Christoph Wurst | 2020-03-26 | 1 | -8/+8 | |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | |||||
* | Fix license headers | Christoph Wurst | 2020-01-13 | 1 | -0/+1 | |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | |||||
* | Fix typo in occ | Kim Brose | 2020-01-03 | 1 | -1/+1 | |
| | | | Signed-off-by: Kim Brose <kim.brose@rwth-aachen.de> | |||||
* | Update license headers | Christoph Wurst | 2019-12-05 | 10 | -12/+18 | |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | |||||
* | Merge pull request #17896 from nextcloud/fix/noid/consider-create-group-result | blizzz | 2019-11-25 | 1 | -3/+8 | |
|\ | | | | | take group creation result into consideration | |||||
| * | fix documentation, get and createGroup may return null | Arthur Schiwon | 2019-11-25 | 1 | -3/+8 | |
| | | | | | | | | | | | | * also have stricter checks in place Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | |||||
* | | Some php-cs fixes | Roeland Jago Douma | 2019-11-22 | 7 | -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 command | John Molakvoæ (skjnldsv) | 2019-10-17 | 1 | -5/+38 | |
| | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | |||||
* | Remove unused import statements | Morris Jobke | 2018-02-14 | 4 | -5/+0 | |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | |||||
* | Remove unneeded semicolon and parentheses | Morris Jobke | 2018-01-26 | 1 | -1/+1 | |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | |||||
* | Update license headers | Morris Jobke | 2017-11-06 | 3 | -0/+4 | |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | |||||
* | Disable empty password for user::resetpassword command using CLI | Sujith H | 2017-03-20 | 1 | -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 well | Joas Schilling | 2017-02-08 | 1 | -0/+17 | |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | |||||
* | Fix typo | Joas Schilling | 2016-09-07 | 1 | -1/+1 | |
| | ||||||
* | Catch the exception of the password policy app | Joas Schilling | 2016-09-07 | 2 | -5/+18 | |
| | ||||||
* | Convert resetpassword to question helper | Roeland Jago Douma | 2016-09-06 | 1 | -13/+15 | |
| | ||||||
* | Move to question helper | Roeland Jago Douma | 2016-09-06 | 1 | -12/+11 | |
| | ||||||
* | Switch user:report from deprecated tablehelper to table | Roeland Jago Douma | 2016-09-06 | 1 | -3/+3 | |
| | ||||||
* | Update with robin | Joas Schilling | 2016-07-21 | 2 | -2/+2 | |
| | ||||||
* | Fix others | Joas Schilling | 2016-07-21 | 10 | -13/+25 | |
| | ||||||
* | add occ command to show user information | Robin Appelman | 2016-07-19 | 1 | -0/+88 | |
| | ||||||
* | add occ command to list users | Robin Appelman | 2016-07-19 | 1 | -0/+87 | |
| | ||||||
* | Use argument instead of value | Joas Schilling | 2016-07-14 | 1 | -12/+12 | |
| | ||||||
* | FIx my email | Joas Schilling | 2016-07-13 | 1 | -2/+1 | |
| | ||||||
* | Fix descriptions | Joas Schilling | 2016-07-13 | 1 | -2/+2 | |
| | ||||||
* | Add tests for set/get/delete/list | Joas Schilling | 2016-07-13 | 1 | -9/+7 | |
| | ||||||
* | Add tests for checkInput() | Joas Schilling | 2016-07-13 | 1 | -7/+7 | |
| | ||||||
* | Allow deleting a setting | Joas Schilling | 2016-07-13 | 1 | -2/+40 | |
| | ||||||
* | Allow setting values | Joas Schilling | 2016-07-13 | 1 | -4/+35 | |
| | ||||||
* | Add a occ command to list/get user preferences | Joas Schilling | 2016-07-13 | 1 | -0/+160 | |
| | ||||||
* | Update license headers | Lukas Reschke | 2016-05-26 | 3 | -3/+3 | |
| |