summaryrefslogtreecommitdiffstats
path: root/settings/templates/personal.php
Commit message (Collapse)AuthorAgeFilesLines
* display error icon on non-successMaxence Lange2017-07-311-3/+5
| | | Signed-off-by: Maxence Lange <maxence@nextcloud.com>
* Allow to force a language and set it via the ocs apiJoas Schilling2017-06-221-0/+2
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Revert "allow admin to disable groups on personal page"Morris Jobke2017-06-131-2/+0
| | | | | | This reverts commit 28e1a9da6cd3bce3cc843727d54094db4969dd7b. See #5259
* Merge pull request #5285 from nextcloud/personal-sessions-renamwe-12Robin Appelman2017-06-081-3/+3
|\ | | | | [12] reword sessions to security in personal settings
| * reword sessions to security in personal settingsRobin Appelman2017-06-071-3/+3
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | unify look of disabled display name / email address and the other input fieldsBjoern Schiessle2017-06-071-10/+4
| | | | | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* | show input fields if they are not empty but disable them in global scale modeBjoern Schiessle2017-06-071-6/+28
| | | | | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* | Allow to change avatar when groups are disablesMorris Jobke2017-06-071-1/+3
|/ | | | | | | | | | | * password form overlaps upload button and doesn't allow to click it * regression from #5259 Signed-off-by: Morris Jobke <hey@morrisjobke.de> make sure that we always clear all floating rules after the user settings parts Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* Merge pull request #5261 from nextcloud/disable-groups-on-personal-page-nc12Morris Jobke2017-06-061-0/+2
|\ | | | | [stable12] allow admin to disable groups on personal page
| * allow admin to disable groups on personal pageBjoern Schiessle2017-06-061-0/+2
| | | | | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* | Bring back the description for app passwordsJoas Schilling2017-06-061-0/+4
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Combine sessions and app passwords view into one single viewChristoph Wurst2017-06-061-16/+0
|/ | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Don't show client info, when the app is disabledJoas Schilling2017-06-021-2/+2
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* cleanup templateBjoern Schiessle2017-04-281-15/+22
| | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* use already available instance if l10nBjoern Schiessle2017-04-281-2/+2
| | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* allow to display the verification code also while verification is already ↵Bjoern Schiessle2017-04-281-10/+7
| | | | | | running Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* move translatable strings out of the templateBjoern Schiessle2017-04-281-9/+12
| | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* Improve placeholders for website and Twitter handleJan-Christoph Borchardt2017-04-281-2/+2
| | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* only show verification buttons for public fields and field with some actual ↵Bjoern Schiessle2017-04-281-3/+3
| | | | | | value Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* email doesn't need a verification dialog, verification mail is send ↵Bjoern Schiessle2017-04-281-7/+0
| | | | | | automatically by the lookup server Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* Use individual verification popover dialogs instead of oneJan-Christoph Borchardt2017-04-281-11/+21
| | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* minor style fixes; use verify-action class only for ↵Bjoern Schiessle2017-04-281-1/+1
| | | | | | verification-status-icons which are interactive Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* add missing translation and other small fixesBjoern Schiessle2017-04-281-12/+12
| | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* Fix styling of verification box to popoverJan-Christoph Borchardt2017-04-281-13/+13
| | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* make use of verification buttonsBjoern Schiessle2017-04-281-19/+19
| | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* pass verified status to templateBjoern Schiessle2017-04-281-3/+41
| | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* add verification dialogBjoern Schiessle2017-04-281-0/+15
| | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* Fix typo in HTML tagsMorris Jobke2017-04-271-1/+1
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Add more hints to settingsJan-Christoph Borchardt2017-04-261-2/+2
| | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* Merge pull request #4256 from nextcloud/themingLukas Reschke2017-04-111-1/+1
|\ | | | | Move OC_Defaults to OCP\Defaults
| * Move OC_Defaults to OCP\DefaultsMorris Jobke2017-04-091-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | * 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>
* | allow to disable upload to lookup server, by default it is enabledBjoern Schiessle2017-04-071-1/+8
|/ | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* Merge pull request #3915 from michaelletzgus/html5-fix_autocapitalizeRoeland Jago Douma2017-03-201-8/+8
|\ | | | | Fix value of attribute "autocapitalize"
| * Fix value of attribute "autocapitalize"Michael Letzgus2017-03-181-8/+8
| | | | | | | | | | | | | | | | Change <input> attribute "autocapitalize" from value "off" to "none" regarding to apples dev guide: https://developer.apple.com/library/content/documentation/AppleApplications/Reference/SafariHTMLRef/Articles/Attributes.html#//apple_ref/doc/uid/TP40008058-autocapitalize Signed-off-by: Michael Letzgus <michaelletzgus@users.noreply.github.com>
* | Add percentage to user's quota infoDavid Toledo2017-03-191-2/+7
|/ | | | | | | | | | | | | | * Add percentage to user's quota info Fixes https://github.com/owncloud/core/issues/24011 * Do not show percentage if the quota is Unlimited * translate quota * correct condition and remove print_unescaped Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* detail wording: password reset instead of recoveryJan-Christoph Borchardt2017-02-221-1/+1
| | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* Always enable avatarsMorris Jobke2017-02-131-2/+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>
* fix personal page password form layoutJan-Christoph Borchardt2017-01-251-6/+8
| | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* add icons to personal settings navigationJan-Christoph Borchardt2017-01-191-2/+4
| | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* hide password recovery note if email address can't be setBjoern Schiessle2016-12-051-2/+4
| | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* handle read-only parameters correctlyBjoern Schiessle2016-12-021-40/+12
| | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* Loading icon fix #2198John Molakvoæ (skjnldsv)2016-11-241-4/+4
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Merge pull request #2224 from nextcloud/fix-visibility-switcherLukas Reschke2016-11-241-0/+1
|\ | | | | Fix visibility switcher for avatar
| * Fix visibility switcher for avatarLukas Reschke2016-11-211-0/+1
| | | | | | | | | | | | Fixes #2223 Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* | Remove superfluous email input fieldLukas Reschke2016-11-221-28/+0
|/ | | | | | | | That field is already there and looking at the code this seems to have been missed on a rebase. Fixes https://github.com/nextcloud/server/issues/2222 Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* Fix mail scopeLukas Reschke2016-11-211-1/+1
| | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* Adjust permission checksLukas Reschke2016-11-211-6/+6
| | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* rearrange input fieldsBjoern Schiessle2016-11-211-20/+19
| | | | 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-211-2/+4
|