summaryrefslogtreecommitdiffstats
path: root/settings/Controller
Commit message (Collapse)AuthorAgeFilesLines
* Style app bundlesJan-Christoph Borchardt2017-04-261-1/+1
| | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* Make disableapp.php accept arraysLukas Reschke2017-04-261-1/+1
| | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* Fix stylingLukas Reschke2017-04-261-0/+1
| | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* Add titlesLukas Reschke2017-04-261-18/+39
| | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* Add app bundlesLukas Reschke2017-04-261-1/+26
| | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* Fix email vs mailJoas Schilling2017-04-261-1/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* improve wording of Apps mgmt navigation entriesJan-Christoph Borchardt2017-04-251-3/+3
| | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* Add apps category 'all installed'Felix A. Epp2017-04-251-1/+21
| | | | Signed-off-by: Felix A. Epp <work@felixepp.de>
* Don't assume the admin didn't configure Opcache correctly...Joas Schilling2017-04-201-1/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Rename renderHTML to renderHtmlMorris Jobke2017-04-191-1/+1
| | | | | | | * fixes #4383 * improves consistency Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Do not show empty admin sectionsRoeland Jago Douma2017-04-191-0/+4
| | | | | | | | | Fixes #4393 It is far from efficient code. But then again it is easy to understand and I doubt admins will browse it 24/7 Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Merge pull request #4369 from nextcloud/fix-translationsMorris Jobke2017-04-181-1/+1
|\ | | | | Fix translations
| * Fix translationsJoas Schilling2017-04-181-1/+1
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Beautify test emailLukas Reschke2017-04-181-4/+12
| | | | | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* | Merge pull request #4372 from nextcloud/smtp-passwordMorris Jobke2017-04-181-34/+15
|\ \ | | | | | | Don't put the SMTP password into the HTML code
| * | Fix some more stuffJoas Schilling2017-04-181-0/+1
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | Fix testsJoas Schilling2017-04-181-5/+4
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | Don't put the SMTP password into the HTML codeJoas Schilling2017-04-181-33/+14
| |/ | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* / Add bruteforce protection to changePersonalPasswordLukas Reschke2017-04-181-1/+4
|/ | | | | | While the risk is actually quite low because one would already have the user session and could potentially do other havoc it makes sense to throttle here in case of invalid previous password attempts. Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* Add support for themingLukas Reschke2017-04-071-92/+10
| | | | | | Add support for theming in generated emails and simplify API Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* Fix testsLukas Reschke2017-04-071-8/+8
| | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* New layout for welcome emailMorris Jobke2017-04-071-8/+31
| | | | | | | * 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>
* Updated UI messages relating to the encryption functionalityMatthew Setter2017-03-221-1/+1
| | | | | | | | | | | | The reason for updating these messages, is that grammatically they're not quite correct. They showed a combination of: - Related phrases, which could be either separated or joined better - Related sentences, but which should be expressed as separate ones They were also missing full-stops to end the them. Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Fail when the test mail could not be sentJoas Schilling2017-03-171-1/+4
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Add warning on admin screen when set_time_limit is unavailableKo-2017-03-161-0/+15
|
* Check that set_time_limit is not disabled before calling itKo-2017-03-111-1/+3
| | | | Signed-off-by: Ko- <k.stoffelen@cs.ru.nl>
* Merge pull request #3489 from nextcloud/give-hint-about-opcacheMorris Jobke2017-02-241-0/+39
|\ | | | | Show info in admin settings about PHP opcache if disabled
| * Show info in admin settings about PHP opcache if disabledMorris Jobke2017-02-221-0/+39
| | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | add unit testsMorris Jobke2017-02-151-1/+1
| | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | Fix setup issue and refine error messagesMorris Jobke2017-02-151-2/+17
| | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | add setting for "send password link"tobiasKaminsky2017-02-151-17/+20
| | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | send email to new user with password forgotten link to create own passwordtobiasKaminsky2017-02-151-4/+35
|/ | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Always enable avatarsMorris Jobke2017-02-131-6/+4
| | | | | | | | | * 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>
* Merge pull request #3208 from ↵Morris Jobke2017-01-251-8/+7
|\ | | | | | | | | nextcloud/issue-3125-bring-user-management-endpoints-in-line Error out when subadmin doesn't select any group
| * Error out when subadmin doesn't select any groupJoas Schilling2017-01-231-8/+7
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Allow apps to specify an icon with the sections via the APIJoas Schilling2017-01-191-0/+8
|/ | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Check for app updates on disabled pageRoeland Jago Douma2016-12-091-0/+9
| | | | | | | | | Fixes #2403 We need to check for updates of disabled apps so that if you update with incompatible apps you at least get a chance to upgrade. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Allow non-subadmins to change their languageJoas Schilling2016-12-081-0/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* make sure that we only update the email address if it really changedBjoern Schiessle2016-12-021-0/+2
| | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* Show app store rating only for 5+ votesMorris Jobke2016-11-301-0/+2
| | | | | | | * shows the rating of an app only if a given amount of ratings are given * fixes #2001 Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Merge pull request #2276 from nextcloud/update-email-addressMorris Jobke2016-11-251-10/+105
|\ | | | | Update email address
| * bring back setEmailAddress for the user managementBjoern Schiessle2016-11-251-3/+96
| | | | | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
| * update email address correctlyBjoern Schiessle2016-11-231-8/+10
| | | | | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* | Also show updates on the "enabled" pageLukas Reschke2016-11-241-0/+6
|/ | | | | | The enabled page doesn't pass through "getAppsForCategory" thus it also needs to have that special logic applied. Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* Cast "isFeatured" to "featured"Lukas Reschke2016-11-211-0/+3
| | | | | | | | | | The appstore returns a "isFeatured" in the current API revision. We need to cast this thus. Fixes the following error log message when opening the tab "Customization": > Undefined index: featured at /media/psf/stable9/settings/Controller/AppSettingsController.php#233 Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* Merge pull request #2214 from nextcloud/remove-loggingRobin Appelman2016-11-211-57/+0
|\ | | | | remove old logging section
| * remove old logging sectionRobin Appelman2016-11-211-57/+0
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | don't try to verify email address if no email address is setBjoern Schiessle2016-11-211-1/+1
| |
* | small fixesBjoern Schiessle2016-11-211-4/+1
| | | | | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* | Make JS aware of password verificationLukas Reschke2016-11-211-0/+1
| | | | | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>