aboutsummaryrefslogtreecommitdiffstats
path: root/apps/settings/tests/Controller/UsersControllerTest.php
Commit message (Expand)AuthorAgeFilesLines
* 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