summaryrefslogtreecommitdiffstats
path: root/tests/Settings
Commit message (Collapse)AuthorAgeFilesLines
* Don't assume the admin didn't configure Opcache correctly...Joas Schilling2017-04-201-3/+5
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Use the correct classJoas Schilling2017-04-201-1/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Import some classesJoas Schilling2017-04-201-80/+51
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Rename renderHTML to renderHtmlMorris Jobke2017-04-191-3/+3
| | | | | | | * fixes #4383 * improves consistency Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Merge pull request #4369 from nextcloud/fix-translationsMorris Jobke2017-04-181-4/+4
|\ | | | | Fix translations
| * Fix translationsJoas Schilling2017-04-181-4/+4
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Beautify test emailLukas Reschke2017-04-181-0/+6
| | | | | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* | Fix some more stuffJoas Schilling2017-04-181-16/+21
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Fix testsJoas Schilling2017-04-181-42/+13
|/ | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Fix unit testsMorris Jobke2017-04-121-9/+11
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Adjust class referencesLukas Reschke2017-04-111-1/+1
| | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* Move OC_Defaults to OCP\DefaultsMorris Jobke2017-04-092-13/+10
| | | | | | | | | | | | | * currently there are two ways to access default values: OCP\Defaults or OC_Defaults (which is extended by OCA\Theming\ThemingDefaults) * our code used a mixture of both of them, which made it hard to work on theme values * this extended the public interface with the missing methods and uses them everywhere to only rely on the public interface Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Add support for themingLukas Reschke2017-04-072-183/+666
| | | | | | Add support for theming in generated emails and simplify API Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* Fix testsLukas Reschke2017-04-071-36/+98
| | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* New layout for welcome emailMorris Jobke2017-04-071-38/+41
| | | | | | | * thanks to @espina2 for make this nice design * the button says "Set password" if the admin didn't specified a password Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* 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!