aboutsummaryrefslogtreecommitdiffstats
path: root/core/Command/User/Setting.php
Commit message (Expand)AuthorAgeFilesLines
* chore: Add SPDX headerAndy Scherzinger2024-05-261-22/+4
* feat: rename users to account or personVincent Petry2024-02-131-1/+1
* Uses PHP8's constructor property promotion in core/Command/User classes.Faraz Samapoor2023-06-191-6/+4
* normalize userid in user:settingRobin Appelman2023-01-121-3/+8
* Update core to PHP 7.4 standardCarl Schwan2022-05-201-9/+2
* Allow to autocomplete user and group ids in commandsJoas Schilling2022-04-081-0/+24
* Use the new function in user:setting occ commandCôme Chilliet2022-01-241-21/+7
* Check style updateCarl Schwan2022-01-131-2/+2
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-041-2/+1
* Change my email addressJohannes Leuker2021-03-241-1/+1
* Update all license headers for Nextcloud 21Christoph Wurst2020-12-161-0/+1
* Wrap display_name similarly to email to allow changes via occJohannes Leuker2020-12-021-10/+37
* Add return value to all commandsJoas Schilling2020-06-261-1/+1
* Update license headers for 19Christoph Wurst2020-04-291-0/+1
* Format control structures, classes, methods and functionChristoph Wurst2020-04-101-2/+0
* Use elseif instead of else ifChristoph Wurst2020-04-101-2/+2
* Fix license headersChristoph Wurst2020-01-131-0/+1
* Fix typo in occKim Brose2020-01-031-1/+1
* Update license headersChristoph Wurst2019-12-051-1/+2
* Some php-cs fixesRoeland Jago Douma2019-11-221-1/+1
* Update the email in the accounts table as wellJoas Schilling2017-02-081-0/+17
* Fix othersJoas Schilling2016-07-211-1/+2
* 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