summaryrefslogtreecommitdiffstats
path: root/settings
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexNextcloud bot2016-11-2236-612/+614
|
* Merge pull request #2221 from nextcloud/from-is-featured-to-featuredLukas Reschke2016-11-211-0/+3
|\ | | | | Error log spam: Cast "isFeatured" to "featured"
| * 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>
* | use date as device name if no name was givenBjoern Schiessle2016-11-211-1/+1
|/ | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* Merge pull request #2214 from nextcloud/remove-loggingRobin Appelman2016-11-212-145/+0
|\ | | | | remove old logging section
| * remove old logging sectionRobin Appelman2016-11-212-145/+0
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | center checkmark to indicate that the setting was storedBjoern Schiessle2016-11-211-1/+1
| |
* | don't try to verify email address if no email address is setBjoern Schiessle2016-11-211-1/+1
| |
* | small fixesBjoern Schiessle2016-11-213-8/+7
| | | | | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* | Ask for password when scope is changedLukas Reschke2016-11-211-0/+8
| | | | | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* | Fix mail scopeLukas Reschke2016-11-211-1/+1
| | | | | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* | Highlight current entryLukas Reschke2016-11-212-4/+26
| | | | | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* | Make JS aware of password verificationLukas Reschke2016-11-212-0/+9
| | | | | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* | make icons a bit smallerJan-Christoph Borchardt2016-11-211-3/+3
| | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* | fix menu positioning hackJan-Christoph Borchardt2016-11-212-2/+1
| | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* | put explanatory text directly in popupJan-Christoph Borchardt2016-11-212-9/+17
| | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* | Fix changing display names for subadminsLukas Reschke2016-11-211-2/+8
| | | | | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* | Adjust permission checksLukas Reschke2016-11-212-16/+10
| | | | | | | | 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>
* | Fix password display issueRoeland Jago Douma2016-11-211-0/+2
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | rearrange input fieldsBjoern Schiessle2016-11-211-20/+19
| | | | | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* | limit max-width to have never more than two input fields next to each otherBjoern Schiessle2016-11-211-0/+1
| | | | | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* | Fix position of menuRoeland Jago Douma2016-11-212-6/+14
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Fix location of menuRoeland Jago Douma2016-11-211-1/+1
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | change scope to 'local' for display name and avatarBjoern Schiessle2016-11-212-19/+28
| | | | | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* | change order of email and phone numberBjoern Schiessle2016-11-211-14/+14
| | | | | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* | fix avatar cropperRobin Appelman2016-11-212-7/+9
| |
* | update system address book if the user change the personal settingsBjoern Schiessle2016-11-214-36/+65
| | | | | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* | Fix popup arrow positioningJohn Molakvoæ (skjnldsv)2016-11-211-1/+1
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | Fix popover layout fix for files and globalJohn Molakvoæ (skjnldsv)2016-11-211-1/+2
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | remove double importChristoph Wurst2016-11-211-1/+0
| |
* | fix profile picture fed sharing scope menuChristoph Wurst2016-11-213-9/+13
| | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | allow to change display names in the user settings againBjörn Schießle2016-11-212-110/+86
| | | | | | | | | | | | 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-212-11/+11
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | display stored user dataBjörn Schießle2016-11-211-12/+15
| | | | | | | | 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-212-3/+158
| | | | | | | | | | | | personal settings Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | use PUT to update user settingsChristoph Wurst2016-11-214-4/+10
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Add federation scope to the user avatarChristoph Wurst2016-11-214-19/+37
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Persist settings on the serverChristoph Wurst2016-11-217-21/+197
| | | | | | | | | | | | | | | | | | | | | | | | 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>
* | Add more personal information fields to the settings page for enhanced ↵Christoph Wurst2016-11-216-43/+371
|/ | | | | | | | | | federated sharing fix layout Add generic way of handling input change events Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* [tx-robot] updated from transifexNextcloud bot2016-11-218-2/+48
|
* [tx-robot] updated from transifexNextcloud bot2016-11-208-2/+94
|
* [tx-robot] updated from transifexNextcloud bot2016-11-1932-32/+48
|
* Merge pull request #1447 from nextcloud/password-confirmation-for-some-actionsMorris Jobke2016-11-1814-95/+271
|\ | | | | Password confirmation for some actions
| * Fix user management callbacksMorris Jobke2016-11-181-34/+43
| | | | | | | | | | | | * properly handle user management actions like display name, email or password field change Signed-off-by: Morris Jobke <hey@morrisjobke.de>
| * fix displaynameMorris Jobke2016-11-181-1/+1
| | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
| * Fix error displaying on email and add confirmationJoas Schilling2016-11-181-21/+37
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * Require password confirmation to change the QuotaJoas Schilling2016-11-182-3/+19
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * Require confirmation to change the displaynameJoas Schilling2016-11-181-15/+31
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>