aboutsummaryrefslogtreecommitdiffstats
path: root/apps/settings/lib/Controller/UsersController.php
Commit message (Expand)AuthorAgeFilesLines
* fix(users): use correct active user countBenjamin Gaussorgues2024-10-301-1/+1
* chore(apps): Apply new rector configuration to autouse classesCôme Chilliet2024-10-151-9/+11
* fix: do not reduce count for subadmins if they are members of groupfix/48437/dont-exclude-userMaksim Sukharev2024-10-021-6/+0
* fix: correctly count disabled users for subadminsfix/noid/count-disabled-correctMaksim Sukharev2024-09-281-4/+4
* chore(deps): Update nextcloud/coding-standard to v1.3.1provokateurin2024-09-191-1/+1
* feat: add profile pronounsJohn Molakvoæ (skjnldsv)2024-09-171-0/+5
* style: update codestyle for coding-standard 1.2.3Daniel Kesselberg2024-08-251-1/+1
* refactor(settings): Replace security annotations with respective attributesprovokateurin2024-07-271-10/+11
* feat(users): Enable features for delegated user adminsLouis Chemineau2024-07-221-1/+1
* feat(users): Add support for admin delegation for users and groups managementLouis Chemineau2024-07-221-2/+8
* chore(settings): Rename user groupsChristopher Ng2024-07-111-1/+1
* chore(l10n): Translate group namesChristopher Ng2024-07-111-2/+2
* feat: Add Recent accounts sectionChristopher Ng2024-07-111-1/+7
* chore: Add SPDX headerAndy Scherzinger2024-06-031-29/+3
* feat(ldap): sync additional properties to profile and SABJake Nabasny2024-05-301-1/+8
* fix: Apply new coding standard to all filesCôme Chilliet2024-04-021-2/+2
* feat(settings): Allow to sort groups in the account management alphabeticallyFerdinand Thiessen2024-03-271-3/+9
* Merge branch 'master' into fix/pages-titles-appsAndrii Rublov2024-02-251-70/+27
|\
| * Merge branch 'master' into fix/42480/user-admin-not-adminJohn Molakvoæ2024-02-241-63/+23
| |\
| | * fix(settings): Use initial state instead of custom state for server dataFerdinand Thiessen2024-02-231-67/+24
| * | fix(admin role): fix old and wrong way to determine whether user is adminArthur Schiwon2024-02-191-7/+4
| |/
* / [Bugfix]: Titles of pages (dashboard, apps-settings, users-settings) #43327Andrii Rublov2024-02-231-1/+1
|/
* feat: rename users to account or personVincent Petry2024-02-131-2/+2
* refactor: Migrate IgnoreOpenAPI attributes to OpenAPIprovokateurin2024-01-181-2/+2
* chore: apply changes from Nextcloud coding standards 1.1.1Joas Schilling2023-11-231-14/+14
* Merge pull request #39175 from shdehnavi/settings_app_users_controller_square...Christoph Wurst2023-09-271-1/+1
|\
| * use square bracket syntax to modify arrayHamid Dehnavi2023-07-051-1/+1
* | settings: Add OpenAPI specjld31032023-07-101-0/+3
|/
* Create headings for settings pagesjulia.kirschenheuter2023-03-071-1/+1
* Fix case sensitivity of email when saving settingsCarl Schwan2022-12-161-1/+1
* Rename mastodon to fediverseCarl Schwan2022-11-221-7/+9
* Add mastodon personal info fieldCarl Schwan2022-11-211-2/+7
* use specific email getter where necessaryArthur Schiwon2021-09-091-2/+2
* refs #21045 add app config to disable unlimited quota and to set max quotaJulien Veyssier2021-07-291-1/+7
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-041-3/+3
* do not use private AccountManager in UsersControllerArthur Schiwon2021-05-251-98/+68
* Merge pull request #26259 from nextcloud/feature/noid/validate-website-to-be-...Joas Schilling2021-04-261-0/+3
|\
| * Validate the website field input to be a valid URLJoas Schilling2021-04-221-0/+3
* | Fix deleting properties of user settings when not given explicitlyDaniel Calviño Sánchez2021-04-231-13/+39
* | Fix TypeError when "email" is not given in the controller requestDaniel Calviño Sánchez2021-04-231-1/+1
* | Respect additional user settings not covered by the controllerDaniel Calviño Sánchez2021-04-231-7/+13
* | Use constants from interface rather than classDaniel Calviño Sánchez2021-04-231-2/+2
|/
* Make extra user profile fields always editableVincent Petry2021-03-261-10/+5
* Rename some parameters and methods to make the API more clearJoas Schilling2021-03-101-1/+1
* Also clear the knownUser when changing via the settings endpointJoas Schilling2021-03-101-1/+23
* Bump nextcloud/coding-standard from 0.3.0 to 0.5.0dependabot-preview[bot]2021-02-181-1/+1
* Fix updating user settingsChristoph Wurst2021-01-051-26/+27
* Update all license headers for Nextcloud 21Christoph Wurst2020-12-161-0/+2
* Make the throwing optional, so background tasks don't breakJoas Schilling2020-12-071-1/+1
* Also translate the phone number when coming in via the accounts manager API d...Joas Schilling2020-12-071-22/+7