summaryrefslogtreecommitdiffstats
path: root/apps/settings/tests/Controller
Commit message (Expand)AuthorAgeFilesLines
* Enhance and complement OPcache setup checksMichaIng2021-12-191-11/+4
* More test fixingJoas Schilling2021-12-011-9/+9
* ArgumentCountError: Too few arguments to function OCA\Settings\Controller\Che...Joas Schilling2021-11-091-18/+29
* PHPUnit\Framework\MockObject\DuplicateMethodException: Cannot stub or mock us...Joas Schilling2021-11-091-1/+0
* Make sure trusted_proxies is an arrayJoas Schilling2021-11-091-4/+27
* fix appstoreenabled check in Fetcher so it's coherent with AppSettingsControllerJulien Veyssier2021-10-181-2/+2
* Add admin privilege delegation for admin settingsCarl Schwan2021-09-292-2/+82
* Issue 16719: CheckSetupController.php: now injecting reference to ITempManage...Stefan2021-09-171-0/+6
* use specific email getter where necessaryArthur Schiwon2021-09-091-5/+4
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-047-13/+9
* Fix translation phpunit testJohn Molakvoæ (skjnldsv)2021-06-021-3/+3
* 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
* Move away some ILoggersRoeland Jago Douma2021-03-023-9/+9
* Revert "use the configured forwarded headers for the setup check"Roeland Jago Douma2021-02-131-31/+39
* use the configured forwarded headers for the setup checkRobin Appelman2021-02-121-39/+31
* Add setup check to verify that the used DB version is still supported in the ...Morris Jobke2021-01-081-2/+16
* Update all license headers for Nextcloud 21Christoph Wurst2020-12-162-1/+3
* Add a config for default region of phone numbersJoas Schilling2020-12-071-0/+1
* 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
* Create primary keys on all tables and add a command to create the afterwardsJoas Schilling2020-11-101-0/+5
* Add a background job that checks for potential user imported SSL certificates...Morris Jobke2020-11-031-4/+9
* Add SVG support check to setup checknhirokinet2020-11-021-0/+1
* Merge pull request #23161 from nextcloud/enh/noid/setup-checks2Roeland Jago Douma2020-10-081-40/+0
|\
| * Remove setup check for php mailDaniel Kesselberg2020-10-031-40/+0
* | Format code to a single space around binary operatorsChristoph Wurst2020-10-051-1/+1
|/
* emit typed event for user managementArthur Schiwon2020-09-081-3/+8
* Update license headers for Nextcloud 20 (again)Christoph Wurst2020-09-071-1/+1
* Add 'Reasons to use Nextcloud in your organization' call to action in settingsJan C. Borchardt2020-09-071-4/+2
* Update the license headers for Nextcloud 20Christoph Wurst2020-08-243-1/+2
* Fix unit testsMorris Jobke2020-08-201-2/+11
* Add setup check that links to the migration documentationMorris Jobke2020-08-191-0/+1
* Change PHPDoc type hint from PHPUnit_Framework_MockObject_MockObject to \PHPU...Morris Jobke2020-08-123-35/+35
* Add setup checks for php default charset and output buffering.Daniel Kesselberg2020-07-261-0/+2
* Remove controller and routes which have no UI component anywayJoas Schilling2020-06-041-196/+0
* Format control structures, classes, methods and functionChristoph Wurst2020-04-106-15/+10
* Remove trailing and in between spacesChristoph Wurst2020-04-091-1/+1
* Unify function spacing to PSR2 recommendationChristoph Wurst2020-04-093-8/+8
* Fix (array) indent style to always use one tabChristoph Wurst2020-04-091-5/+5
* Merge pull request #19890 from nextcloud/enh/comments-reference-idJoas Schilling2020-04-021-0/+1
|\
| * Add optional column oc_comments.reference_idJoas Schilling2020-03-311-0/+1