Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | chore: Add SPDX header | Andy Scherzinger | 2024-05-26 | 1 | -22/+4 |
* | feat: rename users to account or person | Vincent Petry | 2024-02-13 | 1 | -1/+1 |
* | Uses PHP8's constructor property promotion in core/Command/User classes. | Faraz Samapoor | 2023-06-19 | 1 | -6/+4 |
* | normalize userid in user:setting | Robin Appelman | 2023-01-12 | 1 | -3/+8 |
* | Update core to PHP 7.4 standard | Carl Schwan | 2022-05-20 | 1 | -9/+2 |
* | Allow to autocomplete user and group ids in commands | Joas Schilling | 2022-04-08 | 1 | -0/+24 |
* | Use the new function in user:setting occ command | Côme Chilliet | 2022-01-24 | 1 | -21/+7 |
* | Check style update | Carl Schwan | 2022-01-13 | 1 | -2/+2 |
* | Update php licenses | John Molakvoæ (skjnldsv) | 2021-06-04 | 1 | -2/+1 |
* | Change my email address | Johannes Leuker | 2021-03-24 | 1 | -1/+1 |
* | Update all license headers for Nextcloud 21 | Christoph Wurst | 2020-12-16 | 1 | -0/+1 |
* | Wrap display_name similarly to email to allow changes via occ | Johannes Leuker | 2020-12-02 | 1 | -10/+37 |
* | Add return value to all commands | Joas Schilling | 2020-06-26 | 1 | -1/+1 |
* | Update license headers for 19 | Christoph Wurst | 2020-04-29 | 1 | -0/+1 |
* | Format control structures, classes, methods and function | Christoph Wurst | 2020-04-10 | 1 | -2/+0 |
* | Use elseif instead of else if | Christoph Wurst | 2020-04-10 | 1 | -2/+2 |
* | Fix license headers | Christoph Wurst | 2020-01-13 | 1 | -0/+1 |
* | Fix typo in occ | Kim Brose | 2020-01-03 | 1 | -1/+1 |
* | Update license headers | Christoph Wurst | 2019-12-05 | 1 | -1/+2 |
* | Some php-cs fixes | Roeland Jago Douma | 2019-11-22 | 1 | -1/+1 |
* | Update the email in the accounts table as well | Joas Schilling | 2017-02-08 | 1 | -0/+17 |
* | Fix others | Joas Schilling | 2016-07-21 | 1 | -1/+2 |
* | 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 |