aboutsummaryrefslogtreecommitdiffstats
path: root/apps/settings/lib/Controller/UsersController.php
Commit message (Expand)AuthorAgeFilesLines
* chore: apply new CSFixer rulesFerdinand Thiessen12 days1-2/+2
* chore: compile assetsfix/group-admin-new-userFerdinand Thiessen2025-04-271-2/+2
* fix(settings): group admins only can add users to their groupsFerdinand Thiessen2025-04-271-9/+12
* feat(settings): provide user groups for accounts listFerdinand Thiessen2025-04-271-0/+7
* perf(settings): Remove computation of all groupsChristopher Ng2025-03-281-3/+10
* chore: Move magic number into a documented constfix/fix-disabled-user-list-for-saml-subadminCôme Chilliet2025-03-101-1/+3
* fix: Correctly count disabled users for SAML groups subadminsCôme Chilliet2025-03-101-12/+4
* chore: Apply new rector configuration to apps folderCôme Chilliet2025-02-131-1/+3
* fix(provisioning_api): Correct limit for `editUser`Ferdinand Thiessen2025-02-061-0/+2
* 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