aboutsummaryrefslogtreecommitdiffstats
path: root/apps/settings/tests/Controller/UsersControllerTest.php
Commit message (Expand)AuthorAgeFilesLines
* chore(deps): Update nextcloud/coding-standard to v1.3.1provokateurin2024-09-191-2/+2
* fix(settings): pronouns UsersControllerTestJohn Molakvoæ (skjnldsv)2024-09-181-5/+56
* refactor: Add void return type to PHPUnit test methodsChristoph Wurst2024-09-151-9/+9
* style: update codestyle for coding-standard 1.2.3Daniel Kesselberg2024-08-251-6/+6
* chore: Add SPDX headerAndy Scherzinger2024-06-031-27/+3
* feat(ldap): sync additional properties to profile and SABJake Nabasny2024-05-301-1/+6
* Merge branch 'master' into fix/42480/user-admin-not-adminJohn Molakvoæ2024-02-241-18/+16
|\
| * fix(settings): Use initial state instead of custom state for server dataFerdinand Thiessen2024-02-231-18/+16
* | fix(admin role): fix old and wrong way to determine whether user is adminArthur Schiwon2024-02-191-2/+4
|/
* chore: apply changes from Nextcloud coding standards 1.1.1Joas Schilling2023-11-231-5/+5
* Migrate applications away from deprecated ILoggerCôme Chilliet2023-09-211-3/+0
* Fix typing errors in settings testsCôme Chilliet2023-01-021-6/+4
* Add unit test for case insensitive email savingVincent Petry2022-12-161-1/+9
* Fix testsCarl Schwan2022-11-221-4/+29
* use specific email getter where necessaryArthur Schiwon2021-09-091-5/+4
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-041-3/+4
* do not use private AccountManager in UsersControllerArthur Schiwon2021-05-251-151/+251
* Fix deleting properties of user settings when not given explicitlyDaniel Calviño Sánchez2021-04-231-0/+120
* Respect additional user settings not covered by the controllerDaniel Calviño Sánchez2021-04-231-10/+0
* Add more unit tests for setting user settingsDaniel Calviño Sánchez2021-04-231-0/+160
* Change default test data to values less similar to empty valuesDaniel Calviño Sánchez2021-04-231-12/+12
* Extract default test data to a helper getterDaniel Calviño Sánchez2021-04-231-42/+46
* Use constants from interface rather than classDaniel Calviño Sánchez2021-04-231-19/+19
* Make extra user profile fields always editableVincent Petry2021-03-261-0/+1
* Map old account scope properties to new namesVincent Petry2021-03-261-14/+14
* Also clear the knownUser when changing via the settings endpointJoas Schilling2021-03-101-0/+6
* Update all license headers for Nextcloud 21Christoph Wurst2020-12-161-0/+2
* Also translate the phone number when coming in via the accounts manager API d...Joas Schilling2020-12-071-3/+5
* Make code strictJoas Schilling2020-12-071-45/+46
* emit typed event for user managementArthur Schiwon2020-09-081-3/+8
* Update the license headers for Nextcloud 20Christoph Wurst2020-08-241-0/+1
* Change PHPDoc type hint from PHPUnit_Framework_MockObject_MockObject to \PHPU...Morris Jobke2020-08-121-18/+18
* Format control structures, classes, methods and functionChristoph Wurst2020-04-101-9/+9
* Unify function spacing to PSR2 recommendationChristoph Wurst2020-04-091-2/+2
* Use the shorter phpunit syntax for mocked return valuesChristoph Wurst2020-03-251-2/+2
* Update license headersChristoph Wurst2019-12-051-4/+20
* Mode to modern phpunitRoeland Jago Douma2019-11-271-1/+2
* Make phpunit8 compatibleRoeland Jago Douma2019-11-271-1/+1
* Move settings to an appChristoph Wurst2019-09-281-0/+552