summaryrefslogtreecommitdiffstats
path: root/settings/templates/personal.php
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* update system address book if the user change the personal settingsBjoern Schiessle2016-11-211-1/+23
| | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* fix profile picture fed sharing scope menuChristoph Wurst2016-11-211-1/+1
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Add federation scope to the user avatarChristoph Wurst2016-11-211-2/+8
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Persist settings on the serverChristoph Wurst2016-11-211-3/+31
| | | | | | | | | | | | 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-211-29/+82
| | | | | | | | | | federated sharing fix layout Add generic way of handling input change events Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* fix displaynameMorris Jobke2016-11-181-1/+1
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Require password confirmation for changing the emailJoas Schilling2016-11-181-0/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* No HTML in stringRoeland Jago Douma2016-11-161-1/+10
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* convert text to single line so tabs in translation issue is fixedJan-Christoph Borchardt2016-11-161-6/+1
| | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* float the avatar cropper over the pageRobin Appelman2016-10-201-2/+4
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* Removes tipsy when password verification is going onRaghu Nayyar2016-09-171-1/+1
|
* Deprecate getEditionString()Joas Schilling2016-09-061-4/+0
|
* Fix more HTML "syntax"Joas Schilling2016-08-261-1/+1
|
* Moved ChangePassword to an actual ControllerRoeland Jago Douma2016-08-171-1/+1
| | | | | * Still no full DI because of encryption fu * Remove old "Controller"
* move apps between 'Language' and 'Session' in personal settingsBjoern Schiessle2016-08-151-31/+32
|
* Add clipboardjs for tokenRoeland Jago Douma2016-08-101-0/+1
|
* Add note password is only shown onceRoeland Jago Douma2016-08-101-1/+4
|
* Transifex Owncloud > NextcloudFrédéric LIETART2016-07-291-1/+1
| | | Change transifex link Owncloud > Nextcloud
* Change "recent activity" to "last activity"Robin Appelman2016-07-201-2/+2
|
* simplify wording of Sessions and App passwords sectionsJan-Christoph Borchardt2016-07-191-6/+5
|
* Merge branch 'master' into sync-masterMorris Jobke2016-07-071-6/+4
|\
| * Merge remote-tracking branch 'upstream/master' into master-sync-upstreamLukas Reschke2016-06-271-2/+10
| |\
| * | verify user password on changeBjoern Schiessle2016-06-271-2/+1
| | |
| * | Merge remote-tracking branch 'upstream/master' into master-upstream-syncLukas Reschke2016-06-261-38/+38
| |\ \
| * \ \ Merge pull request #122 from nextcloud/readd-labels-for-usabilityMorris Jobke2016-06-201-0/+2
| |\ \ \ | | | | | | | | | | Re-add labels for password inputs for usability
| | * | | Re-add labels for password inputs for usabilityMorris Jobke2016-06-161-0/+2
| | | | | | | | | | | | | | | | | | | | * ref https://github.com/nextcloud/server/pull/112#discussion_r67245286
| * | | | fix more stringsMorris Jobke2016-06-201-5/+5
| |/ / /
| * | | Merge pull request #112 from nextcloud/drop-useless-ie8-stuffblizzz2016-06-151-2/+0
| |\ \ \ | | | | | | | | | | Drop useless IE8 rules
| | * | | Drop useless IE8 rulesMorris Jobke2016-06-151-2/+0
| | | | |
| * | | | fix strengthify in personal settingsMorris Jobke2016-06-151-1/+0
| |/ / /
* | | / remove svg classesHendrik Leppelsack2016-07-011-4/+4
| |_|/ |/| |
* | | Merge pull request #25261 from owncloud/app-password-login-nameVincent Petry2016-06-271-2/+10
|\ \ \ | | | | | | | | show which login name to use for the new app password
| * | | fix layoutChristoph Wurst2016-06-241-3/+10
| | | |
| * | | show which login name to use for the new app passwordChristoph Wurst2016-06-241-0/+1
| | |/ | |/|
* / | remove ie8+9 supportHendrik Leppelsack2016-06-231-2/+2
|/ /
* | use theme name instead of hard-coded 'ownCloud'Christoph Wurst2016-06-211-1/+1
| |
* | fix tranlationsChristoph Wurst2016-06-211-3/+3
| |
* | app passwords/device tokens wordingChristoph Wurst2016-06-211-10/+10
| |
* | rearrange personal settings sectionsChristoph Wurst2016-06-101-28/+28
|/