summaryrefslogtreecommitdiffstats
path: root/settings/js/federationsettingsview.js
Commit message (Collapse)AuthorAgeFilesLines
* Allow emtpy values on personal page and fix saving checkmark positionChristoph Wurst2016-12-051-1/+1
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Fix visibility switcher for avatarLukas Reschke2016-11-211-1/+1
| | | | | | Fixes #2223 Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* Ask for password when scope is changedLukas Reschke2016-11-211-0/+8
| | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* Highlight current entryLukas Reschke2016-11-211-0/+3
| | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* Make JS aware of password verificationLukas Reschke2016-11-211-0/+8
| | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* Fix position of menuRoeland Jago Douma2016-11-211-6/+0
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* change scope to 'local' for display name and avatarBjoern Schiessle2016-11-211-1/+1
| | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* update system address book if the user change the personal settingsBjoern Schiessle2016-11-211-1/+2
| | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* fix profile picture fed sharing scope menuChristoph Wurst2016-11-211-6/+6
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* use PUT to update user settingsChristoph Wurst2016-11-211-2/+3
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Add federation scope to the user avatarChristoph Wurst2016-11-211-9/+20
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Persist settings on the serverChristoph Wurst2016-11-211-12/+46
| | | | | | | | | | | | 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-0/+116
federated sharing fix layout Add generic way of handling input change events Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>