summaryrefslogtreecommitdiffstats
path: root/settings/Controller
Commit message (Collapse)AuthorAgeFilesLines
* 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>
* | Fix changing display names for subadminsLukas Reschke2016-11-211-2/+8
| | | | | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* | Adjust permission checksLukas Reschke2016-11-211-10/+4
| | | | | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* | Add a signer class for signingLukas Reschke2016-11-211-6/+12
| | | | | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* | fix unit testsBjoern Schiessle2016-11-211-2/+3
| | | | | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* | update system address book if the user change the personal settingsBjoern Schiessle2016-11-211-18/+21
| | | | | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* | allow to change display names in the user settings againBjörn Schießle2016-11-211-109/+84
| | | | | | | | | | | | keep display name and email address in sync with the accounts table Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | allow multiple values for phone, website, address and emailBjörn Schießle2016-11-211-4/+4
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | introduce accounts table and keep it up-to-date with the data added to the ↵Björn Schießle2016-11-211-2/+24
| | | | | | | | | | | | personal settings Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | use PUT to update user settingsChristoph Wurst2016-11-211-1/+3
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Persist settings on the serverChristoph Wurst2016-11-211-3/+49
|/ | | | | | | | | | | | Persist personal settings federated sharing scopes Show new settings fields in read-only mode too Insert values on page load Return updated values; show inline success feedback Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Merge pull request #1447 from nextcloud/password-confirmation-for-some-actionsMorris Jobke2016-11-185-3/+18
|\ | | | | Password confirmation for some actions
| * Require password confirmation for user managementJoas Schilling2016-11-183-0/+6
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * Require confirmation when changing the email settingsJoas Schilling2016-11-181-0/+6
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * Require password confirmation for app passwordJoas Schilling2016-11-181-3/+5
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * Require password confirmation for changing the emailJoas Schilling2016-11-181-0/+1
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | fix warnings when updating app passwordRobin Appelman2016-11-161-2/+1
|/ | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* enable deleting/configuring new tokensRobin Appelman2016-11-161-1/+3
| | | | Signed-off-by: Robin Appelman <icewind@owncloud.com>
* allow configuring filesystem accessRobin Appelman2016-11-161-0/+16
| | | | Signed-off-by: Robin Appelman <icewind@owncloud.com>
* Adjust previous fallbacksLukas Reschke2016-11-151-4/+4
| | | | | | 11.0 is 11 and not 9.2 anymore Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* Add settings PersonalControllerRoeland Jago Douma2016-11-061-0/+86
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Proxy images through usercontent.apps.nextcloud.comLukas Reschke2016-10-311-3/+4
| | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* Add update supportLukas Reschke2016-10-311-7/+21
| | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* Use new appstore APILukas Reschke2016-10-311-191/+169
| | | | | | This change introduces the new appstore API in Nextcloud. Signed-off-by: Lukas Reschke <lukas@statuscode.ch>