summaryrefslogtreecommitdiffstats
path: root/settings/Controller
Commit message (Collapse)AuthorAgeFilesLines
* 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>
* Allow users to change their passwords againJoas Schilling2016-10-261-0/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Merge pull request #1629 from nextcloud/cleanup-settings-applicationJoas Schilling2016-10-064-28/+25
|\ | | | | Cleanup settings Application class
| * Fix testsJoas Schilling2016-10-061-0/+1
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * Use magic DI as much as possibleJoas Schilling2016-10-053-28/+24
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Properly catch password policy hint for personal page password changesMorris Jobke2016-10-061-4/+24
|/ | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Set defaultRoeland Jago Douma2016-09-071-1/+1
|
* Deprecate getEditionString()Joas Schilling2016-09-061-8/+2
|
* Show hint if password policy disallows password changeMorris Jobke2016-08-191-2/+13
|
* Merge pull request #868 from nextcloud/changepasswordcontrollerRoeland Jago Douma2016-08-171-0/+253
|\ | | | | Make ChangePassword a real Controller
| * Moved ChangePassword to an actual ControllerRoeland Jago Douma2016-08-171-0/+253
| | | | | | | | | | * Still no full DI because of encryption fu * Remove old "Controller"
* | Merge pull request #892 from nextcloud/fix_phpdocRoeland Jago Douma2016-08-171-1/+1
|\ \ | |/ |/| Some scrutinizer phpdoc fixes
| * Fix phpdocRoeland Jago Douma2016-08-161-1/+1
| |
* | Merge pull request #893 from nextcloud/ie8_be_goneMarius Blüm2016-08-171-4/+0
|\ \ | | | | | | IE8 be gone!