summaryrefslogtreecommitdiffstats
path: root/tests/Settings
Commit message (Collapse)AuthorAgeFilesLines
* Fix unit tests of masterRoeland Jago Douma2017-03-161-0/+1
| | | | | | Follow up to #3802 Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Merge pull request #3489 from nextcloud/give-hint-about-opcacheMorris Jobke2017-02-241-1/+11
|\ | | | | Show info in admin settings about PHP opcache if disabled
| * Show info in admin settings about PHP opcache if disabledMorris Jobke2017-02-221-1/+11
| | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | add unit testsMorris Jobke2017-02-151-3/+165
|/ | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Always enable avatarsMorris Jobke2017-02-131-4/+0
| | | | | | | | | * we introduced this setting in the begining because our avatar support caused some performance issues, but we fixed them and should only provide one way how Nextcloud looks Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Error out when subadmin doesn't select any groupJoas Schilling2017-01-231-145/+64
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* make sure that we only update the email address if it really changedBjoern Schiessle2016-12-021-7/+26
| | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* LanguageMorris Jobke2016-11-301-68/+0
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* bring back setEmailAddress for the user managementBjoern Schiessle2016-11-251-9/+61
| | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* update email address correctlyBjoern Schiessle2016-11-231-20/+251
| | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* Merge pull request #2214 from nextcloud/remove-loggingRobin Appelman2016-11-211-89/+0
|\ | | | | remove old logging section
| * update testsRobin Appelman2016-11-211-89/+0
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | fix unit testsBjoern Schiessle2016-11-211-74/+7
| | | | | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* | allow to change display names in the user settings againBjörn Schießle2016-11-211-0/+1
|/ | | | | | keep display name and email address in sync with the accounts table Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Merge pull request #1447 from nextcloud/password-confirmation-for-some-actionsMorris Jobke2016-11-181-1/+3
|\ | | | | Password confirmation for some actions
| * Fix unit testsJoas Schilling2016-11-181-1/+3
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | fix warnings when updating app passwordRobin Appelman2016-11-161-3/+2
|/ | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* Adds tests for the AuthSettingsControllerRoeland Jago Douma2016-11-161-0/+23
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* cast to intRobin Appelman2016-11-161-4/+4
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* update testsRobin Appelman2016-11-161-1/+7
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* Add settings PersonalControllerRoeland Jago Douma2016-11-061-0/+122
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Add test for "languageCodesTest.php"Lukas Reschke2016-11-021-0/+68
| | | | | | Arguably not the most awesome test but increases coverage and is an easy gain. Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* Proxy images through usercontent.apps.nextcloud.comLukas Reschke2016-10-311-14/+2
| | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* Fix testsLukas Reschke2016-10-311-1/+6
| | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* Use new appstore APILukas Reschke2016-10-311-157/+74
| | | | | | This change introduces the new appstore API in Nextcloud. Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* [9.2] Add missing unit tests (#25936)Thomas Müller2016-10-241-7/+7
| | | | | | | | * Adjust unit test execution after folder rename * Adjust login controller tests to match current behavior * Fix broken unit tests
* phpunit min version is 4.8Joas Schilling2016-10-061-31/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Fix testsJoas Schilling2016-10-067-286/+367
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Use magic DI as much as possibleJoas Schilling2016-10-051-17/+29
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Add a test for all the controllers and the middlewareJoas Schilling2016-10-051-0/+111
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Fix getMock UsersControllerTestRoeland Jago Douma2016-09-131-13/+16
|
* Set defaultRoeland Jago Douma2016-09-071-2/+2
|
* Fix getMock settingsRoeland Jago Douma2016-09-071-9/+15
|
* Deprecate getEditionString()Joas Schilling2016-09-061-14/+2
|
* Merge pull request #893 from nextcloud/ie8_be_goneMarius Blüm2016-08-171-6/+6
|\ | | | | IE8 be gone!
| * Remove IE8 support in CertificateControllerRoeland Jago Douma2016-08-161-6/+6
| | | | | | | | * Also fix getMock warnings in tests
* | Merge branch 'master' into implement_712Lukas Reschke2016-08-152-60/+27
|\|
| * Fix CheckSetupController testsLukas Reschke2016-08-151-60/+26
| |
| * Add reference to current userLukas Reschke2016-08-151-0/+1
| |
| * Add new dependencyLukas Reschke2016-08-151-1/+7
| |
* | Use MockBuilder instead of createMockLukas Reschke2016-08-152-5/+5
| | | | | | | | CI uses an older PHPUnit
* | Add unit testsLukas Reschke2016-08-152-2/+80
|/
* Merge branch 'master' into sync-masterMorris Jobke2016-07-071-1/+2
|\
| * Set content-type to "application/octet-stream"Lukas Reschke2016-06-301-1/+5
| | | | | | | | Some browsers such as Firefox on Microsoft Windows otherwise do offer to open the file directly which is kinda silly.
* | Set content type when downloading log file to force download in some ↵Vincent Petry2016-07-061-0/+3
| | | | | | | | browsers (#25382)
* | prevent users from deleting their own session tokenChristoph Wurst2016-06-281-5/+36
|/
* Move parallel merged auth tests to PSR-4Joas Schilling2016-05-251-0/+159
|
* Move tests/settings to PSR-4Joas Schilling2016-05-1910-0/+4522